oxc/tasks
overlookmotel 36c718ee82
feat(tasks): benchmarks for lexer (#2101)
This PR adds benchmarks for the lexer. I'm doing some work on optimizing
the lexer and I thought it'd be useful to see the effects of changes in
isolation, separate from the parser.

These benchmarks may not be ideal to keep long-term, but for now it'd be
useful.

In order to do so, it's necessary for `oxc_parser` crate to expose the
lexer, but have done that without adding it to the docs, and using an
alias `__lexer`.
2024-01-21 14:32:50 +00:00
..
benchmark feat(tasks): benchmarks for lexer (#2101) 2024-01-21 14:32:50 +00:00
common chore(deps): bump the dependencies group with 3 updates (#2033) 2024-01-15 15:31:32 +08:00
coverage fix(parser): fix crash on TSTemplateLiteralType in function return position (#2089) 2024-01-19 23:14:05 +08:00
lint_rules feat/tasks: expose linter RULES and use it for listing (#2083) 2024-01-19 16:45:00 +08:00
minsize refactor(rust): move to workspace lint table (#1444) 2023-11-20 14:38:10 +08:00
prettier_conformance chore: update snapshots 2024-01-15 21:13:05 +08:00
rulegen build(linter): add new-react-perf rulegen task (#2040) 2024-01-16 12:48:19 +08:00
transform_conformance feat(transformer/typescript): improve function parameters name (#2079) 2024-01-19 13:50:10 +08:00
libs.txt refactor(benchmark): use more complicated files (#1811) 2023-12-25 17:27:02 +08:00