oxc/tasks
overlookmotel 97de0b7be1 fix(transformer/class-properties): transform this in static prop initializers (#7481)
Convert `this` in static property initializers to reference to class name.

`class C { static prop = this; }` -> `class C {}; C.prop = C;`
2024-11-25 20:10:05 +00:00
..
ast_tools feat(ast): derive GetAddress on all enum types (#7472) 2024-11-25 12:13:44 +00:00
benchmark feat(linter): react/exhaustive-deps (#7151) 2024-11-12 11:42:47 +00:00
common chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
compat_data chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00
coverage chore(coverage): update runtime.snap 2024-11-25 22:36:05 +08:00
javascript_globals feat(linter)!: sync sindresorhus/globals; removed Object.prototype properties from builtin and es* globals (#6991) 2024-10-29 04:13:20 +00:00
lint_rules fix(tasks/lint_rules): map prefix node to n (#7397) 2024-11-21 13:58:53 +00:00
minsize refactor(codegen): do not print unnecessary parentheses if both sides use the same logical operator (#7325) 2024-11-19 10:31:53 +00:00
prettier_conformance feat(ast)!: remove invalid expressions from TSEnumMemberName (#7219) 2024-11-09 08:48:14 +00:00
rulegen refactor(linter)!: remove tree_shaking plugin (#7372) 2024-11-20 11:46:29 +00:00
transform_checker refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
transform_conformance fix(transformer/class-properties): transform this in static prop initializers (#7481) 2024-11-25 20:10:05 +00:00
website feat(oxlint): auto detect config file in CLI (#7348) 2024-11-23 23:17:05 +08:00