swc/ecmascript/parser/tests
강동윤 af25a88902
fix(swc): Fix bugs for v1.2.47 (#1368)
swc_ecma_parser:
 - Fix generic parsing issue in jsx context. (#1299)

swc_ecma_transforms_module:
 - Allow importing a module multiple time. (#1232)
 - Handle imports in the constructor of an exported class decl. (#1213)

swc:
 - Respect `sourceMappingURL`. (#1236)
 - Resolve `sourceMappingURL` relative from file. (#1255)
 - Respect `isModule: false` (#1258)

spack:
 - Support loading json files. (#1225)
2021-01-29 22:19:04 +09:00
..
binding-pattern feat(ecmascript/parser): Add tests for binding patterns (#1289) 2020-12-22 14:12:33 +09:00
common fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
jsx fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
span Fix span of arrow expression with type params (#1365) 2021-01-28 20:55:43 +09:00
test262-error-references/fail feat(parser): Don't hang on unexpected inputs (#1274) 2020-12-14 16:37:11 +09:00
test262-parser@de8a208ff4 Add more tests (#489) 2019-12-09 21:02:51 +09:00
typescript fix(swc): Fix bugs for v1.2.47 (#1368) 2021-01-29 22:19:04 +09:00
typescript-errors feat(parser): Don't hang on unexpected inputs (#1274) 2020-12-14 16:37:11 +09:00
jsx.rs Reduce size (#928) 2020-08-04 01:33:23 +09:00
span.rs Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
test262.rs parser: Parse member expression is object patterns (#1068) 2020-09-12 18:39:25 +09:00
typescript.rs fix(ci): Fix ci (OOM & library api change) (#1284) 2020-12-20 21:31:00 +09:00