mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 21:29:01 +00:00
#5223 added a new variant `JSXElementName::IdentifierReference` for JSX identifiers which are treated as references (e.g. `<Foo>`) as opposed to `JSXElementName::Identifier` which is for lowercase (e.g. `<div>`). But we were incorrectly categorizing identifiers beginning with `_` or `$` - these should also be treated as references. (as discussed in https://github.com/oxc-project/oxc/pull/5339#issuecomment-2321037779) |
||
|---|---|---|
| .. | ||
| ast_tools | ||
| benchmark | ||
| common | ||
| coverage | ||
| javascript_globals | ||
| lint_rules | ||
| minsize | ||
| prettier_conformance | ||
| rulegen | ||
| transform_conformance | ||
| website | ||