Is there a polyfill for es6 arrow function?
polyfill
the following code throws syntax error exception in IE, is there a polyfill to make IE support
Features that add new syntax can not be polyfilled.
I can only think of babel-standalone, which you can think of as a JIT compiler/transpiler (if that is OK with you).