Interface: ParseResult
Defined in: utils/parse.ts:15
Result of parsing a code
Extends
ParseResult
Accessors
comments
Get Signature
- Type: () =>
Comment[]
Defined in: binding.d.cts:226
Returns
Comment[]
Inherited from
BindingParseResult.comments
errors
Get Signature
- Type: () =>
OxcError[]
Defined in: binding.d.cts:227
Returns
OxcError[]
Inherited from
BindingParseResult.errors
module
Get Signature
- Type: () =>
EcmaScriptModule
Defined in: binding.d.cts:225
Returns
EcmaScriptModule
Inherited from
BindingParseResult.module
program
Get Signature
- Type: () =>
Program
Defined in: binding.d.cts:224
Returns
Program
Inherited from
BindingParseResult.program