Kind: Class
Source: atloria-monorepo/apps/api/src/parser/parsers/typescript.parser.ts
Implements: CodeParser
Methods
| Method | Signature | Returns |
|---|---|---|
parse | parse(code: string, filename: undefined) | Promise<ParseResult> |
extractSymbols | extractSymbols(code: string) | Promise<ParserSymbol[]> |
extractDependencies | extractDependencies(code: string) | Promise<Dependency[]> |
Properties
| Property | Type |
|---|---|
language | any |
supportedExtensions | any |
Where it refuses work
TypeScriptParserstops the work with an early return when!node.parameters.
When something fails
TypeScriptParserhandles failure in 1 place: it logs it and continues in all 1.
Referenced By
ParserModule(MODULE_PROVIDES)ParserService(DEPENDS_ON)
Was this page helpful?