oxc/npm/oxc-types
Song Gao ebc80f6749
refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547)
Fix #7254 

Changed all "raw" properties of literal types (if they have this property) to `Option<Atom>`.

---------

Co-authored-by: overlookmotel <theoverlookmotel@gmail.com>
2024-12-05 00:34:45 +00:00
..
CHANGELOG.md release(crates): v0.39.0 (#7643) 2024-12-04 19:43:22 +08:00
package.json release(crates): v0.39.0 (#7643) 2024-12-04 19:43:22 +08:00
README.md feat(ast_tools): output typescript to a separate package (#6755) 2024-10-24 13:08:57 +00:00
types.d.ts refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547) 2024-12-05 00:34:45 +00:00

Oxc Types

Typescript definitions for Oxc AST nodes.