oxc/npm
overlookmotel 2179b93729 fix(estree): make type of BigIntLiteral::raw prop in ESTree AST optional (#7663)
`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.
2024-12-05 04:00:57 +00:00
..
oxc-parser release(crates): v0.39.0 (#7643) 2024-12-04 19:43:22 +08:00
oxc-transform release(crates): v0.39.0 (#7643) 2024-12-04 19:43:22 +08:00
oxc-types fix(estree): make type of BigIntLiteral::raw prop in ESTree AST optional (#7663) 2024-12-05 04:00:57 +00:00
oxc-wasm deps: bump wasm-bindgen to 0.2.96 (#7551) 2024-11-30 10:47:03 +08:00
oxlint release(oxlint): v0.14.0 (#7563) 2024-12-01 16:47:21 +08:00
parser-wasm chore(deps): update dependency rust to v1.82.0 (#6649) 2024-11-29 05:11:03 +00:00