swc/crates/swc_ecma_transforms_module/tests/fixture/common
2022-08-04 04:59:42 +00:00
..
allow-top-level-this feat(es/modules): Support allowTopLevelThis (#5086) 2022-07-02 04:17:44 +00:00
amd-triple-slash-directive feat(es/codegen): Emit comments in emit_module (#5132) 2022-07-12 15:23:24 +00:00
class-properties fix(es/modules): Handle top level this (#5159) 2022-07-09 02:30:01 +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): Preserve order for ts import equals (#5215) 2022-07-16 07:09:06 +00:00
custom feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +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 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
interop fix(es/modules): Use an indirect call for a tagged template (#5382) 2022-08-04 04:59:42 +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 feat(es/codegen): Emit comments in emit_module (#5132) 2022-07-12 15:23:24 +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 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-332 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-335 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-369 fix(es/modules): Add the missing span for export default (#5170) 2022-07-11 02:18:01 +00:00
issue-389 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +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): Keep TDZ for export default if possible (#5164) 2022-07-11 08:57:50 +00:00
issue-1018/1 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +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 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +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): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-1568 fix(es/modules): Keep TDZ for export default if possible (#5164) 2022-07-11 08:57:50 +00:00
issue-1588/1 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-1614/1 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-1686 fix(es/modules): Preserve order for ts import equals (#5215) 2022-07-16 07:09:06 +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 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-1787/1 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +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 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +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 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-3438 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-3439 fix(es/modules): Keep TDZ for export default if possible (#5164) 2022-07-11 08:57:50 +00:00
issue-3732 feat(es/codegen): Emit comments in emit_module (#5132) 2022-07-12 15:23:24 +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 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
issue-4313/1 fix(es/modules): Keep TDZ for export default if possible (#5164) 2022-07-11 08:57:50 +00:00
issue-4456/1 fix(es/modules): Keep TDZ for export default if possible (#5164) 2022-07-11 08:57:50 +00:00
issue-4534/1 feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +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-4864 fix(es/modules): Support lazy for export from (#5103) 2022-07-05 05:38:34 +00:00
issue-4866/1 fix(es/modules): Improve compatibility with cjs lexer (#5080) 2022-07-01 08:37:04 +00:00
issue-4898 fix(es/modules): Preserve order for ts import equals (#5215) 2022-07-16 07:09: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): Preserve order for ts import equals (#5215) 2022-07-16 07:09:06 +00:00
issue-5054/1 fix(es/modules): Keep TDZ for export default if possible (#5164) 2022-07-11 08:57:50 +00:00
issue-5063 fix(es/modules): Keep TDZ for export default if possible (#5164) 2022-07-11 08:57:50 +00:00
issue-5157 fix(es/modules): Handle top level this, really (#5160) 2022-07-09 05:33:14 +00:00
issue-5260 fix(es/modules): Use a private context for export from (#5262) 2022-07-21 06:04:06 +00:00
lazy fix(es/modules): Support lazy for export from (#5103) 2022-07-05 05:38:34 +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): Handle top level this (#5159) 2022-07-09 02:30:01 +00:00
pull-4688 fix(es/modules): Add the missing span for export default (#5170) 2022-07-11 02:18:01 +00:00
regression feat(es/modules): Add pure annotations to interop functions (#5087) 2022-07-03 05:54:07 +00:00
strict fix(es/modules): Keep TDZ for export default if possible (#5164) 2022-07-11 08:57:50 +00:00
update-expression fix(es/modules): Preserve orders of exports (#5081) 2022-07-01 13:17:43 +00:00