Commit Graph

36 Commits

Author SHA1 Message Date
Donny/강동윤
f052a65bf3
fix(es/compat): Preserve constructor parameters (#2975)
swc_ecma_visit:
 - Add cargo feature `debug`.
 - Add more context for `tracing` when `debug` is enabled.

swc_ecma_utils:
 - Add some logging.

swc_ecma_transforms_compat:
 - Add some logging.
 - `destructuring`: Don't drop patterns. (Closes #2139)

testing:
 - Enable logging by default.
 - Configure logging for `Tester`.
2021-12-06 20:08:50 +09:00
Donny
acc45e7c36 chore: Publish crates 2021-12-05 17:34:04 +09:00
Donny
529f980693 chore: Publish crates 2021-12-05 15:44:50 +09:00
Donny
fd2a788282 chore: Publish crates 2021-12-04 21:03:13 +09:00
Donny
348b6cf6f0 chore: Publish crates 2021-12-03 18:36:10 +09:00
Donny
ef3ea6b467 chore: Publish crates 2021-12-03 17:25:44 +09:00
Donny
36db1ed359 chore: Publish crates 2021-12-02 15:55:03 +09:00
Donny/강동윤
0304c550a4
chore: Break cycles (#2941) 2021-12-02 10:44:27 +09:00
Donny
67dc0d3b94 chore: Publish crates 2021-12-02 10:08:22 +09:00
Austaras
1555ceb8a3
feat(es/transforms/compat): Add loose mode to parameters (#2911)
swc_ecma_utils:
 - Make `WrapperState` implement `Clone`.

swc_ecma_transforms_compat:
 - `paramters`: Fix handling of non-loose mode. (Closes #2800, Closes #2825)
2021-12-02 01:04:01 +00:00
Donny
86d2cebd37 chore: Publish v1.2.115 2021-12-01 14:20:52 +09:00
Donny
e6957ce400 chore: Publish crates 2021-11-30 19:40:27 +09:00
Donny
12d31c997b chore: Publish crates 2021-11-30 13:53:41 +09:00
Donny
073c3787f1 chore: Publish crates 2021-11-30 13:11:36 +09:00
Donny
0d39521b91 chore: Publish crates 2021-11-27 17:51:10 +09:00
Donny
01d4139e42 chore: Publish crates 2021-11-27 15:53:05 +09:00
Donny
72e892ec12 chore: Publish crates 2021-11-26 23:29:33 +09:00
Donny
730e138925 chore: Publish crates 2021-11-25 16:17:34 +09:00
Donny
a8bda3bb9c chore: Publish crates 2021-11-24 13:54:33 +09:00
Donny
d4ffce13b5 chore: Publish crates 2021-11-24 10:08:01 +09:00
Donny
96d8ee522c chore: Publish crates 2021-11-21 16:30:42 +09:00
Donny/강동윤
6a7775b5da
fix(es/transforms/compat): Fix this in constructor (#2818)
swc_ecma_transforms_classes:
 - Don't modify `this` in constructors.

swc_ecma_transforms_compat:
 - Fix handling of `this` in constructors.
2021-11-20 19:07:42 +09:00
Donny
5a037876dd chore: Publish crates 2021-11-20 17:05:17 +09:00
Donny
ca55539938 chore: Publish crates 2021-11-19 00:12:37 +09:00
Donny
a2f7bade39 chore: Publish crates 2021-11-18 17:25:19 +09:00
Donny
225af14b52 chore: Publish crates 2021-11-18 01:07:46 +09:00
Donny
8c04d396e4 chore: Publish crates 2021-11-17 16:06:57 +09:00
Donny
e03af45c09 chore: Publish crates 2021-11-17 14:00:33 +09:00
Donny
3e4fbe7667 chore: Publish crates 2021-11-16 21:57:24 +09:00
Donny
c15116de07 chore: Publish crates 2021-11-15 17:45:19 +09:00
Donny
2cd565bfc0 chore: Publish crates 2021-11-15 14:31:44 +09:00
Donny
8df860e16c chore: Publish crates 2021-11-14 06:21:28 +09:00
Donny
898ed7015c chore: Publish crates 2021-11-14 05:35:02 +09:00
Donny
90b7074556 chore: Publish crates 2021-11-12 16:26: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