oxc/crates
Arian94 11b93af0d1
fix(linter/unicorn): consistent-function-scoping false positive on assignment expression (#5312)
fixes #5159 and any other named function assigned to a property like:
```js
const foo = {};
foo.bar = function fooBar() {}
```

---------

Co-authored-by: Don Isaac <donald.isaac@gmail.com>
Co-authored-by: Cameron Clark <cameron.clark@hey.com>
2024-08-31 19:41:25 +01:00
..
oxc refactor(semantic): change build_module_record to accept &Path instead of PathBuf 2024-08-30 12:24:49 +08:00
oxc_allocator
oxc_ast feat(linter): add oxc/no-async-endpoint-handlers (#5364) 2024-08-31 16:59:52 +00:00
oxc_ast_macros
oxc_cfg
oxc_codegen feat(ast)!: add JSXElementName::IdentifierReference and JSXMemberExpressionObject::IdentifierReference (#5223) 2024-08-30 11:11:04 +00:00
oxc_diagnostics feat(linter): add hyperlinks to diagnostic messages (#5318) 2024-08-29 05:50:04 +00:00
oxc_index
oxc_isolated_declarations feat(ast): add Function::name() (#5361) 2024-08-31 03:45:45 +00:00
oxc_language_server
oxc_linter fix(linter/unicorn): consistent-function-scoping false positive on assignment expression (#5312) 2024-08-31 19:41:25 +01:00
oxc_macros
oxc_mangler
oxc_minifier
oxc_module_lexer
oxc_parser refactor(parser): move JSXIdentifier conversion code into parser (#5345) 2024-08-30 14:47:09 +00:00
oxc_prettier fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
oxc_regular_expression chore(regular_expression): Extract diagnostics (#5287) 2024-08-28 03:19:29 +00:00
oxc_semantic test(semantic): add JSXIdentifierReference-related tests (#5224) 2024-08-30 17:43:34 +00:00
oxc_sourcemap
oxc_span feat(linter): add oxc/no-async-endpoint-handlers (#5364) 2024-08-31 16:59:52 +00:00
oxc_syntax
oxc_transformer feat(linter): add oxc/no-async-endpoint-handlers (#5364) 2024-08-31 16:59:52 +00:00
oxc_traverse feat(ast)!: add JSXElementName::IdentifierReference and JSXMemberExpressionObject::IdentifierReference (#5223) 2024-08-30 11:11:04 +00:00
oxc_wasm feat(wasm): turn on all transform options 2024-09-01 00:24:10 +08:00