piqnt / stage.js

2D HTML5 rendering and layout engine for game development

Home Page:http://piqnt.com/stage.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

await is a reserved word (991:5)

showzyl opened this issue · comments

commented

when i use gulp-babel to compile my project, thers is an error message blew, could u please fixd this issue?

message: /Users/showzyl/Desktop/workspace/hybird/dsp/src/js/stage.js: await is a reserved word (991:5)

I will fix it, however if you are interested to fix it quickly you are welcome to make a PR. Just change variables with await name to _await, increase build version in package.js and build it (npm run dist).

Fixed.