swc/crates/swc_ecma_transforms_module/tests/fixture/commonjs
2022-04-18 10:57:55 +00:00
..
class-property fix(es/module): Visit the value of class properties (#3877) 2022-03-06 14:03:08 +09:00
export-update/1 fix(es/module): Use correct return values for suffix update expressions (#3927) 2022-03-09 23:14:06 +09:00
issue-1201/1 feat(es/module/cjs): Support import.meta.url (#4087) 2022-03-19 07:05:11 +00:00
issue-2101 fix(es/modules): Use correct span for ExportAlls (#4038) 2022-03-16 17:10:47 +09:00
issue-2211 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
issue-2297 fix(swc/hygiene): Prefer not renaming top level variables (#2940) 2021-12-04 01:55:27 +09:00
issue-2548 fix(es/transforms/module): Fix overriding of export * (#2883) 2021-11-28 09:08:02 +00:00
issue-2549 feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
issue-2678 feat(es/ast): Add raw to Str (#4071) 2022-03-22 07:54:08 +00:00
issue-3439 fix(es/modules/cjs): Fix order of statements (#4361) 2022-04-18 10:57:55 +00:00
issue-3732 feat(es/modules): Support namespaced reexports (#4073) 2022-03-18 03:03:02 +00:00
issue-3898/1 fix(es/module): Make exported vars follow specification (#3906) 2022-03-08 09:23:40 +00:00
many-exports-chunked/1 feat(es/module): Workaround stack overflow bug of JavaScriptCore related to too many exports (#3763) 2022-02-27 09:59:40 +00:00