mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +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)
7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
{
|
|
"jsc": {
|
|
"externalHelpers": true,
|
|
"target": "es3"
|
|
}
|
|
}
|