Skip to content

Commit 370d0f1

Browse files
Introduce possibility of passing in an AbortSignal
Co-Authored-By: yaacovCR <[email protected]>
1 parent f531737 commit 370d0f1

File tree

6 files changed

+398
-7
lines changed

6 files changed

+398
-7
lines changed

integrationTests/ts/tsconfig.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"lib": ["es2019", "es2020.promise", "es2020.bigint", "es2020.string"],
4+
"lib": [
5+
"es2019",
6+
"es2020.promise",
7+
"es2020.bigint",
8+
"es2020.string",
9+
"DOM"
10+
],
511
"noEmit": true,
612
"types": [],
713
"strict": true,

package-lock.json

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@svgr/webpack": "8.1.0",
6363
"@types/chai": "4.3.19",
6464
"@types/mocha": "10.0.7",
65-
"@types/node": "22.5.4",
65+
"@types/node": "22.7.7",
6666
"@typescript-eslint/eslint-plugin": "8.4.0",
6767
"@typescript-eslint/parser": "8.4.0",
6868
"c8": "10.1.2",

0 commit comments

Comments
 (0)