forked from loafle/openapi-generator-original
[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:
3
samples/client/petstore/javascript-es6/.babelrc
Normal file
3
samples/client/petstore/javascript-es6/.babelrc
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"presets": ["es2015", "stage-0"]
|
||||
}
|
||||
Reference in New Issue
Block a user