Closed
Description
TypeScript version: 3.7.0-dev.20191010
We're trying to build VS Code using TS 3.7. As part of this, we use TypeScript LanguageService.getEmitOutput
method to request the emitted d.ts
of various files: https://github.com/microsoft/vscode/blob/363b9769412fea0d9aef07fa1801371c14d72741/build/monaco/api.ts#L619
WIth TS 3.6, getEmitOutput
ends up returning a result. However with TS 3.7, it returns an empty array starting on one file: vs/editor/common/standalone/standaloneBase