Remove CommonJS export pattern

This commit is contained in:
Alex Dima 2022-02-05 00:48:01 +01:00
parent 53feef5cf5
commit c0b99e4785
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
3 changed files with 7 additions and 2 deletions

View file

@ -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) {

View file

@ -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) {