Sheetal Nandi

Results 39 issues of 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...

Author: Team
For Uncommitted Bug

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....

Bug
Fix Available

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...

Author: Team
For Milestone Bug

This is similar to #50418 but this handles telemetry event and references like operations Fixes #50868

Author: Team
For Milestone Bug

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....

Author: Team
For Uncommitted Bug

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...

Author: Team
For Uncommitted Bug