Skip to content

Commit 94480fb

Browse files
authored
4.1 -> 4.2 (#1305)
* 4.1 -> 4.2 * regenerate output
1 parent e3a30c0 commit 94480fb

File tree

1,272 files changed

+2584
-2552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,272 files changed

+2584
-2552
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
node: [12, 14]
52-
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, next]
52+
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, next]
5353
runs-on: ubuntu-latest
5454
steps:
5555
- uses: actions/checkout@v2
@@ -76,7 +76,7 @@ jobs:
7676
strategy:
7777
matrix:
7878
node: [12, 14]
79-
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, next]
79+
ts: [3.8.3, 3.9.3, 4.0.3, 4.1.5, 4.2.4, next]
8080
runs-on: windows-latest
8181
steps:
8282
- uses: actions/checkout@v2

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7-
{
7+
{
88
"type": "node",
99
"request": "launch",
1010
"name": "Run open execution test",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@
101101
"typescript": "*",
102102
"webpack": "*"
103103
}
104-
}
104+
}

test/comparison-tests/declarationOutput/expectedOutput-4.1/bundle.js renamed to test/comparison-tests/declarationOutput/expectedOutput-4.2/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
\****************/
1717
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1818

19-
eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar dep = __webpack_require__(/*! ./sub/dep */ \"./sub/dep.ts\");\nvar Test = /** @class */ (function (_super) {\n __extends(Test, _super);\n function Test() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Test.prototype.doSomething = function () {\n };\n return Test;\n}(dep));\nmodule.exports = Test;\n\n\n//# sourceURL=webpack:///./app.ts?");
19+
eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar dep = __webpack_require__(/*! ./sub/dep */ \"./sub/dep.ts\");\nvar Test = /** @class */ (function (_super) {\n __extends(Test, _super);\n function Test() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Test.prototype.doSomething = function () {\n };\n return Test;\n}(dep));\nmodule.exports = Test;\n\n\n//# sourceURL=webpack:///./app.ts?");
2020

2121
/***/ }),
2222

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
asset bundle.js 3.46 KiB [emitted] (name: main)
1+
asset bundle.js 3.62 KiB [emitted] (name: main)
22
asset .output/app.d.ts 110 bytes [emitted]
33
asset .output/sub/dep.d.ts 63 bytes [emitted]
4-
./app.ts 934 bytes [built] [code generated]
4+
./app.ts 1.06 KiB [built] [code generated]
55
./sub/dep.ts 182 bytes [built] [code generated]
66
webpack compiled successfully

test/comparison-tests/declarationOutputWithMaps/expectedOutput-4.1/bundle.js renamed to test/comparison-tests/declarationOutputWithMaps/expectedOutput-4.2/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
\****************/
1717
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1818

19-
eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar dep = __webpack_require__(/*! ./sub/dep */ \"./sub/dep.ts\");\nvar Test = /** @class */ (function (_super) {\n __extends(Test, _super);\n function Test() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Test.prototype.doSomething = function () {\n };\n return Test;\n}(dep));\nmodule.exports = Test;\n\n\n//# sourceURL=webpack:///./app.ts?");
19+
eval("\nvar __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n if (typeof b !== \"function\" && b !== null)\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar dep = __webpack_require__(/*! ./sub/dep */ \"./sub/dep.ts\");\nvar Test = /** @class */ (function (_super) {\n __extends(Test, _super);\n function Test() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n Test.prototype.doSomething = function () {\n };\n return Test;\n}(dep));\nmodule.exports = Test;\n\n\n//# sourceURL=webpack:///./app.ts?");
2020

2121
/***/ }),
2222

Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
assets by path .output/sub/ 248 bytes
22
asset .output/sub/dep.d.ts.map 152 bytes [emitted]
33
asset .output/sub/dep.d.ts 96 bytes [emitted]
4-
asset bundle.js 3.46 KiB [emitted] (name: main)
4+
asset bundle.js 3.62 KiB [emitted] (name: main)
55
asset .output/app.d.ts.map 197 bytes [emitted]
66
asset .output/app.d.ts 143 bytes [emitted]
7-
./app.ts 934 bytes [built] [code generated]
7+
./app.ts 1.06 KiB [built] [code generated]
88
./sub/dep.ts 182 bytes [built] [code generated]
99
webpack compiled successfully

test/comparison-tests/projectReferences/expectedOutput-4.1/lib/tsconfig.tsbuildinfo renamed to test/comparison-tests/projectReferences/expectedOutput-4.2/lib/tsconfig.tsbuildinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -52,5 +52,5 @@
5252
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts"
5353
]
5454
},
55-
"version": "4.1.5"
55+
"version": "4.2.4"
5656
}

test/comparison-tests/projectReferences/expectedOutput-transpile-4.1/lib/tsconfig.tsbuildinfo renamed to test/comparison-tests/projectReferences/expectedOutput-transpile-4.2/lib/tsconfig.tsbuildinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -52,5 +52,5 @@
5252
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts"
5353
]
5454
},
55-
"version": "4.1.5"
55+
"version": "4.2.4"
5656
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -51,5 +51,5 @@
5151
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts"
5252
]
5353
},
54-
"version": "4.1.5"
54+
"version": "4.2.4"
5555
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -83,5 +83,5 @@
8383
]
8484
]
8585
},
86-
"version": "4.1.5"
86+
"version": "4.2.4"
8787
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -83,5 +83,5 @@
8383
]
8484
]
8585
},
86-
"version": "4.1.5"
86+
"version": "4.2.4"
8787
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -57,5 +57,5 @@
5757
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts"
5858
]
5959
},
60-
"version": "4.1.5"
60+
"version": "4.2.4"
6161
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -57,5 +57,5 @@
5757
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts"
5858
]
5959
},
60-
"version": "4.1.5"
60+
"version": "4.2.4"
6161
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -61,5 +61,5 @@
6161
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts"
6262
]
6363
},
64-
"version": "4.1.5"
64+
"version": "4.2.4"
6565
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -51,5 +51,5 @@
5151
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts"
5252
]
5353
},
54-
"version": "4.1.5"
54+
"version": "4.2.4"
5555
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -69,5 +69,5 @@
6969
]
7070
]
7171
},
72-
"version": "4.1.5"
72+
"version": "4.2.4"
7373
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"affectsGlobalScope": false
88
},
99
"../../../node_modules/typescript/lib/lib.es5.d.ts": {
10-
"version": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
11-
"signature": "9622e8bd7cc72a7dab819a8011ecbf81d443638082e5cb99ecf2e75ff56ffc9d",
10+
"version": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
11+
"signature": "b3584bc5798ed422ce2516df360ffa9cf2d80b5eae852867db9ba3743145f895",
1212
"affectsGlobalScope": true
1313
},
1414
"../../../node_modules/typescript/lib/lib.dom.d.ts": {
15-
"version": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
16-
"signature": "abadddbf660adeec27e9a56584907d52fa1d6e1e1dc49f639a921baa951b7a84",
15+
"version": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
16+
"signature": "feeeb1dd8a80fb76be42b0426e8f3ffa9bdef3c2f3c12c147e7660b1c5ba8b3b",
1717
"affectsGlobalScope": true
1818
},
1919
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts": {
@@ -51,5 +51,5 @@
5151
"../../../node_modules/typescript/lib/lib.webworker.importscripts.d.ts"
5252
]
5353
},
54-
"version": "4.1.5"
54+
"version": "4.2.4"
5555
}

0 commit comments

Comments
 (0)