Commit db6bcd0
committed
benchmark-lsp: fix ESLint parsing of edex-ui-filesystem.class.js
ESLint is failing to parse edex-ui-filesystem.class.js:
[snip]/edex-ui-filesystem.class.js
153:29 error Parsing error: Unexpected token dir
✖ 1 problem (1 error, 0 warnings)
Fix parsing by telling ESLint to parse ECMAscript version 2017, which
has support for async/await.1 parent e6e2523 commit db6bcd0
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
| |||
0 commit comments