Sheetal Nandi
Sheetal Nandi
This change under `--extendedDiagnostics` aggregates the diagnostics from all projects built and reports it at the end. Apart from that it also outputs some measurements for work that happens in...
We cannot assume that module name is referenced at index `i` in containing source file because we could be calling you with only few module names from the source file....
Fixes #48229
OldCompilerOptions is set only if referencemaps are created vs not created. `Module.None` does not create reference map but other values do create it. Which is what determines if we can...
This is similar to #50418 but this handles telemetry event and references like operations Fixes #50868
This is just draft so people can find it easily. Never to be merged. - `--inputLogFile pathToTsserverLogToRun.log` to `tsserver.js` when running to run the commands from the log in sequence....
This enables passing `--declaration`, `--emitDeclarationOnly`, `--declarationMap`, `--soureMap` and `--inlineSourceMap` to `tsc --build`. As part of this change: 1. tsbuildInfo stores these options so that we can check if we need...