GoogleChromeLabs / browser-fs-access

File System Access API with legacy fallback in the browser
https://googlechromelabs.github.io/browser-fs-access/demo/
Apache License 2.0
1.38k stars 84 forks source link

Published types are incomplete #97

Closed goto-bus-stop closed 2 years ago

goto-bus-stop commented 2 years ago

Only this typings file is included in the published package: https://unpkg.com/browse/browser-fs-access@0.25.3/dist/index.d.ts The typings files for the things it imports are not there. Maybe this happened after the switch to microbundle?

tomayac commented 2 years ago

Thanks for the report. Just fixed this in https://github.com/GoogleChromeLabs/browser-fs-access/commit/0ef17b5eec506448d4e47d65c5c21a94ae7ce53d.

https://unpkg.com/browse/browser-fs-access@0.26.0/

goto-bus-stop commented 2 years ago

Thank you! 😊