#984947 RFP: node-types-filesystem -- type definitions for File System API

Package:
wnpp
Source:
wnpp
Submitter:
Dmitry Shachnev
Date:
2025-11-29 16:48:30 UTC
Severity:
wishlist
#984947#5
Date:
2021-03-10 19:05:46 UTC
From:
To:
* Package name    : node-types-filesystem
  Version         : 0.0.29
  Upstream Author : Kon
* URL             : https://www.npmjs.com/package/@types/filesystem
* License         : MIT
  Programming Lang: TypeScript
  Description     : type definitions for File System API

The latest version of Chromium (which is bundled in Qt WebEngine) has some
TypeScript code that I am trying to build with system compiler and types
definitions (otherwise I will have to bundle its node_modules directory…).
I have found virtual packages like node-types-codemirror and node-types-estree
that provide some types needed by Chromium.

But one of the missing bits is @types/filesystem/index.d.ts, which I was not
able to find anywhere.

It is available on NPM with the link mentioned above.

#984947#10
Date:
2021-03-10 19:28:53 UTC
From:
To:
Quoting Dmitry Shachnev (2021-03-10 20:05:46)

Not sure if relevant, but someone seemingly comments that File API
should be included as part of default Typescript library:
https://stackoverflow.com/questions/53305340/typescript-html5-api-typings


 - Jonas

#984947#15
Date:
2021-03-11 11:42:55 UTC
From:
To:
Hi Jonas!

Somebody posted a link to https://github.com/Microsoft/TypeScript/issues/28525
in a comment, and that bug remains open since 2018. So there is little hope
that it will happen soon…