oxc/crates
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
..
oxc refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_allocator refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_ast feat(prettier): turn off preserve_parens and start working on need-parens (#1487) 2023-11-21 16:26:56 +00:00
oxc_cli feat(prettier): turn off preserve_parens and start working on need-parens (#1487) 2023-11-21 16:26:56 +00:00
oxc_codegen refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_diagnostics refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_formatter refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_index refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_linter feat(linter): eslint-plugin-jsx-a11y anchor_is_valid (correctness) (#1477) 2023-11-22 15:23:43 +08:00
oxc_linter_plugin refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_macros refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_minifier refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_parser refactor(parser) Updated comments mentioning the ecma specification section 12.x (#1496) 2023-11-22 19:29:04 +08:00
oxc_prettier perf(prettier): check commandjs or amd in CallExpression only (#1491) 2023-11-22 10:57:31 +08:00
oxc_query refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_resolver Release oxc_resolver v0.5.4 2023-11-21 18:57:27 +08:00
oxc_semantic refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_span refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_syntax refactor(parser) Updated comments mentioning the ecma specification section 12.x (#1496) 2023-11-22 19:29:04 +08:00
oxc_transformer feat(transformer/react): handle babel 8 breaking removed-options (#1489) 2023-11-22 11:01:40 +08:00
oxc_type_synthesis refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
oxc_wasm refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00