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 9f37bdf commit a5f44ecCopy full SHA for a5f44ec
src/build.ts
@@ -51,7 +51,7 @@ async function emitFlavor(
51
mergeNamesakes(exposed);
52
exposed.events = webidl.events;
53
54
- // Helper to emit and write multiple iterators
+ // Iterator types in separate files as the default target doesn't understand iterators (for TS 6.0-)
55
const outputs = [
56
{
57
suffix: ".generated.d.ts",
0 commit comments