---
url: /reference/Interface.ParseResult.md
---
# Interface: ParseResult

Result of parsing a code

## Extends

* `ParseResult`

## Accessors

### comments

#### Get Signature

* **Type**: () => `Comment`\[]

##### Returns

`Comment`\[]

#### Inherited from

`BindingParseResult.comments`

***

### errors

#### Get Signature

* **Type**: () => `OxcError`\[]

##### Returns

`OxcError`\[]

#### Inherited from

`BindingParseResult.errors`

***

### module

#### Get Signature

* **Type**: () => `EcmaScriptModule`

##### Returns

`EcmaScriptModule`

#### Inherited from

`BindingParseResult.module`

***

### program

#### Get Signature

* **Type**: () => `Program`

##### Returns

`Program`

#### Inherited from

`BindingParseResult.program`
