mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Make sure we delete new TS internal file names too (#230011)
https://github.com/microsoft/TypeScript/pull/59720
This commit is contained in:
@@ -26,7 +26,10 @@ function processRoot() {
|
||||
function processLib() {
|
||||
const toDelete = new Set([
|
||||
'tsc.js',
|
||||
'_tsc.js',
|
||||
|
||||
'typescriptServices.js',
|
||||
'_typescriptServices.js',
|
||||
]);
|
||||
|
||||
const libRoot = path.join(root, 'lib');
|
||||
|
||||
Reference in New Issue
Block a user