diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000000..5c5ae7d763 --- /dev/null +++ b/.babelrc @@ -0,0 +1,43 @@ +{ + env: { + development: { + plugins: [ + [ + "transform-async-to-module-method", + { + module: "bluebird-lst-c", + method: "coroutine" + } + ], + "transform-es2015-parameters", + "transform-es2015-spread", + "transform-es2015-destructuring", + "array-includes", + [ + "transform-inline-imports-commonjs", + { + excludeModules: ["path"] + } + ], + ], + }, + test: { + sourceMaps: "inline", + plugins: [ + [ + "transform-async-to-module-method", + { + module: "bluebird-lst-c", + method: "coroutine" + } + ], + [ + "transform-inline-imports-commonjs", + { + excludeModules: ["path"] + } + ], + ] + } + } +} \ No newline at end of file diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml index f9db70b81e..1038133a84 100644 --- a/.idea/codeStyleSettings.xml +++ b/.idea/codeStyleSettings.xml @@ -20,6 +20,9 @@