Donny
|
67dc0d3b94
|
chore: Publish crates
|
2021-12-02 10:08:22 +09:00 |
|
Donny/강동윤
|
4539b3a610
|
fix(webpack/ast): Don't remove comparison of process.env.NODE_ENV (#2937)
|
2021-12-01 23:18:19 +09:00 |
|
Donny/강동윤
|
667dd1e95e
|
fix(webpack/ast): Fix ast reducer (#2936)
swc_webpack_ast:
- Preserve string literals in `require`
|
2021-12-01 21:54:55 +09:00 |
|
Donny
|
f9cd49b845
|
chore: Publish crates
|
2021-12-01 21:26:31 +09:00 |
|
Donny/강동윤
|
9f5fc11a8f
|
fix(webpack/ast): Fix handling of define (#2935)
swc_webpack_ast:
- Support `define` calls with `require` .
|
2021-12-01 21:25:46 +09:00 |
|
Donny
|
563c63c225
|
chore: Publish crates
|
2021-12-01 15:32:22 +09:00 |
|
Donny/강동윤
|
18d9fd91f9
|
fix(webpack/ast): Fix span of null literals (#2925)
swc_webpack_ast:
- Preserve original spans for injected `null` literals
|
2021-12-01 15:31:56 +09:00 |
|
Donny/강동윤
|
854b598e94
|
fix(webpack/ast): Improve ast reducer (#2917)
|
2021-11-30 18:16:05 +09:00 |
|
Donny
|
9b022dbabe
|
chore: Publish crates
|
2021-11-30 10:04:41 +09:00 |
|
Donny/강동윤
|
32b68ef5d0
|
fix(webpack/ast): Fix ast reducer (#2914)
swc_webpack_ast:
- Implement more rules.
- Test using typescript test suites.
|
2021-11-30 10:04:08 +09:00 |
|
Donny
|
167798b599
|
chore: Publish crates
|
2021-11-30 09:41:40 +09:00 |
|
Donny
|
655d754d0e
|
chore: Publish crates
|
2021-11-30 03:55:52 +09:00 |
|
Donny/강동윤
|
586ab0cf76
|
fix(webpack/ast): Adjust acorn options. (#2908)
swc_babel_ast:
- Fix serialization of class properties.
- Adjust `acorn` options.
|
2021-11-29 21:08:22 +09:00 |
|
Donny/강동윤
|
bb66083f69
|
fix(swc): Unimplement Default for JsMinifyOptions (#2901)
|
2021-11-28 18:57:48 +09:00 |
|
Donny/강동윤
|
c2bbdbe9d6
|
feat(webpack): Add ast reducer (#2875)
swc_estree_compat:
- Fix stack overflow related to object patterns.
swc_webpack_}ast:
- Implement AST reducer.
|
2021-11-26 15:04:41 +09:00 |
|