swc/node-swc
Donny/강동윤 91ef3cc16e
feat(plugin): Enable plugin support under experimental flag (#2894)
swc_plugin_runner:
 - Add plugin resolver.
 - Implement cache for resolver.
 - Add some integration tests.

swc:
 - Add a cargo feature named `plugin`.
 - Add an experimental option for plugins.

node:
 - Enable `plugin`.
 - Add some integration tests.
2021-11-28 17:02:14 +09:00
..
__tests__ feat(plugin): Enable plugin support under experimental flag (#2894) 2021-11-28 17:02:14 +09:00
benches Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
src feat(swc): Add IsModule (#2601) 2021-11-16 10:31:02 +00:00
tests fix(swc): Allow overriding specified parser config using .swcrc (#2547) 2021-10-26 22:39:06 +00:00
.gitignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00
.npmignore Move node-swc into the repository (#789) 2020-05-22 20:36:39 +09:00