Kind: Interface
Source: atloria-monorepo/apps/api/src/parser/interfaces/code-parser.interface.ts
Properties
| Property | Type |
|---|---|
language | string |
symbols | Symbol[] |
dependencies | Dependency[] |
imports | Import[] |
exports | Export[] |
ast | any |
errors | ParseError[] |
Kind: Interface
Source: atloria-monorepo/apps/api/src/parser/interfaces/code-parser.interface.ts
| Property | Type |
|---|---|
language | string |
symbols | Symbol[] |
dependencies | Dependency[] |
imports | Import[] |
exports | Export[] |
ast | any |
errors | ParseError[] |
Was this page helpful?