강동윤
|
a13e6a09b5
|
Fix #185 (#187)
swc_ecma_transforms:
- handle imports correctly (in rhs of assignment)
|
2019-02-13 12:32:12 +09:00 |
|
강동윤
|
fc661f24f0
|
Bugfixes (#182)
swc_ecma_ast:
- rename ast to be consistent
|
2019-02-13 08:18:19 +09:00 |
|
강동윤
|
45e78e40d4
|
Amd & Correct named exports (#165)
|
2019-02-12 11:41:08 +09:00 |
|
강동윤
|
a0c6b4458e
|
Revert "Amd & Fix for exports (#164)" (#166)
This reverts commit 8c5c7b55b7 .
|
2019-02-12 11:40:36 +09:00 |
|
강동윤
|
8c5c7b55b7
|
Amd & Fix for exports (#164)
swc_ecma_transforms:
- correctly tracks exported names.
- Implement amd
Fix #162
|
2019-02-12 11:23:19 +09:00 |
|
강동윤
|
17ed32a73c
|
Fix common_js::lazy
|
2019-02-05 15:47:17 +09:00 |
|
강동윤
|
4c6c4bc595
|
Make Helper scoped thread local (#134)
This allows injecting helpers per file without any multi threading issue.
|
2019-02-05 14:15:38 +09:00 |
|
강동윤
|
a1629d3997
|
Implement module transforms (#133)
swc_ecma_ast:
- implement more `From<T>` for `Expr`
swc_ecma_transforms:
- fnv -> fxhash
- implement common js imports
- improve fixer
- use js_word! instead of &*sym
- add noop pass
- handle state correctly
- ExprFactory::member(), computed_member()
|
2019-02-05 12:50:19 +09:00 |
|