oxc/tasks
Dunqing 3539f56cac feat(transformer/class-properties): support for transforming TaggedTemplateExpresssion (#7504)
```js
"object.#prop`xyz`" -> "_classPrivateFieldGet(_prop, object).bind(object)`xyz`"
"object.obj.#prop`xyz`" -> "_classPrivateFieldGet(_prop, _object$obj = object.obj).bind(_object$obj)`xyz`"
```
2024-11-27 12:15:31 +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 fix(transformer/async-to-generator): correct the SymbolFlags of function id in module (#7470) 2024-11-26 11:59:22 +00: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 feat(minifier): minify alternated one child if block (#7231) 2024-11-26 15:00:16 +00:00
prettier_conformance chore(tasks): Update prettier_conformance task (#7500) 2024-11-27 08:40:43 +00:00
rulegen fix(rulegen): update lint rule template (#7502) 2024-11-27 17:40:38 +08:00
transform_checker refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
transform_conformance feat(transformer/class-properties): support for transforming TaggedTemplateExpresssion (#7504) 2024-11-27 12:15:31 +00:00
website feat(oxlint): auto detect config file in CLI (#7348) 2024-11-23 23:17:05 +08:00