swc/crates/swc_ecma_transforms_compat/src/es2015
2023-05-22 03:21:50 +00:00
..
block_scoping fix(es/compat): Fix destructuring handling of block_scoping (#7425) 2023-05-22 03:21:50 +00:00
classes fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00
regenerator feat(es/generator): Use new generator implementation (#5627) 2022-08-25 16:10:47 +00:00
arrow.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
block_scoped_fn.rs fix(es/helpers): Use snake_case for helpers (#7147) 2023-03-31 15:15:21 +09:00
computed_props.rs fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00
destructuring.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
duplicate_keys.rs perf(es/minifier): Enable parallel processing (#5705) 2022-09-01 13:36:30 +09:00
for_of.rs feat(es/parser): Implement explicit resource management (#7322) 2023-05-10 04:16:44 +00:00
function_name.rs fix(es/compat): Mark reserved function names private (#7298) 2023-05-17 13:10:27 +00:00
generator.rs chore(es): Enable tracing spans for release builds (#7379) 2023-05-11 13:59:53 +00:00
instanceof.rs fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00
mod.rs fix(es/helpers): Use snake_case for helpers (#7147) 2023-03-31 15:15:21 +09:00
new_target.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
object_super.rs fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00
parameters.rs fix(es/compat): Fix is_setter in parameters pass (#7348) 2023-05-02 02:11:42 +00:00
shorthand_property.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
spread.rs fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00
sticky_regex.rs build(cargo): Update rustc to nightly-2023-03-20 (#7170) 2023-03-30 08:06:02 +00:00
template_literal.rs fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00
typeof_symbol.rs fix(es/helpers): Remove unnecessary parameters in helper_expr! macro (#7296) 2023-04-20 08:26:34 +00:00