aurelia / polyfills

The minimal set of polyfills needed to run Aurelia.
MIT License
26 stars 27 forks source link

async ... await ... does not work under IE #45

Closed tomicse closed 7 years ago

tomicse commented 7 years ago

Hi problem is, if it is used, comes Exception

ERROR [app-router] TypeError: Object.getOwnPropertyNames: az argumentum nem objektum [object Error]{description: "Object.getO...", message: "Object.getO...", name: "TypeError", number: -2146823281, stack: "TypeError: ..."}

StrahilKazlachev commented 7 years ago

Can you provide more info why you think aurelia-polyfills is at wrong and how? async await is a new syntax and as such can not be polyfilled, it is transpiled, so what are you using for that - babel, ts, ...?