[JavaScript] fix JS shell scripts, add log to show template version (#5907)

* fix JS shell script, add log to show es version

* change CLI option default value for useES6

* fix shell script in JS ES6 promise

* fix windows batch files

* set useES6 to false
This commit is contained in:
wing328
2017-06-23 22:09:07 +08:00
committed by GitHub
parent 69ce921371
commit 5b4e8a8ed5
9 changed files with 17 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
{
"presets": ["es2015", "stage-0"]
}