Oleg Zudov
Oleg Zudov
> I think we should also think about how we could pass a stream or PipeReader (https://docs.microsoft.com/en-us/dotnet/api/system.io.pipelines.pipereader?view=dotnet-plat-ext-5.0) as a source. Please, look at https://github.com/ToCSharp/paspan. It is fork of Parlot, based...
Hello. I'm not an expert in TypeScript. Will it be correct to calculate performance in Node.js or we must connect to Standalone Server (tsserver). import { readFileSync } from "fs";...
Made some tests. It seems, Node.js is much faster then .Net TypeScriptAST. typescriptServices.js (4578 Kb) parsed 1135Ms(Node.js) and 10618(.Net). checker.ts (1321 Kb) 525 - 1173. .Net TypeScriptAST is single threaded...
Hi. This is old project for TypeScript, which is developing so fast. My main task was to make parser for JavaScript to AST. I think now is not the best...