swc/crates/swc_ecma_transforms_base/src
2023-04-24 05:23:53 +00:00
..
helpers fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00
hygiene fix(es/helpers): Use snake_case for helpers (#7147) 2023-03-31 15:15:21 +09:00
rename fix(es/renamer): Ensure that param and function body are in same scope (#7271) 2023-04-15 04:19:52 +00:00
resolver fix(es/resolver): Hoist parameter in arrow and constructor (#7292) 2023-04-19 11:25:02 +00:00
assumptions.rs feat(es/compat): Implement loose mode for async_to_generator (#3870) 2022-03-05 19:32:59 +00:00
ext.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
feature.rs build(cargo): Update bitflags to v2 (#7270) 2023-04-15 03:26:56 +00:00
fixer.rs fix(es/compat): Transform curried function call with optional chaining (#7313) 2023-04-24 05:23:53 +00:00
lib.rs fix(es): Support stable rustc again (#7057) 2023-03-11 10:42:04 +00:00
native.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
pass.rs refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
perf.rs refactor(es/utils): Move utilities for parallel processing (#5742) 2022-09-04 23:54:36 +09:00
quote.rs fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00
scope.rs fix(es/resolver): Fix handling of block scoped functions (#5092) 2022-07-05 05:04:49 +00:00
tests.rs refactor(es/parser): Make lexer not generic over Input (#6993) 2023-02-28 08:20:29 +00:00