mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Adopt esbuild for monaco-typescript
This commit is contained in:
parent
c0d4493bd9
commit
dcbd8121d9
15 changed files with 66 additions and 335 deletions
|
|
@ -347,8 +347,6 @@ function ESM_pluginStream(plugin, destinationPath) {
|
|||
}
|
||||
}
|
||||
|
||||
contents = contents.replace(/\/\/# sourceMappingURL=.*((\r?\n)|$)/g, '');
|
||||
|
||||
data.contents = Buffer.from(contents);
|
||||
this.emit('data', data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue