oxc/crates/oxc_transformer/src
2024-12-06 16:15:52 +00:00
..
common feat(parser)!: stage 3 import source and import defer (#7706) 2024-12-06 16:15:52 +00:00
es2015 chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
es2016 refactor(transformer): rename VarDeclarationsStore methods (#7682) 2024-12-05 15:09:24 +00:00
es2017 fix(transformer/async-to-generator): correct the SymbolFlags of function id in module (#7470) 2024-11-26 11:59:22 +00:00
es2018 feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
es2019 chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
es2020 refactor(transformer): rename VarDeclarationsStore methods (#7682) 2024-12-05 15:09:24 +00:00
es2021 refactor(transformer): rename VarDeclarationsStore methods (#7682) 2024-12-05 15:09:24 +00:00
es2022 refactor(transformer/class-properties): move code out of transform_assignment_target (#7701) 2024-12-06 15:15:28 +00:00
jsx refactor(transformer): rename VarDeclarationsStore methods (#7682) 2024-12-05 15:09:24 +00:00
options fix(oxc_transformer): alias es2015 to es6 (#7673) 2024-12-05 16:26:05 +08:00
plugins feat(parser)!: stage 3 import source and import defer (#7706) 2024-12-06 16:15:52 +00:00
regexp feat(ast)!: add StringLiteral::raw field (#7393) 2024-11-26 23:33:56 +08:00
typescript refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547) 2024-12-05 00:34:45 +00:00
compiler_assumptions.rs feat(transformer): class properties transform (#7011) 2024-11-25 10:24:20 +00:00
context.rs feat(transformer): Optional Chaining (#6990) 2024-11-21 03:12:18 +00:00
lib.rs feat(transformer/class-properties): support for transforming AssignmentTarget (#7697) 2024-12-06 12:18:54 +00:00