swc/ecmascript/parser
강동윤 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
..
benches Improve performance and reduce binary size (#973) 2020-08-19 01:29:49 +09:00
examples swc_bundler (#943) 2020-08-12 22:18:47 +09:00
scripts feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
src fix(swc): Fix bugs for v1.2.47 (#1368) 2021-01-29 22:19:04 +09:00
tests fix(swc): Fix bugs for v1.2.47 (#1368) 2021-01-29 22:19:04 +09:00
Cargo.toml Fix span of arrow expression with type params (#1365) 2021-01-28 20:55:43 +09:00
colors.js Remove a leftover (#149) 2019-02-11 09:40:53 +09:00