We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3b689 commit d3f2674Copy full SHA for d3f2674
src/cmap/wire_protocol/on_data.ts
@@ -87,11 +87,6 @@ export function onData(
87
88
[Symbol.asyncIterator]() {
89
return this;
90
- },
91
-
92
- // Note this should currently not be used, but is required by the AsyncGenerator interface.
93
- async [Symbol.asyncDispose]() {
94
- await closeHandler();
95
}
96
};
97
tsconfig.json
@@ -9,8 +9,7 @@
9
"moduleResolution": "node",
10
"skipLibCheck": true,
11
"lib": [
12
- "es2023",
13
- "esnext.disposable"
+ "es2023"
14
],
15
// We don't make use of tslib helpers, all syntax used is supported by target engine
16
"importHelpers": false,
0 commit comments