Interface: ParseResult
Defined in: packages/rolldown/src/utils/parse.ts:15
Result of parsing a code
Extends
ParseResult
Accessors
comments
Get Signature
- Type: () =>
Comment[]
Defined in: packages/rolldown/src/binding.d.cts:280
Returns
Comment[]
Inherited from
BindingParseResult.comments
errors
Get Signature
- Type: () =>
OxcError[]
Defined in: packages/rolldown/src/binding.d.cts:281
Returns
OxcError[]
Inherited from
BindingParseResult.errors
module
Get Signature
- Type: () =>
EcmaScriptModule
Defined in: packages/rolldown/src/binding.d.cts:279
Returns
EcmaScriptModule
Inherited from
BindingParseResult.module
program
Get Signature
- Type: () =>
Program
Defined in: packages/rolldown/src/binding.d.cts:278
Returns
Program
Inherited from
BindingParseResult.program