mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
fac6f47863
swc_ecma_ast: - Implement `Take` for `Function`. - Implement `Take` for `FnExpr`. - Implement `Take` for `ClassExpr`. swc_ecma_transforms_compat: - Migrate `es2015::duplicate_keys` to `VisitMut`. - Migrate `es2015::template_literals` to `VisitMut`. - Migrate `es2015::function_name` to `VisitMut`. - Add more fast-path to `reserved_words` pass. swc_ecma_transforms_react: - Reduce allocations of `pure_annotations`. - Migrate `pure_annotations` to `VisitMut`. - Migrate `jsx::display_name` to `VisitMut`. swc_ecma_transforms_optimization: - Migrate `inline_globals` to `VisitMut`. - `inline_globals`: Use `Lrc<FxHashMap<K, V>>`. swc: - Cache `current_dir()`. - `ModuleConfig::build`: cacnonicalize only if `paths` is used. |
||
---|---|---|
.. | ||
ast | ||
babel | ||
codegen | ||
dep-graph | ||
ext-transforms | ||
jsdoc | ||
loader | ||
minifier | ||
parser | ||
preset-env | ||
src | ||
transforms | ||
utils | ||
visit | ||
Cargo.toml |