swc/ecmascript/transforms
강동윤 4cd43375a5
feat(swc): Add import resolvers (#1834)
swc_ecma_loader:
 - Add `Resolve`. 
 - Add `TsConfigResolver`. 

swc_ecma_transforms_module:
 - Use `Resolve` for remapping import paths.
 - Add `ImportResolver`.
 - Add `NodeImprortResolver`.

swc:
 - Add `paths` to `.swcrc`.
 - Use `paths`. (#379, #702)
 - Canonicalize file names.
2021-06-24 06:32:09 +00:00
..
base feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
classes feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
compat feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
macros chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
module feat(swc): Add import resolvers (#1834) 2021-06-24 06:32:09 +00:00
optimization feat(swc): Add import resolvers (#1834) 2021-06-24 06:32:09 +00:00
proposal feat(swc): Add import resolvers (#1834) 2021-06-24 06:32:09 +00:00
react feat(swc): Add import resolvers (#1834) 2021-06-24 06:32:09 +00:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
testing feat(es/visit): Groundwork to use VisitMut instead of Fold (#1842) 2021-06-23 04:18:41 +00:00
tests fix(es/transforms/module): Share usage data between passes (#1829) 2021-06-24 13:37:30 +09:00
typescript feat(swc): Add import resolvers (#1834) 2021-06-24 06:32:09 +00:00
Cargo.toml feat(swc): Add import resolvers (#1834) 2021-06-24 06:32:09 +00:00
package.json fix(swc): Fix bugs (#1753) 2021-05-27 11:59:04 +09:00