oxc/crates
Yuji Sugiura bc22ae569e
fix(semantic): Refactor jsdoc finding (#2437)
Partial fix for #168 

- [x] Fix general finding behavior for leading comments
- [x] Accept multiple jsdoc comments per node
- [x] Provide `get_one` and also `get_all` 
- [x] Add `iter_all()` for non-node related usage
- [x] Limit AST node kinds to parse
2024-02-24 17:24:01 +08:00
..
oxc Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_allocator Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_ast feat(ast): add TSModuleDeclaration.kind (#2487) 2024-02-24 17:09:31 +08:00
oxc_cli feat(diagnostics): implement json reporter (#2452) 2024-02-20 15:33:28 +08:00
oxc_codegen refactor(ast): s/TSTypeOperatorType/TSTypeOperator to align with estree 2024-02-21 22:25:04 +08:00
oxc_diagnostics feat(diagnostics): implement json reporter (#2452) 2024-02-20 15:33:28 +08:00
oxc_index Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_js_regex
oxc_language_server fix(vscode): incorrect diagnostic position (#2461) 2024-02-21 12:11:16 +08:00
oxc_linter fix(semantic): Refactor jsdoc finding (#2437) 2024-02-24 17:24:01 +08:00
oxc_macros feat(linter): remove the --timings feature (#2049) 2024-01-16 14:21:04 +08:00
oxc_minifier refactor(ast): s/NumberLiteral/NumericLiteral to align with estree 2024-02-21 21:41:08 +08:00
oxc_parser feat(ast): add TSModuleDeclaration.kind (#2487) 2024-02-24 17:09:31 +08:00
oxc_prettier refactor(ast): s/TSTypeOperatorType/TSTypeOperator to align with estree 2024-02-21 22:25:04 +08:00
oxc_semantic fix(semantic): Refactor jsdoc finding (#2437) 2024-02-24 17:24:01 +08:00
oxc_span Publish crates v0.7.0 2024-02-09 23:01:12 +08:00
oxc_syntax feat(Codegen): Improve codegen (#2460) 2024-02-21 14:41:57 +08:00
oxc_transformer feat(transformer/decorators): insert instanceBrand function (#2480) 2024-02-23 23:04:27 +08:00
oxc_wasm feat(codegen): configurable typescript codegen (#2443) 2024-02-20 12:09:28 +08:00