oxc/tasks
Boshen 2f5afff9bd
fix(parser): fix crash on TSTemplateLiteralType in function return position (#2089)
```
interface Helpers {
  inspect(): `~~~~\n${string}\n~~~~`;
}
```
2024-01-19 23:14:05 +08:00
..
benchmark refactor(linter): remove the LintSettings parameter from LintContext::new. (#2051) 2024-01-16 17:17:46 +08: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