zenparsing / es6now

ECMAScript 6 to 5 Compiler and Runtime Environment
MIT License
29 stars 2 forks source link

Targeting Pre-ES5 Engines #11

Closed zenparsing closed 10 years ago

zenparsing commented 10 years ago

It may be useful for those wanting to run es6now-translated code on IE8 to translate some ES5 syntax additions:

Should we translate these as an option?

zenparsing commented 10 years ago

Recent changes (the addition of the Map shim and renaming _es6now.Class to _es6now.class) have created a requirement on an ES5 engine.

For the next-next version, we'll look into providing an option to translate the features above and restore functionality for IE8.

zenparsing commented 10 years ago

Won't fix for now.