microbit-foundation / microbit-fs

A TypeScript library to manipulate the micro:bit MicroPython filesystem.
https://microbit-foundation.github.io/microbit-fs/
MIT License
12 stars 1 forks source link

Need to add babel pollyfills for IE #9

Closed microbit-carlos closed 5 years ago

microbit-carlos commented 5 years ago

We also need to make sure they are "tree shaken" correctly, as we need a relatively small portion of polyfills and a simple test increase the UMD module from 90 KBs to 270 KBs.

microbit-carlos commented 5 years ago

Polyfills added in PR https://github.com/microbit-foundation/microbit-fs/pull/11, will be released on v0.6.0.