es6now icon indicating copy to clipboard operation
es6now copied to clipboard

ES3 Mode

Open zenparsing opened this issue 10 years ago • 0 comments

It would be nice if we could translate into ES3 compatible code for use on websites still supporting IE8.

Investigate the LOE involved.

Translation issues:

  • Reserved words as object literal property names
  • Reserved words in member expressions
  • Trailing commas in array literals (and perhaps object literals)

zenparsing avatar Oct 01 '14 17:10 zenparsing