You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"../pkg-one/one.ts(7,33): error TS2504: Type 'AsyncIterator<string, any, undefined>' must have a '[Symbol.asyncIterator]()' method that returns an async iterator.",
270
278
'✖ Typecheck failed with 1 error',
271
279
'ℹ Typecheck finished in TIME',
280
+
281
+
// TODO: remove after https://github.com/microsoft/TypeScript/pull/51626 is released
282
+
"../pkg-one/one.ts(7,33): error TS2504: Type 'AsyncIterator<string, any, undefined>' must have a '[Symbol.asyncIterator]()' method that returns an async iterator.",
283
+
'✖ Typecheck failed with 1 error',
284
+
'ℹ Typecheck finished in TIME',
285
+
// /TODO
286
+
272
287
// two-error
273
288
"../pkg-two/two.ts(8,33): error TS2504: Type 'AsyncIterator<string, any, undefined>' must have a '[Symbol.asyncIterator]()' method that returns an async iterator.",
274
289
"../pkg-one/one.ts(7,33): error TS2504: Type 'AsyncIterator<string, any, undefined>' must have a '[Symbol.asyncIterator]()' method that returns an async iterator.",
0 commit comments