Skip to content

Commit

Permalink
[ Sync ] Upgrade upstream libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery committed Oct 19, 2018
1 parent d1293a3 commit 439a173
Show file tree
Hide file tree
Showing 38 changed files with 11,203 additions and 11,275 deletions.
8 changes: 7 additions & 1 deletion .esdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": {
"source": "./test",
"interfaces": ["describe", "it"],
"includes": ["\\.js$"]
"includes": ["\\.test\\.js$"]
}
}
},
Expand All @@ -17,6 +17,12 @@
"option": {
"enable": true
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"all": true
}
}
]
}
8 changes: 6 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
"node": true,
"mocha": true
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module"
"ecmaVersion": 9,
"sourceType": "module",
"ecmaFeatures": {
"legacyDecorators": true
}
},
"extends": "eslint:recommended",
"rules": {
Expand Down
3,098 changes: 2,023 additions & 1,075 deletions dist/source.js

Large diffs are not rendered by default.

Loading

0 comments on commit 439a173

Please sign in to comment.