oxc/crates/oxc_syntax/src
JonaAnders 08164b0e18
refactor(parser) Updated comments mentioning the ecma specification section 12.x (#1496)
The ECMA specification seems to added the "Tokens" section to the
specification as 12.6. This pushed all the other sections down,
resulting in e.g. former 12.6 now being 12.7. Comments in the parser
mention this part of the specification. All the mentions of section
12.6+ therefor are outdated now. This pull request tries to fix that by
updating all the comments.
2023-11-22 19:29:04 +08:00
..
assumptions.rs feat(transformer_conformance): read plugins options from babel options.json (#1006) 2023-10-17 14:52:51 +08:00
identifier.rs refactor(parser) Updated comments mentioning the ecma specification section 12.x (#1496) 2023-11-22 19:29:04 +08:00
lib.rs Add base to AST BigintLiteral (#1416) 2023-11-19 11:11:19 +08:00
module_record.rs chore: fix typo (#889) 2023-09-10 21:44:09 +08:00
operator.rs feat(semantic): check non-simple lhs expression of assignment expression (#994) 2023-10-14 23:40:10 +08:00
precedence.rs refactor: improve code coverage in various places (#721) 2023-08-11 15:17:49 +08:00
reference.rs feat(minifier): partially re-enable minifier (#963) 2023-10-08 11:06:42 +08:00
scope.rs refactor: improve code coverage a little bit 2023-08-25 23:07:14 +08:00
symbol.rs refactor: improve code coverage a little bit 2023-08-25 23:07:14 +08:00
xml_entities.rs feat(transformer/jsx): escape xhtml in jsx attributes (#1088) 2023-10-29 15:16:50 +08:00