mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Remove CommonJS export pattern
This commit is contained in:
parent
53feef5cf5
commit
c0b99e4785
3 changed files with 7 additions and 2 deletions
|
|
@ -162604,7 +162604,7 @@ if (typeof process === "undefined" || process.browser) {
|
|||
globalThis.toolsVersion = ts.versionMajorMinor;
|
||||
}
|
||||
if (typeof module !== "undefined" && module.exports) {
|
||||
module.exports = ts;
|
||||
/* MONACOCHANGE */ /*module.exports = ts;*/ /* END MONACOCHANGE */
|
||||
}
|
||||
var ts;
|
||||
(function (ts) {
|
||||
|
|
|
|||
|
|
@ -162604,7 +162604,7 @@ if (typeof process === "undefined" || process.browser) {
|
|||
globalThis.toolsVersion = ts.versionMajorMinor;
|
||||
}
|
||||
if (typeof module !== "undefined" && module.exports) {
|
||||
module.exports = ts;
|
||||
/* MONACOCHANGE */ /*module.exports = ts;*/ /* END MONACOCHANGE */
|
||||
}
|
||||
var ts;
|
||||
(function (ts) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue