TypeScriptAST
TypeScriptAST copied to clipboard
.NET port of Microsoft's TypeScript parser for simple AST manipulation
Hi, This correction allows us to have a change in an inner element and insert after father. Ex: Assuming this element { path: 'AlteracaoContrato/:alteracaoContratualId/:contratoId', data: { breadcrumb: { label: 'Lea.AlteracoesContratuais.PageTitles.Details'...
Hi, I'd like to parse something like `export default { .... }` but how can I do it? None of the below assignments give me that root object with all...
Hello, I came across an implementation that was far away from what I was expecting while using the `ChangeNode()` method. If the replacement string provided equals the current node's string...
When parsing the file `https://github.com/microsoft/TypeScript/blob/master/scripts/types/ambient.d.ts`, the parser cannot handle the situation properly that there is a `readonly` modifier on a property signature. Snippet: ``` namespace File { export interface VinylOptions...
When the following code: ``` /** * Property-based callback for X event * @param payload: the x payload payload */ @Input() public onX: (payload: XPayload) => void; ``` is navigated...
Hello! Thank you for interesting project. It's very interesting to compare performance of your parser and typescript. Please, add simple perf test