• Robert Knight's avatar
    Add Symbol polyfill · 02ae0e83
    Robert Knight authored
    This is needed for various ES6 language constructs, such as `for ... of`
    loops, to work because the transpiled code depends on references to
    properties of the `Symbol` object (eg. Symbol.iterator).
    02ae0e83
polyfills.js 816 Bytes