oxc/crates
cinchen 4947809772
feat(linter/jest): add new property for parse_jest_fn (#2715)
This pr is to add a new return value: `local`, which current property
`name` always return `expect` and the `local` property will return its
alias name for the following example:

```js
import { expect as JEST_EXPECT } from '@jest/globals';
```

and the `jest_expect_fn_call.name` will return `expect` and the
`jest_expect_fn_call.local` wil return `JEST_EXPECT`.
2024-03-14 21:06:05 +08:00
..
oxc Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_allocator Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_ast Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_cli refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
oxc_codegen Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_diagnostics Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_index Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_js_regex refactor: rename CompactString to CompactStr (#2619) 2024-03-06 12:24:23 +08:00
oxc_language_server chore(deps): update rust crates (#2671) 2024-03-11 13:39:02 +08:00
oxc_linter feat(linter/jest): add new property for parse_jest_fn (#2715) 2024-03-14 21:06:05 +08:00
oxc_macros feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00
oxc_minifier Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_module_lexer New tool: oxc_module_lexer (#2650) 2024-03-09 23:23:55 +08:00
oxc_parser Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_prettier refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00
oxc_semantic Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_span Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_syntax Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_transformer Release crates v0.10.0 2024-03-14 18:23:34 +08:00
oxc_wasm feat: merge features serde and wasm to serialize (#2716) 2024-03-14 17:13:12 +08:00