Bug Description
Missing DOMException, Event and other types
Reproducible By
run
Expected Behavior
Compilation passed
Logs & Screenshots
node_modules/undici/types/filereader.d.ts:5:41 - error TS2304: Cannot find name 'EventTarget'.
5 export declare class FileReader extends EventTarget {
~~~~~~~~~~~
node_modules/undici/types/filereader.d.ts:27:19 - error TS2304: Cannot find name 'DOMException'.
27 readonly error: DOMException | null
~~~~~~~~~~~~
node_modules/undici/types/filereader.d.ts:37:44 - error TS2304: Cannot find name 'EventInit'.
37 export interface ProgressEventInit extends EventInit {
~~~~~~~~~
node_modules/undici/types/filereader.d.ts:43:44 - error TS2304: Cannot find name 'Event'.
43 export declare class ProgressEvent extends Event {
~~~~~
[11:46:51] Found 4 errors. Watching for file changes.
Environment
Node v16.18.0
Bug Description
Missing
DOMException,Eventand other typesReproducible By
run
Expected Behavior
Compilation passed
Logs & Screenshots
Environment
Node v16.18.0