swc/crates/swc_ecma_transforms_module/tests/fixture/common
2022-07-03 04:38:48 +00:00
..
allow-top-level-this feat(es/modules): Support allowTopLevelThis (#5086) 2022-07-02 04:17:44 +00:00
class-property fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
cts-import-export fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
custom fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
disable-strict-mode-strict-mode-false refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
export-update/1 fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
ignore-dynamic/1 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
interop fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
interop-module-string-names test(es/modules): Add test for string-names (#5088) 2022-07-03 04:38:48 +00:00
interop-node fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
interop-none fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-176 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-235 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-326 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-332 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-335 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-369 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-389 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-396 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-456 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-578/2 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-605 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-724 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-763 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-831/2 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-895 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-962 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-1018/1 feat(es/modules): Optimize a dynamic import with a literal path (#5049) 2022-06-28 06:31:24 +00:00
issue-1043 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-1201/1 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-1213 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-1423/1 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-1480 feat(es/modules): Optimize a dynamic import with a literal path (#5049) 2022-06-28 06:31:24 +00:00
issue-1568 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-1588/1 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-1614/1 feat(es/modules): Optimize a dynamic import with a literal path (#5049) 2022-06-28 06:31:24 +00:00
issue-1757/1 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-1780/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-1786/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-1787/1 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-1799 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-2101 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-2211 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-2297 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-2344 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-2548 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-2549 fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
issue-2678 fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
issue-3246 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-3438 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-3439 fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
issue-3732 fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
issue-3898/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4064 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4253 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-4313/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4456/1 fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
issue-4534/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4567/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4700/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4718/1 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-4798/1 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-4799 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4866/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4898 refactor(es/module): Implement new module transformer (#4758) 2022-06-27 12:32:06 +00:00
issue-4981/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4984/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-5042 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-5054/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-5063 fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
lazy fix(es/modules): Create an indirect call for a lazy require (#5089) 2022-07-03 03:44:56 +00:00
many-exports-chunked/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
misc fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
pull-4688 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
regression fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
strict fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00
update-expression fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00