Add Symbol polyfill
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).
Showing
Please register or sign in to comment