oxc/tasks
Dunqing 20cdb1fe0a feat(semantic): align class scope with typescript (#4195)
```ts
class Klass <T>   extends Root       <R>                   {}
//    ^^^^^ ^^^           ^^^^       ^^^                   ^^
//    id type_paramter super_class super_type_parameters  body
```
I reorder fields according to the order above

The class scope is not defined in the spec. But we need to create a scope for `class` to store `TypeParamters`
2024-07-14 03:19:30 +00:00
..
ast_codegen refactor(ast/visit): fire node events as the outermost one. (#4203) 2024-07-12 03:27:59 +00:00
benchmark chore(benchmark): add codegen benchmark (#4207) 2024-07-11 23:58:37 +08:00
common refactor(tasks): clean up test files and remove libs.txt (#4172) 2024-07-10 17:38:06 +00:00
coverage feat(semantic): align class scope with typescript (#4195) 2024-07-14 03:19:30 +00:00
javascript_globals
lint_rules chore(ci): now we mark both ts alias and eslint rules. (#3813) 2024-06-22 04:55:34 +00:00
minsize feat(tasks/minsize): include esbuild minified size (#4202) 2024-07-11 13:02:32 +00:00
prettier_conformance
rulegen chore(tasks/rulegen): generate options for fix cases (#4076) 2024-07-07 03:01:55 +00:00
transform_conformance fix(transformer): missing initializer for readonly consructor properties (#4103) 2024-07-08 12:45:50 +08:00
website feat(linter): support vitest/no-disabled-tests (#3717) 2024-06-24 15:16:32 +00:00