swc/ecmascript/transforms/tests
강동윤 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
..
common fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
es2015_arrow.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_classes.rs Support jsx pragma (#1015) 2020-08-30 20:32:45 +09:00
es2015_computed_props.rs BigInt literal keys (#1192) 2020-11-15 01:22:35 +09:00
es2015_destructuring.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_duplicated_keys.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_for_of.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_function_name.rs Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00
es2015_parameters.rs Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00
es2015_regenerator.rs Fix bugs (#1241) 2020-11-30 19:20:21 +09:00
es2015_spread.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2015_template_literals.rs fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
es2017_async_to_generator.rs Fix bugs (#1241) 2020-11-30 19:20:21 +09:00
es2018_object_rest_spread.rs Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
es2020_class_properties.rs Fix bugs (#1132) 2020-10-04 21:59:19 +09:00
es2020_optional_chaining.rs Fix bugs (#1241) 2020-11-30 19:20:21 +09:00
fixer_test262.rs fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
modules_amd.rs Handle dynamic imports in non-es6 modules (#1028) 2020-09-04 16:18:57 +09:00
modules_common_js.rs export * as ns is part of ES2020 (#1142) 2020-10-06 20:48:29 +09:00
modules_umd.rs Fix bugs (#1143) 2020-10-06 23:27:23 +09:00
optimization_const_modules.rs Reduce size (#928) 2020-08-04 01:33:23 +09:00
optimization_simplify_dce.rs bundler: Handle swc helpers (#1199) 2020-11-05 09:53:18 +09:00
optimization_simplify_inlining.rs Fix bundler (#1194) 2020-10-30 14:49:02 +09:00
optimization_simplify.rs bundler: Fix dead code elimination (#1157) 2020-10-12 00:36:44 +09:00
proposal_decorators.rs fix: Decorator metadata (#1248) 2020-12-04 05:03:26 +09:00
proposal_export.rs export * as ns is part of ES2020 (#1142) 2020-10-06 20:48:29 +09:00
typescript_strip_correctness.rs fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
typescript_strip.rs fix(strip): Don't treat type-only exports as concrete references (#1126) 2020-10-03 17:43:09 +09:00