Kind: Interface
Source: atloria-monorepo/packages/types/src/models/parser.ts
Properties
| Property | Type |
|---|---|
language | string |
symbols | Symbol[] |
dependencies | Dependency[] |
imports | Import[] |
exports | Export[] |
errors | ParseError[] |
Kind: Interface
Source: atloria-monorepo/packages/types/src/models/parser.ts
| Property | Type |
|---|---|
language | string |
symbols | Symbol[] |
dependencies | Dependency[] |
imports | Import[] |
exports | Export[] |
errors | ParseError[] |
Was this page helpful?