Crate oxc_parser_napi

Crate oxc_parser_napi 

Source

Structs§

EcmaScriptModule
ParseResult
ParserOptions
ResolveTask

Functions§

get_buffer_offset
Get offset within a Uint8Array which is aligned on BUFFER_ALIGN.
parse_async
Parse asynchronously.
parse_async_raw
Parse AST into provided Uint8Array buffer, asynchronously.
parse_sync
Parse synchronously.
parse_sync_raw
Parse AST into provided Uint8Array buffer, synchronously.
raw_transfer_supported
Returns true if raw transfer is supported on this platform.