Donny/강동윤
|
194b3e9b67
|
refactor(*): Use 2021 edition (#3151)
|
2021-12-30 18:59:18 +09:00 |
|
Donny/강동윤
|
693c22aa93
|
fix(es/optimization): Fix inlining (#3132)
swc_ecma_transforms_optimization:
- `inlining`: Mark all usages as modification. (Closes #2108)
|
2021-12-28 22:25:07 +09:00 |
|
Donny/강동윤
|
cec325be63
|
security(repo): Configure cargo-crev (#3124)
|
2021-12-28 18:49:33 +09:00 |
|
LongYinan
|
206da128a1
|
feat(node): Upgrade napi to v2 (#2958)
|
2021-12-24 02:21:24 +00:00 |
|
Quentin Michel
|
f1b81266cf
|
feat(node): Report correct error when swc_v1 and swc_v2 is enabled at the same time (#3080)
|
2021-12-21 16:10:30 +09:00 |
|
Donny
|
806c9db1a1
|
chore(node): Publish v1.2.121
|
2021-12-19 14:14:12 +09:00 |
|
Donny/강동윤
|
017392aa5b
|
feat(node-swc): Add cargo feature for v2 (#3019)
swc_node_bundler:
- Add cargo features for versioned apis.
node-swc:
- Add cargo features for versioned apis.
|
2021-12-12 22:52:58 +09:00 |
|
Donny/강동윤
|
e48263b2f3
|
refactor(visit): Remove &dyn Node from Visit (#2984)
swc_visit_macros:
- Remove `&dyn Node` from `Visit`.
- Implement `VisitWith<V>` for `[T]`.
|
2021-12-07 14:34:16 +09:00 |
|
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 |
|
OJ Kwon
|
7bccbcc880
|
fix(node): Fix parseFile (#2881)
|
2021-11-27 07:20:54 +00:00 |
|
Donny/강동윤
|
6b96a3d8ed
|
feat: Enable logging of timings (#2833)
swc_timer:
- Add `Timer`.
- Add `timer!()`.
node:
- Enable logging.
|
2021-11-22 21:01:08 +09:00 |
|
Donny/강동윤
|
665c8e05fc
|
fix(es): Move TargetEnv to loader from ast (#2719)
swc_ecma_ast:
- Move `TargetEnv` to `swc_ecma_loader`.
swc_ecma_loader:
- Drop unused dependencies.
|
2021-11-11 20:00:46 +09:00 |
|
Donny/강동윤
|
2b2f6955f2
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
|
Donny/강동윤
|
4f70ee6d98
|
refactor: Flatten more packages (#2706)
|
2021-11-10 16:39:01 +09:00 |
|
Donny/강동윤
|
687305f280
|
refactor: Flatten crates (#2697)
|
2021-11-09 20:42:49 +09:00 |
|