swc/ecmascript/transforms/src
강동윤 8a8db58f1c
fix(ecmascript): Fix bugs related to string literals (#1287)
swc_ecma_ast:
 - Add `Str.kind`.

swc_ecma_transforms:
 - Fix quotes in template literals. (#1280)

swc_ecma_codegen:
 - Fix escape of single quotes. (#1259)
 - Fix codegen of wrong escapes. (#1276)

swc:
 - Ensure that #1271 is about napi's deserialization.
2020-12-22 04:27:18 +09:00
..
compat fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
debug Fix stack overflow (#1032) 2020-09-06 15:09:02 +09:00
helpers transforms: fix _typeof helper 2020-10-24 23:26:13 +09:00
hygiene Fix hygiene and bundler (#1144) 2020-10-07 14:55:02 +09:00
modules fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
optimization fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
proposals fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
react fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
resolver Fix bundler (#1247) 2020-12-09 14:23:44 +09:00
typescript fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
compat.rs Improve performance (#993) 2020-08-26 20:50:18 +09:00
const_modules.rs Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00
debug.rs use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
ext.rs bundler: fix extra bugs (#1127) 2020-10-04 00:19:35 +09:00
fixer.rs feat(fixer): Handle ?? properly (#1270) 2020-12-12 17:45:54 +09:00
helpers.rs bundler: Handle swc helpers (#1199) 2020-11-05 09:53:18 +09:00
hygiene.rs Fix bundler (#1247) 2020-12-09 14:23:44 +09:00
lib.rs Improve performance (#993) 2020-08-26 20:50:18 +09:00
macros.rs Fixs bugs (#1095) 2020-09-22 16:39:00 +09:00
modules.rs Split tests to reduce compile time (#530) 2019-12-24 22:53:48 +09:00
optimization.rs Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00
pass.rs Add customizable api (#1006) 2020-08-27 20:35:28 +09:00
perf.rs Improve performance (#993) 2020-08-26 20:50:18 +09:00
proposals.rs export * as ns is part of ES2020 (#1142) 2020-10-06 20:48:29 +09:00
quote.rs bundler: Handle swc helpers (#1199) 2020-11-05 09:53:18 +09:00
react.rs Support jsx pragma (#1015) 2020-08-30 20:32:45 +09:00
resolver.rs resolver: handle class declarations (#1200) 2020-11-03 01:30:21 +09:00
scope.rs preset-env (#537) 2019-12-28 11:25:54 +09:00
tests.rs fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
typescript.rs typescript_strip: option to remove completely unused imports (#1060) 2020-09-15 14:25:13 +09:00