Use WritableStream for StreamTarget & integrate backpressure concepts

This commit is contained in:
Vanilagy
2024-11-28 22:06:49 +01:00
parent 527108f44e
commit 266fcd473e
19 changed files with 1078 additions and 741 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
"rootDir": "src",
"outDir": "build",
"declaration": true,
"stripInternal": true
"stripInternal": true,
"skipLibCheck": true
},
"include": [
"src/**/*"