Initial ES6 migration. module.js and datasource.js are migrated to ES6.

This commit is contained in:
Alexander Zobnin
2016-03-14 23:42:24 +03:00
parent 50c0764d01
commit 8b37478131
31 changed files with 567 additions and 455 deletions

View File

@@ -4,7 +4,7 @@
"bitwise":false,
"curly": true,
"eqnull": true,
"globalstrict": true,
"strict": true,
"devel": true,
"eqeqeq": true,
"forin": false,
@@ -12,7 +12,7 @@
"supernew": true,
"expr": true,
"indent": 2,
"latedef": true,
"latedef": false,
"newcap": true,
"noarg": true,
"noempty": true,
@@ -25,9 +25,11 @@
"unused": true,
"maxdepth": 6,
"maxlen": 140,
"esnext": true,
"globals": {
"System": true,
"Promise": true,
"define": true,
"require": true,
"Chromath": false,