Class FilesParserSingleton
Properties
parsers
parsers: Set<string>
Methods
detectParsers
- detectParsers(): Set<string>
initParsersInstances
- initParsersInstances(): void
loadParsersForFiles
- loadParsersForFiles(): Promise<unknown>
parseFiles
- parseFiles(files: any[]): Promise<unknown>
-
Parameters
Returns Promise<unknown>
Parse file for their AST TODO : make it language agnostic, or with a layer that makes easy to support others languages !== .js & .ts