We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a9390 commit 711886eCopy full SHA for 711886e
bin/typescript.js
@@ -42361,7 +42361,7 @@ var ts;
42361
return {
42362
options: configFile.options,
42363
files: configFile.fileNames,
42364
- errors: [realizeDiagnostics(configFile.errors, '\r\n')]
+ errors: realizeDiagnostics(configFile.errors, '\r\n')
42365
};
42366
});
42367
bin/typescriptServices.js
0 commit comments