Open iComputer7 opened 3 years ago
Versions:
fastq@1.11.0
typescript@4.2.4
ts-loader@8.2.0
webpack@5.36.2
webpack-cli@4.6.0
When compiling my project I get this error:
ERROR in [REDACTED]\node_modules\fastq\test\example.ts 70:6-12 [tsl] ERROR in [REDACTED]\node_modules\fastq\test\example.ts(70,7) TS6133: 'queue2' is declared but its value is never read.
Deleting the test directory solves the issue.
Same I'm seeing this file node_modules/fastq/.github/workflows/ci.yml
Versions:
fastq@1.11.0
typescript@4.2.4
ts-loader@8.2.0
webpack@5.36.2
webpack-cli@4.6.0
When compiling my project I get this error:
Deleting the test directory solves the issue.