oxc/crates/oxc_semantic
Yuji Sugiura 40af2b1662
feat(semantic/jsdoc): Handle optional type syntax for type name part (#2960)
It seems `JSDocTypeNamePart` can contain whitespace like...

```js
/** @property [cfg.n12="default value"] Config... */
```
2024-04-15 10:18:39 +08:00
..
examples refactor: remove panic! from examples (#2454) 2024-02-20 16:18:39 +08:00
src feat(semantic/jsdoc): Handle optional type syntax for type name part (#2960) 2024-04-15 10:18:39 +08:00
tests fix(semantic): symbols inside functions and classes incorrectly flagged as exported (#2896) 2024-04-05 23:01:27 +08:00
Cargo.toml Release crates v0.12.3 2024-04-11 16:18:17 +08:00
CHANGELOG.md Release crates v0.12.3 2024-04-11 16:18:17 +08:00