mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
5ef3c43522
swc_ecma_parser: - Don't panic for `try` statements without handler and finalizer. (denoland/deno#10112) swc_ecma_transforms_base: - Fix `typeof`s used with `externalHelpers: true`. (#1458, #1557)
2 lines
20 B
JavaScript
2 lines
20 B
JavaScript
const a = typeof 0;
|