mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
`BigIntLiteral`'s `raw` field is not an `Option` on Rust side, but this is an internal implementation detail - we may parse bigints to a `BigInt` in future (as we did in the past before we hit a memory leak problem), and make `raw` an `Option`. So at present, the `raw` field is always non-null in JS-side AST. But update the TS type def to reflect that it should be an optional property. This aligns with ESTree. |
||
|---|---|---|
| .. | ||
| oxc-parser | ||
| oxc-transform | ||
| oxc-types | ||
| oxc-wasm | ||
| oxlint | ||
| parser-wasm | ||