jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.07k stars 218 forks source link

Switch to TypeScript internal modules #103

Closed jvilk closed 9 years ago

jvilk commented 9 years ago

TypeScript internal modules will expose all of our inner workings as properties off of the global BrowserFS variable. Our dev and release builds will function the same and will not require RequireJS/Almond, and external developers will be able to extend BrowserFS without integrating their file systems into the repository.

This is not a priority at the moment, but I am documenting my desire to do this at a future date in this issue.

jvilk commented 9 years ago

This is no longer appealing to me.