oxc/tasks
Cam McHenry 57b7ca8eae
docs(ast): add documentation for all remaining JS AST methods (#8820)
Finishes the remaining items that require documenting for the JS AST
implementations. Once again, I tried my best to ensure these are
accurate, but it might not be 100% correct.

I also renamed the `get_identifier` method to `get_identifier_name` to
make it clear that it returns an `Atom`/`str` and not an `Identifier`.
2025-02-01 21:41:15 +08:00
..
ast_tools refactor(ast): comments for enums with no AstKind in generated code for Visit trait (#8796) 2025-01-31 01:24:51 +00:00
benchmark feat(mangler): reuse variable names (#8562) 2025-01-25 14:00:24 +08:00
common feat(tasks/prettier): Show total match ratio with updating snapshot format (#8788) 2025-01-30 22:27:34 +08:00
compat_data
coverage feat(semantic): report error for empty JSX attribute expression (#8815) 2025-02-01 02:30:39 +00:00
e2e feat(tasks/e2e): transformer + minifier runtime tests for popular npm packages (#8552) 2025-01-17 19:13:59 +08:00
javascript_globals chore(deps): update rust crates (major) (#8739) 2025-01-27 12:56:52 +08:00
lint_rules
minsize feat(minifier): merge expressions in for-in statement head (#8811) 2025-01-31 15:31:24 +00:00
prettier_conformance docs(ast): add documentation for all remaining JS AST methods (#8820) 2025-02-01 21:41:15 +08:00
rulegen chore(deps): update rust crates (major) (#8739) 2025-01-27 12:56:52 +08:00
transform_checker refactor(span): derive Copy on Atom (#8596) 2025-01-19 16:14:23 +08:00
transform_conformance feat(transformer): implement jsx spread child (#8763) 2025-01-31 15:20:54 +00:00
website chore(linter): update doc comment to reflect existance of stylish formatter (#8645) 2025-01-21 15:38:15 +00:00