diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0fdf32e499..5cc5109215 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -49,7 +49,7 @@ jobs: uses: bahmutov/npm-install@v1 with: useLockFile: false - + - name: Setup for Redis env: SETUP: >- @@ -76,6 +76,12 @@ jobs: run: | node app --setup="${SETUP}" --ci="${CI}" + - name: Install jshint + run: npm install -g jshint + + - name: Run jshint + run: jshint * --exclude node_modules + - name: Run ESLint run: npm run lint diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000000..408366fbbd --- /dev/null +++ b/.jshintrc @@ -0,0 +1,29 @@ +{ + "undef": true, + "unused": true, + "node": true, + "jquery": true, + "sub": true, + "globals": { + "MY_GLOBAL": true, + "window": false, + "document": false, + "fetch": false, + "config": false, + "scale": false, + "socket": false, + "app": false, + "define": false, + "utils": false, + "it": false, + "describe": false, + "after": false, + "before": false, + "localStorage": false, + "beforeEach": false, + "afterEach": false, + "FileReader": false, + "ajaxify": false + }, + "esversion": 11 +} \ No newline at end of file diff --git a/jshint-tool-artifact/jshint-package.json.jpg b/jshint-tool-artifact/jshint-package.json.jpg new file mode 100644 index 0000000000..a0725dd7b3 Binary files /dev/null and b/jshint-tool-artifact/jshint-package.json.jpg differ diff --git a/jshint-tool-artifact/jshint-src&public-output.txt b/jshint-tool-artifact/jshint-src&public-output.txt new file mode 100644 index 0000000000..53bf9f1bfb --- /dev/null +++ b/jshint-tool-artifact/jshint-src&public-output.txt @@ -0,0 +1,3674 @@ +Last login: Tue Oct 22 00:27:47 on ttys045 +^[[A^[[A +The default interactive shell is now zsh. +To update your account to use zsh, please run `chsh -s /bin/zsh`. +For more details, please visit https://support.apple.com/kb/HT208050. +(base) Michaels-MacBook-Pro-88:~ michaelli$ cd ~/Desktop/17313/nodebb-f24-team-bulbasaur +(base) Michaels-MacBook-Pro-88:nodebb-f24-team-bulbasaur michaelli$ jshint src public +src/admin/search.js: line 1, col 1, Use the function form of "use strict". + +src/admin/versions.js: line 1, col 1, Use the function form of "use strict". + +src/als.js: line 1, col 1, Use the function form of "use strict". + +src/analytics.js: line 1, col 1, Use the function form of "use strict". +src/analytics.js: line 10, col 30, 'setTimeout' is not defined. + +src/api/admin.js: line 1, col 1, Use the function form of "use strict". + +src/api/categories.js: line 1, col 1, Use the function form of "use strict". + +src/api/chats.js: line 1, col 1, Use the function form of "use strict". + +src/api/files.js: line 1, col 1, Use the function form of "use strict". + +src/api/flags.js: line 1, col 1, Use the function form of "use strict". + +src/api/groups.js: line 1, col 1, Use the function form of "use strict". + +src/api/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/api/index.js: line 1, col 1, Use the function form of "use strict". + +src/api/posts.js: line 1, col 1, Use the function form of "use strict". + +src/api/search.js: line 1, col 1, Use the function form of "use strict". + +src/api/tags.js: line 1, col 1, Use the function form of "use strict". + +src/api/topics.js: line 1, col 1, Use the function form of "use strict". + +src/api/users.js: line 1, col 1, Use the function form of "use strict". +src/api/users.js: line 707, col 33, Confusing use of '!'. + +src/api/utils.js: line 1, col 1, Use the function form of "use strict". + +src/batch.js: line 2, col 1, Use the function form of "use strict". +src/batch.js: line 11, col 30, 'setTimeout' is not defined. + +src/cache/lru.js: line 1, col 1, Use the function form of "use strict". + +src/cache/ttl.js: line 1, col 1, Use the function form of "use strict". + +src/cache.js: line 1, col 1, Use the function form of "use strict". + +src/cacheCreate.js: line 1, col 1, Use the function form of "use strict". + +src/categories/activeusers.js: line 1, col 1, Use the function form of "use strict". + +src/categories/create.js: line 1, col 1, Use the function form of "use strict". + +src/categories/data.js: line 1, col 1, Use the function form of "use strict". + +src/categories/delete.js: line 1, col 1, Use the function form of "use strict". + +src/categories/index.js: line 2, col 1, Use the function form of "use strict". + +src/categories/recentreplies.js: line 2, col 1, Use the function form of "use strict". + +src/categories/search.js: line 1, col 1, Use the function form of "use strict". + +src/categories/topics.js: line 1, col 1, Use the function form of "use strict". + +src/categories/unread.js: line 1, col 1, Use the function form of "use strict". + +src/categories/update.js: line 1, col 1, Use the function form of "use strict". + +src/categories/watch.js: line 1, col 1, Use the function form of "use strict". +src/categories/watch.js: line 15, col 13, Confusing use of '!'. +src/categories/watch.js: line 23, col 13, Confusing use of '!'. + +src/cli/colors.js: line 1, col 1, Use the function form of "use strict". + +src/cli/index.js: line 3, col 1, Use the function form of "use strict". + +src/cli/manage.js: line 1, col 1, Use the function form of "use strict". + +src/cli/package-install.js: line 1, col 1, Use the function form of "use strict". + +src/cli/reset.js: line 1, col 1, Use the function form of "use strict". + +src/cli/running.js: line 1, col 1, Use the function form of "use strict". + +src/cli/setup.js: line 1, col 1, Use the function form of "use strict". + +src/cli/upgrade-plugins.js: line 1, col 1, Use the function form of "use strict". + +src/cli/upgrade.js: line 1, col 1, Use the function form of "use strict". + +src/cli/user.js: line 1, col 1, Use the function form of "use strict". + +src/constants.js: line 1, col 1, Use the function form of "use strict". +src/constants.js: line 7, col 7, Redefinition of 'app'. +src/constants.js: line 9, col 7, Redefinition of 'config'. + +src/controllers/404.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/blocks.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/categories.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/chats.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/chats.js: line 104, col 9, Confusing use of '!'. + +src/controllers/accounts/consent.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/edit.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/follow.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/groups.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/info.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/notifications.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/posts.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/profile.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/sessions.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/settings.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/tags.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts/uploads.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/accounts.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/admins-mods.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/appearance.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/cache.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/categories.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/dashboard.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/database.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/digest.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/errors.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/events.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/groups.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/hooks.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/info.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/info.js: line 21, col 5, 'setTimeout' is not defined. + +src/controllers/admin/logger.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/logs.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/plugins.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/privileges.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/rewards.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/settings.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/tags.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/themes.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/uploads.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/users.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin/widgets.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/admin.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/api.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/authentication.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/categories.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/category.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/composer.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/errors.js: line 1, col 1, Use the function form of "use strict". +src/controllers/errors.js: line 43, col 67, 'next' is defined but never used. + +src/controllers/globalmods.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/groups.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/helpers.js: line 1, col 1, Use the function form of "use strict". +src/controllers/helpers.js: line 486, col 75, Expected a 'break' statement before 'case'. + +src/controllers/home.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/index.js: line 1, col 1, Use the function form of "use strict". +src/controllers/index.js: line 146, col 16, 'setImmediate' is not defined. + +src/controllers/mods.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/osd.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/ping.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/popular.js: line 2, col 1, Use the function form of "use strict". + +src/controllers/posts.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/recent.js: line 2, col 1, Use the function form of "use strict". + +src/controllers/search.js: line 2, col 1, Use the function form of "use strict". +src/controllers/search.js: line 159, col 13, 'clearTimeout' is not defined. +src/controllers/search.js: line 161, col 40, 'setTimeout' is not defined. + +src/controllers/sitemap.js: line 1, col 1, Use the function form of "use strict". +src/controllers/sitemap.js: line 10, col 16, 'setImmediate' is not defined. +src/controllers/sitemap.js: line 32, col 16, 'setImmediate' is not defined. + +src/controllers/tags.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/top.js: line 2, col 1, Use the function form of "use strict". + +src/controllers/topics.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/unread.js: line 2, col 1, Use the function form of "use strict". + +src/controllers/uploads.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/user.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/users.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/admin.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/categories.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/chats.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/files.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/flags.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/groups.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/index.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/posts.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/posts.js: line 34, col 24, 'URL' is not defined. + +src/controllers/write/search.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/tags.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/topics.js: line 1, col 1, Use the function form of "use strict". + +src/controllers/write/users.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/users.js: line 19, col 28, 'URL' is not defined. + +src/controllers/write/utilities.js: line 1, col 1, Use the function form of "use strict". + +src/coverPhoto.js: line 1, col 1, Use the function form of "use strict". + +src/database/cache.js: line 1, col 1, Use the function form of "use strict". + +src/database/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/database/index.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/connection.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/hash.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/list.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/main.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/sets.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/sorted/add.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/sorted/intersect.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/sorted/intersect.js: line 143, col 67, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (module) + +src/database/mongo/sorted/remove.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/sorted/union.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo/sorted.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/sorted.js: line 11, col 34, 'setTimeout' is not defined. + +src/database/mongo/transaction.js: line 1, col 1, Use the function form of "use strict". + +src/database/mongo.js: line 2, col 1, Use the function form of "use strict". + +src/database/postgres/connection.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/hash.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/list.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/main.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/sets.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/sorted/add.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/sorted/intersect.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/sorted/remove.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/sorted/union.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres/sorted.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/sorted.js: line 8, col 34, 'setTimeout' is not defined. + +src/database/postgres/transaction.js: line 1, col 1, Use the function form of "use strict". + +src/database/postgres.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis/connection.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/connection.js: line 42, col 13, Confusing use of '!'. + +src/database/redis/hash.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis/helpers.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/helpers.js: line 26, col 54, Unexpected use of a comma operator. + +src/database/redis/list.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis/main.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis/pubsub.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis/sets.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis/sorted/add.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis/sorted/intersect.js: line 2, col 1, Use the function form of "use strict". + +src/database/redis/sorted/remove.js: line 2, col 1, Use the function form of "use strict". + +src/database/redis/sorted/union.js: line 2, col 1, Use the function form of "use strict". + +src/database/redis/sorted.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis/transaction.js: line 1, col 1, Use the function form of "use strict". + +src/database/redis.js: line 1, col 1, Use the function form of "use strict". + +src/emailer.js: line 1, col 1, Use the function form of "use strict". +src/emailer.js: line 26, col 5, Redefinition of 'app'. + +src/events.js: line 2, col 1, Use the function form of "use strict". + +src/file.js: line 1, col 1, Use the function form of "use strict". +src/file.js: line 38, col 20, 'Buffer' is not defined. + +src/flags.js: line 1, col 1, Use the function form of "use strict". +src/flags.js: line 870, col 17, Confusing use of '!'. + +src/groups/cache.js: line 1, col 1, Use the function form of "use strict". + +src/groups/cover.js: line 1, col 1, Use the function form of "use strict". + +src/groups/create.js: line 1, col 1, Use the function form of "use strict". + +src/groups/data.js: line 1, col 1, Use the function form of "use strict". + +src/groups/delete.js: line 1, col 1, Use the function form of "use strict". + +src/groups/index.js: line 1, col 1, Use the function form of "use strict". + +src/groups/invite.js: line 1, col 1, Use the function form of "use strict". + +src/groups/join.js: line 1, col 1, Use the function form of "use strict". + +src/groups/leave.js: line 1, col 1, Use the function form of "use strict". + +src/groups/membership.js: line 1, col 1, Use the function form of "use strict". + +src/groups/ownership.js: line 1, col 1, Use the function form of "use strict". +src/groups/ownership.js: line 10, col 13, Confusing use of '!'. + +src/groups/posts.js: line 1, col 1, Use the function form of "use strict". + +src/groups/search.js: line 1, col 1, Use the function form of "use strict". + +src/groups/update.js: line 1, col 1, Use the function form of "use strict". + +src/groups/user.js: line 1, col 1, Use the function form of "use strict". + +src/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/image.js: line 1, col 1, Use the function form of "use strict". +src/image.js: line 155, col 20, 'Buffer' is not defined. +src/image.js: line 162, col 12, 'Buffer' is not defined. + +src/install.js: line 1, col 1, Use the function form of "use strict". + +src/languages.js: line 1, col 1, Use the function form of "use strict". + +src/logger.js: line 1, col 1, Use the function form of "use strict". + +src/messaging/create.js: line 1, col 1, Use the function form of "use strict". + +src/messaging/data.js: line 1, col 1, Use the function form of "use strict". + +src/messaging/delete.js: line 1, col 1, Use the function form of "use strict". + +src/messaging/edit.js: line 1, col 1, Use the function form of "use strict". + +src/messaging/index.js: line 1, col 1, Use the function form of "use strict". + +src/messaging/notifications.js: line 1, col 1, Use the function form of "use strict". + +src/messaging/pins.js: line 1, col 1, Use the function form of "use strict". + +src/messaging/rooms.js: line 1, col 1, Use the function form of "use strict". +src/messaging/rooms.js: line 236, col 13, Confusing use of '!'. + +src/messaging/unread.js: line 1, col 1, Use the function form of "use strict". +src/messaging/unread.js: line 8, col 13, Confusing use of '!'. + +src/meta/aliases.js: line 1, col 1, Use the function form of "use strict". + +src/meta/blacklist.js: line 1, col 1, Use the function form of "use strict". + +src/meta/build.js: line 1, col 1, Use the function form of "use strict". + +src/meta/cacheBuster.js: line 1, col 1, Use the function form of "use strict". + +src/meta/configs.js: line 2, col 1, Use the function form of "use strict". +src/meta/configs.js: line 191, col 13, Confusing use of '!'. + +src/meta/css.js: line 1, col 1, Use the function form of "use strict". + +src/meta/debugFork.js: line 1, col 1, Use the function form of "use strict". + +src/meta/dependencies.js: line 1, col 1, Use the function form of "use strict". + +src/meta/errors.js: line 1, col 1, Use the function form of "use strict". + +src/meta/index.js: line 1, col 1, Use the function form of "use strict". + +src/meta/js.js: line 1, col 1, Use the function form of "use strict". + +src/meta/languages.js: line 1, col 1, Use the function form of "use strict". + +src/meta/logs.js: line 1, col 1, Use the function form of "use strict". + +src/meta/minifier.js: line 1, col 1, Use the function form of "use strict". +src/meta/minifier.js: line 53, col 23, '__filename' is not defined. + +src/meta/settings.js: line 1, col 1, Use the function form of "use strict". + +src/meta/tags.js: line 1, col 1, Use the function form of "use strict". + +src/meta/templates.js: line 1, col 1, Use the function form of "use strict". + +src/meta/themes.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/admin.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/assert.js: line 1, col 1, Use the function form of "use strict". +src/middleware/assert.js: line 79, col 29, 'URL' is not defined. + +src/middleware/csrf.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/expose.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/header.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/headers.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/index.js: line 1, col 1, Use the function form of "use strict". +src/middleware/index.js: line 57, col 5, 'setImmediate' is not defined. +src/middleware/index.js: line 206, col 9, 'setImmediate' is not defined. +src/middleware/index.js: line 229, col 5, 'setTimeout' is not defined. + +src/middleware/maintenance.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/ratelimit.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/render.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/uploads.js: line 1, col 1, Use the function form of "use strict". + +src/middleware/user.js: line 1, col 1, Use the function form of "use strict". +src/middleware/user.js: line 286, col 20, 'setImmediate' is not defined. +src/middleware/user.js: line 293, col 20, 'setImmediate' is not defined. + +src/navigation/admin.js: line 1, col 1, Use the function form of "use strict". + +src/navigation/index.js: line 1, col 1, Use the function form of "use strict". + +src/notifications.js: line 1, col 1, Use the function form of "use strict". +src/notifications.js: line 332, col 9, Confusing use of '!'. +src/notifications.js: line 349, col 49, Confusing use of '!'. +src/notifications.js: line 174, col 5, 'setTimeout' is not defined. + +src/pagination.js: line 1, col 1, Use the function form of "use strict". + +src/password.js: line 1, col 1, Use the function form of "use strict". + +src/password_worker.js: line 1, col 1, Use the function form of "use strict". + +src/plugins/data.js: line 1, col 1, Use the function form of "use strict". + +src/plugins/hooks.js: line 1, col 1, Use the function form of "use strict". +src/plugins/hooks.js: line 290, col 21, 'setTimeout' is not defined. +src/plugins/hooks.js: line 292, col 22, 'clearTimeout' is not defined. + +src/plugins/index.js: line 1, col 1, Use the function form of "use strict". +src/plugins/index.js: line 16, col 5, Redefinition of 'app'. + +src/plugins/install.js: line 1, col 1, Use the function form of "use strict". + +src/plugins/load.js: line 1, col 1, Use the function form of "use strict". + +src/plugins/usage.js: line 1, col 1, Use the function form of "use strict". + +src/posts/bookmarks.js: line 1, col 1, Use the function form of "use strict". + +src/posts/cache.js: line 1, col 1, Use the function form of "use strict". + +src/posts/category.js: line 2, col 1, Use the function form of "use strict". + +src/posts/create.js: line 1, col 1, Use the function form of "use strict". + +src/posts/data.js: line 1, col 1, Use the function form of "use strict". + +src/posts/delete.js: line 1, col 1, Use the function form of "use strict". + +src/posts/diffs.js: line 1, col 1, Use the function form of "use strict". + +src/posts/edit.js: line 1, col 1, Use the function form of "use strict". + +src/posts/index.js: line 1, col 1, Use the function form of "use strict". + +src/posts/parse.js: line 1, col 1, Use the function form of "use strict". + +src/posts/queue.js: line 1, col 1, Use the function form of "use strict". +src/posts/queue.js: line 102, col 58, 'URL' is not defined. +src/posts/queue.js: line 102, col 91, 'URL' is not defined. + +src/posts/recent.js: line 1, col 1, Use the function form of "use strict". + +src/posts/summary.js: line 2, col 1, Use the function form of "use strict". + +src/posts/tools.js: line 1, col 1, Use the function form of "use strict". + +src/posts/topics.js: line 2, col 1, Use the function form of "use strict". + +src/posts/uploads.js: line 1, col 1, Use the function form of "use strict". + +src/posts/user.js: line 1, col 1, Use the function form of "use strict". + +src/posts/votes.js: line 1, col 1, Use the function form of "use strict". + +src/prestart.js: line 1, col 1, Use the function form of "use strict". + +src/privileges/admin.js: line 2, col 1, Use the function form of "use strict". + +src/privileges/categories.js: line 2, col 1, Use the function form of "use strict". + +src/privileges/global.js: line 2, col 1, Use the function form of "use strict". + +src/privileges/helpers.js: line 2, col 1, Use the function form of "use strict". +src/privileges/helpers.js: line 195, col 22, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (privileges) + +src/privileges/index.js: line 1, col 1, Use the function form of "use strict". + +src/privileges/posts.js: line 2, col 1, Use the function form of "use strict". + +src/privileges/topics.js: line 2, col 1, Use the function form of "use strict". + +src/privileges/users.js: line 2, col 1, Use the function form of "use strict". + +src/promisify.js: line 1, col 1, Use the function form of "use strict". + +src/pubsub.js: line 1, col 1, Use the function form of "use strict". + +src/request.js: line 1, col 1, Use the function form of "use strict". +src/request.js: line 11, col 21, 'fetch' is not defined. +src/request.js: line 13, col 33, 'fetch' is not defined. +src/request.js: line 26, col 23, 'AbortSignal' is not defined. + +src/rewards/admin.js: line 1, col 1, Use the function form of "use strict". + +src/rewards/index.js: line 1, col 1, Use the function form of "use strict". + +src/routes/admin.js: line 1, col 1, Use the function form of "use strict". + +src/routes/api.js: line 1, col 1, Use the function form of "use strict". + +src/routes/authentication.js: line 1, col 1, Use the function form of "use strict". + +src/routes/debug.js: line 1, col 1, Use the function form of "use strict". + +src/routes/feeds.js: line 1, col 1, Use the function form of "use strict". +src/routes/feeds.js: line 424, col 43, 'Buffer' is not defined. + +src/routes/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/routes/index.js: line 1, col 1, Use the function form of "use strict". + +src/routes/meta.js: line 1, col 1, Use the function form of "use strict". + +src/routes/user.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/admin.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/categories.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/chats.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/files.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/flags.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/groups.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/index.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/posts.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/search.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/tags.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/topics.js: line 1, col 1, Use the function form of "use strict". + +src/routes/write/users.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/users.js: line 11, col 10, 'guestRoutes' is defined but never used. + +src/routes/write/utilities.js: line 1, col 1, Use the function form of "use strict". + +src/search.js: line 1, col 1, Use the function form of "use strict". + +src/settings.js: line 1, col 1, Use the function form of "use strict". +src/settings.js: line 139, col 27, Expected '!==' and instead saw '!='. +src/settings.js: line 147, col 31, Expected '!==' and instead saw '!='. +src/settings.js: line 193, col 15, Expected '===' and instead saw '=='. + +src/sitemap.js: line 1, col 1, Use the function form of "use strict". + +src/slugify.js: line 1, col 1, Use the function form of "use strict". + +src/social.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/analytics.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/cache.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/categories.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/config.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/digest.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/email.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/errors.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/logs.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/navigation.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/plugins.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/rewards.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/rooms.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/settings.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/tags.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/themes.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin/user.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/user.js: line 171, col 5, 'setTimeout' is not defined. + +src/socket.io/admin/widgets.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/admin.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/blacklist.js: line 2, col 1, Use the function form of "use strict". + +src/socket.io/categories/search.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/categories.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/categories.js: line 145, col 31, Confusing use of '!'. + +src/socket.io/groups.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/helpers.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/index.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/meta.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/modules.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/modules.js: line 115, col 9, Confusing use of '!'. + +src/socket.io/notifications.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/plugins.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/posts/tools.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/posts/votes.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/posts.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/topics/infinitescroll.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/topics/merge.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/topics/move.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/topics/tags.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/topics/tools.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/topics/unread.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/topics.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/uploads.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/user/picture.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/user/profile.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/user/registration.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/user/status.js: line 1, col 1, Use the function form of "use strict". + +src/socket.io/user.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/user.js: line 6, col 30, 'setTimeout' is not defined. + +src/start.js: line 1, col 1, Use the function form of "use strict". + +src/topics/bookmarks.js: line 2, col 1, Use the function form of "use strict". + +src/topics/create.js: line 2, col 1, Use the function form of "use strict". + +src/topics/data.js: line 1, col 1, Use the function form of "use strict". + +src/topics/delete.js: line 1, col 1, Use the function form of "use strict". + +src/topics/events.js: line 1, col 1, Use the function form of "use strict". + +src/topics/follow.js: line 2, col 1, Use the function form of "use strict". +src/topics/follow.js: line 38, col 13, Confusing use of '!'. + +src/topics/fork.js: line 2, col 1, Use the function form of "use strict". + +src/topics/index.js: line 1, col 1, Use the function form of "use strict". + +src/topics/merge.js: line 1, col 1, Use the function form of "use strict". + +src/topics/posts.js: line 2, col 1, Use the function form of "use strict". + +src/topics/recent.js: line 2, col 1, Use the function form of "use strict". + +src/topics/scheduled.js: line 1, col 1, Use the function form of "use strict". + +src/topics/solved.js: line 1, col 1, Use the function form of "use strict". + +src/topics/sorted.js: line 2, col 1, Use the function form of "use strict". + +src/topics/suggested.js: line 2, col 1, Use the function form of "use strict". + +src/topics/tags.js: line 2, col 1, Use the function form of "use strict". +src/topics/tags.js: line 568, col 13, Confusing use of '!'. +src/topics/tags.js: line 580, col 13, Confusing use of '!'. + +src/topics/teaser.js: line 2, col 1, Use the function form of "use strict". + +src/topics/thumbs.js: line 2, col 1, Use the function form of "use strict". + +src/topics/tools.js: line 1, col 1, Use the function form of "use strict". + +src/topics/unread.js: line 2, col 1, Use the function form of "use strict". +src/topics/unread.js: line 205, col 13, Confusing use of '!'. +src/topics/unread.js: line 261, col 45, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (params) +src/topics/unread.js: line 352, col 13, Confusing use of '!'. + +src/topics/user.js: line 1, col 1, Use the function form of "use strict". + +src/translator.js: line 1, col 1, Use the function form of "use strict". + +src/upgrade.js: line 2, col 1, Use the function form of "use strict". + +src/upgrades/1.0.0/chat_room_hashes.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.0.0/chat_upgrade.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.0.0/global_moderators.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.0.0/social_post_sharing.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.0.0/theme_to_active_plugins.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.0.0/user_best_posts.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.0.0/users_notvalidated.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.1.0/group_title_update.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.1.0/separate_upvote_downvote.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.1.0/user_post_count_per_tid.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.1.1/remove_negative_best_posts.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.1.1/upload_privileges.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 23, col 28, 'setImmediate' is not defined. + +src/upgrades/1.10.0/post_history_privilege.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.10.0/search_privileges.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.10.0/view_deleted_privilege.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.10.2/event_filters.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.10.2/fix_category_post_zsets.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.10.2/local_login_privileges.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.10.2/postgres_sessions.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.10.2/username_email_history.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.11.0/navigation_visibility_groups.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.11.0/resize_image_width.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.11.0/widget_visibility_groups.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.12.0/category_watch_state.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.12.0/global_view_privileges.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.12.0/group_create_privilege.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.12.0/group_create_privilege.js: line 13, col 13, 'setImmediate' is not defined. + +src/upgrades/1.12.1/clear_username_email_history.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.12.1/moderation_notes_refactor.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.12.1/post_upload_sizes.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.12.3/disable_plugin_metrics.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.12.3/give_mod_info_privilege.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.12.3/give_mod_privileges.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.12.3/update_registration_type.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.12.3/update_registration_type.js: line 17, col 13, 'setImmediate' is not defined. + +src/upgrades/1.12.3/user_pid_sets.js: line 2, col 1, Use the function form of "use strict". + +src/upgrades/1.13.0/clean_flag_byCid.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.13.0/clean_post_topic_hash.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.13.0/cleanup_old_notifications.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.14.0/fix_category_image_field.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.14.0/unescape_navigation_titles.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/consolidate_flags.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/disable_sounds_plugin.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/fix_category_colors.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/fullname_search_set.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/remove_allow_from_uri.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/topic_poster_count.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/track_flags_by_target.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.0/verified_users_group.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.15.4/clear_purged_replies.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.16.0/category_tags.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.16.0/migrate_thumbs.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.17.0/banned_users_group.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.17.0/category_name_zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.17.0/default_favicon.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.17.0/subcategories_per_page.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.17.0/topic_thumb_count.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.18.0/enable_include_unverified_emails.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.18.0/topic_tags_refactor.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.18.4/category_topics_views.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.19.0/reenable-username-login.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.2.0/category_recent_tids.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.4.0/global_and_user_language_keys.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.4.4/config_urls_update.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.4.4/sound_settings.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.4.4/sound_settings.js: line 57, col 33, 'setImmediate' is not defined. + +src/upgrades/1.4.6/delete_sessions.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.5.0/allowed_file_extensions.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.5.0/flags_refactor.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.5.0/moderation_history_refactor.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.5.0/post_votes_zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.5.1/rename_mods_group.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.5.2/rss_token_wipe.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.5.2/tags_privilege.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.6.0/clear-stale-digest-template.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.6.0/generate-email-logo.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.6.0/generate-email-logo.js: line 25, col 28, 'setImmediate' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 31, col 32, 'setImmediate' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 43, col 28, 'setImmediate' is not defined. + +src/upgrades/1.6.0/ipblacklist-fix.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.6.0/robots-config-change.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.0/generate-custom-html.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.1/notification-settings.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.3/key_value_schema_change.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/1.7.3/topic_votes.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.4/chat_privilege.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.4/global_upload_privilege.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.4/rename_min_reputation_settings.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.4/vote_privilege.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.6/flatten_navigation_data.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.6/notification_types.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.7.6/update_min_pass_strength.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.8.0/give_signature_privileges.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.8.0/give_spiders_privileges.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.2.0/fix_username_zsets.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.2.0/migrate_api_tokens.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.2.0/migrate_post_sharing.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.3.0/chat_message_mids.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.3.0/chat_room_online_zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.3.0/chat_room_owners.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.3.0/chat_room_refactor.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.3.0/save_rooms_zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.5.0/notification_translations.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.6.0/category_tracking.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.6.0/chat_message_counts.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.6.0/rename_newbie_config.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.6.0/rewards_zsets.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.7.0/category-read-by-uid.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.7.0/category-tid-created-zset.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.7.0/change-category-sort-settings.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.8.0/events-uid-filter.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.8.0/remove-privilege-slugs.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.8.0/user-upload-folders.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.8.2/vote-visibility-config.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.8.3/remove-session-uuid.js: line 1, col 1, Use the function form of "use strict". + +src/upgrades/3.8.3/topic-event-ids.js: line 3, col 1, Use the function form of "use strict". + +src/upgrades/3.8.4/downvote-visibility-config.js: line 3, col 1, Use the function form of "use strict". + +src/user/admin.js: line 2, col 1, Use the function form of "use strict". +src/user/admin.js: line 17, col 13, Confusing use of '!'. + +src/user/approval.js: line 1, col 1, Use the function form of "use strict". + +src/user/auth.js: line 1, col 1, Use the function form of "use strict". +src/user/auth.js: line 15, col 13, Confusing use of '!'. +src/user/auth.js: line 41, col 13, Confusing use of '!'. +src/user/auth.js: line 103, col 13, Confusing use of '!'. + +src/user/bans.js: line 1, col 1, Use the function form of "use strict". + +src/user/blocks.js: line 1, col 1, Use the function form of "use strict". + +src/user/categories.js: line 1, col 1, Use the function form of "use strict". +src/user/categories.js: line 11, col 13, Confusing use of '!'. +src/user/categories.js: line 27, col 13, Confusing use of '!'. +src/user/categories.js: line 37, col 13, Confusing use of '!'. +src/user/categories.js: line 49, col 13, Confusing use of '!'. +src/user/categories.js: line 64, col 13, Confusing use of '!'. + +src/user/create.js: line 1, col 1, Use the function form of "use strict". + +src/user/data.js: line 1, col 1, Use the function form of "use strict". + +src/user/delete.js: line 1, col 1, Use the function form of "use strict". + +src/user/digest.js: line 1, col 1, Use the function form of "use strict". + +src/user/email.js: line 2, col 1, Use the function form of "use strict". +src/user/email.js: line 218, col 9, Confusing use of '!'. + +src/user/follow.js: line 2, col 1, Use the function form of "use strict". + +src/user/index.js: line 1, col 1, Use the function form of "use strict". +src/user/index.js: line 173, col 9, Confusing use of '!'. + +src/user/info.js: line 1, col 1, Use the function form of "use strict". + +src/user/interstitials.js: line 1, col 1, Use the function form of "use strict". +src/user/interstitials.js: line 13, col 30, 'setTimeout' is not defined. + +src/user/invite.js: line 2, col 1, Use the function form of "use strict". + +src/user/jobs/export-posts.js: line 1, col 1, Use the function form of "use strict". + +src/user/jobs/export-profile.js: line 1, col 1, Use the function form of "use strict". + +src/user/jobs/export-uploads.js: line 1, col 1, Use the function form of "use strict". + +src/user/jobs.js: line 1, col 1, Use the function form of "use strict". + +src/user/notifications.js: line 2, col 1, Use the function form of "use strict". + +src/user/online.js: line 1, col 1, Use the function form of "use strict". +src/user/online.js: line 10, col 13, Confusing use of '!'. +src/user/online.js: line 22, col 13, Confusing use of '!'. + +src/user/password.js: line 1, col 1, Use the function form of "use strict". + +src/user/picture.js: line 1, col 1, Use the function form of "use strict". + +src/user/posts.js: line 1, col 1, Use the function form of "use strict". +src/user/posts.js: line 133, col 33, Confusing use of '!'. + +src/user/profile.js: line 2, col 1, Use the function form of "use strict". + +src/user/reset.js: line 1, col 1, Use the function form of "use strict". + +src/user/search.js: line 2, col 1, Use the function form of "use strict". + +src/user/settings.js: line 2, col 1, Use the function form of "use strict". + +src/user/topics.js: line 1, col 1, Use the function form of "use strict". + +src/user/uploads.js: line 1, col 1, Use the function form of "use strict". +src/user/uploads.js: line 87, col 13, 'setImmediate' is not defined. + +src/utils.js: line 1, col 1, Use the function form of "use strict". + +src/webserver.js: line 2, col 1, Use the function form of "use strict". +src/webserver.js: line 11, col 7, Redefinition of 'app'. + +src/widgets/admin.js: line 1, col 1, Use the function form of "use strict". + +src/widgets/index.js: line 1, col 1, Use the function form of "use strict". + +public/src/admin/admin.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/admin.js: line 20, col 13, 'clearTimeout' is not defined. +public/src/admin/admin.js: line 31, col 23, 'setTimeout' is not defined. +public/src/admin/admin.js: line 51, col 13, '$' is not defined. +public/src/admin/admin.js: line 56, col 17, '$' is not defined. +public/src/admin/admin.js: line 59, col 17, '$' is not defined. +public/src/admin/admin.js: line 74, col 29, '$' is not defined. +public/src/admin/admin.js: line 88, col 5, '$' is not defined. +public/src/admin/admin.js: line 93, col 9, '$' is not defined. +public/src/admin/admin.js: line 107, col 36, '$' is not defined. +public/src/admin/admin.js: line 110, col 13, '$' is not defined. +public/src/admin/admin.js: line 110, col 42, '$' is not defined. +public/src/admin/admin.js: line 113, col 13, '$' is not defined. +public/src/admin/admin.js: line 116, col 13, '$' is not defined. +public/src/admin/admin.js: line 116, col 30, '$' is not defined. +public/src/admin/admin.js: line 122, col 13, '$' is not defined. +public/src/admin/admin.js: line 147, col 13, '$' is not defined. +public/src/admin/admin.js: line 148, col 28, '$' is not defined. +public/src/admin/admin.js: line 186, col 17, '$' is not defined. +public/src/admin/admin.js: line 194, col 17, '$' is not defined. + +public/src/admin/advanced/cache.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/advanced/cache.js: line 3, col 1, 'define' is not defined. +public/src/admin/advanced/cache.js: line 10, col 9, '$' is not defined. +public/src/admin/advanced/cache.js: line 11, col 26, '$' is not defined. +public/src/admin/advanced/cache.js: line 20, col 9, '$' is not defined. +public/src/admin/advanced/cache.js: line 21, col 27, '$' is not defined. +public/src/admin/advanced/cache.js: line 23, col 26, '$' is not defined. + +public/src/admin/advanced/errors.js: line 30, col 5, '$' is not defined. +public/src/admin/advanced/errors.js: line 51, col 23, 'utils' is not defined. +public/src/admin/advanced/errors.js: line 55, col 9, 'utils' is not defined. + +public/src/admin/advanced/events.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/advanced/events.js: line 4, col 1, 'define' is not defined. +public/src/admin/advanced/events.js: line 8, col 9, '$' is not defined. +public/src/admin/advanced/events.js: line 15, col 25, '$' is not defined. +public/src/admin/advanced/events.js: line 22, col 9, '$' is not defined. +public/src/admin/advanced/events.js: line 23, col 31, '$' is not defined. +public/src/admin/advanced/events.js: line 33, col 9, '$' is not defined. +public/src/admin/advanced/events.js: line 34, col 25, '$' is not defined. +public/src/admin/advanced/events.js: line 35, col 13, '$' is not defined. +public/src/admin/advanced/events.js: line 37, col 17, '$' is not defined. +public/src/admin/advanced/events.js: line 39, col 13, '$' is not defined. +public/src/admin/advanced/events.js: line 41, col 17, '$' is not defined. +public/src/admin/advanced/events.js: line 45, col 27, '$' is not defined. +public/src/admin/advanced/events.js: line 46, col 28, '$' is not defined. +public/src/admin/advanced/events.js: line 48, col 9, '$' is not defined. +public/src/admin/advanced/events.js: line 54, col 25, '$' is not defined. + +public/src/admin/advanced/logs.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/advanced/logs.js: line 4, col 1, 'define' is not defined. +public/src/admin/advanced/logs.js: line 8, col 24, '$' is not defined. +public/src/admin/advanced/logs.js: line 11, col 9, '$' is not defined. +public/src/admin/advanced/logs.js: line 12, col 27, '$' is not defined. +public/src/admin/advanced/logs.js: line 35, col 24, '$' is not defined. + +public/src/admin/appearance/customise.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/appearance/customise.js: line 3, col 1, 'define' is not defined. +public/src/admin/appearance/customise.js: line 8, col 13, '$' is not defined. +public/src/admin/appearance/customise.js: line 8, col 34, '$' is not defined. +public/src/admin/appearance/customise.js: line 9, col 13, '$' is not defined. +public/src/admin/appearance/customise.js: line 9, col 33, '$' is not defined. +public/src/admin/appearance/customise.js: line 10, col 13, '$' is not defined. +public/src/admin/appearance/customise.js: line 10, col 35, '$' is not defined. +public/src/admin/appearance/customise.js: line 11, col 13, '$' is not defined. +public/src/admin/appearance/customise.js: line 11, col 40, '$' is not defined. +public/src/admin/appearance/customise.js: line 18, col 13, '$' is not defined. +public/src/admin/appearance/customise.js: line 19, col 21, '$' is not defined. +public/src/admin/appearance/customise.js: line 37, col 13, '$' is not defined. + +public/src/admin/appearance/skins.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/appearance/skins.js: line 4, col 1, 'define' is not defined. +public/src/admin/appearance/skins.js: line 11, col 9, '$' is not defined. +public/src/admin/appearance/skins.js: line 18, col 21, '$' is not defined. +public/src/admin/appearance/skins.js: line 19, col 25, '$' is not defined. +public/src/admin/appearance/skins.js: line 19, col 58, '$' is not defined. +public/src/admin/appearance/skins.js: line 24, col 43, '$' is not defined. +public/src/admin/appearance/skins.js: line 28, col 9, '$' is not defined. +public/src/admin/appearance/skins.js: line 29, col 43, '$' is not defined. +public/src/admin/appearance/skins.js: line 36, col 9, '$' is not defined. +public/src/admin/appearance/skins.js: line 37, col 26, '$' is not defined. +public/src/admin/appearance/skins.js: line 74, col 32, '$' is not defined. +public/src/admin/appearance/skins.js: line 103, col 13, '$' is not defined. +public/src/admin/appearance/skins.js: line 106, col 25, '$' is not defined. +public/src/admin/appearance/skins.js: line 107, col 25, '$' is not defined. +public/src/admin/appearance/skins.js: line 118, col 13, '$' is not defined. + +public/src/admin/appearance/themes.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/appearance/themes.js: line 4, col 1, 'define' is not defined. +public/src/admin/appearance/themes.js: line 8, col 9, '$' is not defined. +public/src/admin/appearance/themes.js: line 9, col 28, '$' is not defined. +public/src/admin/appearance/themes.js: line 48, col 9, '$' is not defined. +public/src/admin/appearance/themes.js: line 80, col 32, '$' is not defined. +public/src/admin/appearance/themes.js: line 83, col 35, '$' is not defined. +public/src/admin/appearance/themes.js: line 101, col 13, '$' is not defined. +public/src/admin/appearance/themes.js: line 108, col 13, '$' is not defined. + +public/src/admin/dashboard/logins.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/dashboard/logins.js: line 3, col 1, 'define' is not defined. + +public/src/admin/dashboard/searches.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/dashboard/searches.js: line 3, col 1, 'define' is not defined. +public/src/admin/dashboard/searches.js: line 7, col 9, '$' is not defined. + +public/src/admin/dashboard/topics.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/dashboard/topics.js: line 3, col 1, 'define' is not defined. +public/src/admin/dashboard/topics.js: line 17, col 13, 'fetch' is not defined. + +public/src/admin/dashboard/users.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/dashboard/users.js: line 3, col 1, 'define' is not defined. +public/src/admin/dashboard/users.js: line 17, col 13, 'fetch' is not defined. + +public/src/admin/dashboard.js: line 56, col 1, '$' is not defined. +public/src/admin/dashboard.js: line 97, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 98, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 99, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 100, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 245, col 31, '$' is not defined. +public/src/admin/dashboard.js: line 339, col 9, '$' is not defined. +public/src/admin/dashboard.js: line 341, col 28, '$' is not defined. +public/src/admin/dashboard.js: line 342, col 17, '$' is not defined. +public/src/admin/dashboard.js: line 346, col 32, '$' is not defined. +public/src/admin/dashboard.js: line 350, col 21, '$' is not defined. +public/src/admin/dashboard.js: line 355, col 9, '$' is not defined. +public/src/admin/dashboard.js: line 356, col 30, '$' is not defined. +public/src/admin/dashboard.js: line 441, col 13, '$' is not defined. +public/src/admin/dashboard.js: line 442, col 13, '$' is not defined. +public/src/admin/dashboard.js: line 443, col 13, '$' is not defined. +public/src/admin/dashboard.js: line 459, col 23, '$' is not defined. +public/src/admin/dashboard.js: line 460, col 25, '$' is not defined. +public/src/admin/dashboard.js: line 470, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 471, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 478, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 479, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 480, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 481, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 482, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 527, col 9, '$' is not defined. +public/src/admin/dashboard.js: line 536, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 538, col 31, '$' is not defined. +public/src/admin/dashboard.js: line 540, col 13, '$' is not defined. +public/src/admin/dashboard.js: line 546, col 5, '$' is not defined. +public/src/admin/dashboard.js: line 547, col 27, '$' is not defined. +public/src/admin/dashboard.js: line 568, col 24, '$' is not defined. +public/src/admin/dashboard.js: line 57, col 5, 'clearInterval' is not defined. +public/src/admin/dashboard.js: line 58, col 5, 'clearInterval' is not defined. +public/src/admin/dashboard.js: line 552, col 5, 'clearInterval' is not defined. +public/src/admin/dashboard.js: line 553, col 5, 'clearInterval' is not defined. +public/src/admin/dashboard.js: line 71, col 86, 'navigator' is not defined. +public/src/admin/dashboard.js: line 157, col 27, 'utils' is not defined. +public/src/admin/dashboard.js: line 437, col 43, 'utils' is not defined. +public/src/admin/dashboard.js: line 439, col 43, 'utils' is not defined. +public/src/admin/dashboard.js: line 535, col 19, 'localStorage' is not defined. +public/src/admin/dashboard.js: line 541, col 13, 'localStorage' is not defined. +public/src/admin/dashboard.js: line 555, col 23, 'setInterval' is not defined. +public/src/admin/dashboard.js: line 561, col 24, 'setInterval' is not defined. + +public/src/admin/extend/plugins.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/extend/plugins.js: line 4, col 1, 'define' is not defined. +public/src/admin/extend/plugins.js: line 13, col 29, '$' is not defined. +public/src/admin/extend/plugins.js: line 25, col 13, '$' is not defined. +public/src/admin/extend/plugins.js: line 32, col 30, '$' is not defined. +public/src/admin/extend/plugins.js: line 35, col 25, '$' is not defined. +public/src/admin/extend/plugins.js: line 48, col 43, '$' is not defined. +public/src/admin/extend/plugins.js: line 49, col 25, '$' is not defined. +public/src/admin/extend/plugins.js: line 101, col 25, '$' is not defined. +public/src/admin/extend/plugins.js: line 103, col 24, '$' is not defined. +public/src/admin/extend/plugins.js: line 105, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 106, col 56, '$' is not defined. +public/src/admin/extend/plugins.js: line 138, col 25, '$' is not defined. +public/src/admin/extend/plugins.js: line 162, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 163, col 26, '$' is not defined. +public/src/admin/extend/plugins.js: line 164, col 13, '$' is not defined. +public/src/admin/extend/plugins.js: line 165, col 34, '$' is not defined. +public/src/admin/extend/plugins.js: line 166, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 179, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 181, col 36, '$' is not defined. +public/src/admin/extend/plugins.js: line 189, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 190, col 13, '$' is not defined. +public/src/admin/extend/plugins.js: line 213, col 25, '$' is not defined. +public/src/admin/extend/plugins.js: line 217, col 30, '$' is not defined. +public/src/admin/extend/plugins.js: line 221, col 34, '$' is not defined. +public/src/admin/extend/plugins.js: line 226, col 34, '$' is not defined. +public/src/admin/extend/plugins.js: line 232, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 233, col 29, '$' is not defined. +public/src/admin/extend/plugins.js: line 236, col 35, '$' is not defined. +public/src/admin/extend/plugins.js: line 243, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 301, col 21, '$' is not defined. +public/src/admin/extend/plugins.js: line 313, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 314, col 31, '$' is not defined. +public/src/admin/extend/plugins.js: line 315, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 339, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 352, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 353, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 354, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 354, col 41, '$' is not defined. +public/src/admin/extend/plugins.js: line 360, col 9, '$' is not defined. +public/src/admin/extend/plugins.js: line 361, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 362, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 362, col 40, '$' is not defined. +public/src/admin/extend/plugins.js: line 364, col 17, '$' is not defined. +public/src/admin/extend/plugins.js: line 364, col 42, '$' is not defined. + +public/src/admin/extend/rewards.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/extend/rewards.js: line 4, col 1, 'define' is not defined. +public/src/admin/extend/rewards.js: line 21, col 9, '$' is not defined. +public/src/admin/extend/rewards.js: line 22, col 20, '$' is not defined. +public/src/admin/extend/rewards.js: line 25, col 9, '$' is not defined. +public/src/admin/extend/rewards.js: line 27, col 24, '$' is not defined. +public/src/admin/extend/rewards.js: line 30, col 32, '$' is not defined. +public/src/admin/extend/rewards.js: line 45, col 29, '$' is not defined. +public/src/admin/extend/rewards.js: line 57, col 9, '$' is not defined. +public/src/admin/extend/rewards.js: line 58, col 9, '$' is not defined. +public/src/admin/extend/rewards.js: line 121, col 9, '$' is not defined. +public/src/admin/extend/rewards.js: line 122, col 25, '$' is not defined. +public/src/admin/extend/rewards.js: line 134, col 20, '$' is not defined. +public/src/admin/extend/rewards.js: line 158, col 9, '$' is not defined. +public/src/admin/extend/rewards.js: line 160, col 26, '$' is not defined. +public/src/admin/extend/rewards.js: line 161, col 29, '$' is not defined. +public/src/admin/extend/rewards.js: line 171, col 23, '$' is not defined. +public/src/admin/extend/rewards.js: line 172, col 29, '$' is not defined. +public/src/admin/extend/rewards.js: line 189, col 13, '$' is not defined. +public/src/admin/extend/rewards.js: line 190, col 22, '$' is not defined. +public/src/admin/extend/rewards.js: line 191, col 21, '$' is not defined. +public/src/admin/extend/rewards.js: line 184, col 13, 'setTimeout' is not defined. + +public/src/admin/extend/widgets.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/extend/widgets.js: line 4, col 1, 'define' is not defined. +public/src/admin/extend/widgets.js: line 15, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 16, col 27, '$' is not defined. +public/src/admin/extend/widgets.js: line 17, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 19, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 20, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 21, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 26, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 27, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 28, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 28, col 53, '$' is not defined. +public/src/admin/extend/widgets.js: line 31, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 35, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 36, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 37, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 38, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 39, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 41, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 42, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 43, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 44, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 45, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 50, col 32, '$' is not defined. +public/src/admin/extend/widgets.js: line 51, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 53, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 55, col 24, '$' is not defined. +public/src/admin/extend/widgets.js: line 61, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 64, col 34, '$' is not defined. +public/src/admin/extend/widgets.js: line 72, col 17, '$' is not defined. +public/src/admin/extend/widgets.js: line 72, col 53, '$' is not defined. +public/src/admin/extend/widgets.js: line 75, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 92, col 27, '$' is not defined. +public/src/admin/extend/widgets.js: line 100, col 19, '$' is not defined. +public/src/admin/extend/widgets.js: line 100, col 65, '$' is not defined. +public/src/admin/extend/widgets.js: line 101, col 17, '$' is not defined. +public/src/admin/extend/widgets.js: line 105, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 109, col 13, '$' is not defined. +public/src/admin/extend/widgets.js: line 110, col 22, '$' is not defined. +public/src/admin/extend/widgets.js: line 119, col 34, '$' is not defined. +public/src/admin/extend/widgets.js: line 139, col 33, '$' is not defined. +public/src/admin/extend/widgets.js: line 164, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 165, col 25, '$' is not defined. +public/src/admin/extend/widgets.js: line 171, col 32, '$' is not defined. +public/src/admin/extend/widgets.js: line 198, col 36, '$' is not defined. +public/src/admin/extend/widgets.js: line 220, col 31, '$' is not defined. +public/src/admin/extend/widgets.js: line 233, col 9, '$' is not defined. +public/src/admin/extend/widgets.js: line 238, col 36, '$' is not defined. +public/src/admin/extend/widgets.js: line 244, col 38, '$' is not defined. +public/src/admin/extend/widgets.js: line 257, col 23, '$' is not defined. +public/src/admin/extend/widgets.js: line 258, col 26, '$' is not defined. +public/src/admin/extend/widgets.js: line 261, col 30, '$' is not defined. +public/src/admin/extend/widgets.js: line 272, col 37, '$' is not defined. +public/src/admin/extend/widgets.js: line 273, col 37, '$' is not defined. +public/src/admin/extend/widgets.js: line 276, col 24, '$' is not defined. +public/src/admin/extend/widgets.js: line 280, col 34, '$' is not defined. +public/src/admin/extend/widgets.js: line 285, col 17, '$' is not defined. +public/src/admin/extend/widgets.js: line 286, col 21, '$' is not defined. +public/src/admin/extend/widgets.js: line 287, col 40, '$' is not defined. +public/src/admin/extend/widgets.js: line 288, col 25, '$' is not defined. +public/src/admin/extend/widgets.js: line 158, col 17, 'setTimeout' is not defined. + +public/src/admin/manage/admins-mods.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/admins-mods.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/admins-mods.js: line 9, col 27, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 15, col 17, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 17, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 22, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 27, col 9, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 28, col 30, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 45, col 27, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 47, col 17, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 49, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 54, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 55, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 60, col 9, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 61, col 30, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 68, col 30, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 69, col 29, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 77, col 31, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 85, col 27, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 86, col 27, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 87, col 25, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 95, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 100, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 101, col 21, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 106, col 9, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 107, col 35, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 109, col 30, '$' is not defined. +public/src/admin/manage/admins-mods.js: line 121, col 29, '$' is not defined. + +public/src/admin/manage/categories.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/categories.js: line 207, col 27, Expected '!==' and instead saw '!='. +public/src/admin/manage/categories.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/categories.js: line 18, col 31, '$' is not defined. +public/src/admin/manage/categories.js: line 29, col 9, '$' is not defined. +public/src/admin/manage/categories.js: line 32, col 9, '$' is not defined. +public/src/admin/manage/categories.js: line 33, col 27, '$' is not defined. +public/src/admin/manage/categories.js: line 39, col 24, '$' is not defined. +public/src/admin/manage/categories.js: line 45, col 9, '$' is not defined. +public/src/admin/manage/categories.js: line 46, col 24, '$' is not defined. +public/src/admin/manage/categories.js: line 55, col 9, '$' is not defined. +public/src/admin/manage/categories.js: line 56, col 25, '$' is not defined. +public/src/admin/manage/categories.js: line 57, col 27, '$' is not defined. +public/src/admin/manage/categories.js: line 83, col 9, '$' is not defined. +public/src/admin/manage/categories.js: line 84, col 27, '$' is not defined. +public/src/admin/manage/categories.js: line 94, col 24, '$' is not defined. +public/src/admin/manage/categories.js: line 138, col 13, '$' is not defined. +public/src/admin/manage/categories.js: line 139, col 31, '$' is not defined. +public/src/admin/manage/categories.js: line 173, col 27, '$' is not defined. +public/src/admin/manage/categories.js: line 177, col 17, '$' is not defined. +public/src/admin/manage/categories.js: line 195, col 13, '$' is not defined. +public/src/admin/manage/categories.js: line 295, col 56, '$' is not defined. +public/src/admin/manage/categories.js: line 299, col 55, '$' is not defined. + +public/src/admin/manage/category-analytics.js: line 26, col 27, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 112, col 26, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 113, col 25, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 114, col 26, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 115, col 25, '$' is not defined. +public/src/admin/manage/category-analytics.js: line 38, col 26, 'utils' is not defined. +public/src/admin/manage/category-analytics.js: line 41, col 25, 'utils' is not defined. +public/src/admin/manage/category-analytics.js: line 45, col 9, 'utils' is not defined. + +public/src/admin/manage/category.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/category.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/category.js: line 17, col 34, '$' is not defined. +public/src/admin/manage/category.js: line 18, col 27, '$' is not defined. +public/src/admin/manage/category.js: line 20, col 27, '$' is not defined. +public/src/admin/manage/category.js: line 25, col 31, '$' is not defined. +public/src/admin/manage/category.js: line 35, col 31, '$' is not defined. +public/src/admin/manage/category.js: line 37, col 40, '$' is not defined. +public/src/admin/manage/category.js: line 59, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 60, col 22, '$' is not defined. +public/src/admin/manage/category.js: line 63, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 64, col 13, '$' is not defined. +public/src/admin/manage/category.js: line 64, col 59, '$' is not defined. +public/src/admin/manage/category.js: line 67, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 68, col 30, '$' is not defined. +public/src/admin/manage/category.js: line 78, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 79, col 26, '$' is not defined. +public/src/admin/manage/category.js: line 79, col 54, '$' is not defined. +public/src/admin/manage/category.js: line 80, col 55, '$' is not defined. +public/src/admin/manage/category.js: line 87, col 44, '$' is not defined. +public/src/admin/manage/category.js: line 94, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 152, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 199, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 200, col 29, '$' is not defined. +public/src/admin/manage/category.js: line 208, col 17, '$' is not defined. +public/src/admin/manage/category.js: line 211, col 26, '$' is not defined. +public/src/admin/manage/category.js: line 215, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 216, col 47, '$' is not defined. +public/src/admin/manage/category.js: line 216, col 74, '$' is not defined. +public/src/admin/manage/category.js: line 217, col 22, '$' is not defined. +public/src/admin/manage/category.js: line 220, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 222, col 29, '$' is not defined. +public/src/admin/manage/category.js: line 229, col 29, '$' is not defined. +public/src/admin/manage/category.js: line 232, col 9, '$' is not defined. +public/src/admin/manage/category.js: line 233, col 27, '$' is not defined. +public/src/admin/manage/category.js: line 251, col 13, '$' is not defined. +public/src/admin/manage/category.js: line 252, col 21, '$' is not defined. +public/src/admin/manage/category.js: line 254, col 21, '$' is not defined. +public/src/admin/manage/category.js: line 256, col 26, '$' is not defined. +public/src/admin/manage/category.js: line 283, col 23, '$' is not defined. +public/src/admin/manage/category.js: line 112, col 52, 'setInterval' is not defined. +public/src/admin/manage/category.js: line 128, col 41, 'clearInterval' is not defined. +public/src/admin/manage/category.js: line 136, col 45, 'clearInterval' is not defined. +public/src/admin/manage/category.js: line 134, col 37, 'setTimeout' is not defined. +public/src/admin/manage/category.js: line 177, col 37, 'alert' is not defined. + +public/src/admin/manage/digest.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/digest.js: line 4, col 1, 'define' is not defined. +public/src/admin/manage/digest.js: line 8, col 9, '$' is not defined. + +public/src/admin/manage/group.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/group.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/group.js: line 21, col 27, '$' is not defined. +public/src/admin/manage/group.js: line 22, col 38, '$' is not defined. +public/src/admin/manage/group.js: line 23, col 39, '$' is not defined. +public/src/admin/manage/group.js: line 24, col 38, '$' is not defined. +public/src/admin/manage/group.js: line 25, col 35, '$' is not defined. +public/src/admin/manage/group.js: line 26, col 39, '$' is not defined. +public/src/admin/manage/group.js: line 30, col 9, '$' is not defined. +public/src/admin/manage/group.js: line 31, col 49, '$' is not defined. +public/src/admin/manage/group.js: line 50, col 9, '$' is not defined. +public/src/admin/manage/group.js: line 60, col 17, '$' is not defined. +public/src/admin/manage/group.js: line 66, col 31, '$' is not defined. +public/src/admin/manage/group.js: line 73, col 51, '$' is not defined. +public/src/admin/manage/group.js: line 75, col 29, '$' is not defined. +public/src/admin/manage/group.js: line 78, col 17, '$' is not defined. +public/src/admin/manage/group.js: line 84, col 26, '$' is not defined. +public/src/admin/manage/group.js: line 86, col 9, '$' is not defined. +public/src/admin/manage/group.js: line 91, col 9, '$' is not defined. +public/src/admin/manage/group.js: line 101, col 9, '$' is not defined. +public/src/admin/manage/group.js: line 103, col 23, '$' is not defined. +public/src/admin/manage/group.js: line 105, col 30, '$' is not defined. +public/src/admin/manage/group.js: line 109, col 35, '$' is not defined. +public/src/admin/manage/group.js: line 110, col 26, '$' is not defined. +public/src/admin/manage/group.js: line 111, col 25, '$' is not defined. +public/src/admin/manage/group.js: line 112, col 33, '$' is not defined. +public/src/admin/manage/group.js: line 113, col 38, '$' is not defined. +public/src/admin/manage/group.js: line 114, col 31, '$' is not defined. +public/src/admin/manage/group.js: line 116, col 33, '$' is not defined. +public/src/admin/manage/group.js: line 122, col 44, '$' is not defined. +public/src/admin/manage/group.js: line 129, col 9, '$' is not defined. +public/src/admin/manage/group.js: line 130, col 27, '$' is not defined. + +public/src/admin/manage/groups.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/groups.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/groups.js: line 18, col 9, '$' is not defined. +public/src/admin/manage/groups.js: line 19, col 24, '$' is not defined. +public/src/admin/manage/groups.js: line 36, col 9, '$' is not defined. +public/src/admin/manage/groups.js: line 41, col 41, '$' is not defined. +public/src/admin/manage/groups.js: line 42, col 45, '$' is not defined. +public/src/admin/manage/groups.js: line 43, col 43, '$' is not defined. +public/src/admin/manage/groups.js: line 44, col 46, '$' is not defined. +public/src/admin/manage/groups.js: line 59, col 42, '$' is not defined. +public/src/admin/manage/groups.js: line 60, col 38, '$' is not defined. +public/src/admin/manage/groups.js: line 61, col 37, '$' is not defined. +public/src/admin/manage/groups.js: line 84, col 25, '$' is not defined. +public/src/admin/manage/groups.js: line 90, col 13, '$' is not defined. +public/src/admin/manage/groups.js: line 91, col 30, '$' is not defined. +public/src/admin/manage/groups.js: line 72, col 34, 'utils' is not defined. +public/src/admin/manage/groups.js: line 112, col 29, 'utils' is not defined. + +public/src/admin/manage/privileges.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/privileges.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/privileges.js: line 26, col 31, '$' is not defined. +public/src/admin/manage/privileges.js: line 41, col 9, '$' is not defined. +public/src/admin/manage/privileges.js: line 45, col 9, '$' is not defined. +public/src/admin/manage/privileges.js: line 47, col 33, '$' is not defined. +public/src/admin/manage/privileges.js: line 124, col 31, '$' is not defined. +public/src/admin/manage/privileges.js: line 131, col 31, '$' is not defined. +public/src/admin/manage/privileges.js: line 139, col 31, '$' is not defined. +public/src/admin/manage/privileges.js: line 147, col 31, '$' is not defined. +public/src/admin/manage/privileges.js: line 170, col 26, '$' is not defined. +public/src/admin/manage/privileges.js: line 188, col 44, '$' is not defined. +public/src/admin/manage/privileges.js: line 205, col 36, '$' is not defined. +public/src/admin/manage/privileges.js: line 205, col 96, '$' is not defined. +public/src/admin/manage/privileges.js: line 206, col 17, '$' is not defined. +public/src/admin/manage/privileges.js: line 345, col 9, '$' is not defined. +public/src/admin/manage/privileges.js: line 348, col 21, '$' is not defined. +public/src/admin/manage/privileges.js: line 364, col 16, '$' is not defined. +public/src/admin/manage/privileges.js: line 369, col 28, '$' is not defined. +public/src/admin/manage/privileges.js: line 379, col 25, '$' is not defined. +public/src/admin/manage/privileges.js: line 387, col 25, '$' is not defined. +public/src/admin/manage/privileges.js: line 388, col 24, '$' is not defined. +public/src/admin/manage/privileges.js: line 436, col 28, '$' is not defined. +public/src/admin/manage/privileges.js: line 480, col 24, '$' is not defined. +public/src/admin/manage/privileges.js: line 491, col 21, '$' is not defined. +public/src/admin/manage/privileges.js: line 495, col 13, '$' is not defined. +public/src/admin/manage/privileges.js: line 496, col 13, '$' is not defined. +public/src/admin/manage/privileges.js: line 505, col 16, '$' is not defined. +public/src/admin/manage/privileges.js: line 215, col 18, 'alert' is not defined. + +public/src/admin/manage/registration.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/registration.js: line 4, col 1, 'define' is not defined. +public/src/admin/manage/registration.js: line 8, col 9, '$' is not defined. +public/src/admin/manage/registration.js: line 9, col 28, '$' is not defined. +public/src/admin/manage/registration.js: line 10, col 28, '$' is not defined. +public/src/admin/manage/registration.js: line 23, col 9, '$' is not defined. +public/src/admin/manage/registration.js: line 24, col 28, '$' is not defined. +public/src/admin/manage/registration.js: line 27, col 28, '$' is not defined. + +public/src/admin/manage/tags.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/tags.js: line 4, col 1, 'define' is not defined. +public/src/admin/manage/tags.js: line 21, col 29, '$' is not defined. +public/src/admin/manage/tags.js: line 22, col 31, '$' is not defined. +public/src/admin/manage/tags.js: line 23, col 31, '$' is not defined. +public/src/admin/manage/tags.js: line 31, col 9, '$' is not defined. +public/src/admin/manage/tags.js: line 56, col 9, '$' is not defined. +public/src/admin/manage/tags.js: line 61, col 21, '$' is not defined. +public/src/admin/manage/tags.js: line 65, col 27, '$' is not defined. +public/src/admin/manage/tags.js: line 82, col 9, '$' is not defined. +public/src/admin/manage/tags.js: line 83, col 34, '$' is not defined. +public/src/admin/manage/tags.js: line 90, col 26, '$' is not defined. +public/src/admin/manage/tags.js: line 98, col 39, '$' is not defined. +public/src/admin/manage/tags.js: line 120, col 9, '$' is not defined. +public/src/admin/manage/tags.js: line 121, col 34, '$' is not defined. +public/src/admin/manage/tags.js: line 132, col 31, '$' is not defined. +public/src/admin/manage/tags.js: line 33, col 13, 'setTimeout' is not defined. +public/src/admin/manage/tags.js: line 56, col 53, 'utils' is not defined. + +public/src/admin/manage/uploads.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/uploads.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/uploads.js: line 7, col 9, '$' is not defined. +public/src/admin/manage/uploads.js: line 17, col 9, '$' is not defined. +public/src/admin/manage/uploads.js: line 18, col 26, '$' is not defined. +public/src/admin/manage/uploads.js: line 32, col 9, '$' is not defined. + +public/src/admin/manage/users.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/manage/users.js: line 565, col 27, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/admin/manage/users.js: line 3, col 1, 'define' is not defined. +public/src/admin/manage/users.js: line 9, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 11, col 36, '$' is not defined. +public/src/admin/manage/users.js: line 16, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 69, col 48, '$' is not defined. +public/src/admin/manage/users.js: line 70, col 50, '$' is not defined. +public/src/admin/manage/users.js: line 92, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 93, col 21, '$' is not defined. +public/src/admin/manage/users.js: line 94, col 31, '$' is not defined. +public/src/admin/manage/users.js: line 102, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 103, col 17, '$' is not defined. +public/src/admin/manage/users.js: line 108, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 109, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 142, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 143, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 143, col 80, '$' is not defined. +public/src/admin/manage/users.js: line 146, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 164, col 41, '$' is not defined. +public/src/admin/manage/users.js: line 168, col 37, '$' is not defined. +public/src/admin/manage/users.js: line 177, col 43, '$' is not defined. +public/src/admin/manage/users.js: line 179, col 37, '$' is not defined. +public/src/admin/manage/users.js: line 189, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 220, col 37, '$' is not defined. +public/src/admin/manage/users.js: line 236, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 254, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 298, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 339, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 348, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 362, col 21, '$' is not defined. +public/src/admin/manage/users.js: line 368, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 393, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 406, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 451, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 464, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 477, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 481, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 485, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 526, col 30, '$' is not defined. +public/src/admin/manage/users.js: line 535, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 571, col 29, '$' is not defined. +public/src/admin/manage/users.js: line 603, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 605, col 27, '$' is not defined. +public/src/admin/manage/users.js: line 606, col 24, '$' is not defined. +public/src/admin/manage/users.js: line 610, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 611, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 620, col 39, '$' is not defined. +public/src/admin/manage/users.js: line 621, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 638, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 642, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 643, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 645, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 646, col 18, '$' is not defined. +public/src/admin/manage/users.js: line 647, col 17, '$' is not defined. +public/src/admin/manage/users.js: line 648, col 17, '$' is not defined. +public/src/admin/manage/users.js: line 652, col 17, '$' is not defined. +public/src/admin/manage/users.js: line 654, col 17, '$' is not defined. +public/src/admin/manage/users.js: line 656, col 17, '$' is not defined. +public/src/admin/manage/users.js: line 659, col 17, '$' is not defined. +public/src/admin/manage/users.js: line 665, col 13, '$' is not defined. +public/src/admin/manage/users.js: line 666, col 28, '$' is not defined. +public/src/admin/manage/users.js: line 667, col 31, '$' is not defined. +public/src/admin/manage/users.js: line 673, col 35, '$' is not defined. +public/src/admin/manage/users.js: line 677, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 678, col 27, '$' is not defined. +public/src/admin/manage/users.js: line 698, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 699, col 17, '$' is not defined. +public/src/admin/manage/users.js: line 700, col 30, '$' is not defined. +public/src/admin/manage/users.js: line 708, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 709, col 27, '$' is not defined. +public/src/admin/manage/users.js: line 714, col 9, '$' is not defined. +public/src/admin/manage/users.js: line 10, col 27, 'utils' is not defined. +public/src/admin/manage/users.js: line 211, col 34, 'utils' is not defined. +public/src/admin/manage/users.js: line 610, col 39, 'utils' is not defined. +public/src/admin/manage/users.js: line 615, col 24, 'utils' is not defined. +public/src/admin/manage/users.js: line 683, col 28, 'utils' is not defined. +public/src/admin/manage/users.js: line 726, col 32, 'utils' is not defined. +public/src/admin/manage/users.js: line 624, col 17, 'history' is not defined. +public/src/admin/manage/users.js: line 625, col 17, 'history' is not defined. + +public/src/admin/modules/change-email.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/modules/change-email.js: line 3, col 1, 'define' is not defined. +public/src/admin/modules/change-email.js: line 12, col 80, 'utils' is not defined. + +public/src/admin/modules/checkboxRowSelector.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/modules/checkboxRowSelector.js: line 3, col 1, 'define' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 10, col 27, '$' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 16, col 30, '$' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 25, col 26, '$' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 31, col 29, '$' is not defined. +public/src/admin/modules/checkboxRowSelector.js: line 39, col 31, '$' is not defined. + +public/src/admin/modules/dashboard-line-graph.js: line 37, col 27, 'utils' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 189, col 41, 'utils' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 191, col 41, 'utils' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 39, col 86, 'navigator' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 67, col 28, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 104, col 5, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 106, col 24, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 107, col 13, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 111, col 21, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 115, col 17, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 120, col 5, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 121, col 26, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 199, col 27, '$' is not defined. +public/src/admin/modules/dashboard-line-graph.js: line 200, col 29, '$' is not defined. + +public/src/admin/modules/instance.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/modules/instance.js: line 3, col 1, 'define' is not defined. +public/src/admin/modules/instance.js: line 16, col 9, '$' is not defined. +public/src/admin/modules/instance.js: line 48, col 9, '$' is not defined. + +public/src/admin/modules/search.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/modules/search.js: line 3, col 1, 'define' is not defined. +public/src/admin/modules/search.js: line 13, col 29, 'utils' is not defined. +public/src/admin/modules/search.js: line 63, col 27, '$' is not defined. +public/src/admin/modules/search.js: line 65, col 31, '$' is not defined. +public/src/admin/modules/search.js: line 85, col 125, 'escape' is not defined. +public/src/admin/modules/search.js: line 160, col 91, 'escape' is not defined. +public/src/admin/modules/search.js: line 89, col 13, 'setTimeout' is not defined. + +public/src/admin/modules/selectable.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/modules/selectable.js: line 4, col 1, 'define' is not defined. +public/src/admin/modules/selectable.js: line 10, col 9, '$' is not defined. + +public/src/admin/settings/api.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/settings/api.js: line 3, col 1, 'define' is not defined. +public/src/admin/settings/api.js: line 7, col 35, '$' is not defined. +public/src/admin/settings/api.js: line 8, col 9, '$' is not defined. +public/src/admin/settings/api.js: line 9, col 39, '$' is not defined. +public/src/admin/settings/api.js: line 16, col 9, '$' is not defined. +public/src/admin/settings/api.js: line 74, col 21, '$' is not defined. +public/src/admin/settings/api.js: line 117, col 21, '$' is not defined. +public/src/admin/settings/api.js: line 171, col 21, '$' is not defined. +public/src/admin/settings/api.js: line 57, col 38, 'FormData' is not defined. +public/src/admin/settings/api.js: line 106, col 38, 'FormData' is not defined. + +public/src/admin/settings/cookies.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/settings/cookies.js: line 3, col 1, 'define' is not defined. +public/src/admin/settings/cookies.js: line 7, col 9, '$' is not defined. + +public/src/admin/settings/email.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/settings/email.js: line 4, col 1, 'define' is not defined. +public/src/admin/settings/email.js: line 13, col 9, '$' is not defined. +public/src/admin/settings/email.js: line 15, col 9, '$' is not defined. +public/src/admin/settings/email.js: line 30, col 9, '$' is not defined. +public/src/admin/settings/email.js: line 31, col 57, '$' is not defined. +public/src/admin/settings/email.js: line 43, col 9, '$' is not defined. +public/src/admin/settings/email.js: line 51, col 31, '$' is not defined. +public/src/admin/settings/email.js: line 59, col 13, '$' is not defined. +public/src/admin/settings/email.js: line 62, col 9, '$' is not defined. +public/src/admin/settings/email.js: line 64, col 36, '$' is not defined. +public/src/admin/settings/email.js: line 66, col 21, '$' is not defined. +public/src/admin/settings/email.js: line 76, col 32, '$' is not defined. +public/src/admin/settings/email.js: line 78, col 17, '$' is not defined. +public/src/admin/settings/email.js: line 86, col 29, '$' is not defined. +public/src/admin/settings/email.js: line 103, col 13, '$' is not defined. +public/src/admin/settings/email.js: line 112, col 13, '$' is not defined. +public/src/admin/settings/email.js: line 118, col 30, '$' is not defined. +public/src/admin/settings/email.js: line 119, col 13, '$' is not defined. +public/src/admin/settings/email.js: line 122, col 9, '$' is not defined. + +public/src/admin/settings/general.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/settings/general.js: line 4, col 1, 'define' is not defined. +public/src/admin/settings/general.js: line 8, col 9, '$' is not defined. +public/src/admin/settings/general.js: line 9, col 13, '$' is not defined. +public/src/admin/settings/general.js: line 11, col 9, '$' is not defined. +public/src/admin/settings/general.js: line 12, col 13, '$' is not defined. +public/src/admin/settings/general.js: line 14, col 9, '$' is not defined. +public/src/admin/settings/general.js: line 15, col 13, '$' is not defined. +public/src/admin/settings/general.js: line 17, col 9, '$' is not defined. +public/src/admin/settings/general.js: line 18, col 13, '$' is not defined. +public/src/admin/settings/general.js: line 20, col 9, '$' is not defined. +public/src/admin/settings/general.js: line 21, col 13, '$' is not defined. +public/src/admin/settings/general.js: line 24, col 9, '$' is not defined. +public/src/admin/settings/general.js: line 30, col 13, '$' is not defined. +public/src/admin/settings/general.js: line 31, col 13, '$' is not defined. +public/src/admin/settings/general.js: line 33, col 13, '$' is not defined. + +public/src/admin/settings/navigation.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/settings/navigation.js: line 57, col 32, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/admin/settings/navigation.js: line 157, col 25, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/admin/settings/navigation.js: line 164, col 23, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/admin/settings/navigation.js: line 4, col 1, 'define' is not defined. +public/src/admin/settings/navigation.js: line 19, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 26, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 27, col 21, '$' is not defined. +public/src/admin/settings/navigation.js: line 30, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 31, col 28, '$' is not defined. +public/src/admin/settings/navigation.js: line 35, col 17, '$' is not defined. +public/src/admin/settings/navigation.js: line 41, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 42, col 24, '$' is not defined. +public/src/admin/settings/navigation.js: line 44, col 13, '$' is not defined. +public/src/admin/settings/navigation.js: line 47, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 49, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 53, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 57, col 30, '$' is not defined. +public/src/admin/settings/navigation.js: line 63, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 64, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 66, col 29, '$' is not defined. +public/src/admin/settings/navigation.js: line 67, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 76, col 20, '$' is not defined. +public/src/admin/settings/navigation.js: line 83, col 32, '$' is not defined. +public/src/admin/settings/navigation.js: line 91, col 26, '$' is not defined. +public/src/admin/settings/navigation.js: line 101, col 26, '$' is not defined. +public/src/admin/settings/navigation.js: line 102, col 21, '$' is not defined. +public/src/admin/settings/navigation.js: line 118, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 119, col 26, '$' is not defined. +public/src/admin/settings/navigation.js: line 123, col 24, '$' is not defined. +public/src/admin/settings/navigation.js: line 157, col 23, '$' is not defined. +public/src/admin/settings/navigation.js: line 158, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 159, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 164, col 21, '$' is not defined. +public/src/admin/settings/navigation.js: line 170, col 9, '$' is not defined. +public/src/admin/settings/navigation.js: line 149, col 17, 'setTimeout' is not defined. + +public/src/admin/settings/notifications.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/settings/notifications.js: line 3, col 1, 'define' is not defined. +public/src/admin/settings/notifications.js: line 9, col 29, '$' is not defined. +public/src/admin/settings/notifications.js: line 11, col 13, 'setTimeout' is not defined. + +public/src/admin/settings.js: line 1, col 1, Use the function form of "use strict". +public/src/admin/settings.js: line 4, col 1, 'define' is not defined. +public/src/admin/settings.js: line 10, col 25, '$' is not defined. +public/src/admin/settings.js: line 11, col 23, '$' is not defined. +public/src/admin/settings.js: line 12, col 25, '$' is not defined. +public/src/admin/settings.js: line 13, col 27, '$' is not defined. +public/src/admin/settings.js: line 17, col 31, '$' is not defined. +public/src/admin/settings.js: line 30, col 30, '$' is not defined. +public/src/admin/settings.js: line 31, col 17, '$' is not defined. +public/src/admin/settings.js: line 36, col 21, '$' is not defined. +public/src/admin/settings.js: line 41, col 37, '$' is not defined. +public/src/admin/settings.js: line 47, col 30, '$' is not defined. +public/src/admin/settings.js: line 49, col 17, '$' is not defined. +public/src/admin/settings.js: line 59, col 24, '$' is not defined. +public/src/admin/settings.js: line 61, col 25, '$' is not defined. +public/src/admin/settings.js: line 62, col 27, '$' is not defined. +public/src/admin/settings.js: line 125, col 9, '$' is not defined. +public/src/admin/settings.js: line 152, col 9, '$' is not defined. +public/src/admin/settings.js: line 153, col 31, '$' is not defined. +public/src/admin/settings.js: line 163, col 21, '$' is not defined. +public/src/admin/settings.js: line 170, col 9, '$' is not defined. +public/src/admin/settings.js: line 186, col 27, '$' is not defined. +public/src/admin/settings.js: line 33, col 17, 'scrollBy' is not defined. +public/src/admin/settings.js: line 34, col 17, 'setTimeout' is not defined. +public/src/admin/settings.js: line 136, col 9, 'setTimeout' is not defined. +public/src/admin/settings.js: line 145, col 13, 'setTimeout' is not defined. + +public/src/ajaxify.js: line 1, col 1, Use the function form of "use strict". +public/src/ajaxify.js: line 458, col 52, The Function constructor is a form of eval. +public/src/ajaxify.js: line 517, col 80, Script URL. +public/src/ajaxify.js: line 589, col 72, Script URL. +public/src/ajaxify.js: line 23, col 32, 'history' is not defined. +public/src/ajaxify.js: line 24, col 9, 'history' is not defined. +public/src/ajaxify.js: line 32, col 17, '$' is not defined. +public/src/ajaxify.js: line 36, col 17, '$' is not defined. +public/src/ajaxify.js: line 38, col 13, '$' is not defined. +public/src/ajaxify.js: line 58, col 13, '$' is not defined. +public/src/ajaxify.js: line 75, col 9, '$' is not defined. +public/src/ajaxify.js: line 167, col 17, '$' is not defined. +public/src/ajaxify.js: line 198, col 17, '$' is not defined. +public/src/ajaxify.js: line 199, col 17, '$' is not defined. +public/src/ajaxify.js: line 207, col 17, '$' is not defined. +public/src/ajaxify.js: line 229, col 37, '$' is not defined. +public/src/ajaxify.js: line 409, col 18, '$' is not defined. +public/src/ajaxify.js: line 452, col 9, '$' is not defined. +public/src/ajaxify.js: line 471, col 9, '$' is not defined. +public/src/ajaxify.js: line 498, col 1, '$' is not defined. +public/src/ajaxify.js: line 524, col 9, '$' is not defined. +public/src/ajaxify.js: line 530, col 27, '$' is not defined. +public/src/ajaxify.js: line 547, col 65, '$' is not defined. +public/src/ajaxify.js: line 532, col 34, 'utils' is not defined. + +public/src/app.js: line 1, col 1, Use the function form of "use strict". +public/src/app.js: line 33, col 19, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/app.js: line 139, col 37, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/app.js: line 141, col 37, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/app.js: line 143, col 37, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/app.js: line 20, col 1, Read only. +public/src/app.js: line 31, col 5, '$' is not defined. +public/src/app.js: line 55, col 13, '$' is not defined. +public/src/app.js: line 97, col 9, '$' is not defined. +public/src/app.js: line 203, col 9, '$' is not defined. +public/src/app.js: line 207, col 33, '$' is not defined. +public/src/app.js: line 221, col 26, '$' is not defined. +public/src/app.js: line 233, col 13, '$' is not defined. +public/src/app.js: line 240, col 13, '$' is not defined. +public/src/app.js: line 241, col 32, '$' is not defined. +public/src/app.js: line 245, col 25, '$' is not defined. +public/src/app.js: line 255, col 9, '$' is not defined. +public/src/app.js: line 256, col 32, '$' is not defined. +public/src/app.js: line 318, col 20, '$' is not defined. +public/src/app.js: line 347, col 20, '$' is not defined. +public/src/app.js: line 47, col 27, 'utils' is not defined. +public/src/app.js: line 192, col 28, 'utils' is not defined. +public/src/app.js: line 91, col 13, 'setTimeout' is not defined. +public/src/app.js: line 349, col 17, 'setTimeout' is not defined. +public/src/app.js: line 118, col 13, 'overrides' is not defined. +public/src/app.js: line 254, col 9, 'overrides' is not defined. +public/src/app.js: line 194, col 40, 'URLSearchParams' is not defined. +public/src/app.js: line 358, col 62, 'navigator' is not defined. +public/src/app.js: line 359, col 13, 'navigator' is not defined. + +public/src/client/account/best.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/best.js: line 4, col 1, 'define' is not defined. +public/src/client/account/best.js: line 10, col 9, '$' is not defined. + +public/src/client/account/blocks.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/blocks.js: line 3, col 1, 'define' is not defined. +public/src/client/account/blocks.js: line 13, col 29, '$' is not defined. +public/src/client/account/blocks.js: line 17, col 9, '$' is not defined. +public/src/client/account/blocks.js: line 54, col 9, '$' is not defined. +public/src/client/account/blocks.js: line 56, col 28, '$' is not defined. +public/src/client/account/blocks.js: line 57, col 32, '$' is not defined. +public/src/client/account/blocks.js: line 63, col 9, '$' is not defined. +public/src/client/account/blocks.js: line 64, col 32, '$' is not defined. +public/src/client/account/blocks.js: line 64, col 58, '$' is not defined. +public/src/client/account/blocks.js: line 78, col 9, '$' is not defined. +public/src/client/account/blocks.js: line 82, col 21, '$' is not defined. +public/src/client/account/blocks.js: line 83, col 21, '$' is not defined. +public/src/client/account/blocks.js: line 17, col 39, 'utils' is not defined. + +public/src/client/account/bookmarks.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/bookmarks.js: line 4, col 1, 'define' is not defined. +public/src/client/account/bookmarks.js: line 10, col 9, '$' is not defined. + +public/src/client/account/categories.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/categories.js: line 4, col 1, 'define' is not defined. +public/src/client/account/categories.js: line 14, col 9, '$' is not defined. +public/src/client/account/categories.js: line 20, col 13, '$' is not defined. +public/src/client/account/categories.js: line 21, col 27, '$' is not defined. +public/src/client/account/categories.js: line 34, col 26, '$' is not defined. +public/src/client/account/categories.js: line 49, col 30, '$' is not defined. + +public/src/client/account/consent.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/consent.js: line 4, col 1, 'define' is not defined. +public/src/client/account/consent.js: line 10, col 9, '$' is not defined. +public/src/client/account/consent.js: line 20, col 22, '$' is not defined. +public/src/client/account/consent.js: line 21, col 22, '$' is not defined. +public/src/client/account/consent.js: line 22, col 22, '$' is not defined. + +public/src/client/account/downvoted.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/downvoted.js: line 4, col 1, 'define' is not defined. +public/src/client/account/downvoted.js: line 10, col 9, '$' is not defined. + +public/src/client/account/edit/password.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/edit/password.js: line 3, col 1, 'define' is not defined. +public/src/client/account/edit/password.js: line 15, col 33, '$' is not defined. +public/src/client/account/edit/password.js: line 16, col 33, '$' is not defined. +public/src/client/account/edit/password.js: line 17, col 41, '$' is not defined. +public/src/client/account/edit/password.js: line 18, col 26, '$' is not defined. +public/src/client/account/edit/password.js: line 19, col 34, '$' is not defined. +public/src/client/account/edit/password.js: line 62, col 9, '$' is not defined. +public/src/client/account/edit/password.js: line 66, col 25, '$' is not defined. +public/src/client/account/edit/password.js: line 27, col 17, 'utils' is not defined. + +public/src/client/account/edit/username.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/edit/username.js: line 3, col 1, 'define' is not defined. +public/src/client/account/edit/username.js: line 11, col 9, '$' is not defined. +public/src/client/account/edit/username.js: line 13, col 22, '$' is not defined. +public/src/client/account/edit/username.js: line 14, col 27, '$' is not defined. +public/src/client/account/edit/username.js: line 15, col 27, '$' is not defined. +public/src/client/account/edit/username.js: line 26, col 25, '$' is not defined. +public/src/client/account/edit/username.js: line 32, col 21, '$' is not defined. +public/src/client/account/edit/username.js: line 33, col 21, '$' is not defined. +public/src/client/account/edit/username.js: line 34, col 21, '$' is not defined. +public/src/client/account/edit/username.js: line 35, col 21, '$' is not defined. +public/src/client/account/edit/username.js: line 36, col 21, '$' is not defined. +public/src/client/account/edit/username.js: line 37, col 21, '$' is not defined. + +public/src/client/account/edit.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/edit.js: line 3, col 1, 'define' is not defined. +public/src/client/account/edit.js: line 18, col 9, '$' is not defined. +public/src/client/account/edit.js: line 21, col 13, '$' is not defined. +public/src/client/account/edit.js: line 31, col 13, '$' is not defined. +public/src/client/account/edit.js: line 46, col 25, '$' is not defined. +public/src/client/account/edit.js: line 47, col 39, '$' is not defined. +public/src/client/account/edit.js: line 50, col 26, '$' is not defined. +public/src/client/account/edit.js: line 61, col 17, '$' is not defined. +public/src/client/account/edit.js: line 73, col 9, '$' is not defined. +public/src/client/account/edit.js: line 84, col 35, '$' is not defined. +public/src/client/account/edit.js: line 114, col 9, '$' is not defined. +public/src/client/account/edit.js: line 115, col 25, '$' is not defined. +public/src/client/account/edit.js: line 131, col 20, '$' is not defined. +public/src/client/account/edit.js: line 132, col 9, '$' is not defined. +public/src/client/account/edit.js: line 135, col 13, '$' is not defined. +public/src/client/account/edit.js: line 140, col 20, '$' is not defined. +public/src/client/account/edit.js: line 141, col 9, '$' is not defined. +public/src/client/account/edit.js: line 144, col 13, '$' is not defined. +public/src/client/account/edit.js: line 150, col 9, '$' is not defined. +public/src/client/account/edit.js: line 151, col 29, '$' is not defined. +public/src/client/account/edit.js: line 153, col 13, '$' is not defined. +public/src/client/account/edit.js: line 157, col 9, '$' is not defined. +public/src/client/account/edit.js: line 159, col 17, '$' is not defined. +public/src/client/account/edit.js: line 160, col 17, '$' is not defined. +public/src/client/account/edit.js: line 161, col 17, '$' is not defined. +public/src/client/account/edit.js: line 163, col 29, '$' is not defined. +public/src/client/account/edit.js: line 165, col 13, '$' is not defined. +public/src/client/account/edit.js: line 169, col 9, '$' is not defined. +public/src/client/account/edit.js: line 170, col 24, '$' is not defined. +public/src/client/account/edit.js: line 173, col 9, '$' is not defined. +public/src/client/account/edit.js: line 174, col 24, '$' is not defined. + +public/src/client/account/followers.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/followers.js: line 4, col 1, 'define' is not defined. + +public/src/client/account/following.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/following.js: line 4, col 1, 'define' is not defined. + +public/src/client/account/groups.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/groups.js: line 4, col 1, 'define' is not defined. +public/src/client/account/groups.js: line 10, col 26, '$' is not defined. +public/src/client/account/groups.js: line 13, col 31, '$' is not defined. + +public/src/client/account/header.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/header.js: line 4, col 1, 'define' is not defined. +public/src/client/account/header.js: line 64, col 9, '$' is not defined. +public/src/client/account/header.js: line 65, col 26, '$' is not defined. +public/src/client/account/header.js: line 68, col 17, '$' is not defined. +public/src/client/account/header.js: line 75, col 9, '$' is not defined. + +public/src/client/account/ignored.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/ignored.js: line 3, col 1, 'define' is not defined. + +public/src/client/account/info.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/info.js: line 4, col 1, 'define' is not defined. +public/src/client/account/info.js: line 14, col 9, '$' is not defined. +public/src/client/account/info.js: line 15, col 28, '$' is not defined. +public/src/client/account/info.js: line 27, col 21, '$' is not defined. +public/src/client/account/info.js: line 34, col 9, '$' is not defined. +public/src/client/account/info.js: line 35, col 28, '$' is not defined. +public/src/client/account/info.js: line 43, col 9, '$' is not defined. +public/src/client/account/info.js: line 44, col 28, '$' is not defined. +public/src/client/account/info.js: line 66, col 9, '$' is not defined. +public/src/client/account/info.js: line 67, col 28, '$' is not defined. +public/src/client/account/info.js: line 74, col 9, '$' is not defined. +public/src/client/account/info.js: line 75, col 25, '$' is not defined. + +public/src/client/account/posts.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/posts.js: line 4, col 1, 'define' is not defined. +public/src/client/account/posts.js: line 13, col 9, '$' is not defined. +public/src/client/account/posts.js: line 45, col 13, '$' is not defined. +public/src/client/account/posts.js: line 30, col 24, 'utils' is not defined. + +public/src/client/account/profile.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/profile.js: line 4, col 1, 'define' is not defined. +public/src/client/account/profile.js: line 29, col 9, '$' is not defined. +public/src/client/account/profile.js: line 37, col 30, '$' is not defined. + +public/src/client/account/sessions.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/sessions.js: line 4, col 1, 'define' is not defined. +public/src/client/account/sessions.js: line 14, col 30, '$' is not defined. + +public/src/client/account/settings.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/settings.js: line 4, col 1, 'define' is not defined. +public/src/client/account/settings.js: line 10, col 5, '$' is not defined. +public/src/client/account/settings.js: line 11, col 24, '$' is not defined. +public/src/client/account/settings.js: line 20, col 21, '$' is not defined. +public/src/client/account/settings.js: line 20, col 52, '$' is not defined. +public/src/client/account/settings.js: line 23, col 9, '$' is not defined. +public/src/client/account/settings.js: line 27, col 17, '$' is not defined. +public/src/client/account/settings.js: line 39, col 9, '$' is not defined. +public/src/client/account/settings.js: line 40, col 20, '$' is not defined. +public/src/client/account/settings.js: line 43, col 9, '$' is not defined. +public/src/client/account/settings.js: line 53, col 9, '$' is not defined. +public/src/client/account/settings.js: line 54, col 21, '$' is not defined. +public/src/client/account/settings.js: line 99, col 13, '$' is not defined. +public/src/client/account/settings.js: line 100, col 13, '$' is not defined. +public/src/client/account/settings.js: line 102, col 13, '$' is not defined. +public/src/client/account/settings.js: line 103, col 13, '$' is not defined. +public/src/client/account/settings.js: line 121, col 38, '$' is not defined. +public/src/client/account/settings.js: line 135, col 25, '$' is not defined. +public/src/client/account/settings.js: line 147, col 13, '$' is not defined. +public/src/client/account/settings.js: line 148, col 13, '$' is not defined. + +public/src/client/account/tags.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/tags.js: line 4, col 1, 'define' is not defined. +public/src/client/account/tags.js: line 12, col 23, '$' is not defined. + +public/src/client/account/topics.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/topics.js: line 4, col 1, 'define' is not defined. +public/src/client/account/topics.js: line 32, col 24, 'utils' is not defined. +public/src/client/account/topics.js: line 47, col 13, '$' is not defined. + +public/src/client/account/uploads.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/uploads.js: line 3, col 1, 'define' is not defined. +public/src/client/account/uploads.js: line 9, col 9, '$' is not defined. +public/src/client/account/uploads.js: line 10, col 24, '$' is not defined. + +public/src/client/account/upvoted.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/upvoted.js: line 4, col 1, 'define' is not defined. +public/src/client/account/upvoted.js: line 10, col 9, '$' is not defined. + +public/src/client/account/watched.js: line 1, col 1, Use the function form of "use strict". +public/src/client/account/watched.js: line 4, col 1, 'define' is not defined. + +public/src/client/categories.js: line 1, col 1, Use the function form of "use strict". +public/src/client/categories.js: line 4, col 1, 'define' is not defined. +public/src/client/categories.js: line 10, col 31, '$' is not defined. + +public/src/client/category/tools.js: line 2, col 1, Use the function form of "use strict". +public/src/client/category/tools.js: line 5, col 1, 'define' is not defined. +public/src/client/category/tools.js: line 20, col 9, '$' is not defined. +public/src/client/category/tools.js: line 21, col 44, '$' is not defined. +public/src/client/category/tools.js: line 71, col 21, '$' is not defined. +public/src/client/category/tools.js: line 189, col 9, '$' is not defined. +public/src/client/category/tools.js: line 305, col 33, '$' is not defined. +public/src/client/category/tools.js: line 306, col 25, '$' is not defined. +public/src/client/category/tools.js: line 321, col 29, '$' is not defined. +public/src/client/category/tools.js: line 335, col 29, '$' is not defined. + +public/src/client/category.js: line 1, col 1, Use the function form of "use strict". +public/src/client/category.js: line 3, col 1, 'define' is not defined. +public/src/client/category.js: line 16, col 5, '$' is not defined. +public/src/client/category.js: line 45, col 31, '$' is not defined. +public/src/client/category.js: line 62, col 43, '$' is not defined. +public/src/client/category.js: line 68, col 9, '$' is not defined. +public/src/client/category.js: line 69, col 27, '$' is not defined. +public/src/client/category.js: line 77, col 17, '$' is not defined. +public/src/client/category.js: line 78, col 17, '$' is not defined. +public/src/client/category.js: line 80, col 17, '$' is not defined. +public/src/client/category.js: line 81, col 17, '$' is not defined. +public/src/client/category.js: line 83, col 17, '$' is not defined. +public/src/client/category.js: line 84, col 17, '$' is not defined. +public/src/client/category.js: line 86, col 17, '$' is not defined. +public/src/client/category.js: line 87, col 17, '$' is not defined. +public/src/client/category.js: line 95, col 9, '$' is not defined. +public/src/client/category.js: line 96, col 25, '$' is not defined. +public/src/client/category.js: line 104, col 17, '$' is not defined. +public/src/client/category.js: line 59, col 27, 'utils' is not defined. +public/src/client/category.js: line 128, col 24, 'utils' is not defined. + +public/src/client/chats/create.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats/create.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/create.js: line 26, col 23, 'bootbox' is not defined. +public/src/client/chats/create.js: line 37, col 40, '$' is not defined. +public/src/client/chats/create.js: line 80, col 13, '$' is not defined. +public/src/client/chats/create.js: line 85, col 26, '$' is not defined. + +public/src/client/chats/manage.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats/manage.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/manage.js: line 33, col 21, 'bootbox' is not defined. +public/src/client/chats/manage.js: line 85, col 21, '$' is not defined. +public/src/client/chats/manage.js: line 88, col 21, '$' is not defined. +public/src/client/chats/manage.js: line 92, col 25, '$' is not defined. + +public/src/client/chats/message-search.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats/message-search.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/message-search.js: line 25, col 35, 'utils' is not defined. + +public/src/client/chats/messages.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats/messages.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/messages.js: line 95, col 28, '$' is not defined. +public/src/client/chats/messages.js: line 120, col 36, '$' is not defined. +public/src/client/chats/messages.js: line 166, col 36, '$' is not defined. +public/src/client/chats/messages.js: line 291, col 34, '$' is not defined. +public/src/client/chats/messages.js: line 297, col 25, '$' is not defined. +public/src/client/chats/messages.js: line 306, col 26, '$' is not defined. +public/src/client/chats/messages.js: line 323, col 26, '$' is not defined. +public/src/client/chats/messages.js: line 337, col 43, '$' is not defined. + +public/src/client/chats/pinned-messages.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats/pinned-messages.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/pinned-messages.js: line 9, col 9, '$' is not defined. +public/src/client/chats/pinned-messages.js: line 67, col 13, '$' is not defined. +public/src/client/chats/pinned-messages.js: line 74, col 13, '$' is not defined. +public/src/client/chats/pinned-messages.js: line 25, col 29, 'utils' is not defined. + +public/src/client/chats/recent.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats/recent.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/recent.js: line 9, col 13, '$' is not defined. +public/src/client/chats/recent.js: line 22, col 13, '$' is not defined. +public/src/client/chats/recent.js: line 23, col 31, '$' is not defined. +public/src/client/chats/recent.js: line 33, col 29, '$' is not defined. +public/src/client/chats/recent.js: line 59, col 13, '$' is not defined. +public/src/client/chats/recent.js: line 22, col 57, 'utils' is not defined. + +public/src/client/chats/user-list.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats/user-list.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/user-list.js: line 25, col 9, '$' is not defined. +public/src/client/chats/user-list.js: line 35, col 13, 'clearInterval' is not defined. +public/src/client/chats/user-list.js: line 44, col 13, 'clearInterval' is not defined. +public/src/client/chats/user-list.js: line 37, col 26, 'setInterval' is not defined. +public/src/client/chats/user-list.js: line 59, col 29, 'utils' is not defined. +public/src/client/chats/user-list.js: line 74, col 29, 'utils' is not defined. + +public/src/client/chats/user-search.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats/user-search.js: line 4, col 1, 'define' is not defined. +public/src/client/chats/user-search.js: line 13, col 51, 'utils' is not defined. +public/src/client/chats/user-search.js: line 14, col 29, '$' is not defined. +public/src/client/chats/user-search.js: line 18, col 70, '$' is not defined. +public/src/client/chats/user-search.js: line 33, col 29, '$' is not defined. +public/src/client/chats/user-search.js: line 53, col 29, '$' is not defined. + +public/src/client/chats.js: line 1, col 1, Use the function form of "use strict". +public/src/client/chats.js: line 4, col 1, 'define' is not defined. +public/src/client/chats.js: line 35, col 5, '$' is not defined. +public/src/client/chats.js: line 49, col 13, '$' is not defined. +public/src/client/chats.js: line 56, col 26, '$' is not defined. +public/src/client/chats.js: line 72, col 31, '$' is not defined. +public/src/client/chats.js: line 87, col 42, '$' is not defined. +public/src/client/chats.js: line 92, col 29, '$' is not defined. +public/src/client/chats.js: line 93, col 36, '$' is not defined. +public/src/client/chats.js: line 95, col 39, '$' is not defined. +public/src/client/chats.js: line 95, col 57, '$' is not defined. +public/src/client/chats.js: line 110, col 42, '$' is not defined. +public/src/client/chats.js: line 112, col 29, '$' is not defined. +public/src/client/chats.js: line 113, col 22, '$' is not defined. +public/src/client/chats.js: line 114, col 27, '$' is not defined. +public/src/client/chats.js: line 115, col 26, '$' is not defined. +public/src/client/chats.js: line 116, col 22, '$' is not defined. +public/src/client/chats.js: line 119, col 9, '$' is not defined. +public/src/client/chats.js: line 133, col 40, '$' is not defined. +public/src/client/chats.js: line 141, col 47, '$' is not defined. +public/src/client/chats.js: line 161, col 28, '$' is not defined. +public/src/client/chats.js: line 164, col 17, '$' is not defined. +public/src/client/chats.js: line 167, col 13, '$' is not defined. +public/src/client/chats.js: line 184, col 27, '$' is not defined. +public/src/client/chats.js: line 196, col 34, '$' is not defined. +public/src/client/chats.js: line 230, col 30, '$' is not defined. +public/src/client/chats.js: line 258, col 32, '$' is not defined. +public/src/client/chats.js: line 268, col 32, '$' is not defined. +public/src/client/chats.js: line 277, col 9, '$' is not defined. +public/src/client/chats.js: line 290, col 13, '$' is not defined. +public/src/client/chats.js: line 426, col 27, '$' is not defined. +public/src/client/chats.js: line 429, col 13, '$' is not defined. +public/src/client/chats.js: line 455, col 35, '$' is not defined. +public/src/client/chats.js: line 462, col 35, '$' is not defined. +public/src/client/chats.js: line 599, col 9, '$' is not defined. +public/src/client/chats.js: line 656, col 34, '$' is not defined. +public/src/client/chats.js: line 660, col 17, '$' is not defined. +public/src/client/chats.js: line 664, col 50, '$' is not defined. +public/src/client/chats.js: line 678, col 9, '$' is not defined. +public/src/client/chats.js: line 724, col 44, '$' is not defined. +public/src/client/chats.js: line 735, col 28, '$' is not defined. +public/src/client/chats.js: line 758, col 34, '$' is not defined. +public/src/client/chats.js: line 770, col 29, '$' is not defined. +public/src/client/chats.js: line 781, col 29, '$' is not defined. +public/src/client/chats.js: line 783, col 32, '$' is not defined. +public/src/client/chats.js: line 795, col 45, '$' is not defined. +public/src/client/chats.js: line 832, col 17, '$' is not defined. +public/src/client/chats.js: line 834, col 43, '$' is not defined. +public/src/client/chats.js: line 48, col 14, 'utils' is not defined. +public/src/client/chats.js: line 55, col 21, 'utils' is not defined. +public/src/client/chats.js: line 131, col 34, 'utils' is not defined. +public/src/client/chats.js: line 152, col 13, 'utils' is not defined. +public/src/client/chats.js: line 300, col 39, 'utils' is not defined. +public/src/client/chats.js: line 563, col 14, 'utils' is not defined. +public/src/client/chats.js: line 723, col 45, 'utils' is not defined. +public/src/client/chats.js: line 727, col 30, 'utils' is not defined. +public/src/client/chats.js: line 727, col 50, 'utils' is not defined. +public/src/client/chats.js: line 831, col 18, 'utils' is not defined. +public/src/client/chats.js: line 234, col 21, 'navigator' is not defined. +public/src/client/chats.js: line 250, col 13, 'navigator' is not defined. +public/src/client/chats.js: line 236, col 21, 'setTimeout' is not defined. +public/src/client/chats.js: line 252, col 13, 'setTimeout' is not defined. +public/src/client/chats.js: line 416, col 29, 'setTimeout' is not defined. +public/src/client/chats.js: line 411, col 17, 'clearTimeout' is not defined. +public/src/client/chats.js: line 640, col 14, 'self' is not defined. +public/src/client/chats.js: line 643, col 28, 'URL' is not defined. +public/src/client/chats.js: line 646, col 9, 'fetch' is not defined. +public/src/client/chats.js: line 666, col 21, 'history' is not defined. +public/src/client/chats.js: line 667, col 21, 'history' is not defined. + +public/src/client/compose.js: line 1, col 1, Use the function form of "use strict". +public/src/client/compose.js: line 4, col 1, 'define' is not defined. +public/src/client/compose.js: line 8, col 27, '$' is not defined. + +public/src/client/flags/detail.js: line 1, col 1, Use the function form of "use strict". +public/src/client/flags/detail.js: line 20, col 53, Expected a 'break' statement before 'case'. +public/src/client/flags/detail.js: line 3, col 1, 'define' is not defined. +public/src/client/flags/detail.js: line 10, col 9, '$' is not defined. +public/src/client/flags/detail.js: line 11, col 9, '$' is not defined. +public/src/client/flags/detail.js: line 13, col 9, '$' is not defined. +public/src/client/flags/detail.js: line 15, col 25, '$' is not defined. +public/src/client/flags/detail.js: line 20, col 21, '$' is not defined. +public/src/client/flags/detail.js: line 24, col 34, '$' is not defined. + +public/src/client/flags/list.js: line 38, col 25, '$' is not defined. +public/src/client/flags/list.js: line 51, col 26, '$' is not defined. +public/src/client/flags/list.js: line 75, col 5, '$' is not defined. +public/src/client/flags/list.js: line 79, col 23, '$' is not defined. +public/src/client/flags/list.js: line 286, col 25, '$' is not defined. +public/src/client/flags/list.js: line 80, col 9, 'setTimeout' is not defined. +public/src/client/flags/list.js: line 137, col 25, 'FormData' is not defined. +public/src/client/flags/list.js: line 152, col 20, 'URLSearchParams' is not defined. +public/src/client/flags/list.js: line 261, col 25, 'utils' is not defined. +public/src/client/flags/list.js: line 265, col 9, 'utils' is not defined. + +public/src/client/groups/details.js: line 1, col 1, Use the function form of "use strict". +public/src/client/groups/details.js: line 3, col 1, 'define' is not defined. +public/src/client/groups/details.js: line 73, col 27, '$' is not defined. +public/src/client/groups/details.js: line 96, col 33, '$' is not defined. +public/src/client/groups/details.js: line 233, col 51, '$' is not defined. +public/src/client/groups/details.js: line 235, col 29, '$' is not defined. +public/src/client/groups/details.js: line 238, col 17, '$' is not defined. +public/src/client/groups/details.js: line 253, col 43, '$' is not defined. +public/src/client/groups/details.js: line 258, col 27, '$' is not defined. +public/src/client/groups/details.js: line 292, col 9, '$' is not defined. +public/src/client/groups/details.js: line 294, col 13, '$' is not defined. +public/src/client/groups/details.js: line 299, col 9, '$' is not defined. +public/src/client/groups/details.js: line 301, col 13, '$' is not defined. +public/src/client/groups/details.js: line 312, col 13, '$' is not defined. +public/src/client/groups/details.js: line 316, col 29, '$' is not defined. +public/src/client/groups/details.js: line 323, col 9, '$' is not defined. +public/src/client/groups/details.js: line 324, col 29, '$' is not defined. +public/src/client/groups/details.js: line 277, col 73, 'utils' is not defined. +public/src/client/groups/details.js: line 282, col 73, 'utils' is not defined. + +public/src/client/groups/list.js: line 1, col 1, Use the function form of "use strict". +public/src/client/groups/list.js: line 3, col 1, 'define' is not defined. +public/src/client/groups/list.js: line 12, col 9, '$' is not defined. +public/src/client/groups/list.js: line 24, col 9, '$' is not defined. +public/src/client/groups/list.js: line 27, col 9, '$' is not defined. +public/src/client/groups/list.js: line 28, col 9, '$' is not defined. +public/src/client/groups/list.js: line 29, col 9, '$' is not defined. +public/src/client/groups/list.js: line 30, col 41, '$' is not defined. +public/src/client/groups/list.js: line 40, col 19, '$' is not defined. +public/src/client/groups/list.js: line 41, col 20, '$' is not defined. +public/src/client/groups/list.js: line 47, col 21, '$' is not defined. +public/src/client/groups/list.js: line 55, col 17, '$' is not defined. +public/src/client/groups/list.js: line 61, col 26, '$' is not defined. +public/src/client/groups/list.js: line 62, col 25, '$' is not defined. +public/src/client/groups/list.js: line 63, col 24, '$' is not defined. +public/src/client/groups/list.js: line 23, col 24, 'utils' is not defined. + +public/src/client/groups/memberlist.js: line 1, col 1, Use the function form of "use strict". +public/src/client/groups/memberlist.js: line 3, col 1, 'define' is not defined. +public/src/client/groups/memberlist.js: line 18, col 9, '$' is not defined. +public/src/client/groups/memberlist.js: line 19, col 9, '$' is not defined. +public/src/client/groups/memberlist.js: line 22, col 9, '$' is not defined. +public/src/client/groups/memberlist.js: line 25, col 9, '$' is not defined. +public/src/client/groups/memberlist.js: line 35, col 9, '$' is not defined. +public/src/client/groups/memberlist.js: line 47, col 59, '$' is not defined. +public/src/client/groups/memberlist.js: line 57, col 40, '$' is not defined. +public/src/client/groups/memberlist.js: line 59, col 25, '$' is not defined. +public/src/client/groups/memberlist.js: line 61, col 25, '$' is not defined. +public/src/client/groups/memberlist.js: line 63, col 21, '$' is not defined. +public/src/client/groups/memberlist.js: line 67, col 32, '$' is not defined. +public/src/client/groups/memberlist.js: line 93, col 39, '$' is not defined. +public/src/client/groups/memberlist.js: line 95, col 9, '$' is not defined. +public/src/client/groups/memberlist.js: line 99, col 26, '$' is not defined. +public/src/client/groups/memberlist.js: line 104, col 13, '$' is not defined. +public/src/client/groups/memberlist.js: line 105, col 13, '$' is not defined. +public/src/client/groups/memberlist.js: line 110, col 9, '$' is not defined. +public/src/client/groups/memberlist.js: line 111, col 27, '$' is not defined. +public/src/client/groups/memberlist.js: line 114, col 48, '$' is not defined. +public/src/client/groups/memberlist.js: line 121, col 25, '$' is not defined. +public/src/client/groups/memberlist.js: line 142, col 21, '$' is not defined. +public/src/client/groups/memberlist.js: line 146, col 9, '$' is not defined. +public/src/client/groups/memberlist.js: line 100, col 30, 'utils' is not defined. +public/src/client/groups/memberlist.js: line 110, col 56, 'utils' is not defined. + +public/src/client/header/chat.js: line 1, col 1, Use the function form of "use strict". +public/src/client/header/chat.js: line 3, col 1, 'define' is not defined. +public/src/client/header/chat.js: line 9, col 31, '$' is not defined. +public/src/client/header/chat.js: line 15, col 49, '$' is not defined. +public/src/client/header/chat.js: line 19, col 32, '$' is not defined. + +public/src/client/header/notifications.js: line 1, col 1, Use the function form of "use strict". +public/src/client/header/notifications.js: line 3, col 1, 'define' is not defined. +public/src/client/header/notifications.js: line 7, col 30, '$' is not defined. +public/src/client/header/notifications.js: line 13, col 49, '$' is not defined. +public/src/client/header/notifications.js: line 17, col 32, '$' is not defined. + +public/src/client/header/unread.js: line 1, col 1, Use the function form of "use strict". +public/src/client/header/unread.js: line 3, col 1, 'define' is not defined. +public/src/client/header/unread.js: line 53, col 43, '$' is not defined. +public/src/client/header/unread.js: line 58, col 13, '$' is not defined. +public/src/client/header/unread.js: line 61, col 9, '$' is not defined. +public/src/client/header/unread.js: line 89, col 25, '$' is not defined. +public/src/client/header/unread.js: line 101, col 9, '$' is not defined. +public/src/client/header/unread.js: line 105, col 9, '$' is not defined. +public/src/client/header/unread.js: line 83, col 14, 'utils' is not defined. + +public/src/client/header.js: line 1, col 1, Use the function form of "use strict". +public/src/client/header.js: line 3, col 1, 'define' is not defined. +public/src/client/header.js: line 23, col 9, '$' is not defined. +public/src/client/header.js: line 24, col 28, '$' is not defined. +public/src/client/header.js: line 29, col 17, '$' is not defined. +public/src/client/header.js: line 32, col 17, '$' is not defined. +public/src/client/header.js: line 33, col 21, '$' is not defined. +public/src/client/header.js: line 33, col 53, '$' is not defined. +public/src/client/header.js: line 47, col 9, '$' is not defined. +public/src/client/header.js: line 57, col 9, '$' is not defined. +public/src/client/header.js: line 42, col 21, 'utils' is not defined. +public/src/client/header.js: line 43, col 45, 'utils' is not defined. + +public/src/client/infinitescroll.js: line 1, col 1, Use the function form of "use strict". +public/src/client/infinitescroll.js: line 4, col 1, 'define' is not defined. +public/src/client/infinitescroll.js: line 13, col 23, '$' is not defined. +public/src/client/infinitescroll.js: line 21, col 29, '$' is not defined. +public/src/client/infinitescroll.js: line 22, col 9, '$' is not defined. +public/src/client/infinitescroll.js: line 24, col 31, '$' is not defined. +public/src/client/infinitescroll.js: line 41, col 74, '$' is not defined. +public/src/client/infinitescroll.js: line 45, col 34, '$' is not defined. +public/src/client/infinitescroll.js: line 46, col 20, '$' is not defined. +public/src/client/infinitescroll.js: line 97, col 9, '$' is not defined. +public/src/client/infinitescroll.js: line 108, col 26, '$' is not defined. +public/src/client/infinitescroll.js: line 115, col 28, '$' is not defined. +public/src/client/infinitescroll.js: line 116, col 31, '$' is not defined. +public/src/client/infinitescroll.js: line 118, col 13, '$' is not defined. +public/src/client/infinitescroll.js: line 118, col 46, '$' is not defined. +public/src/client/infinitescroll.js: line 31, col 13, 'clearTimeout' is not defined. +public/src/client/infinitescroll.js: line 33, col 25, 'setTimeout' is not defined. +public/src/client/infinitescroll.js: line 40, col 23, 'utils' is not defined. +public/src/client/infinitescroll.js: line 93, col 53, 'location' is not defined. + +public/src/client/ip-blacklist.js: line 19, col 23, '$' is not defined. +public/src/client/ip-blacklist.js: line 22, col 9, '$' is not defined. +public/src/client/ip-blacklist.js: line 25, col 5, '$' is not defined. +public/src/client/ip-blacklist.js: line 38, col 5, '$' is not defined. +public/src/client/ip-blacklist.js: line 58, col 26, 'utils' is not defined. +public/src/client/ip-blacklist.js: line 61, col 25, 'utils' is not defined. +public/src/client/ip-blacklist.js: line 65, col 9, 'utils' is not defined. + +public/src/client/login.js: line 1, col 1, Use the function form of "use strict". +public/src/client/login.js: line 4, col 1, 'define' is not defined. +public/src/client/login.js: line 10, col 25, '$' is not defined. +public/src/client/login.js: line 11, col 26, '$' is not defined. +public/src/client/login.js: line 12, col 24, '$' is not defined. +public/src/client/login.js: line 16, col 30, '$' is not defined. +public/src/client/login.js: line 17, col 30, '$' is not defined. +public/src/client/login.js: line 62, col 51, '$' is not defined. +public/src/client/login.js: line 81, col 25, '$' is not defined. +public/src/client/login.js: line 82, col 25, '$' is not defined. +public/src/client/login.js: line 91, col 13, '$' is not defined. +public/src/client/login.js: line 92, col 13, '$' is not defined. +public/src/client/login.js: line 94, col 13, '$' is not defined. +public/src/client/login.js: line 96, col 9, '$' is not defined. +public/src/client/login.js: line 58, col 38, 'utils' is not defined. +public/src/client/login.js: line 59, col 36, 'utils' is not defined. + +public/src/client/notifications.js: line 1, col 1, Use the function form of "use strict". +public/src/client/notifications.js: line 4, col 1, 'define' is not defined. +public/src/client/notifications.js: line 8, col 24, '$' is not defined. +public/src/client/notifications.js: line 10, col 25, '$' is not defined. + +public/src/client/pagination.js: line 1, col 1, Use the function form of "use strict". +public/src/client/pagination.js: line 4, col 1, 'define' is not defined. +public/src/client/pagination.js: line 8, col 9, '$' is not defined. +public/src/client/pagination.js: line 26, col 54, '$' is not defined. +public/src/client/pagination.js: line 19, col 14, 'utils' is not defined. +public/src/client/pagination.js: line 23, col 23, 'utils' is not defined. + +public/src/client/popular.js: line 1, col 1, Use the function form of "use strict". +public/src/client/popular.js: line 4, col 1, 'define' is not defined. + +public/src/client/post-queue.js: line 1, col 1, Use the function form of "use strict". +public/src/client/post-queue.js: line 197, col 26, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/post-queue.js: line 198, col 26, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/post-queue.js: line 4, col 1, 'define' is not defined. +public/src/client/post-queue.js: line 14, col 9, '$' is not defined. +public/src/client/post-queue.js: line 16, col 29, '$' is not defined. +public/src/client/post-queue.js: line 25, col 9, '$' is not defined. +public/src/client/post-queue.js: line 31, col 9, '$' is not defined. +public/src/client/post-queue.js: line 36, col 9, '$' is not defined. +public/src/client/post-queue.js: line 37, col 25, '$' is not defined. +public/src/client/post-queue.js: line 42, col 30, '$' is not defined. +public/src/client/post-queue.js: line 56, col 9, '$' is not defined. +public/src/client/post-queue.js: line 57, col 24, '$' is not defined. +public/src/client/post-queue.js: line 66, col 9, '$' is not defined. +public/src/client/post-queue.js: line 67, col 30, '$' is not defined. +public/src/client/post-queue.js: line 93, col 23, '$' is not defined. +public/src/client/post-queue.js: line 197, col 24, '$' is not defined. +public/src/client/post-queue.js: line 198, col 24, '$' is not defined. +public/src/client/post-queue.js: line 230, col 9, '$' is not defined. +public/src/client/post-queue.js: line 231, col 32, '$' is not defined. +public/src/client/post-queue.js: line 232, col 28, '$' is not defined. +public/src/client/post-queue.js: line 235, col 32, '$' is not defined. +public/src/client/post-queue.js: line 238, col 49, '$' is not defined. + +public/src/client/recent.js: line 1, col 1, Use the function form of "use strict". +public/src/client/recent.js: line 3, col 1, 'define' is not defined. + +public/src/client/register.js: line 1, col 1, Use the function form of "use strict". +public/src/client/register.js: line 4, col 1, 'define' is not defined. +public/src/client/register.js: line 12, col 26, '$' is not defined. +public/src/client/register.js: line 13, col 26, '$' is not defined. +public/src/client/register.js: line 14, col 34, '$' is not defined. +public/src/client/register.js: line 15, col 26, '$' is not defined. +public/src/client/register.js: line 19, col 9, '$' is not defined. +public/src/client/register.js: line 23, col 13, '$' is not defined. +public/src/client/register.js: line 28, col 13, '$' is not defined. +public/src/client/register.js: line 51, col 13, '$' is not defined. +public/src/client/register.js: line 62, col 33, '$' is not defined. +public/src/client/register.js: line 63, col 29, '$' is not defined. +public/src/client/register.js: line 88, col 59, '$' is not defined. +public/src/client/register.js: line 114, col 9, '$' is not defined. +public/src/client/register.js: line 120, col 33, '$' is not defined. +public/src/client/register.js: line 122, col 31, '$' is not defined. +public/src/client/register.js: line 147, col 31, '$' is not defined. +public/src/client/register.js: line 148, col 33, '$' is not defined. +public/src/client/register.js: line 149, col 41, '$' is not defined. +public/src/client/register.js: line 155, col 30, '$' is not defined. +public/src/client/register.js: line 170, col 38, '$' is not defined. +public/src/client/register.js: line 171, col 33, '$' is not defined. +public/src/client/register.js: line 172, col 41, '$' is not defined. +public/src/client/register.js: line 210, col 28, '$' is not defined. +public/src/client/register.js: line 211, col 28, '$' is not defined. +public/src/client/register.js: line 21, col 23, 'utils' is not defined. +public/src/client/register.js: line 84, col 46, 'utils' is not defined. +public/src/client/register.js: line 86, col 44, 'utils' is not defined. +public/src/client/register.js: line 128, col 21, 'utils' is not defined. +public/src/client/register.js: line 153, col 13, 'utils' is not defined. + +public/src/client/reset.js: line 1, col 1, Use the function form of "use strict". +public/src/client/reset.js: line 4, col 1, 'define' is not defined. +public/src/client/reset.js: line 8, col 25, '$' is not defined. +public/src/client/reset.js: line 9, col 25, '$' is not defined. +public/src/client/reset.js: line 10, col 27, '$' is not defined. +public/src/client/reset.js: line 12, col 9, '$' is not defined. + +public/src/client/reset_code.js: line 1, col 1, Use the function form of "use strict". +public/src/client/reset_code.js: line 4, col 1, 'define' is not defined. +public/src/client/reset_code.js: line 10, col 25, '$' is not defined. +public/src/client/reset_code.js: line 11, col 26, '$' is not defined. +public/src/client/reset_code.js: line 12, col 24, '$' is not defined. +public/src/client/reset_code.js: line 35, col 17, '$' is not defined. +public/src/client/reset_code.js: line 36, col 17, '$' is not defined. +public/src/client/reset_code.js: line 16, col 17, 'utils' is not defined. + +public/src/client/search.js: line 1, col 1, Use the function form of "use strict". +public/src/client/search.js: line 4, col 1, 'define' is not defined. +public/src/client/search.js: line 20, col 26, '$' is not defined. +public/src/client/search.js: line 25, col 29, '$' is not defined. +public/src/client/search.js: line 28, col 13, '$' is not defined. +public/src/client/search.js: line 31, col 9, '$' is not defined. +public/src/client/search.js: line 40, col 28, '$' is not defined. +public/src/client/search.js: line 41, col 27, '$' is not defined. +public/src/client/search.js: line 43, col 9, '$' is not defined. +public/src/client/search.js: line 51, col 27, '$' is not defined. +public/src/client/search.js: line 52, col 27, '$' is not defined. +public/src/client/search.js: line 78, col 9, '$' is not defined. +public/src/client/search.js: line 84, col 26, '$' is not defined. +public/src/client/search.js: line 85, col 9, '$' is not defined. +public/src/client/search.js: line 89, col 34, '$' is not defined. +public/src/client/search.js: line 89, col 71, '$' is not defined. +public/src/client/search.js: line 95, col 26, '$' is not defined. +public/src/client/search.js: line 95, col 70, '$' is not defined. +public/src/client/search.js: line 96, col 9, '$' is not defined. +public/src/client/search.js: line 100, col 37, '$' is not defined. +public/src/client/search.js: line 100, col 65, '$' is not defined. +public/src/client/search.js: line 106, col 26, '$' is not defined. +public/src/client/search.js: line 107, col 9, '$' is not defined. +public/src/client/search.js: line 111, col 37, '$' is not defined. +public/src/client/search.js: line 111, col 78, '$' is not defined. +public/src/client/search.js: line 117, col 22, '$' is not defined. +public/src/client/search.js: line 119, col 17, '$' is not defined. +public/src/client/search.js: line 121, col 27, '$' is not defined. +public/src/client/search.js: line 147, col 9, '$' is not defined. +public/src/client/search.js: line 160, col 17, '$' is not defined. +public/src/client/search.js: line 163, col 13, '$' is not defined. +public/src/client/search.js: line 167, col 17, '$' is not defined. +public/src/client/search.js: line 171, col 17, '$' is not defined. +public/src/client/search.js: line 177, col 21, '$' is not defined. +public/src/client/search.js: line 182, col 17, '$' is not defined. +public/src/client/search.js: line 186, col 17, '$' is not defined. +public/src/client/search.js: line 192, col 21, '$' is not defined. +public/src/client/search.js: line 197, col 17, '$' is not defined. +public/src/client/search.js: line 198, col 17, '$' is not defined. +public/src/client/search.js: line 202, col 17, '$' is not defined. +public/src/client/search.js: line 203, col 17, '$' is not defined. +public/src/client/search.js: line 207, col 17, '$' is not defined. +public/src/client/search.js: line 209, col 13, '$' is not defined. +public/src/client/search.js: line 218, col 9, '$' is not defined. +public/src/client/search.js: line 235, col 9, '$' is not defined. +public/src/client/search.js: line 238, col 13, '$' is not defined. +public/src/client/search.js: line 239, col 13, '$' is not defined. +public/src/client/search.js: line 240, col 13, '$' is not defined. +public/src/client/search.js: line 241, col 13, '$' is not defined. +public/src/client/search.js: line 242, col 13, '$' is not defined. +public/src/client/search.js: line 244, col 32, '$' is not defined. +public/src/client/search.js: line 245, col 31, '$' is not defined. +public/src/client/search.js: line 256, col 28, '$' is not defined. +public/src/client/search.js: line 279, col 17, '$' is not defined. +public/src/client/search.js: line 364, col 42, '$' is not defined. +public/src/client/search.js: line 376, col 31, '$' is not defined. +public/src/client/search.js: line 151, col 24, 'utils' is not defined. +public/src/client/search.js: line 156, col 26, 'utils' is not defined. +public/src/client/search.js: line 325, col 32, 'utils' is not defined. +public/src/client/search.js: line 369, col 64, 'utils' is not defined. + +public/src/client/tag.js: line 1, col 1, Use the function form of "use strict". +public/src/client/tag.js: line 3, col 1, 'define' is not defined. +public/src/client/tag.js: line 13, col 9, '$' is not defined. +public/src/client/tag.js: line 17, col 9, '$' is not defined. + +public/src/client/tags.js: line 1, col 1, Use the function form of "use strict". +public/src/client/tags.js: line 4, col 1, 'define' is not defined. +public/src/client/tags.js: line 9, col 9, '$' is not defined. +public/src/client/tags.js: line 10, col 18, '$' is not defined. +public/src/client/tags.js: line 14, col 62, '$' is not defined. +public/src/client/tags.js: line 26, col 31, '$' is not defined. +public/src/client/tags.js: line 26, col 56, '$' is not defined. +public/src/client/tags.js: line 31, col 20, '$' is not defined. +public/src/client/tags.js: line 35, col 17, '$' is not defined. +public/src/client/tags.js: line 56, col 13, '$' is not defined. +public/src/client/tags.js: line 9, col 53, 'utils' is not defined. + +public/src/client/top.js: line 1, col 1, Use the function form of "use strict". +public/src/client/top.js: line 3, col 1, 'define' is not defined. + +public/src/client/topic/change-owner.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/change-owner.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/change-owner.js: line 23, col 13, '$' is not defined. + +public/src/client/topic/delete-posts.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/delete-posts.js: line 3, col 1, 'define' is not defined. +public/src/client/topic/delete-posts.js: line 15, col 9, '$' is not defined. +public/src/client/topic/delete-posts.js: line 24, col 13, '$' is not defined. +public/src/client/topic/delete-posts.js: line 49, col 13, '$' is not defined. + +public/src/client/topic/diffs.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/diffs.js: line 3, col 1, 'define' is not defined. + +public/src/client/topic/events.js: line 2, col 1, Use the function form of "use strict". +public/src/client/topic/events.js: line 5, col 1, 'define' is not defined. +public/src/client/topic/events.js: line 69, col 30, '$' is not defined. +public/src/client/topic/events.js: line 73, col 23, '$' is not defined. +public/src/client/topic/events.js: line 74, col 29, '$' is not defined. +public/src/client/topic/events.js: line 76, col 36, '$' is not defined. +public/src/client/topic/events.js: line 82, col 9, '$' is not defined. +public/src/client/topic/events.js: line 83, col 29, '$' is not defined. +public/src/client/topic/events.js: line 108, col 29, '$' is not defined. +public/src/client/topic/events.js: line 110, col 31, '$' is not defined. +public/src/client/topic/events.js: line 112, col 29, '$' is not defined. +public/src/client/topic/events.js: line 180, col 13, '$' is not defined. +public/src/client/topic/events.js: line 212, col 20, '$' is not defined. +public/src/client/topic/events.js: line 213, col 29, '$' is not defined. +public/src/client/topic/events.js: line 226, col 22, '$' is not defined. +public/src/client/topic/events.js: line 228, col 29, '$' is not defined. +public/src/client/topic/events.js: line 231, col 29, '$' is not defined. +public/src/client/topic/events.js: line 125, col 13, 'history' is not defined. +public/src/client/topic/events.js: line 149, col 36, 'utils' is not defined. + +public/src/client/topic/fork.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/fork.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/fork.js: line 17, col 9, '$' is not defined. +public/src/client/topic/fork.js: line 30, col 13, '$' is not defined. +public/src/client/topic/fork.js: line 55, col 13, '$' is not defined. +public/src/client/topic/fork.js: line 72, col 21, '$' is not defined. + +public/src/client/topic/images.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/images.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/images.js: line 11, col 36, '$' is not defined. +public/src/client/topic/images.js: line 22, col 17, 'utils' is not defined. +public/src/client/topic/images.js: line 31, col 54, 'utils' is not defined. + +public/src/client/topic/merge.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/merge.js: line 88, col 27, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/merge.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/merge.js: line 19, col 13, '$' is not defined. +public/src/client/topic/merge.js: line 25, col 13, '$' is not defined. +public/src/client/topic/merge.js: line 47, col 32, '$' is not defined. +public/src/client/topic/merge.js: line 54, col 35, '$' is not defined. +public/src/client/topic/merge.js: line 88, col 25, '$' is not defined. +public/src/client/topic/merge.js: line 165, col 9, '$' is not defined. + +public/src/client/topic/move-post.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/move-post.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/move-post.js: line 23, col 13, '$' is not defined. +public/src/client/topic/move-post.js: line 34, col 13, '$' is not defined. +public/src/client/topic/move-post.js: line 149, col 21, '$' is not defined. +public/src/client/topic/move-post.js: line 165, col 13, '$' is not defined. +public/src/client/topic/move-post.js: line 26, col 52, 'utils' is not defined. + +public/src/client/topic/move.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/move.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/move.js: line 26, col 13, '$' is not defined. + +public/src/client/topic/postTools.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/postTools.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/postTools.js: line 39, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 40, col 27, '$' is not defined. +public/src/client/topic/postTools.js: line 107, col 28, '$' is not defined. +public/src/client/topic/postTools.js: line 111, col 28, '$' is not defined. +public/src/client/topic/postTools.js: line 114, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 116, col 28, '$' is not defined. +public/src/client/topic/postTools.js: line 119, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 129, col 33, '$' is not defined. +public/src/client/topic/postTools.js: line 129, col 50, '$' is not defined. +public/src/client/topic/postTools.js: line 133, col 37, '$' is not defined. +public/src/client/topic/postTools.js: line 137, col 37, '$' is not defined. +public/src/client/topic/postTools.js: line 141, col 37, '$' is not defined. +public/src/client/topic/postTools.js: line 145, col 33, '$' is not defined. +public/src/client/topic/postTools.js: line 155, col 33, '$' is not defined. +public/src/client/topic/postTools.js: line 165, col 28, '$' is not defined. +public/src/client/topic/postTools.js: line 172, col 25, '$' is not defined. +public/src/client/topic/postTools.js: line 186, col 29, '$' is not defined. +public/src/client/topic/postTools.js: line 194, col 25, '$' is not defined. +public/src/client/topic/postTools.js: line 198, col 34, '$' is not defined. +public/src/client/topic/postTools.js: line 235, col 30, '$' is not defined. +public/src/client/topic/postTools.js: line 239, col 23, '$' is not defined. +public/src/client/topic/postTools.js: line 243, col 25, '$' is not defined. +public/src/client/topic/postTools.js: line 250, col 25, '$' is not defined. +public/src/client/topic/postTools.js: line 257, col 24, '$' is not defined. +public/src/client/topic/postTools.js: line 267, col 22, '$' is not defined. +public/src/client/topic/postTools.js: line 298, col 56, '$' is not defined. +public/src/client/topic/postTools.js: line 335, col 30, '$' is not defined. +public/src/client/topic/postTools.js: line 345, col 28, '$' is not defined. +public/src/client/topic/postTools.js: line 347, col 42, '$' is not defined. +public/src/client/topic/postTools.js: line 489, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 490, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 493, col 17, '$' is not defined. +public/src/client/topic/postTools.js: line 496, col 9, '$' is not defined. +public/src/client/topic/postTools.js: line 507, col 32, '$' is not defined. +public/src/client/topic/postTools.js: line 516, col 31, '$' is not defined. +public/src/client/topic/postTools.js: line 517, col 32, '$' is not defined. +public/src/client/topic/postTools.js: line 533, col 17, '$' is not defined. +public/src/client/topic/postTools.js: line 541, col 13, '$' is not defined. +public/src/client/topic/postTools.js: line 543, col 17, '$' is not defined. +public/src/client/topic/postTools.js: line 547, col 40, '$' is not defined. +public/src/client/topic/postTools.js: line 481, col 31, 'utils' is not defined. + +public/src/client/topic/posts.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/posts.js: line 257, col 47, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (alerts, api, hooks) +public/src/client/topic/posts.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/posts.js: line 21, col 21, '$' is not defined. +public/src/client/topic/posts.js: line 60, col 9, '$' is not defined. +public/src/client/topic/posts.js: line 90, col 43, '$' is not defined. +public/src/client/topic/posts.js: line 91, col 17, '$' is not defined. +public/src/client/topic/posts.js: line 112, col 37, '$' is not defined. +public/src/client/topic/posts.js: line 125, col 9, '$' is not defined. +public/src/client/topic/posts.js: line 127, col 17, '$' is not defined. +public/src/client/topic/posts.js: line 135, col 37, '$' is not defined. +public/src/client/topic/posts.js: line 143, col 33, '$' is not defined. +public/src/client/topic/posts.js: line 165, col 30, '$' is not defined. +public/src/client/topic/posts.js: line 170, col 34, '$' is not defined. +public/src/client/topic/posts.js: line 177, col 25, '$' is not defined. +public/src/client/topic/posts.js: line 194, col 42, '$' is not defined. +public/src/client/topic/posts.js: line 217, col 31, '$' is not defined. +public/src/client/topic/posts.js: line 221, col 56, '$' is not defined. +public/src/client/topic/posts.js: line 224, col 59, '$' is not defined. +public/src/client/topic/posts.js: line 230, col 32, '$' is not defined. +public/src/client/topic/posts.js: line 237, col 52, '$' is not defined. +public/src/client/topic/posts.js: line 318, col 29, '$' is not defined. +public/src/client/topic/posts.js: line 333, col 41, '$' is not defined. +public/src/client/topic/posts.js: line 366, col 13, '$' is not defined. +public/src/client/topic/posts.js: line 368, col 30, '$' is not defined. +public/src/client/topic/posts.js: line 372, col 17, '$' is not defined. +public/src/client/topic/posts.js: line 376, col 9, '$' is not defined. +public/src/client/topic/posts.js: line 386, col 25, '$' is not defined. +public/src/client/topic/posts.js: line 388, col 20, '$' is not defined. +public/src/client/topic/posts.js: line 402, col 40, '$' is not defined. +public/src/client/topic/posts.js: line 403, col 21, '$' is not defined. +public/src/client/topic/posts.js: line 406, col 110, '$' is not defined. +public/src/client/topic/posts.js: line 409, col 21, '$' is not defined. +public/src/client/topic/posts.js: line 427, col 37, '$' is not defined. +public/src/client/topic/posts.js: line 440, col 13, '$' is not defined. +public/src/client/topic/posts.js: line 440, col 42, '$' is not defined. +public/src/client/topic/posts.js: line 457, col 17, '$' is not defined. +public/src/client/topic/posts.js: line 458, col 29, '$' is not defined. +public/src/client/topic/posts.js: line 475, col 29, '$' is not defined. +public/src/client/topic/posts.js: line 476, col 23, '$' is not defined. +public/src/client/topic/posts.js: line 477, col 54, '$' is not defined. +public/src/client/topic/posts.js: line 478, col 13, '$' is not defined. +public/src/client/topic/posts.js: line 487, col 17, '$' is not defined. +public/src/client/topic/posts.js: line 488, col 34, '$' is not defined. +public/src/client/topic/posts.js: line 496, col 33, '$' is not defined. +public/src/client/topic/posts.js: line 499, col 27, '$' is not defined. +public/src/client/topic/posts.js: line 38, col 38, 'utils' is not defined. +public/src/client/topic/posts.js: line 314, col 14, 'utils' is not defined. +public/src/client/topic/posts.js: line 314, col 38, 'utils' is not defined. +public/src/client/topic/posts.js: line 328, col 28, 'utils' is not defined. +public/src/client/topic/posts.js: line 116, col 13, 'setTimeout' is not defined. + +public/src/client/topic/replies.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/replies.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/replies.js: line 42, col 39, '$' is not defined. +public/src/client/topic/replies.js: line 62, col 17, '$' is not defined. +public/src/client/topic/replies.js: line 75, col 29, '$' is not defined. +public/src/client/topic/replies.js: line 97, col 28, '$' is not defined. + +public/src/client/topic/tag.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/tag.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/tag.js: line 27, col 13, '$' is not defined. +public/src/client/topic/tag.js: line 39, col 31, '$' is not defined. +public/src/client/topic/tag.js: line 91, col 27, '$' is not defined. +public/src/client/topic/tag.js: line 103, col 30, '$' is not defined. + +public/src/client/topic/threadTools.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/threadTools.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/threadTools.js: line 21, col 9, '$' is not defined. +public/src/client/topic/threadTools.js: line 26, col 40, '$' is not defined. +public/src/client/topic/threadTools.js: line 79, col 25, '$' is not defined. +public/src/client/topic/threadTools.js: line 87, col 29, '$' is not defined. +public/src/client/topic/threadTools.js: line 88, col 29, '$' is not defined. +public/src/client/topic/threadTools.js: line 193, col 82, '$' is not defined. +public/src/client/topic/threadTools.js: line 208, col 27, '$' is not defined. +public/src/client/topic/threadTools.js: line 218, col 13, '$' is not defined. +public/src/client/topic/threadTools.js: line 220, col 26, '$' is not defined. +public/src/client/topic/threadTools.js: line 316, col 9, '$' is not defined. +public/src/client/topic/threadTools.js: line 317, col 9, '$' is not defined. +public/src/client/topic/threadTools.js: line 365, col 22, '$' is not defined. +public/src/client/topic/threadTools.js: line 190, col 25, 'MutationObserver' is not defined. +public/src/client/topic/threadTools.js: line 338, col 38, 'utils' is not defined. + +public/src/client/topic/votes.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic/votes.js: line 33, col 25, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/votes.js: line 35, col 55, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/votes.js: line 44, col 25, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/votes.js: line 48, col 55, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/client/topic/votes.js: line 4, col 1, 'define' is not defined. +public/src/client/topic/votes.js: line 33, col 23, '$' is not defined. +public/src/client/topic/votes.js: line 44, col 23, '$' is not defined. + +public/src/client/topic.js: line 1, col 1, Use the function form of "use strict". +public/src/client/topic.js: line 91, col 47, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (alerts, api, hooks) +public/src/client/topic.js: line 4, col 1, 'define' is not defined. +public/src/client/topic.js: line 30, col 5, '$' is not defined. +public/src/client/topic.js: line 55, col 31, '$' is not defined. +public/src/client/topic.js: line 61, col 33, '$' is not defined. +public/src/client/topic.js: line 73, col 9, '$' is not defined. +public/src/client/topic.js: line 125, col 36, '$' is not defined. +public/src/client/topic.js: line 127, col 36, '$' is not defined. +public/src/client/topic.js: line 243, col 24, '$' is not defined. +public/src/client/topic.js: line 300, col 21, '$' is not defined. +public/src/client/topic.js: line 301, col 21, '$' is not defined. +public/src/client/topic.js: line 302, col 21, '$' is not defined. +public/src/client/topic.js: line 303, col 38, '$' is not defined. +public/src/client/topic.js: line 311, col 32, '$' is not defined. +public/src/client/topic.js: line 312, col 28, '$' is not defined. +public/src/client/topic.js: line 322, col 29, '$' is not defined. +public/src/client/topic.js: line 347, col 30, '$' is not defined. +public/src/client/topic.js: line 348, col 55, '$' is not defined. +public/src/client/topic.js: line 349, col 31, '$' is not defined. +public/src/client/topic.js: line 350, col 31, '$' is not defined. +public/src/client/topic.js: line 355, col 31, '$' is not defined. +public/src/client/topic.js: line 366, col 27, '$' is not defined. +public/src/client/topic.js: line 368, col 28, '$' is not defined. +public/src/client/topic.js: line 378, col 9, '$' is not defined. +public/src/client/topic.js: line 379, col 25, '$' is not defined. +public/src/client/topic.js: line 395, col 13, '$' is not defined. +public/src/client/topic.js: line 398, col 9, '$' is not defined. +public/src/client/topic.js: line 399, col 9, '$' is not defined. +public/src/client/topic.js: line 400, col 26, '$' is not defined. +public/src/client/topic.js: line 405, col 17, '$' is not defined. +public/src/client/topic.js: line 413, col 38, '$' is not defined. +public/src/client/topic.js: line 430, col 13, '$' is not defined. +public/src/client/topic.js: line 460, col 13, '$' is not defined. +public/src/client/topic.js: line 462, col 20, '$' is not defined. +public/src/client/topic.js: line 465, col 13, '$' is not defined. +public/src/client/topic.js: line 73, col 32, 'utils' is not defined. +public/src/client/topic.js: line 243, col 26, 'utils' is not defined. +public/src/client/topic.js: line 387, col 54, 'utils' is not defined. +public/src/client/topic.js: line 427, col 30, 'utils' is not defined. +public/src/client/topic.js: line 324, col 17, 'setTimeout' is not defined. +public/src/client/topic.js: line 341, col 28, 'setTimeout' is not defined. +public/src/client/topic.js: line 439, col 29, 'setTimeout' is not defined. +public/src/client/topic.js: line 443, col 29, 'setTimeout' is not defined. +public/src/client/topic.js: line 394, col 13, 'clearTimeout' is not defined. +public/src/client/topic.js: line 485, col 56, 'history' is not defined. +public/src/client/topic.js: line 491, col 17, 'history' is not defined. + +public/src/client/unread.js: line 1, col 1, Use the function form of "use strict". +public/src/client/unread.js: line 4, col 1, 'define' is not defined. +public/src/client/unread.js: line 28, col 17, '$' is not defined. +public/src/client/unread.js: line 29, col 17, '$' is not defined. +public/src/client/unread.js: line 30, col 17, '$' is not defined. +public/src/client/unread.js: line 31, col 17, '$' is not defined. +public/src/client/unread.js: line 50, col 31, '$' is not defined. +public/src/client/unread.js: line 64, col 48, '$' is not defined. +public/src/client/unread.js: line 96, col 14, '$' is not defined. +public/src/client/unread.js: line 97, col 13, '$' is not defined. +public/src/client/unread.js: line 98, col 13, '$' is not defined. + +public/src/client/users.js: line 1, col 1, Use the function form of "use strict". +public/src/client/users.js: line 4, col 1, 'define' is not defined. +public/src/client/users.js: line 14, col 25, 'utils' is not defined. +public/src/client/users.js: line 14, col 65, 'utils' is not defined. +public/src/client/users.js: line 30, col 39, 'utils' is not defined. +public/src/client/users.js: line 120, col 16, 'utils' is not defined. +public/src/client/users.js: line 15, col 26, '$' is not defined. +public/src/client/users.js: line 30, col 9, '$' is not defined. +public/src/client/users.js: line 31, col 9, '$' is not defined. +public/src/client/users.js: line 38, col 9, '$' is not defined. +public/src/client/users.js: line 39, col 26, '$' is not defined. +public/src/client/users.js: line 54, col 13, '$' is not defined. +public/src/client/users.js: line 92, col 13, '$' is not defined. +public/src/client/users.js: line 101, col 13, '$' is not defined. +public/src/client/users.js: line 103, col 13, '$' is not defined. +public/src/client/users.js: line 116, col 30, '$' is not defined. + +public/src/client.js: line 1, col 1, Use the function form of "use strict". + +public/src/installer/install.js: line 3, col 1, Use the function form of "use strict". +public/src/installer/install.js: line 26, col 24, 'URLSearchParams' is not defined. +public/src/installer/install.js: line 54, col 9, 'setInterval' is not defined. +public/src/installer/install.js: line 60, col 9, 'setInterval' is not defined. + +public/src/modules/accounts/delete.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/accounts/delete.js: line 3, col 1, 'define' is not defined. + +public/src/modules/accounts/invite.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/accounts/invite.js: line 3, col 1, 'define' is not defined. +public/src/modules/accounts/invite.js: line 11, col 9, '$' is not defined. +public/src/modules/accounts/invite.js: line 37, col 25, '$' is not defined. +public/src/modules/accounts/invite.js: line 38, col 25, '$' is not defined. + +public/src/modules/accounts/moderate.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/accounts/moderate.js: line 3, col 1, 'define' is not defined. + +public/src/modules/accounts/picture.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/accounts/picture.js: line 3, col 1, 'define' is not defined. +public/src/modules/accounts/picture.js: line 61, col 21, '$' is not defined. +public/src/modules/accounts/picture.js: line 77, col 33, '$' is not defined. +public/src/modules/accounts/picture.js: line 119, col 33, '$' is not defined. +public/src/modules/accounts/picture.js: line 120, col 30, '$' is not defined. +public/src/modules/accounts/picture.js: line 124, col 29, '$' is not defined. +public/src/modules/accounts/picture.js: line 125, col 17, '$' is not defined. +public/src/modules/accounts/picture.js: line 150, col 17, '$' is not defined. +public/src/modules/accounts/picture.js: line 155, col 21, '$' is not defined. + +public/src/modules/ace-editor.js: line 18, col 1, 'ace' is not defined. +public/src/modules/ace-editor.js: line 19, col 1, 'ace' is not defined. +public/src/modules/ace-editor.js: line 20, col 1, 'ace' is not defined. + +public/src/modules/alerts.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/alerts.js: line 12, col 19, '$' is not defined. +public/src/modules/alerts.js: line 69, col 5, '$' is not defined. +public/src/modules/alerts.js: line 91, col 22, '$' is not defined. +public/src/modules/alerts.js: line 101, col 21, '$' is not defined. +public/src/modules/alerts.js: line 129, col 26, '$' is not defined. +public/src/modules/alerts.js: line 22, col 19, 'utils' is not defined. +public/src/modules/alerts.js: line 32, col 19, 'utils' is not defined. +public/src/modules/alerts.js: line 42, col 19, 'utils' is not defined. +public/src/modules/alerts.js: line 60, col 19, 'utils' is not defined. +public/src/modules/alerts.js: line 78, col 5, 'clearTimeout' is not defined. +public/src/modules/alerts.js: line 116, col 17, 'clearTimeout' is not defined. +public/src/modules/alerts.js: line 147, col 23, 'setTimeout' is not defined. +public/src/modules/alerts.js: line 163, col 5, 'setTimeout' is not defined. + +public/src/modules/api.js: line 3, col 1, Use the function form of "use strict". +public/src/modules/api.js: line 41, col 51, 'FormData' is not defined. +public/src/modules/api.js: line 63, col 23, 'fetch' is not defined. +public/src/modules/api.js: line 91, col 65, '$' is not defined. +public/src/modules/api.js: line 97, col 65, '$' is not defined. + +public/src/modules/autocomplete.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/autocomplete.js: line 3, col 1, 'define' is not defined. +public/src/modules/autocomplete.js: line 17, col 21, '$' is not defined. +public/src/modules/autocomplete.js: line 46, col 46, '$' is not defined. +public/src/modules/autocomplete.js: line 66, col 21, '$' is not defined. +public/src/modules/autocomplete.js: line 93, col 21, '$' is not defined. +public/src/modules/autocomplete.js: line 115, col 21, '$' is not defined. +public/src/modules/autocomplete.js: line 126, col 9, 'setTimeout' is not defined. + +public/src/modules/categoryFilter.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/categoryFilter.js: line 3, col 1, 'define' is not defined. +public/src/modules/categoryFilter.js: line 49, col 39, 'utils' is not defined. +public/src/modules/categoryFilter.js: line 58, col 53, '$' is not defined. +public/src/modules/categoryFilter.js: line 66, col 32, '$' is not defined. +public/src/modules/categoryFilter.js: line 117, col 47, '$' is not defined. + +public/src/modules/categorySearch.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/categorySearch.js: line 3, col 1, 'define' is not defined. +public/src/modules/categorySearch.js: line 52, col 56, 'utils' is not defined. +public/src/modules/categorySearch.js: line 57, col 40, 'utils' is not defined. +public/src/modules/categorySearch.js: line 75, col 24, 'utils' is not defined. + +public/src/modules/categorySelector.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/categorySelector.js: line 3, col 1, 'define' is not defined. +public/src/modules/categorySelector.js: line 27, col 32, '$' is not defined. + +public/src/modules/chat.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/chat.js: line 3, col 1, 'define' is not defined. +public/src/modules/chat.js: line 88, col 47, '$' is not defined. +public/src/modules/chat.js: line 96, col 47, '$' is not defined. +public/src/modules/chat.js: line 111, col 36, '$' is not defined. +public/src/modules/chat.js: line 122, col 17, '$' is not defined. +public/src/modules/chat.js: line 128, col 53, '$' is not defined. +public/src/modules/chat.js: line 154, col 37, '$' is not defined. +public/src/modules/chat.js: line 158, col 33, '$' is not defined. +public/src/modules/chat.js: line 238, col 26, '$' is not defined. +public/src/modules/chat.js: line 263, col 13, '$' is not defined. +public/src/modules/chat.js: line 272, col 28, '$' is not defined. +public/src/modules/chat.js: line 286, col 16, '$' is not defined. +public/src/modules/chat.js: line 290, col 16, '$' is not defined. +public/src/modules/chat.js: line 311, col 36, '$' is not defined. +public/src/modules/chat.js: line 353, col 21, '$' is not defined. +public/src/modules/chat.js: line 443, col 27, '$' is not defined. +public/src/modules/chat.js: line 474, col 45, '$' is not defined. +public/src/modules/chat.js: line 474, col 65, '$' is not defined. +public/src/modules/chat.js: line 474, col 99, '$' is not defined. +public/src/modules/chat.js: line 475, col 43, '$' is not defined. +public/src/modules/chat.js: line 475, col 70, '$' is not defined. +public/src/modules/chat.js: line 485, col 31, '$' is not defined. +public/src/modules/chat.js: line 512, col 9, '$' is not defined. +public/src/modules/chat.js: line 513, col 9, '$' is not defined. +public/src/modules/chat.js: line 515, col 13, '$' is not defined. +public/src/modules/chat.js: line 529, col 27, '$' is not defined. +public/src/modules/chat.js: line 191, col 41, 'utils' is not defined. +public/src/modules/chat.js: line 303, col 30, 'utils' is not defined. +public/src/modules/chat.js: line 493, col 25, 'utils' is not defined. +public/src/modules/chat.js: line 437, col 9, 'setTimeout' is not defined. +public/src/modules/chat.js: line 444, col 9, 'clearInterval' is not defined. +public/src/modules/chat.js: line 532, col 9, 'clearInterval' is not defined. + +public/src/modules/components.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/components.js: line 3, col 1, 'define' is not defined. +public/src/modules/components.js: line 9, col 24, '$' is not defined. +public/src/modules/components.js: line 11, col 20, '$' is not defined. +public/src/modules/components.js: line 14, col 20, '$' is not defined. +public/src/modules/components.js: line 17, col 20, '$' is not defined. +public/src/modules/components.js: line 20, col 20, '$' is not defined. +public/src/modules/components.js: line 23, col 20, '$' is not defined. +public/src/modules/components.js: line 26, col 20, '$' is not defined. +public/src/modules/components.js: line 29, col 20, '$' is not defined. +public/src/modules/components.js: line 32, col 20, '$' is not defined. +public/src/modules/components.js: line 36, col 20, '$' is not defined. +public/src/modules/components.js: line 39, col 20, '$' is not defined. +public/src/modules/components.js: line 43, col 20, '$' is not defined. +public/src/modules/components.js: line 47, col 20, '$' is not defined. +public/src/modules/components.js: line 51, col 20, '$' is not defined. +public/src/modules/components.js: line 55, col 20, '$' is not defined. +public/src/modules/components.js: line 59, col 20, '$' is not defined. +public/src/modules/components.js: line 69, col 16, '$' is not defined. + +public/src/modules/coverPhoto.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/coverPhoto.js: line 4, col 1, 'define' is not defined. +public/src/modules/coverPhoto.js: line 42, col 28, 'FileReader' is not defined. + +public/src/modules/flags.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/flags.js: line 4, col 1, 'define' is not defined. +public/src/modules/flags.js: line 21, col 21, '$' is not defined. +public/src/modules/flags.js: line 33, col 34, '$' is not defined. + +public/src/modules/groupSearch.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/groupSearch.js: line 3, col 1, 'define' is not defined. +public/src/modules/groupSearch.js: line 7, col 13, 'utils' is not defined. +public/src/modules/groupSearch.js: line 22, col 34, '$' is not defined. + +public/src/modules/handleBack.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/handleBack.js: line 3, col 1, 'define' is not defined. +public/src/modules/handleBack.js: line 15, col 9, '$' is not defined. +public/src/modules/handleBack.js: line 21, col 9, '$' is not defined. +public/src/modules/handleBack.js: line 22, col 34, '$' is not defined. +public/src/modules/handleBack.js: line 23, col 37, '$' is not defined. +public/src/modules/handleBack.js: line 24, col 13, '$' is not defined. +public/src/modules/handleBack.js: line 25, col 21, '$' is not defined. +public/src/modules/handleBack.js: line 26, col 58, '$' is not defined. +public/src/modules/handleBack.js: line 28, col 65, '$' is not defined. +public/src/modules/handleBack.js: line 70, col 17, '$' is not defined. +public/src/modules/handleBack.js: line 99, col 13, '$' is not defined. +public/src/modules/handleBack.js: line 48, col 18, 'utils' is not defined. +public/src/modules/handleBack.js: line 90, col 14, 'utils' is not defined. +public/src/modules/handleBack.js: line 83, col 13, 'setTimeout' is not defined. + +public/src/modules/helpers.common.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/helpers.common.js: line 298, col 23, If a strict mode function is executed using function invocation, its 'this' value will be undefined. + +public/src/modules/helpers.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/helpers.js: line 5, col 1, 'define' is not defined. + +public/src/modules/hooks.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/hooks.js: line 3, col 1, 'define' is not defined. +public/src/modules/hooks.js: line 110, col 20, 'utils' is not defined. +public/src/modules/hooks.js: line 122, col 9, '$' is not defined. + +public/src/modules/iconSelect.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/iconSelect.js: line 269, col 73, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +public/src/modules/iconSelect.js: line 4, col 1, 'define' is not defined. +public/src/modules/iconSelect.js: line 228, col 9, '$' is not defined. +public/src/modules/iconSelect.js: line 231, col 17, '$' is not defined. +public/src/modules/iconSelect.js: line 241, col 20, '$' is not defined. +public/src/modules/iconSelect.js: line 269, col 47, '$' is not defined. +public/src/modules/iconSelect.js: line 269, col 95, '$' is not defined. +public/src/modules/iconSelect.js: line 294, col 33, '$' is not defined. +public/src/modules/iconSelect.js: line 304, col 33, '$' is not defined. +public/src/modules/iconSelect.js: line 328, col 47, '$' is not defined. +public/src/modules/iconSelect.js: line 329, col 37, '$' is not defined. +public/src/modules/iconSelect.js: line 341, col 46, '$' is not defined. +public/src/modules/iconSelect.js: line 331, col 41, 'utils' is not defined. +public/src/modules/iconSelect.js: line 409, col 31, 'fetch' is not defined. + +public/src/modules/logout.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/logout.js: line 3, col 1, 'define' is not defined. +public/src/modules/logout.js: line 8, col 9, '$' is not defined. + +public/src/modules/messages.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/messages.js: line 3, col 1, 'define' is not defined. +public/src/modules/messages.js: line 51, col 41, 'navigator' is not defined. +public/src/modules/messages.js: line 61, col 13, '$' is not defined. +public/src/modules/messages.js: line 62, col 13, '$' is not defined. +public/src/modules/messages.js: line 64, col 31, '$' is not defined. +public/src/modules/messages.js: line 70, col 17, '$' is not defined. +public/src/modules/messages.js: line 76, col 24, 'utils' is not defined. +public/src/modules/messages.js: line 93, col 26, 'utils' is not defined. + +public/src/modules/navigator.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/navigator.js: line 3, col 1, 'define' is not defined. +public/src/modules/navigator.js: line 21, col 29, '$' is not defined. +public/src/modules/navigator.js: line 28, col 5, '$' is not defined. +public/src/modules/navigator.js: line 29, col 9, '$' is not defined. +public/src/modules/navigator.js: line 39, col 29, '$' is not defined. +public/src/modules/navigator.js: line 45, col 18, '$' is not defined. +public/src/modules/navigator.js: line 48, col 9, '$' is not defined. +public/src/modules/navigator.js: line 55, col 24, '$' is not defined. +public/src/modules/navigator.js: line 76, col 31, '$' is not defined. +public/src/modules/navigator.js: line 118, col 17, '$' is not defined. +public/src/modules/navigator.js: line 154, col 27, '$' is not defined. +public/src/modules/navigator.js: line 197, col 24, '$' is not defined. +public/src/modules/navigator.js: line 215, col 17, '$' is not defined. +public/src/modules/navigator.js: line 216, col 31, '$' is not defined. +public/src/modules/navigator.js: line 273, col 25, '$' is not defined. +public/src/modules/navigator.js: line 275, col 13, '$' is not defined. +public/src/modules/navigator.js: line 280, col 13, '$' is not defined. +public/src/modules/navigator.js: line 301, col 9, '$' is not defined. +public/src/modules/navigator.js: line 302, col 9, '$' is not defined. +public/src/modules/navigator.js: line 305, col 27, '$' is not defined. +public/src/modules/navigator.js: line 309, col 35, '$' is not defined. +public/src/modules/navigator.js: line 310, col 35, '$' is not defined. +public/src/modules/navigator.js: line 316, col 37, '$' is not defined. +public/src/modules/navigator.js: line 317, col 38, '$' is not defined. +public/src/modules/navigator.js: line 333, col 61, '$' is not defined. +public/src/modules/navigator.js: line 335, col 71, '$' is not defined. +public/src/modules/navigator.js: line 422, col 13, '$' is not defined. +public/src/modules/navigator.js: line 468, col 9, '$' is not defined. +public/src/modules/navigator.js: line 492, col 21, '$' is not defined. +public/src/modules/navigator.js: line 497, col 27, '$' is not defined. +public/src/modules/navigator.js: line 498, col 30, '$' is not defined. +public/src/modules/navigator.js: line 499, col 32, '$' is not defined. +public/src/modules/navigator.js: line 503, col 27, '$' is not defined. +public/src/modules/navigator.js: line 569, col 25, '$' is not defined. +public/src/modules/navigator.js: line 575, col 21, '$' is not defined. +public/src/modules/navigator.js: line 575, col 46, '$' is not defined. +public/src/modules/navigator.js: line 579, col 9, '$' is not defined. +public/src/modules/navigator.js: line 585, col 25, '$' is not defined. +public/src/modules/navigator.js: line 588, col 53, '$' is not defined. +public/src/modules/navigator.js: line 593, col 9, '$' is not defined. +public/src/modules/navigator.js: line 599, col 13, '$' is not defined. +public/src/modules/navigator.js: line 611, col 13, '$' is not defined. +public/src/modules/navigator.js: line 636, col 27, '$' is not defined. +public/src/modules/navigator.js: line 663, col 29, '$' is not defined. +public/src/modules/navigator.js: line 668, col 26, '$' is not defined. +public/src/modules/navigator.js: line 673, col 26, '$' is not defined. +public/src/modules/navigator.js: line 687, col 35, '$' is not defined. +public/src/modules/navigator.js: line 688, col 32, '$' is not defined. +public/src/modules/navigator.js: line 691, col 9, '$' is not defined. +public/src/modules/navigator.js: line 701, col 21, '$' is not defined. +public/src/modules/navigator.js: line 732, col 17, '$' is not defined. +public/src/modules/navigator.js: line 737, col 13, '$' is not defined. +public/src/modules/navigator.js: line 744, col 17, '$' is not defined. +public/src/modules/navigator.js: line 46, col 17, 'utils' is not defined. +public/src/modules/navigator.js: line 57, col 50, 'utils' is not defined. +public/src/modules/navigator.js: line 77, col 22, 'utils' is not defined. +public/src/modules/navigator.js: line 190, col 30, 'utils' is not defined. +public/src/modules/navigator.js: line 246, col 46, 'utils' is not defined. +public/src/modules/navigator.js: line 553, col 14, 'utils' is not defined. +public/src/modules/navigator.js: line 623, col 14, 'utils' is not defined. +public/src/modules/navigator.js: line 56, col 13, 'setTimeout' is not defined. +public/src/modules/navigator.js: line 483, col 40, 'setTimeout' is not defined. +public/src/modules/navigator.js: line 700, col 17, 'setTimeout' is not defined. +public/src/modules/navigator.js: line 746, col 17, 'setTimeout' is not defined. +public/src/modules/navigator.js: line 296, col 36, 'setInterval' is not defined. +public/src/modules/navigator.js: line 400, col 13, 'clearInterval' is not defined. + +public/src/modules/notifications.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/notifications.js: line 4, col 1, 'define' is not defined. +public/src/modules/notifications.js: line 18, col 37, '$' is not defined. +public/src/modules/notifications.js: line 22, col 37, '$' is not defined. +public/src/modules/notifications.js: line 46, col 41, '$' is not defined. +public/src/modules/notifications.js: line 76, col 27, '$' is not defined. +public/src/modules/notifications.js: line 172, col 30, '$' is not defined. + +public/src/modules/pictureCropper.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/pictureCropper.js: line 48, col 36, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/modules/pictureCropper.js: line 134, col 48, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/modules/pictureCropper.js: line 3, col 1, 'define' is not defined. +public/src/modules/pictureCropper.js: line 27, col 17, '$' is not defined. +public/src/modules/pictureCropper.js: line 36, col 9, '$' is not defined. +public/src/modules/pictureCropper.js: line 45, col 44, '$' is not defined. +public/src/modules/pictureCropper.js: line 47, col 13, '$' is not defined. +public/src/modules/pictureCropper.js: line 104, col 25, '$' is not defined. +public/src/modules/pictureCropper.js: line 132, col 25, '$' is not defined. +public/src/modules/pictureCropper.js: line 38, col 18, 'utils' is not defined. +public/src/modules/pictureCropper.js: line 169, col 28, 'setTimeout' is not defined. +public/src/modules/pictureCropper.js: line 224, col 28, 'FileReader' is not defined. + +public/src/modules/postSelect.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/postSelect.js: line 23, col 30, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/modules/postSelect.js: line 25, col 48, If a strict mode function is executed using function invocation, its 'this' value will be undefined. +public/src/modules/postSelect.js: line 4, col 1, 'define' is not defined. +public/src/modules/postSelect.js: line 17, col 9, '$' is not defined. +public/src/modules/postSelect.js: line 23, col 28, '$' is not defined. +public/src/modules/postSelect.js: line 24, col 25, '$' is not defined. +public/src/modules/postSelect.js: line 25, col 46, '$' is not defined. +public/src/modules/postSelect.js: line 36, col 9, '$' is not defined. +public/src/modules/postSelect.js: line 65, col 9, '$' is not defined. +public/src/modules/postSelect.js: line 69, col 9, '$' is not defined. + +public/src/modules/quickreply.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/quickreply.js: line 3, col 1, 'define' is not defined. +public/src/modules/quickreply.js: line 26, col 9, '$' is not defined. +public/src/modules/quickreply.js: line 29, col 9, '$' is not defined. +public/src/modules/quickreply.js: line 39, col 29, '$' is not defined. +public/src/modules/quickreply.js: line 41, col 27, '$' is not defined. +public/src/modules/quickreply.js: line 103, col 29, 'utils' is not defined. + +public/src/modules/scrollStop.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/scrollStop.js: line 12, col 1, 'define' is not defined. +public/src/modules/scrollStop.js: line 16, col 9, '$' is not defined. + +public/src/modules/search.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/search.js: line 3, col 1, 'define' is not defined. +public/src/modules/search.js: line 16, col 28, '$' is not defined. +public/src/modules/search.js: line 18, col 18, '$' is not defined. +public/src/modules/search.js: line 69, col 27, '$' is not defined. +public/src/modules/search.js: line 100, col 34, '$' is not defined. +public/src/modules/search.js: line 132, col 34, '$' is not defined. +public/src/modules/search.js: line 182, col 13, '$' is not defined. +public/src/modules/search.js: line 252, col 9, '$' is not defined. +public/src/modules/search.js: line 278, col 35, '$' is not defined. +public/src/modules/search.js: line 301, col 28, '$' is not defined. +public/src/modules/search.js: line 305, col 17, '$' is not defined. +public/src/modules/search.js: line 306, col 29, '$' is not defined. +public/src/modules/search.js: line 306, col 53, '$' is not defined. +public/src/modules/search.js: line 320, col 9, '$' is not defined. +public/src/modules/search.js: line 32, col 17, 'setTimeout' is not defined. +public/src/modules/search.js: line 188, col 13, 'setTimeout' is not defined. +public/src/modules/search.js: line 135, col 33, 'utils' is not defined. +public/src/modules/search.js: line 164, col 42, 'utils' is not defined. +public/src/modules/search.js: line 293, col 23, 'utils' is not defined. +public/src/modules/search.js: line 296, col 43, 'utils' is not defined. + +public/src/modules/settings/array.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings/array.js: line 120, col 93, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (element) +public/src/modules/settings/array.js: line 134, col 59, Expected '===' and instead saw '=='. +public/src/modules/settings/array.js: line 3, col 1, 'define' is not defined. +public/src/modules/settings/array.js: line 13, col 20, '$' is not defined. +public/src/modules/settings/array.js: line 22, col 27, '$' is not defined. +public/src/modules/settings/array.js: line 44, col 25, '$' is not defined. +public/src/modules/settings/array.js: line 61, col 13, '$' is not defined. +public/src/modules/settings/array.js: line 76, col 26, '$' is not defined. +public/src/modules/settings/array.js: line 78, col 21, '$' is not defined. +public/src/modules/settings/array.js: line 107, col 28, '$' is not defined. +public/src/modules/settings/array.js: line 109, col 28, '$' is not defined. +public/src/modules/settings/array.js: line 128, col 30, '$' is not defined. +public/src/modules/settings/array.js: line 131, col 25, '$' is not defined. + +public/src/modules/settings/checkbox.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings/checkbox.js: line 21, col 25, Expected '===' and instead saw '=='. +public/src/modules/settings/checkbox.js: line 3, col 1, 'define' is not defined. + +public/src/modules/settings/key.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings/key.js: line 153, col 29, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 175, col 31, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 218, col 37, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 221, col 40, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 231, col 19, Expected '!==' and instead saw '!='. +public/src/modules/settings/key.js: line 3, col 1, 'define' is not defined. + +public/src/modules/settings/number.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings/number.js: line 3, col 1, 'define' is not defined. + +public/src/modules/settings/object.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings/object.js: line 97, col 29, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (element) +public/src/modules/settings/object.js: line 112, col 59, Expected '===' and instead saw '=='. +public/src/modules/settings/object.js: line 3, col 1, 'define' is not defined. +public/src/modules/settings/object.js: line 23, col 25, '$' is not defined. +public/src/modules/settings/object.js: line 41, col 13, '$' is not defined. +public/src/modules/settings/object.js: line 70, col 28, '$' is not defined. +public/src/modules/settings/object.js: line 72, col 28, '$' is not defined. +public/src/modules/settings/object.js: line 105, col 32, '$' is not defined. +public/src/modules/settings/object.js: line 108, col 28, '$' is not defined. + +public/src/modules/settings/select.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings/select.js: line 30, col 27, Expected '!==' and instead saw '!='. +public/src/modules/settings/select.js: line 3, col 1, 'define' is not defined. +public/src/modules/settings/select.js: line 11, col 28, '$' is not defined. +public/src/modules/settings/select.js: line 22, col 29, '$' is not defined. + +public/src/modules/settings/sorted-list.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings/sorted-list.js: line 3, col 1, 'define' is not defined. +public/src/modules/settings/sorted-list.js: line 22, col 34, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 24, col 64, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 39, col 28, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 58, col 34, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 61, col 21, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 87, col 26, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 90, col 13, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 101, col 13, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 108, col 25, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 111, col 26, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 121, col 34, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 124, col 21, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 125, col 21, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 149, col 28, '$' is not defined. +public/src/modules/settings/sorted-list.js: line 57, col 38, 'utils' is not defined. +public/src/modules/settings/sorted-list.js: line 86, col 30, 'utils' is not defined. +public/src/modules/settings/sorted-list.js: line 167, col 55, 'utils' is not defined. +public/src/modules/settings/sorted-list.js: line 167, col 82, 'utils' is not defined. + +public/src/modules/settings/textarea.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings/textarea.js: line 15, col 33, Expected '!==' and instead saw '!='. +public/src/modules/settings/textarea.js: line 23, col 29, Expected '===' and instead saw '=='. +public/src/modules/settings/textarea.js: line 3, col 1, 'define' is not defined. + +public/src/modules/settings.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/settings.js: line 23, col 22, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 69, col 24, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 79, col 24, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 93, col 24, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 96, col 28, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 99, col 28, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 123, col 35, Confusing use of '!'. +public/src/modules/settings.js: line 129, col 39, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 153, col 24, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 156, col 25, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 159, col 40, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 163, col 33, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 166, col 59, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 180, col 24, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 191, col 32, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 215, col 28, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 220, col 41, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 241, col 26, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 292, col 28, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 292, col 50, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 345, col 32, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 356, col 25, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 366, col 46, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 380, col 26, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 424, col 26, Expected '===' and instead saw '=='. +public/src/modules/settings.js: line 436, col 49, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 441, col 33, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 442, col 33, Expected '!==' and instead saw '!='. +public/src/modules/settings.js: line 4, col 1, 'define' is not defined. +public/src/modules/settings.js: line 19, col 20, '$' is not defined. +public/src/modules/settings.js: line 70, col 37, '$' is not defined. +public/src/modules/settings.js: line 80, col 37, '$' is not defined. +public/src/modules/settings.js: line 94, col 27, '$' is not defined. +public/src/modules/settings.js: line 102, col 27, '$' is not defined. +public/src/modules/settings.js: line 210, col 13, '$' is not defined. +public/src/modules/settings.js: line 211, col 25, '$' is not defined. +public/src/modules/settings.js: line 270, col 27, '$' is not defined. +public/src/modules/settings.js: line 278, col 28, '$' is not defined. +public/src/modules/settings.js: line 423, col 28, '$' is not defined. +public/src/modules/settings.js: line 428, col 31, '$' is not defined. +public/src/modules/settings.js: line 472, col 17, '$' is not defined. +public/src/modules/settings.js: line 473, col 33, '$' is not defined. +public/src/modules/settings.js: line 487, col 21, '$' is not defined. +public/src/modules/settings.js: line 488, col 59, '$' is not defined. +public/src/modules/settings.js: line 492, col 17, '$' is not defined. +public/src/modules/settings.js: line 496, col 17, '$' is not defined. +public/src/modules/settings.js: line 515, col 22, '$' is not defined. +public/src/modules/settings.js: line 530, col 65, '$' is not defined. +public/src/modules/settings.js: line 558, col 25, 'setTimeout' is not defined. + +public/src/modules/share.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/share.js: line 4, col 1, 'define' is not defined. +public/src/modules/share.js: line 18, col 9, '$' is not defined. +public/src/modules/share.js: line 19, col 30, '$' is not defined. +public/src/modules/share.js: line 20, col 47, '$' is not defined. +public/src/modules/share.js: line 34, col 40, '$' is not defined. +public/src/modules/share.js: line 40, col 40, '$' is not defined. +public/src/modules/share.js: line 46, col 40, '$' is not defined. +public/src/modules/share.js: line 55, col 40, '$' is not defined. +public/src/modules/share.js: line 61, col 40, '$' is not defined. +public/src/modules/share.js: line 70, col 9, '$' is not defined. +public/src/modules/share.js: line 23, col 13, 'setTimeout' is not defined. + +public/src/modules/slugify.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/slugify.js: line 5, col 41, 'define' is not defined. +public/src/modules/slugify.js: line 6, col 9, 'define' is not defined. + +public/src/modules/sort.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/sort.js: line 4, col 1, 'define' is not defined. +public/src/modules/sort.js: line 10, col 29, 'utils' is not defined. +public/src/modules/sort.js: line 18, col 35, 'utils' is not defined. +public/src/modules/sort.js: line 14, col 9, '$' is not defined. +public/src/modules/sort.js: line 17, col 36, '$' is not defined. +public/src/modules/sort.js: line 20, col 47, '$' is not defined. + +public/src/modules/storage.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/storage.js: line 6, col 1, 'define' is not defined. + +public/src/modules/tagFilter.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/tagFilter.js: line 3, col 1, 'define' is not defined. +public/src/modules/tagFilter.js: line 58, col 56, 'utils' is not defined. +public/src/modules/tagFilter.js: line 63, col 40, 'utils' is not defined. +public/src/modules/tagFilter.js: line 98, col 39, 'utils' is not defined. +public/src/modules/tagFilter.js: line 106, col 53, '$' is not defined. +public/src/modules/tagFilter.js: line 114, col 27, '$' is not defined. +public/src/modules/tagFilter.js: line 197, col 47, '$' is not defined. + +public/src/modules/taskbar.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/taskbar.js: line 4, col 1, 'define' is not defined. +public/src/modules/taskbar.js: line 8, col 27, '$' is not defined. +public/src/modules/taskbar.js: line 15, col 26, '$' is not defined. +public/src/modules/taskbar.js: line 33, col 9, '$' is not defined. +public/src/modules/taskbar.js: line 106, col 23, '$' is not defined. +public/src/modules/taskbar.js: line 107, col 20, '$' is not defined. +public/src/modules/taskbar.js: line 142, col 9, '$' is not defined. +public/src/modules/taskbar.js: line 143, col 9, '$' is not defined. +public/src/modules/taskbar.js: line 179, col 27, '$' is not defined. +public/src/modules/taskbar.js: line 181, col 31, '$' is not defined. + +public/src/modules/topicList.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/topicList.js: line 83, col 55, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (alerts, i, api, hooks) +public/src/modules/topicList.js: line 3, col 1, 'define' is not defined. +public/src/modules/topicList.js: line 25, col 5, '$' is not defined. +public/src/modules/topicList.js: line 46, col 29, '$' is not defined. +public/src/modules/topicList.js: line 50, col 24, '$' is not defined. +public/src/modules/topicList.js: line 65, col 13, '$' is not defined. +public/src/modules/topicList.js: line 65, col 35, '$' is not defined. +public/src/modules/topicList.js: line 66, col 13, '$' is not defined. +public/src/modules/topicList.js: line 69, col 9, '$' is not defined. +public/src/modules/topicList.js: line 133, col 16, '$' is not defined. +public/src/modules/topicList.js: line 134, col 21, '$' is not defined. +public/src/modules/topicList.js: line 209, col 13, '$' is not defined. +public/src/modules/topicList.js: line 210, col 13, '$' is not defined. +public/src/modules/topicList.js: line 250, col 13, '$' is not defined. +public/src/modules/topicList.js: line 256, col 13, '$' is not defined. +public/src/modules/topicList.js: line 283, col 13, '$' is not defined. +public/src/modules/topicList.js: line 288, col 32, '$' is not defined. +public/src/modules/topicList.js: line 289, col 35, '$' is not defined. +public/src/modules/topicList.js: line 293, col 17, '$' is not defined. +public/src/modules/topicList.js: line 293, col 50, '$' is not defined. +public/src/modules/topicList.js: line 222, col 14, 'utils' is not defined. +public/src/modules/topicList.js: line 237, col 23, 'utils' is not defined. + +public/src/modules/topicSelect.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/topicSelect.js: line 4, col 1, 'define' is not defined. +public/src/modules/topicSelect.js: line 11, col 27, '$' is not defined. +public/src/modules/topicSelect.js: line 17, col 28, '$' is not defined. +public/src/modules/topicSelect.js: line 43, col 23, '$' is not defined. +public/src/modules/topicSelect.js: line 56, col 23, '$' is not defined. +public/src/modules/topicSelect.js: line 71, col 33, '$' is not defined. +public/src/modules/topicSelect.js: line 89, col 27, '$' is not defined. + +public/src/modules/topicThumbs.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/topicThumbs.js: line 3, col 1, 'define' is not defined. +public/src/modules/topicThumbs.js: line 68, col 75, '$' is not defined. +public/src/modules/topicThumbs.js: line 105, col 61, '$' is not defined. + +public/src/modules/translator.common.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/translator.common.js: line 629, col 13, 'dynamic import' is only available in ES11 (use 'esversion: 11'). +public/src/modules/translator.common.js: line 373, col 25, '$' is not defined. +public/src/modules/translator.common.js: line 546, col 28, 'setTimeout' is not defined. +public/src/modules/translator.common.js: line 553, col 21, 'setTimeout' is not defined. +public/src/modules/translator.common.js: line 569, col 24, 'setTimeout' is not defined. + +public/src/modules/translator.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/translator.js: line 5, col 1, 'define' is not defined. + +public/src/modules/uploadHelpers.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/uploadHelpers.js: line 4, col 1, 'define' is not defined. +public/src/modules/uploadHelpers.js: line 47, col 22, '$' is not defined. +public/src/modules/uploadHelpers.js: line 47, col 47, '$' is not defined. +public/src/modules/uploadHelpers.js: line 47, col 87, '$' is not defined. +public/src/modules/uploadHelpers.js: line 109, col 9, '$' is not defined. +public/src/modules/uploadHelpers.js: line 170, col 13, '$' is not defined. +public/src/modules/uploadHelpers.js: line 47, col 68, 'utils' is not defined. +public/src/modules/uploadHelpers.js: line 136, col 38, 'utils' is not defined. +public/src/modules/uploadHelpers.js: line 89, col 36, 'FormData' is not defined. +public/src/modules/uploadHelpers.js: line 131, col 32, 'FormData' is not defined. +public/src/modules/uploadHelpers.js: line 209, col 21, 'setTimeout' is not defined. + +public/src/modules/uploader.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/uploader.js: line 79, col 37, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +public/src/modules/uploader.js: line 79, col 45, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +public/src/modules/uploader.js: line 80, col 37, 'Optional chaining' is only available in ES11 (use 'esversion: 11'). +public/src/modules/uploader.js: line 4, col 1, 'define' is not defined. +public/src/modules/uploader.js: line 27, col 17, '$' is not defined. +public/src/modules/uploader.js: line 39, col 9, '$' is not defined. +public/src/modules/uploader.js: line 98, col 17, 'setTimeout' is not defined. + +public/src/modules/userFilter.js: line 1, col 1, Use the function form of "use strict". +public/src/modules/userFilter.js: line 3, col 1, 'define' is not defined. +public/src/modules/userFilter.js: line 75, col 45, '$' is not defined. +public/src/modules/userFilter.js: line 94, col 25, '$' is not defined. +public/src/modules/userFilter.js: line 87, col 65, 'utils' is not defined. + +public/src/overrides.js: line 1, col 1, Use the function form of "use strict". +public/src/overrides.js: line 9, col 18, '$' is not defined. +public/src/overrides.js: line 92, col 13, '$' is not defined. +public/src/overrides.js: line 94, col 13, '$' is not defined. +public/src/overrides.js: line 100, col 25, '$' is not defined. +public/src/overrides.js: line 105, col 9, '$' is not defined. +public/src/overrides.js: line 122, col 9, '$' is not defined. +public/src/overrides.js: line 123, col 25, '$' is not defined. +public/src/overrides.js: line 89, col 5, 'overrides' is not defined. +public/src/overrides.js: line 98, col 5, 'overrides' is not defined. +public/src/overrides.js: line 103, col 9, 'overrides' is not defined. +public/src/overrides.js: line 113, col 38, 'Intl' is not defined. + +public/src/service-worker.js: line 1, col 1, Use the function form of "use strict". +public/src/service-worker.js: line 3, col 1, 'self' is not defined. +public/src/service-worker.js: line 12, col 23, 'caches' is not defined. +public/src/service-worker.js: line 14, col 20, 'fetch' is not defined. + +public/src/sockets.js: line 1, col 1, Use the function form of "use strict". +public/src/sockets.js: line 10, col 1, Read only. +public/src/sockets.js: line 156, col 13, 'setTimeout' is not defined. +public/src/sockets.js: line 177, col 13, 'setTimeout' is not defined. +public/src/sockets.js: line 206, col 13, 'setTimeout' is not defined. +public/src/sockets.js: line 217, col 9, 'setTimeout' is not defined. +public/src/sockets.js: line 260, col 40, 'location' is not defined. + +public/src/utils.common.js: line 1, col 1, Use the function form of "use strict". +public/src/utils.common.js: line 500, col 19, Expected '===' and instead saw '=='. +public/src/utils.common.js: line 513, col 121, Confusing use of '!'. +public/src/utils.common.js: line 648, col 21, Expected '===' and instead saw '=='. +public/src/utils.common.js: line 512, col 21, 'navigator' is not defined. +public/src/utils.common.js: line 569, col 23, 'URL' is not defined. +public/src/utils.common.js: line 572, col 23, 'URL' is not defined. +public/src/utils.common.js: line 696, col 13, 'clearTimeout' is not defined. +public/src/utils.common.js: line 697, col 23, 'setTimeout' is not defined. +public/src/utils.common.js: line 714, col 27, 'setTimeout' is not defined. + +public/src/utils.js: line 3, col 1, Use the function form of "use strict". +public/src/utils.js: line 82, col 22, 'URL' is not defined. +public/src/utils.js: line 84, col 5, 'URL' is not defined. +public/src/utils.js: line 82, col 46, 'Blob' is not defined. + +public/src/widgets.js: line 1, col 1, Use the function form of "use strict". +public/src/widgets.js: line 11, col 20, '$' is not defined. +public/src/widgets.js: line 24, col 39, '$' is not defined. +public/src/widgets.js: line 25, col 13, '$' is not defined. +public/src/widgets.js: line 25, col 34, '$' is not defined. +public/src/widgets.js: line 26, col 47, '$' is not defined. +public/src/widgets.js: line 27, col 17, '$' is not defined. +public/src/widgets.js: line 28, col 17, '$' is not defined. +public/src/widgets.js: line 28, col 68, '$' is not defined. +public/src/widgets.js: line 29, col 24, '$' is not defined. +public/src/widgets.js: line 30, col 17, '$' is not defined. +public/src/widgets.js: line 30, col 67, '$' is not defined. +public/src/widgets.js: line 32, col 17, '$' is not defined. +public/src/widgets.js: line 32, col 43, '$' is not defined. +public/src/widgets.js: line 34, col 46, '$' is not defined. +public/src/widgets.js: line 35, col 13, '$' is not defined. +public/src/widgets.js: line 35, col 35, '$' is not defined. +public/src/widgets.js: line 38, col 16, '$' is not defined. + +public/vendor/bootbox/wrapper.js: line 1, col 1, 'bootbox' is defined but never used. + +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 37, col 40, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 41, col 58, Unexpected use of a comma operator. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 42, col 21, Expected an assignment or function call and instead saw an expression. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 78, col 42, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 101, col 27, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 116, col 29, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 149, col 4, Missing semicolon. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 152, col 9, 'options' is already defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 158, col 28, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 158, col 61, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 162, col 35, Expected '===' and instead saw '=='. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 163, col 13, 'plugin' is already defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 34, col 21, 'Image' is not defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 41, col 13, 'imageAspectRatio' is not defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 44, col 13, 'imageAspectRatio' is not defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 42, col 13, 'scale' is not defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 45, col 11, 'scale' is not defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 47, col 11, 'scale' is not defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 50, col 47, 'scale' is not defined. +public/vendor/jquery/draggable-background/backgroundDraggable.js: line 51, col 49, 'scale' is not defined. + +2931 errors +(base) Michaels-MacBook-Pro-88:nodebb-f24-team-bulbasaur michaelli$ diff --git a/jshint-tool-artifact/jshint-test-src-output.txt b/jshint-tool-artifact/jshint-test-src-output.txt new file mode 100644 index 0000000000..a6012b7ec3 --- /dev/null +++ b/jshint-tool-artifact/jshint-test-src-output.txt @@ -0,0 +1,26302 @@ +Last login: Mon Oct 21 23:48:53 on ttys045 + +The default interactive shell is now zsh. +To update your account to use zsh, please run `chsh -s /bin/zsh`. +For more details, please visit https://support.apple.com/kb/HT208050. +(base) Michaels-MacBook-Pro-88:~ michaelli$ cd ~/Desktop/17313/nodebb-f24-team-bulbasaur +(base) Michaels-MacBook-Pro-88:nodebb-f24-team-bulbasaur michaelli$ jshint +(base) Michaels-MacBook-Pro-88:nodebb-f24-team-bulbasaur michaelli$ jshint * +^C +(base) Michaels-MacBook-Pro-88:nodebb-f24-team-bulbasaur michaelli$ jshint * +^C +(base) Michaels-MacBook-Pro-88:nodebb-f24-team-bulbasaur michaelli$ jshint src +src/admin/search.js: line 1, col 1, Use the function form of "use strict". +src/admin/search.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 10, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 16, col 13, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 22, col 13, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 31, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 55, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 59, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 61, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 62, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 62, col 86, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 65, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 68, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 77, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 87, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 88, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 89, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 92, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 93, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 95, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 100, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 100, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 103, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 105, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 107, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 113, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/admin/search.js: line 125, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 127, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/search.js: line 132, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/search.js: line 3, col 12, 'require' is not defined. +src/admin/search.js: line 4, col 14, 'require' is not defined. +src/admin/search.js: line 5, col 22, 'require' is not defined. +src/admin/search.js: line 6, col 15, 'require' is not defined. +src/admin/search.js: line 7, col 17, 'require' is not defined. +src/admin/search.js: line 9, col 14, 'require' is not defined. +src/admin/search.js: line 10, col 24, 'require' is not defined. +src/admin/search.js: line 142, col 1, 'require' is not defined. +src/admin/search.js: line 89, col 18, 'Promise' is not defined. +src/admin/search.js: line 137, col 1, 'module' is not defined. +src/admin/search.js: line 138, col 1, 'module' is not defined. +src/admin/search.js: line 139, col 1, 'module' is not defined. +src/admin/search.js: line 140, col 1, 'module' is not defined. +src/admin/search.js: line 142, col 25, 'module' is not defined. + +src/admin/versions.js: line 1, col 1, Use the function form of "use strict". +src/admin/versions.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 6, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 7, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 12, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/admin/versions.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 15, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/admin/versions.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 22, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/admin/versions.js: line 3, col 17, 'require' is not defined. +src/admin/versions.js: line 4, col 14, 'require' is not defined. +src/admin/versions.js: line 44, col 1, 'require' is not defined. +src/admin/versions.js: line 41, col 1, 'exports' is not defined. +src/admin/versions.js: line 42, col 1, 'exports' is not defined. +src/admin/versions.js: line 44, col 25, 'exports' is not defined. + +src/als.js: line 1, col 1, Use the function form of "use strict". +src/als.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/als.js: line 3, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/als.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/als.js: line 3, col 31, 'require' is not defined. +src/als.js: line 7, col 1, 'module' is not defined. + +src/analytics.js: line 1, col 1, Use the function form of "use strict". +src/analytics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 23, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 32, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 33, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 35, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 37, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 39, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 45, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 45, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 54, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 68, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 68, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 68, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 83, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 93, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 93, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 95, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 108, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 114, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 118, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 127, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 128, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 129, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 130, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 134, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 138, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 139, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 139, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 139, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 140, col 20, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 140, col 32, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 182, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 182, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 182, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 183, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 193, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 198, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 202, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 205, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 208, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 209, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 214, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 218, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 220, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 224, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 227, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 234, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 237, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 245, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 246, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 251, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 253, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 266, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 267, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 270, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 270, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/analytics.js: line 276, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 277, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 281, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 283, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 284, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 285, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 286, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/analytics.js: line 290, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 297, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/analytics.js: line 3, col 17, 'require' is not defined. +src/analytics.js: line 4, col 17, 'require' is not defined. +src/analytics.js: line 5, col 15, 'require' is not defined. +src/analytics.js: line 6, col 16, 'require' is not defined. +src/analytics.js: line 7, col 14, 'require' is not defined. +src/analytics.js: line 8, col 11, 'require' is not defined. +src/analytics.js: line 12, col 12, 'require' is not defined. +src/analytics.js: line 13, col 15, 'require' is not defined. +src/analytics.js: line 14, col 17, 'require' is not defined. +src/analytics.js: line 15, col 14, 'require' is not defined. +src/analytics.js: line 16, col 16, 'require' is not defined. +src/analytics.js: line 17, col 21, 'require' is not defined. +src/analytics.js: line 304, col 1, 'require' is not defined. +src/analytics.js: line 10, col 30, 'setTimeout' is not defined. +src/analytics.js: line 19, col 19, 'module' is not defined. +src/analytics.js: line 196, col 15, 'Promise' is not defined. +src/analytics.js: line 259, col 18, 'Promise' is not defined. +src/analytics.js: line 270, col 35, 'Promise' is not defined. + +src/api/admin.js: line 1, col 1, Use the function form of "use strict". +src/api/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 10, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/admin.js: line 10, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 10, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/admin.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 19, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/admin.js: line 19, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/admin.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 23, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/admin.js: line 26, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/admin.js: line 26, col 42, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 26, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/admin.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 36, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/admin.js: line 39, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/admin.js: line 39, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/admin.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/admin.js: line 3, col 14, 'require' is not defined. +src/api/admin.js: line 4, col 19, 'require' is not defined. +src/api/admin.js: line 5, col 20, 'require' is not defined. +src/api/admin.js: line 6, col 16, 'require' is not defined. +src/api/admin.js: line 8, col 18, 'module' is not defined. + +src/api/categories.js: line 1, col 1, Use the function form of "use strict". +src/api/categories.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 13, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 13, col 49, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 13, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 14, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 20, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 20, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 21, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 26, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 32, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 36, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 37, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 48, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 51, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 52, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 56, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 61, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 68, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 68, col 46, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 82, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 82, col 44, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 82, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 88, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 91, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 91, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 91, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 93, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 93, col 42, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 93, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 104, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 114, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 114, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 116, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 116, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 126, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 127, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 129, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 135, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 139, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 142, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 143, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 144, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 145, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 148, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 152, col 14, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 152, col 17, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/categories.js: line 155, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 155, col 44, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 155, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 156, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 157, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 157, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 162, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 163, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 166, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 168, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 177, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 180, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 180, col 44, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 180, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 183, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 196, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 196, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 199, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 199, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 207, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 208, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 213, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 214, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 214, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 218, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 219, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 219, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 224, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 225, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 225, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 240, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/categories.js: line 240, col 43, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 240, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/categories.js: line 243, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 244, col 48, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 244, col 79, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 244, col 87, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/categories.js: line 3, col 14, 'require' is not defined. +src/api/categories.js: line 4, col 20, 'require' is not defined. +src/api/categories.js: line 5, col 16, 'require' is not defined. +src/api/categories.js: line 6, col 16, 'require' is not defined. +src/api/categories.js: line 7, col 14, 'require' is not defined. +src/api/categories.js: line 8, col 16, 'require' is not defined. +src/api/categories.js: line 9, col 20, 'require' is not defined. +src/api/categories.js: line 11, col 23, 'module' is not defined. +src/api/categories.js: line 26, col 45, 'Promise' is not defined. +src/api/categories.js: line 37, col 46, 'Promise' is not defined. +src/api/categories.js: line 116, col 57, 'Promise' is not defined. +src/api/categories.js: line 199, col 45, 'Promise' is not defined. + +src/api/chats.js: line 1, col 1, Use the function form of "use strict". +src/api/chats.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 20, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 23, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 39, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 39, col 30, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 39, col 81, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 39, col 85, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 53, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 62, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 68, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 82, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 88, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 88, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 90, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 93, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 93, col 41, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 93, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 94, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 95, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 105, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 106, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 109, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 109, col 29, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 109, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 109, col 90, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 109, col 95, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 111, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 111, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 119, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 120, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 139, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 139, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 150, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 159, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 163, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 165, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 169, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 169, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 181, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 181, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 188, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 188, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 192, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 198, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 203, col 52, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 203, col 60, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 207, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 207, col 31, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 207, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 208, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 216, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 216, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 216, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 221, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 221, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 229, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 231, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 232, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 233, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 237, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 237, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 238, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 239, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 240, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 241, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 241, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 245, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 248, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 253, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 254, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 259, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 262, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 262, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 266, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 270, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 271, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 276, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 280, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 287, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 287, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 291, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 308, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 308, col 37, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 308, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 309, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 309, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 322, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 322, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 322, col 98, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 322, col 102, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 327, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 328, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 330, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 330, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 343, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 345, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 346, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 347, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 351, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 354, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 354, col 43, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 354, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 356, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 360, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 361, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 364, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 364, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 364, col 54, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 364, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 369, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 373, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 373, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 373, col 57, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 373, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 378, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 378, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 388, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 389, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 392, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 392, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 392, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 393, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 397, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 398, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 401, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 401, col 37, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 401, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 406, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 406, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 406, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 411, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 411, col 40, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 411, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 416, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 416, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 416, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 421, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/chats.js: line 421, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/chats.js: line 421, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/chats.js: line 3, col 19, 'require' is not defined. +src/api/chats.js: line 4, col 17, 'require' is not defined. +src/api/chats.js: line 6, col 12, 'require' is not defined. +src/api/chats.js: line 7, col 14, 'require' is not defined. +src/api/chats.js: line 8, col 14, 'require' is not defined. +src/api/chats.js: line 9, col 19, 'require' is not defined. +src/api/chats.js: line 10, col 23, 'require' is not defined. +src/api/chats.js: line 11, col 20, 'require' is not defined. +src/api/chats.js: line 12, col 17, 'require' is not defined. +src/api/chats.js: line 13, col 15, 'require' is not defined. +src/api/chats.js: line 15, col 20, 'require' is not defined. +src/api/chats.js: line 16, col 23, 'require' is not defined. +src/api/chats.js: line 106, col 5, 'require' is not defined. +src/api/chats.js: line 169, col 24, 'require' is not defined. +src/api/chats.js: line 240, col 16, 'require' is not defined. +src/api/chats.js: line 18, col 18, 'module' is not defined. +src/api/chats.js: line 23, col 46, 'Promise' is not defined. +src/api/chats.js: line 82, col 11, 'Promise' is not defined. +src/api/chats.js: line 150, col 39, 'Promise' is not defined. +src/api/chats.js: line 221, col 40, 'Promise' is not defined. +src/api/chats.js: line 241, col 71, 'Promise' is not defined. +src/api/chats.js: line 280, col 11, 'Promise' is not defined. +src/api/chats.js: line 309, col 50, 'Promise' is not defined. +src/api/chats.js: line 378, col 53, 'Promise' is not defined. + +src/api/files.js: line 1, col 1, Use the function form of "use strict". +src/api/files.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/files.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/files.js: line 9, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/files.js: line 9, col 27, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/files.js: line 9, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/files.js: line 11, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/files.js: line 11, col 33, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/files.js: line 11, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/files.js: line 3, col 12, 'require' is not defined. +src/api/files.js: line 5, col 18, 'module' is not defined. + +src/api/flags.js: line 1, col 1, Use the function form of "use strict". +src/api/flags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 8, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 8, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/flags.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 10, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/flags.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 14, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 28, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 28, col 29, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 28, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/flags.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 37, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 37, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/flags.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 43, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 50, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 50, col 27, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 50, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/flags.js: line 52, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 52, col 26, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 52, col 34, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 52, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/flags.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 53, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 62, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 62, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/flags.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 69, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 81, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 88, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/flags.js: line 88, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/flags.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 100, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/flags.js: line 3, col 14, 'require' is not defined. +src/api/flags.js: line 4, col 15, 'require' is not defined. +src/api/flags.js: line 6, col 18, 'module' is not defined. +src/api/flags.js: line 81, col 36, 'Promise' is not defined. +src/api/flags.js: line 100, col 36, 'Promise' is not defined. + +src/api/groups.js: line 1, col 1, Use the function form of "use strict". +src/api/groups.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 15, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 15, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 24, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 47, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 51, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 60, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 76, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 76, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 85, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 87, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 91, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 92, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 107, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 108, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 121, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 129, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 134, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 142, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 142, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 151, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 168, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 183, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 190, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 191, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 204, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 204, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 229, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 229, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 231, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 233, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 234, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 235, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 238, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 241, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 247, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 247, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 248, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 258, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 258, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 259, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 264, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 269, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 269, col 37, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 269, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 270, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 276, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 276, col 33, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 276, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 277, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 280, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 287, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 292, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 292, col 33, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 292, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 293, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 296, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 303, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 308, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 308, col 37, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 308, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 309, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 315, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 315, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 315, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 316, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 321, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 326, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 326, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 326, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 327, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 330, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 339, col 52, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 342, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 342, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 342, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 343, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 346, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 347, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 358, col 56, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 362, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/groups.js: line 362, col 56, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 366, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 366, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 373, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/groups.js: line 386, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/groups.js: line 386, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/groups.js: line 3, col 19, 'require' is not defined. +src/api/groups.js: line 5, col 20, 'require' is not defined. +src/api/groups.js: line 6, col 16, 'require' is not defined. +src/api/groups.js: line 7, col 16, 'require' is not defined. +src/api/groups.js: line 8, col 14, 'require' is not defined. +src/api/groups.js: line 9, col 14, 'require' is not defined. +src/api/groups.js: line 10, col 23, 'require' is not defined. +src/api/groups.js: line 11, col 17, 'require' is not defined. +src/api/groups.js: line 13, col 19, 'module' is not defined. +src/api/groups.js: line 108, col 84, 'Promise' is not defined. +src/api/groups.js: line 142, col 43, 'Promise' is not defined. +src/api/groups.js: line 204, col 68, 'Promise' is not defined. +src/api/groups.js: line 366, col 74, 'Promise' is not defined. + +src/api/helpers.js: line 1, col 1, Use the function form of "use strict". +src/api/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 15, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 15, col 57, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/helpers.js: line 21, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 26, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 26, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 51, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 51, col 62, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 67, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 67, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 68, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 70, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 76, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 83, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 91, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 101, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 103, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 124, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 131, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/helpers.js: line 132, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/helpers.js: line 134, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 134, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 135, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/helpers.js: line 3, col 13, 'require' is not defined. +src/api/helpers.js: line 4, col 14, 'require' is not defined. +src/api/helpers.js: line 5, col 16, 'require' is not defined. +src/api/helpers.js: line 6, col 15, 'require' is not defined. +src/api/helpers.js: line 7, col 20, 'require' is not defined. +src/api/helpers.js: line 8, col 17, 'require' is not defined. +src/api/helpers.js: line 9, col 23, 'require' is not defined. +src/api/helpers.js: line 10, col 20, 'require' is not defined. +src/api/helpers.js: line 11, col 16, 'require' is not defined. +src/api/helpers.js: line 13, col 1, 'exports' is not defined. +src/api/helpers.js: line 15, col 16, 'exports' is not defined. +src/api/helpers.js: line 21, col 1, 'exports' is not defined. +src/api/helpers.js: line 51, col 1, 'exports' is not defined. +src/api/helpers.js: line 91, col 1, 'exports' is not defined. +src/api/helpers.js: line 67, col 11, 'Promise' is not defined. +src/api/helpers.js: line 103, col 37, 'Promise' is not defined. + +src/api/index.js: line 1, col 1, Use the function form of "use strict". +src/api/index.js: line 3, col 1, 'module' is not defined. +src/api/index.js: line 4, col 12, 'require' is not defined. +src/api/index.js: line 5, col 12, 'require' is not defined. +src/api/index.js: line 6, col 13, 'require' is not defined. +src/api/index.js: line 7, col 13, 'require' is not defined. +src/api/index.js: line 8, col 11, 'require' is not defined. +src/api/index.js: line 9, col 12, 'require' is not defined. +src/api/index.js: line 10, col 12, 'require' is not defined. +src/api/index.js: line 11, col 17, 'require' is not defined. +src/api/index.js: line 12, col 13, 'require' is not defined. +src/api/index.js: line 13, col 12, 'require' is not defined. +src/api/index.js: line 14, col 12, 'require' is not defined. +src/api/index.js: line 15, col 12, 'require' is not defined. + +src/api/posts.js: line 1, col 1, Use the function form of "use strict". +src/api/posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 23, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 24, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 46, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 46, col 34, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 46, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 56, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 56, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 56, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 68, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 68, col 32, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 68, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 86, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 100, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 107, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 114, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 133, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 134, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 134, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 134, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/posts.js: line 134, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 134, col 44, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/posts.js: line 135, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 135, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/posts.js: line 135, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 135, col 50, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/posts.js: line 138, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 142, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 145, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 146, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 149, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 150, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 150, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 157, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 159, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 166, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 168, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 172, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 180, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 188, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 193, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 198, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 209, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 210, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 224, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 229, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 234, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 235, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 238, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 245, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 246, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 267, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 268, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 268, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 278, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 285, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 295, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 295, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 299, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 312, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 316, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 320, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 324, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 328, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 328, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 329, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 330, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 330, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 338, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 339, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 340, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 341, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 341, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 342, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 343, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 346, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 346, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 361, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 365, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 365, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 366, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 371, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 372, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 377, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 380, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 386, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 388, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 389, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 390, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 394, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 395, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 399, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 400, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 400, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 407, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 408, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 409, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 421, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 425, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 429, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 430, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 430, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 435, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 441, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 441, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 443, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 444, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 446, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 447, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 447, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 449, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 450, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 452, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 453, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 453, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 463, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 474, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 474, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 479, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 479, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 480, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 481, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 486, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 487, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 490, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 490, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 490, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 491, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 492, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 492, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 504, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 504, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 504, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 508, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 508, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 509, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 514, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 514, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 515, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 515, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 517, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 517, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 522, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 523, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 529, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/posts.js: line 529, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/posts.js: line 530, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 535, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/posts.js: line 3, col 19, 'require' is not defined. +src/api/posts.js: line 4, col 11, 'require' is not defined. +src/api/posts.js: line 6, col 12, 'require' is not defined. +src/api/posts.js: line 7, col 15, 'require' is not defined. +src/api/posts.js: line 8, col 14, 'require' is not defined. +src/api/posts.js: line 9, col 15, 'require' is not defined. +src/api/posts.js: line 10, col 20, 'require' is not defined. +src/api/posts.js: line 11, col 16, 'require' is not defined. +src/api/posts.js: line 12, col 16, 'require' is not defined. +src/api/posts.js: line 13, col 17, 'require' is not defined. +src/api/posts.js: line 14, col 14, 'require' is not defined. +src/api/posts.js: line 15, col 16, 'require' is not defined. +src/api/posts.js: line 16, col 20, 'require' is not defined. +src/api/posts.js: line 17, col 20, 'require' is not defined. +src/api/posts.js: line 18, col 20, 'require' is not defined. +src/api/posts.js: line 19, col 23, 'require' is not defined. +src/api/posts.js: line 21, col 18, 'module' is not defined. +src/api/posts.js: line 24, col 49, 'Promise' is not defined. +src/api/posts.js: line 268, col 39, 'Promise' is not defined. +src/api/posts.js: line 285, col 27, 'Promise' is not defined. +src/api/posts.js: line 295, col 47, 'Promise' is not defined. +src/api/posts.js: line 330, col 52, 'Promise' is not defined. +src/api/posts.js: line 341, col 46, 'Promise' is not defined. +src/api/posts.js: line 346, col 42, 'Promise' is not defined. +src/api/posts.js: line 400, col 45, 'Promise' is not defined. +src/api/posts.js: line 430, col 45, 'Promise' is not defined. +src/api/posts.js: line 453, col 42, 'Promise' is not defined. +src/api/posts.js: line 492, col 42, 'Promise' is not defined. +src/api/posts.js: line 517, col 44, 'Promise' is not defined. + +src/api/search.js: line 1, col 1, Use the function form of "use strict". +src/api/search.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 17, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 17, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 20, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 21, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 24, col 15, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 29, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 35, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 35, col 53, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 39, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 42, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 45, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 51, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 53, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 53, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/search.js: line 60, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 68, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 68, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 71, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 75, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 79, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 87, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 88, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 89, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 92, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 92, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 93, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 93, col 69, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 95, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 96, col 33, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 102, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 102, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 104, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 110, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 110, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 110, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 111, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 121, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 122, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 128, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 128, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 129, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 129, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 130, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 135, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 136, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 136, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 138, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 145, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 157, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/search.js: line 157, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 157, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 158, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 158, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 169, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 169, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 177, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 179, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 181, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/search.js: line 183, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 189, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/search.js: line 3, col 11, 'require' is not defined. +src/api/search.js: line 5, col 12, 'require' is not defined. +src/api/search.js: line 6, col 14, 'require' is not defined. +src/api/search.js: line 7, col 20, 'require' is not defined. +src/api/search.js: line 8, col 19, 'require' is not defined. +src/api/search.js: line 9, col 20, 'require' is not defined. +src/api/search.js: line 10, col 14, 'require' is not defined. +src/api/search.js: line 11, col 17, 'require' is not defined. +src/api/search.js: line 13, col 28, 'require' is not defined. +src/api/search.js: line 15, col 19, 'module' is not defined. +src/api/search.js: line 78, col 45, 'Promise' is not defined. +src/api/search.js: line 79, col 49, 'Promise' is not defined. +src/api/search.js: line 92, col 15, 'Promise' is not defined. +src/api/search.js: line 111, col 50, 'Promise' is not defined. +src/api/search.js: line 158, col 38, 'Promise' is not defined. + +src/api/tags.js: line 1, col 1, Use the function form of "use strict". +src/api/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/tags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/tags.js: line 7, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/tags.js: line 11, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/tags.js: line 3, col 16, 'require' is not defined. +src/api/tags.js: line 5, col 17, 'module' is not defined. + +src/api/topics.js: line 1, col 1, Use the function form of "use strict". +src/api/topics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 13, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 20, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 20, col 50, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 36, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 37, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 53, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 58, col 23, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 58, col 26, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/topics.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 86, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 90, col 23, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 90, col 26, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/topics.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 102, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 120, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 126, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 132, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 138, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 138, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 139, col 64, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 142, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 142, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 146, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 152, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 158, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 164, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 168, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 172, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 176, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 176, col 37, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 176, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 181, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 187, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 187, col 34, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 187, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 200, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 200, col 37, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 200, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 208, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 208, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 208, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 210, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 210, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 227, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 227, col 40, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 227, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 236, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 236, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 236, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 241, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 241, col 40, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 241, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 244, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 256, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 256, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 256, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 264, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 264, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 264, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 272, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 272, col 35, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 272, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 273, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 274, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 281, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 281, col 37, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 281, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 289, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 289, col 31, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 289, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/topics.js: line 293, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 302, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 314, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/topics.js: line 319, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/topics.js: line 3, col 19, 'require' is not defined. +src/api/topics.js: line 5, col 14, 'require' is not defined. +src/api/topics.js: line 6, col 16, 'require' is not defined. +src/api/topics.js: line 7, col 15, 'require' is not defined. +src/api/topics.js: line 8, col 14, 'require' is not defined. +src/api/topics.js: line 9, col 20, 'require' is not defined. +src/api/topics.js: line 11, col 20, 'require' is not defined. +src/api/topics.js: line 15, col 20, 'require' is not defined. +src/api/topics.js: line 16, col 23, 'require' is not defined. +src/api/topics.js: line 18, col 19, 'module' is not defined. +src/api/topics.js: line 37, col 43, 'Promise' is not defined. +src/api/topics.js: line 142, col 15, 'Promise' is not defined. +src/api/topics.js: line 210, col 41, 'Promise' is not defined. +src/api/topics.js: line 228, col 11, 'Promise' is not defined. +src/api/topics.js: line 278, col 11, 'Promise' is not defined. + +src/api/users.js: line 1, col 1, Use the function form of "use strict". +src/api/users.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 25, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 25, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 25, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 26, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 32, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 42, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 42, col 29, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 42, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 51, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 60, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 65, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 88, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 103, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 103, col 41, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 104, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 104, col 67, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 107, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 107, col 48, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 108, col 29, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 108, col 59, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 108, col 69, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 111, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 111, col 48, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 112, col 29, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 112, col 59, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 112, col 69, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 115, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 119, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 119, col 66, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 119, col 89, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 123, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 128, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 133, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 141, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 141, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 142, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 142, col 23, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 142, col 26, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/users.js: line 142, col 36, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 142, col 39, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/users.js: line 142, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 142, col 51, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/api/users.js: line 148, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 148, col 35, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 148, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 149, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 149, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 150, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 153, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 153, col 42, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 153, col 52, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 153, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 158, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 166, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 176, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 183, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 184, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 184, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 186, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 188, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 189, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 191, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 201, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 209, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 216, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 217, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 223, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 244, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 250, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 255, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 256, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 258, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 273, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 279, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 280, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 284, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 285, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 285, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 286, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 296, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 314, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 319, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 320, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 321, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 321, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 322, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 331, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 346, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 346, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 346, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 347, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 353, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 353, col 56, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 353, col 61, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 357, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 357, col 37, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 357, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 358, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 368, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 368, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 368, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 374, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 374, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 375, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 376, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 376, col 20, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 378, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 392, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 392, col 32, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 392, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 402, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 407, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 407, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 408, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 413, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 413, col 83, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 414, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 414, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 419, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 420, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 420, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 422, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 422, col 22, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 424, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 429, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 436, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 436, col 41, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 436, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 442, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 443, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 446, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 446, col 34, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 446, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 447, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 448, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 460, col 41, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 460, col 46, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 466, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 466, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 466, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 467, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 467, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 471, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 480, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 480, col 34, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 480, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 481, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 481, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 486, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 491, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 491, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 491, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 492, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 492, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 503, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 503, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 514, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 515, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 515, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 516, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 517, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 522, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 522, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 532, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 532, col 31, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 533, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 534, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 535, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 551, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 553, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 561, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 579, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 588, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 592, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 600, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 604, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 604, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 608, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 630, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 630, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 635, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 635, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 636, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 639, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 651, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 659, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 671, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 677, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 677, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 677, col 29, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 677, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 678, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 678, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 679, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 679, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 681, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 688, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 688, col 43, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 688, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 688, col 85, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 688, col 90, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 690, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 690, col 41, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 690, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 691, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 691, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 692, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 692, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 694, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 694, col 42, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 694, col 47, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 696, col 18, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 696, col 28, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 702, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 702, col 40, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 702, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 703, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 707, col 33, Confusing use of '!'. +src/api/users.js: line 710, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 710, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 715, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 715, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 718, col 18, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 719, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 719, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 721, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 723, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/users.js: line 723, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 724, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 725, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 725, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 726, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/users.js: line 727, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 728, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 729, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 734, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/users.js: line 3, col 14, 'require' is not defined. +src/api/users.js: line 4, col 12, 'require' is not defined. +src/api/users.js: line 6, col 19, 'require' is not defined. +src/api/users.js: line 7, col 17, 'require' is not defined. +src/api/users.js: line 9, col 12, 'require' is not defined. +src/api/users.js: line 10, col 14, 'require' is not defined. +src/api/users.js: line 11, col 16, 'require' is not defined. +src/api/users.js: line 12, col 14, 'require' is not defined. +src/api/users.js: line 13, col 19, 'require' is not defined. +src/api/users.js: line 14, col 15, 'require' is not defined. +src/api/users.js: line 15, col 20, 'require' is not defined. +src/api/users.js: line 16, col 23, 'require' is not defined. +src/api/users.js: line 17, col 17, 'require' is not defined. +src/api/users.js: line 18, col 16, 'require' is not defined. +src/api/users.js: line 19, col 20, 'require' is not defined. +src/api/users.js: line 20, col 17, 'require' is not defined. +src/api/users.js: line 21, col 15, 'require' is not defined. +src/api/users.js: line 347, col 17, 'require' is not defined. +src/api/users.js: line 358, col 17, 'require' is not defined. +src/api/users.js: line 715, col 19, 'require' is not defined. +src/api/users.js: line 23, col 18, 'module' is not defined. +src/api/users.js: line 65, col 49, 'Promise' is not defined. +src/api/users.js: line 119, col 15, 'Promise' is not defined. +src/api/users.js: line 467, col 49, 'Promise' is not defined. +src/api/users.js: line 481, col 57, 'Promise' is not defined. +src/api/users.js: line 492, col 49, 'Promise' is not defined. +src/api/users.js: line 522, col 48, 'Promise' is not defined. +src/api/users.js: line 604, col 43, 'Promise' is not defined. +src/api/users.js: line 671, col 28, 'Map' is not defined. +src/api/users.js: line 681, col 46, '__dirname' is not defined. +src/api/users.js: line 716, col 14, 'process' is not defined. + +src/api/utils.js: line 1, col 1, Use the function form of "use strict". +src/api/utils.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 13, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 13, col 34, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 13, col 44, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 13, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 15, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 19, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 19, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 21, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 21, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 27, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 33, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 33, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 34, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 34, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 38, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 54, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 54, col 31, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 54, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 62, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 65, col 31, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 65, col 38, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 65, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 65, col 56, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 68, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 68, col 26, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 68, col 83, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 74, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 74, col 42, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 74, col 47, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 74, col 60, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 75, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 76, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 82, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 82, col 35, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 82, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 84, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 84, col 42, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 84, col 47, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 85, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 91, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 91, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 92, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 92, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 92, col 88, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 92, col 102, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 93, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/api/utils.js: line 96, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 96, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 98, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 99, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 100, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 102, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 103, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 107, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 115, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 115, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 117, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 119, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 120, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 121, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 126, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 126, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 130, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/api/utils.js: line 130, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/api/utils.js: line 3, col 12, 'require' is not defined. +src/api/utils.js: line 5, col 14, 'require' is not defined. +src/api/utils.js: line 6, col 18, 'require' is not defined. +src/api/utils.js: line 8, col 15, 'module' is not defined. +src/api/utils.js: line 33, col 39, 'Promise' is not defined. +src/api/utils.js: line 73, col 11, 'Promise' is not defined. +src/api/utils.js: line 83, col 11, 'Promise' is not defined. +src/api/utils.js: line 110, col 11, 'Promise' is not defined. +src/api/utils.js: line 116, col 11, 'Promise' is not defined. + +src/batch.js: line 2, col 1, Use the function form of "use strict". +src/batch.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 13, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/batch.js: line 36, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 37, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 47, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 48, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/batch.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 56, col 56, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/batch.js: line 72, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/batch.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 83, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 87, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/batch.js: line 4, col 14, 'require' is not defined. +src/batch.js: line 6, col 12, 'require' is not defined. +src/batch.js: line 7, col 15, 'require' is not defined. +src/batch.js: line 104, col 1, 'require' is not defined. +src/batch.js: line 11, col 30, 'setTimeout' is not defined. +src/batch.js: line 13, col 1, 'exports' is not defined. +src/batch.js: line 72, col 1, 'exports' is not defined. +src/batch.js: line 104, col 24, 'exports' is not defined. + +src/cache/lru.js: line 1, col 1, Use the function form of "use strict". +src/cache/lru.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 4, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 8, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 14, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 23, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 25, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 50, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 88, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 89, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 94, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 105, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 105, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 109, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 109, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 111, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 119, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 120, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 121, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 121, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/lru.js: line 130, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 131, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/lru.js: line 3, col 1, 'module' is not defined. +src/cache/lru.js: line 4, col 26, 'require' is not defined. +src/cache/lru.js: line 5, col 20, 'require' is not defined. +src/cache/lru.js: line 8, col 21, 'require' is not defined. +src/cache/lru.js: line 9, col 19, 'require' is not defined. +src/cache/lru.js: line 18, col 30, 'Map' is not defined. +src/cache/lru.js: line 41, col 29, 'Map' is not defined. + +src/cache/ttl.js: line 1, col 1, Use the function form of "use strict". +src/cache/ttl.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 7, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 23, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 33, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 69, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 70, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 75, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 86, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 86, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 90, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 90, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 92, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 100, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 101, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 102, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 102, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cache/ttl.js: line 111, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 112, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache/ttl.js: line 3, col 1, 'module' is not defined. +src/cache/ttl.js: line 4, col 22, 'require' is not defined. +src/cache/ttl.js: line 5, col 20, 'require' is not defined. +src/cache/ttl.js: line 17, col 29, 'Map' is not defined. + +src/cache.js: line 1, col 1, Use the function form of "use strict". +src/cache.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cache.js: line 3, col 21, 'require' is not defined. +src/cache.js: line 5, col 1, 'module' is not defined. + +src/cacheCreate.js: line 1, col 1, Use the function form of "use strict". +src/cacheCreate.js: line 3, col 1, 'module' is not defined. +src/cacheCreate.js: line 3, col 18, 'require' is not defined. + +src/categories/activeusers.js: line 1, col 1, Use the function form of "use strict". +src/categories/activeusers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/activeusers.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/activeusers.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/activeusers.js: line 9, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/activeusers.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/activeusers.js: line 13, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/activeusers.js: line 13, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/activeusers.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/activeusers.js: line 15, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/activeusers.js: line 15, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/activeusers.js: line 3, col 11, 'require' is not defined. +src/categories/activeusers.js: line 5, col 15, 'require' is not defined. +src/categories/activeusers.js: line 6, col 12, 'require' is not defined. +src/categories/activeusers.js: line 8, col 1, 'module' is not defined. + +src/categories/create.js: line 1, col 1, Use the function form of "use strict". +src/categories/create.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 14, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 16, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 18, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 21, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 22, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 27, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 83, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 90, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 91, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 113, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 116, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 117, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 129, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 130, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 137, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 152, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 156, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 157, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 157, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 158, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 159, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 166, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 168, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 169, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 171, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 172, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 173, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 174, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 200, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 209, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 210, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 210, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 211, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 212, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 212, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 212, col 105, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 213, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 216, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 218, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 221, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 221, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 223, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 223, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 226, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 239, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 240, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 240, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 240, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 241, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 241, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 241, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 243, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 244, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 245, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 245, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 250, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/create.js: line 251, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 251, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 251, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 252, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 252, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 252, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 253, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 253, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 257, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 257, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 258, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/create.js: line 258, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/create.js: line 3, col 15, 'require' is not defined. +src/categories/create.js: line 4, col 11, 'require' is not defined. +src/categories/create.js: line 6, col 12, 'require' is not defined. +src/categories/create.js: line 7, col 17, 'require' is not defined. +src/categories/create.js: line 8, col 20, 'require' is not defined. +src/categories/create.js: line 9, col 15, 'require' is not defined. +src/categories/create.js: line 10, col 17, 'require' is not defined. +src/categories/create.js: line 11, col 15, 'require' is not defined. +src/categories/create.js: line 13, col 1, 'module' is not defined. +src/categories/create.js: line 16, col 41, 'Promise' is not defined. +src/categories/create.js: line 157, col 45, 'Promise' is not defined. +src/categories/create.js: line 253, col 46, 'Promise' is not defined. + +src/categories/data.js: line 1, col 1, Use the function form of "use strict". +src/categories/data.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 17, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 22, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/data.js: line 22, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/data.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 30, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/data.js: line 34, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 39, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 43, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 48, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 53, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 58, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 59, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/data.js: line 62, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/data.js: line 63, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/data.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/data.js: line 90, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/data.js: line 3, col 19, 'require' is not defined. +src/categories/data.js: line 5, col 12, 'require' is not defined. +src/categories/data.js: line 6, col 14, 'require' is not defined. +src/categories/data.js: line 7, col 17, 'require' is not defined. +src/categories/data.js: line 8, col 15, 'require' is not defined. +src/categories/data.js: line 16, col 1, 'module' is not defined. + +src/categories/delete.js: line 1, col 1, Use the function form of "use strict". +src/categories/delete.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 13, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 14, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 14, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 14, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 15, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 15, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 20, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 21, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 21, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 29, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 32, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 39, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 40, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 41, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 42, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 43, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 44, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 45, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 46, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 47, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 48, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 49, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 50, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 51, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 54, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 54, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 57, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 58, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 60, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 63, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 64, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 66, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 70, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 78, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 79, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 80, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 81, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 82, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 86, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/delete.js: line 87, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/delete.js: line 87, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 88, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 88, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 89, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/delete.js: line 3, col 15, 'require' is not defined. +src/categories/delete.js: line 4, col 12, 'require' is not defined. +src/categories/delete.js: line 5, col 15, 'require' is not defined. +src/categories/delete.js: line 6, col 17, 'require' is not defined. +src/categories/delete.js: line 7, col 16, 'require' is not defined. +src/categories/delete.js: line 8, col 16, 'require' is not defined. +src/categories/delete.js: line 9, col 20, 'require' is not defined. +src/categories/delete.js: line 10, col 15, 'require' is not defined. +src/categories/delete.js: line 12, col 1, 'module' is not defined. +src/categories/delete.js: line 58, col 45, 'Promise' is not defined. +src/categories/delete.js: line 69, col 15, 'Promise' is not defined. + +src/categories/index.js: line 2, col 1, Use the function form of "use strict". +src/categories/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 27, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 29, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 29, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 29, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 33, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 51, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 51, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 65, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 65, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/index.js: line 67, col 14, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 67, col 17, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/index.js: line 70, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 71, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 77, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 82, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 87, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 88, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 92, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 93, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 97, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 98, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 102, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 106, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 115, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 119, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 127, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 131, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 146, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 154, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 155, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 157, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 157, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 158, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 158, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 167, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 170, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 170, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 170, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 173, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 175, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 177, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 184, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 194, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 195, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 197, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 209, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 210, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 211, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 211, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 211, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 213, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 215, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 216, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 217, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 220, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 221, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 222, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 223, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 224, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 227, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 228, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 230, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 235, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 237, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 243, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 244, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 245, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 256, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 257, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 258, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 259, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 261, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 265, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 265, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 266, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 269, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 269, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 270, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 270, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 271, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 283, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 302, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 302, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 303, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 304, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 305, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 309, col 30, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 309, col 33, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/index.js: line 313, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 315, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 328, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 338, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 344, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 352, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 356, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 357, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 361, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 362, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 366, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/index.js: line 367, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 368, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 373, col 23, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 373, col 26, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 373, col 29, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/categories/index.js: line 374, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 381, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 381, col 81, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 385, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 387, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 387, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 389, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 396, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 398, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/index.js: line 404, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 407, col 25, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 410, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/index.js: line 4, col 11, 'require' is not defined. +src/categories/index.js: line 6, col 12, 'require' is not defined. +src/categories/index.js: line 7, col 14, 'require' is not defined. +src/categories/index.js: line 8, col 16, 'require' is not defined. +src/categories/index.js: line 9, col 17, 'require' is not defined. +src/categories/index.js: line 10, col 20, 'require' is not defined. +src/categories/index.js: line 11, col 15, 'require' is not defined. +src/categories/index.js: line 12, col 14, 'require' is not defined. +src/categories/index.js: line 16, col 1, 'require' is not defined. +src/categories/index.js: line 17, col 1, 'require' is not defined. +src/categories/index.js: line 18, col 1, 'require' is not defined. +src/categories/index.js: line 19, col 1, 'require' is not defined. +src/categories/index.js: line 20, col 1, 'require' is not defined. +src/categories/index.js: line 21, col 1, 'require' is not defined. +src/categories/index.js: line 22, col 1, 'require' is not defined. +src/categories/index.js: line 23, col 1, 'require' is not defined. +src/categories/index.js: line 24, col 1, 'require' is not defined. +src/categories/index.js: line 25, col 1, 'require' is not defined. +src/categories/index.js: line 413, col 1, 'require' is not defined. +src/categories/index.js: line 14, col 20, 'module' is not defined. +src/categories/index.js: line 51, col 62, 'Promise' is not defined. +src/categories/index.js: line 115, col 46, 'Promise' is not defined. +src/categories/index.js: line 223, col 11, 'Promise' is not defined. + +src/categories/recentreplies.js: line 2, col 1, Use the function form of "use strict". +src/categories/recentreplies.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 15, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 22, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 22, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 27, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 28, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 29, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 30, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 34, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 34, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 35, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 37, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 41, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 46, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 47, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 48, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 49, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 52, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 69, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 73, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 74, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 76, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 84, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 84, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 87, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 88, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 97, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 98, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 102, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 107, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 107, col 71, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 108, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 108, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 109, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 113, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 115, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 132, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 134, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 135, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 139, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 143, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 148, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 151, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 161, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 164, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 168, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 169, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 169, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 174, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/recentreplies.js: line 174, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 175, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 177, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 178, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 179, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 180, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 181, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 182, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 184, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 188, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 188, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 189, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/recentreplies.js: line 189, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 191, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 192, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 192, col 83, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/recentreplies.js: line 4, col 17, 'require' is not defined. +src/categories/recentreplies.js: line 5, col 11, 'require' is not defined. +src/categories/recentreplies.js: line 7, col 12, 'require' is not defined. +src/categories/recentreplies.js: line 8, col 15, 'require' is not defined. +src/categories/recentreplies.js: line 9, col 16, 'require' is not defined. +src/categories/recentreplies.js: line 10, col 20, 'require' is not defined. +src/categories/recentreplies.js: line 11, col 17, 'require' is not defined. +src/categories/recentreplies.js: line 12, col 15, 'require' is not defined. +src/categories/recentreplies.js: line 14, col 1, 'module' is not defined. +src/categories/recentreplies.js: line 28, col 49, 'Promise' is not defined. +src/categories/recentreplies.js: line 108, col 45, 'Promise' is not defined. +src/categories/recentreplies.js: line 109, col 41, 'Promise' is not defined. +src/categories/recentreplies.js: line 169, col 44, 'Promise' is not defined. +src/categories/recentreplies.js: line 190, col 19, 'Promise' is not defined. + +src/categories/search.js: line 1, col 1, Use the function form of "use strict". +src/categories/search.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 10, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/search.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 18, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 32, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 33, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 34, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 45, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/search.js: line 48, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/search.js: line 54, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/search.js: line 61, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/search.js: line 65, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/search.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 71, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/search.js: line 74, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/search.js: line 77, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/search.js: line 78, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/search.js: line 78, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/search.js: line 3, col 11, 'require' is not defined. +src/categories/search.js: line 5, col 20, 'require' is not defined. +src/categories/search.js: line 6, col 17, 'require' is not defined. +src/categories/search.js: line 7, col 12, 'require' is not defined. +src/categories/search.js: line 9, col 1, 'module' is not defined. +src/categories/search.js: line 16, col 27, 'process' is not defined. +src/categories/search.js: line 60, col 32, 'process' is not defined. +src/categories/search.js: line 78, col 36, 'Promise' is not defined. + +src/categories/topics.js: line 1, col 1, Use the function form of "use strict". +src/categories/topics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 14, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 15, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 17, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 22, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 23, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 27, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 29, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 46, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 47, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 48, col 40, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 48, col 43, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/categories/topics.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 63, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 74, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 74, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 80, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 82, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 82, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 87, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 91, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 93, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 99, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 108, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 109, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 111, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 112, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 113, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 114, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 115, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 116, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 119, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 119, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 123, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 123, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 125, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 130, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 133, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 140, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 144, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 151, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 152, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 152, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 155, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 157, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 163, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 163, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 164, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 167, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 177, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 192, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 196, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 197, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 198, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 201, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 207, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 207, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 208, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 208, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 211, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 214, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 221, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 222, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 223, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 224, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 227, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 227, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 228, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 228, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 229, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 230, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 230, col 68, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/topics.js: line 230, col 79, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 232, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 239, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 247, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 247, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 248, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 249, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 251, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 253, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/topics.js: line 255, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 259, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/topics.js: line 3, col 12, 'require' is not defined. +src/categories/topics.js: line 4, col 16, 'require' is not defined. +src/categories/topics.js: line 5, col 17, 'require' is not defined. +src/categories/topics.js: line 6, col 14, 'require' is not defined. +src/categories/topics.js: line 7, col 20, 'require' is not defined. +src/categories/topics.js: line 8, col 14, 'require' is not defined. +src/categories/topics.js: line 9, col 23, 'require' is not defined. +src/categories/topics.js: line 10, col 20, 'require' is not defined. +src/categories/topics.js: line 11, col 15, 'require' is not defined. +src/categories/topics.js: line 13, col 1, 'module' is not defined. +src/categories/topics.js: line 47, col 41, 'Promise' is not defined. +src/categories/topics.js: line 163, col 52, 'Promise' is not defined. +src/categories/topics.js: line 203, col 15, 'Promise' is not defined. +src/categories/topics.js: line 208, col 15, 'Promise' is not defined. +src/categories/topics.js: line 209, col 19, 'Promise' is not defined. +src/categories/topics.js: line 141, col 9, 'console' is not defined. + +src/categories/unread.js: line 1, col 1, Use the function form of "use strict". +src/categories/unread.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/unread.js: line 6, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/unread.js: line 12, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/unread.js: line 12, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/unread.js: line 12, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/unread.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/unread.js: line 14, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/unread.js: line 18, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/unread.js: line 24, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/unread.js: line 27, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/unread.js: line 31, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/unread.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/unread.js: line 34, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/unread.js: line 34, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/unread.js: line 38, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/unread.js: line 44, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/unread.js: line 3, col 12, 'require' is not defined. +src/categories/unread.js: line 5, col 1, 'module' is not defined. +src/categories/unread.js: line 8, col 9, 'console' is not defined. +src/categories/unread.js: line 20, col 9, 'console' is not defined. +src/categories/unread.js: line 29, col 9, 'console' is not defined. +src/categories/unread.js: line 40, col 9, 'console' is not defined. + +src/categories/update.js: line 1, col 1, Use the function form of "use strict". +src/categories/update.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 14, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 18, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 25, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 26, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 30, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 38, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 38, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 45, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 56, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 62, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 71, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 77, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 78, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 79, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 83, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 84, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 85, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 86, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 90, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 91, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 93, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 94, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 95, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 96, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 99, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 100, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 104, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 118, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 119, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 124, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 124, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 129, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 130, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 134, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 135, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 139, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/update.js: line 140, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/update.js: line 141, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 142, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 143, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/update.js: line 3, col 12, 'require' is not defined. +src/categories/update.js: line 4, col 14, 'require' is not defined. +src/categories/update.js: line 5, col 15, 'require' is not defined. +src/categories/update.js: line 6, col 17, 'require' is not defined. +src/categories/update.js: line 7, col 20, 'require' is not defined. +src/categories/update.js: line 8, col 17, 'require' is not defined. +src/categories/update.js: line 9, col 15, 'require' is not defined. +src/categories/update.js: line 11, col 1, 'module' is not defined. +src/categories/update.js: line 14, col 15, 'Promise' is not defined. +src/categories/update.js: line 76, col 15, 'Promise' is not defined. + +src/categories/watch.js: line 1, col 1, Use the function form of "use strict". +src/categories/watch.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 14, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 15, col 13, Confusing use of '!'. +src/categories/watch.js: line 16, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 19, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 22, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 23, col 13, Confusing use of '!'. +src/categories/watch.js: line 24, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 29, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 29, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 30, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 34, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 37, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 39, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 42, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 44, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 48, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/categories/watch.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 49, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/categories/watch.js: line 51, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 53, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/categories/watch.js: line 3, col 12, 'require' is not defined. +src/categories/watch.js: line 4, col 14, 'require' is not defined. +src/categories/watch.js: line 6, col 1, 'module' is not defined. +src/categories/watch.js: line 30, col 46, 'Promise' is not defined. +src/categories/watch.js: line 49, col 46, 'Promise' is not defined. + +src/cli/colors.js: line 1, col 1, Use the function form of "use strict". +src/cli/colors.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 7, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 24, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 24, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 36, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 37, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 37, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 46, col 5, 'concise methods' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 50, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 52, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 54, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 55, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 56, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 58, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 65, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 65, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 66, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 72, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 74, col 5, 'concise methods' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 78, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 78, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 80, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 83, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 85, col 5, 'concise methods' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 86, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 91, col 5, 'concise methods' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 92, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 97, col 5, 'concise methods' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 98, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 103, col 5, 'concise methods' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 104, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 106, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 111, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 113, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 113, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 123, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 123, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 132, col 72, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 141, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 141, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/colors.js: line 150, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/colors.js: line 7, col 21, 'require' is not defined. +src/cli/colors.js: line 8, col 15, 'require' is not defined. +src/cli/colors.js: line 45, col 1, 'module' is not defined. + +src/cli/index.js: line 3, col 1, Use the function form of "use strict". +src/cli/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 11, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 31, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 33, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 33, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 57, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 58, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 65, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 71, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 72, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 73, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 73, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 74, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 76, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 77, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 78, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 95, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 106, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 107, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 125, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 133, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 134, col 38, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 134, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/index.js: line 141, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 144, col 38, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 144, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/index.js: line 149, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 155, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 161, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 167, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 176, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 194, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 204, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 207, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 214, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 220, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 225, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 232, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 238, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 244, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 249, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 258, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 259, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 259, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 261, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 265, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 287, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 288, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 292, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 293, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 296, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 310, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 311, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 323, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 328, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/index.js: line 328, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 332, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/index.js: line 5, col 12, 'require' is not defined. +src/cli/index.js: line 6, col 14, 'require' is not defined. +src/cli/index.js: line 8, col 1, 'require' is not defined. +src/cli/index.js: line 10, col 24, 'require' is not defined. +src/cli/index.js: line 11, col 19, 'require' is not defined. +src/cli/index.js: line 27, col 20, 'require' is not defined. +src/cli/index.js: line 28, col 28, 'require' is not defined. +src/cli/index.js: line 58, col 36, 'require' is not defined. +src/cli/index.js: line 59, col 17, 'require' is not defined. +src/cli/index.js: line 60, col 24, 'require' is not defined. +src/cli/index.js: line 64, col 23, 'require' is not defined. +src/cli/index.js: line 71, col 15, 'require' is not defined. +src/cli/index.js: line 72, col 15, 'require' is not defined. +src/cli/index.js: line 73, col 21, 'require' is not defined. +src/cli/index.js: line 74, col 15, 'require' is not defined. +src/cli/index.js: line 76, col 13, 'require' is not defined. +src/cli/index.js: line 77, col 14, 'require' is not defined. +src/cli/index.js: line 78, col 18, 'require' is not defined. +src/cli/index.js: line 80, col 23, 'require' is not defined. +src/cli/index.js: line 113, col 5, 'require' is not defined. +src/cli/index.js: line 126, col 9, 'require' is not defined. +src/cli/index.js: line 134, col 9, 'require' is not defined. +src/cli/index.js: line 144, col 9, 'require' is not defined. +src/cli/index.js: line 150, col 9, 'require' is not defined. +src/cli/index.js: line 156, col 9, 'require' is not defined. +src/cli/index.js: line 162, col 9, 'require' is not defined. +src/cli/index.js: line 168, col 9, 'require' is not defined. +src/cli/index.js: line 187, col 9, 'require' is not defined. +src/cli/index.js: line 196, col 13, 'require' is not defined. +src/cli/index.js: line 198, col 13, 'require' is not defined. +src/cli/index.js: line 212, col 9, 'require' is not defined. +src/cli/index.js: line 215, col 9, 'require' is not defined. +src/cli/index.js: line 221, col 9, 'require' is not defined. +src/cli/index.js: line 226, col 9, 'require' is not defined. +src/cli/index.js: line 233, col 9, 'require' is not defined. +src/cli/index.js: line 239, col 9, 'require' is not defined. +src/cli/index.js: line 245, col 9, 'require' is not defined. +src/cli/index.js: line 265, col 9, 'require' is not defined. +src/cli/index.js: line 276, col 17, 'require' is not defined. +src/cli/index.js: line 301, col 9, 'require' is not defined. +src/cli/index.js: line 311, col 9, 'require' is not defined. +src/cli/index.js: line 47, col 9, 'console' is not defined. +src/cli/index.js: line 48, col 9, 'console' is not defined. +src/cli/index.js: line 65, col 9, 'console' is not defined. +src/cli/index.js: line 181, col 17, 'console' is not defined. +src/cli/index.js: line 182, col 17, 'console' is not defined. +src/cli/index.js: line 261, col 13, 'console' is not defined. +src/cli/index.js: line 288, col 9, 'console' is not defined. +src/cli/index.js: line 315, col 13, 'console' is not defined. +src/cli/index.js: line 332, col 13, 'console' is not defined. +src/cli/index.js: line 95, col 20, 'process' is not defined. +src/cli/index.js: line 100, col 1, 'process' is not defined. +src/cli/index.js: line 100, col 24, 'process' is not defined. +src/cli/index.js: line 101, col 14, 'process' is not defined. +src/cli/index.js: line 112, col 22, 'process' is not defined. +src/cli/index.js: line 118, col 5, 'process' is not defined. +src/cli/index.js: line 142, col 9, 'process' is not defined. +src/cli/index.js: line 209, col 13, 'process' is not defined. +src/cli/index.js: line 267, col 24, 'process' is not defined. +src/cli/index.js: line 270, col 13, 'process' is not defined. +src/cli/index.js: line 298, col 13, 'process' is not defined. +src/cli/index.js: line 316, col 13, 'process' is not defined. +src/cli/index.js: line 337, col 5, 'process' is not defined. +src/cli/index.js: line 101, col 1, 'global' is not defined. +src/cli/index.js: line 143, col 9, 'global' is not defined. +src/cli/index.js: line 210, col 13, 'global' is not defined. +src/cli/index.js: line 299, col 13, 'global' is not defined. + +src/cli/manage.js: line 1, col 1, Use the function form of "use strict". +src/cli/manage.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 15, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 17, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 25, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 40, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 48, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 53, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 64, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 82, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 92, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 97, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 100, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 101, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 103, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 116, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 120, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 121, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 121, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 131, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 131, col 33, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 133, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 138, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 139, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 140, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 140, col 119, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 145, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 147, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 147, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 148, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 150, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 152, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 153, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 155, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 158, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 162, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 163, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 167, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 168, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 171, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 172, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 176, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 177, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 185, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 186, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 186, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 188, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 194, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 198, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 199, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/manage.js: line 202, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/manage.js: line 206, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/manage.js: line 3, col 17, 'require' is not defined. +src/cli/manage.js: line 4, col 22, 'require' is not defined. +src/cli/manage.js: line 5, col 18, 'require' is not defined. +src/cli/manage.js: line 6, col 15, 'require' is not defined. +src/cli/manage.js: line 7, col 15, 'require' is not defined. +src/cli/manage.js: line 9, col 15, 'require' is not defined. +src/cli/manage.js: line 10, col 12, 'require' is not defined. +src/cli/manage.js: line 11, col 17, 'require' is not defined. +src/cli/manage.js: line 12, col 16, 'require' is not defined. +src/cli/manage.js: line 13, col 19, 'require' is not defined. +src/cli/manage.js: line 14, col 15, 'require' is not defined. +src/cli/manage.js: line 15, col 56, 'require' is not defined. +src/cli/manage.js: line 34, col 28, 'require' is not defined. +src/cli/manage.js: line 147, col 25, 'require' is not defined. +src/cli/manage.js: line 46, col 9, 'process' is not defined. +src/cli/manage.js: line 49, col 9, 'process' is not defined. +src/cli/manage.js: line 58, col 9, 'process' is not defined. +src/cli/manage.js: line 76, col 13, 'process' is not defined. +src/cli/manage.js: line 80, col 13, 'process' is not defined. +src/cli/manage.js: line 90, col 9, 'process' is not defined. +src/cli/manage.js: line 93, col 9, 'process' is not defined. +src/cli/manage.js: line 119, col 5, 'process' is not defined. +src/cli/manage.js: line 121, col 9, 'process' is not defined. +src/cli/manage.js: line 122, col 9, 'process' is not defined. +src/cli/manage.js: line 123, col 9, 'process' is not defined. +src/cli/manage.js: line 124, col 9, 'process' is not defined. +src/cli/manage.js: line 125, col 9, 'process' is not defined. +src/cli/manage.js: line 128, col 5, 'process' is not defined. +src/cli/manage.js: line 142, col 5, 'process' is not defined. +src/cli/manage.js: line 150, col 32, 'process' is not defined. +src/cli/manage.js: line 195, col 5, 'process' is not defined. +src/cli/manage.js: line 203, col 5, 'process' is not defined. +src/cli/manage.js: line 209, col 9, 'process' is not defined. +src/cli/manage.js: line 212, col 9, 'process' is not defined. +src/cli/manage.js: line 138, col 5, 'console' is not defined. +src/cli/manage.js: line 140, col 9, 'console' is not defined. +src/cli/manage.js: line 146, col 5, 'console' is not defined. +src/cli/manage.js: line 148, col 5, 'console' is not defined. +src/cli/manage.js: line 150, col 5, 'console' is not defined. +src/cli/manage.js: line 153, col 5, 'console' is not defined. +src/cli/manage.js: line 155, col 5, 'console' is not defined. +src/cli/manage.js: line 162, col 13, 'console' is not defined. +src/cli/manage.js: line 163, col 13, 'console' is not defined. +src/cli/manage.js: line 167, col 13, 'console' is not defined. +src/cli/manage.js: line 168, col 13, 'console' is not defined. +src/cli/manage.js: line 171, col 13, 'console' is not defined. +src/cli/manage.js: line 172, col 13, 'console' is not defined. +src/cli/manage.js: line 192, col 5, 'console' is not defined. +src/cli/manage.js: line 193, col 5, 'console' is not defined. +src/cli/manage.js: line 194, col 5, 'console' is not defined. +src/cli/manage.js: line 202, col 5, 'console' is not defined. +src/cli/manage.js: line 216, col 1, 'exports' is not defined. +src/cli/manage.js: line 217, col 1, 'exports' is not defined. +src/cli/manage.js: line 218, col 1, 'exports' is not defined. +src/cli/manage.js: line 219, col 1, 'exports' is not defined. +src/cli/manage.js: line 220, col 1, 'exports' is not defined. +src/cli/manage.js: line 221, col 1, 'exports' is not defined. +src/cli/manage.js: line 222, col 1, 'exports' is not defined. + +src/cli/package-install.js: line 1, col 1, Use the function form of "use strict". +src/cli/package-install.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 14, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 15, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 21, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 22, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 39, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 40, col 67, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 40, col 82, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 46, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 49, col 39, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 49, col 42, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 49, col 56, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 49, col 59, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 51, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 51, col 31, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 51, col 34, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 51, col 87, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 51, col 101, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 62, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 67, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 68, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 76, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 97, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 97, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 97, col 43, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 99, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 105, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 107, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 114, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 120, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 135, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 136, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 137, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 142, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 151, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 153, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 155, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 157, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 158, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 159, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 164, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 165, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/package-install.js: line 171, col 55, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 171, col 58, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 171, col 88, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/package-install.js: line 171, col 91, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/cli/package-install.js: line 3, col 14, 'require' is not defined. +src/cli/package-install.js: line 5, col 12, 'require' is not defined. +src/cli/package-install.js: line 6, col 15, 'require' is not defined. +src/cli/package-install.js: line 8, col 38, 'require' is not defined. +src/cli/package-install.js: line 36, col 15, 'require' is not defined. +src/cli/package-install.js: line 64, col 33, 'require' is not defined. +src/cli/package-install.js: line 73, col 23, 'require' is not defined. +src/cli/package-install.js: line 10, col 20, 'module' is not defined. +src/cli/package-install.js: line 76, col 45, '__dirname' is not defined. +src/cli/package-install.js: line 99, col 40, '__dirname' is not defined. +src/cli/package-install.js: line 130, col 28, '__dirname' is not defined. +src/cli/package-install.js: line 106, col 18, 'process' is not defined. +src/cli/package-install.js: line 109, col 41, 'exports' is not defined. +src/cli/package-install.js: line 134, col 9, 'console' is not defined. +src/cli/package-install.js: line 135, col 9, 'console' is not defined. +src/cli/package-install.js: line 136, col 9, 'console' is not defined. +src/cli/package-install.js: line 137, col 9, 'console' is not defined. + +src/cli/reset.js: line 1, col 1, Use the function form of "use strict". +src/cli/reset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 15, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 17, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 19, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 20, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 26, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/reset.js: line 33, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 34, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 40, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/reset.js: line 49, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 57, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/reset.js: line 57, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/reset.js: line 62, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/reset.js: line 79, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 79, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 86, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/reset.js: line 91, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 97, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 107, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 111, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 117, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/reset.js: line 120, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/reset.js: line 139, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/reset.js: line 144, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 153, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/reset.js: line 3, col 14, 'require' is not defined. +src/cli/reset.js: line 4, col 17, 'require' is not defined. +src/cli/reset.js: line 5, col 12, 'require' is not defined. +src/cli/reset.js: line 6, col 15, 'require' is not defined. +src/cli/reset.js: line 7, col 15, 'require' is not defined. +src/cli/reset.js: line 9, col 12, 'require' is not defined. +src/cli/reset.js: line 10, col 16, 'require' is not defined. +src/cli/reset.js: line 11, col 14, 'require' is not defined. +src/cli/reset.js: line 12, col 17, 'require' is not defined. +src/cli/reset.js: line 13, col 17, 'require' is not defined. +src/cli/reset.js: line 14, col 20, 'require' is not defined. +src/cli/reset.js: line 15, col 56, 'require' is not defined. +src/cli/reset.js: line 17, col 1, 'exports' is not defined. +src/cli/reset.js: line 60, col 9, 'console' is not defined. +src/cli/reset.js: line 74, col 9, 'process' is not defined. +src/cli/reset.js: line 84, col 9, 'process' is not defined. +src/cli/reset.js: line 87, col 9, 'process' is not defined. +src/cli/reset.js: line 124, col 13, 'process' is not defined. +src/cli/reset.js: line 147, col 9, 'process' is not defined. + +src/cli/running.js: line 1, col 1, Use the function form of "use strict". +src/cli/running.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 15, col 17, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 37, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 42, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 46, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 49, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 51, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 52, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 53, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 60, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 65, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 73, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 84, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 98, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 100, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 101, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 102, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 103, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 104, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 108, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 114, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/running.js: line 117, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/running.js: line 3, col 12, 'require' is not defined. +src/cli/running.js: line 4, col 22, 'require' is not defined. +src/cli/running.js: line 5, col 15, 'require' is not defined. +src/cli/running.js: line 7, col 14, 'require' is not defined. +src/cli/running.js: line 8, col 19, 'require' is not defined. +src/cli/running.js: line 23, col 13, 'process' is not defined. +src/cli/running.js: line 33, col 9, 'process' is not defined. +src/cli/running.js: line 35, col 18, 'process' is not defined. +src/cli/running.js: line 58, col 38, 'process' is not defined. +src/cli/running.js: line 59, col 14, 'process' is not defined. +src/cli/running.js: line 75, col 13, 'process' is not defined. +src/cli/running.js: line 87, col 13, 'process' is not defined. +src/cli/running.js: line 42, col 9, 'console' is not defined. +src/cli/running.js: line 49, col 9, 'console' is not defined. +src/cli/running.js: line 76, col 13, 'console' is not defined. +src/cli/running.js: line 78, col 13, 'console' is not defined. +src/cli/running.js: line 86, col 13, 'console' is not defined. +src/cli/running.js: line 92, col 13, 'console' is not defined. +src/cli/running.js: line 100, col 13, 'console' is not defined. +src/cli/running.js: line 107, col 13, 'console' is not defined. +src/cli/running.js: line 108, col 13, 'console' is not defined. +src/cli/running.js: line 114, col 5, 'console' is not defined. +src/cli/running.js: line 121, col 1, 'exports' is not defined. +src/cli/running.js: line 122, col 1, 'exports' is not defined. +src/cli/running.js: line 123, col 1, 'exports' is not defined. +src/cli/running.js: line 124, col 1, 'exports' is not defined. +src/cli/running.js: line 125, col 1, 'exports' is not defined. + +src/cli/setup.js: line 1, col 1, Use the function form of "use strict". +src/cli/setup.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 7, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 9, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/setup.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 10, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 18, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/setup.js: line 23, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 38, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 40, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/setup.js: line 44, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/setup.js: line 48, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/setup.js: line 49, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/setup.js: line 3, col 17, 'require' is not defined. +src/cli/setup.js: line 4, col 14, 'require' is not defined. +src/cli/setup.js: line 5, col 15, 'require' is not defined. +src/cli/setup.js: line 7, col 21, 'require' is not defined. +src/cli/setup.js: line 10, col 23, 'require' is not defined. +src/cli/setup.js: line 11, col 21, 'require' is not defined. +src/cli/setup.js: line 12, col 19, 'require' is not defined. +src/cli/setup.js: line 13, col 22, 'require' is not defined. +src/cli/setup.js: line 14, col 17, 'require' is not defined. +src/cli/setup.js: line 18, col 5, 'console' is not defined. +src/cli/setup.js: line 19, col 5, 'console' is not defined. +src/cli/setup.js: line 20, col 5, 'console' is not defined. +src/cli/setup.js: line 44, col 5, 'console' is not defined. +src/cli/setup.js: line 47, col 9, 'console' is not defined. +src/cli/setup.js: line 48, col 9, 'console' is not defined. +src/cli/setup.js: line 49, col 9, 'console' is not defined. +src/cli/setup.js: line 50, col 9, 'console' is not defined. +src/cli/setup.js: line 52, col 5, 'console' is not defined. +src/cli/setup.js: line 39, col 9, 'process' is not defined. +src/cli/setup.js: line 40, col 32, 'process' is not defined. +src/cli/setup.js: line 56, col 9, 'process' is not defined. +src/cli/setup.js: line 57, col 9, 'process' is not defined. +src/cli/setup.js: line 59, col 5, 'process' is not defined. +src/cli/setup.js: line 62, col 1, 'exports' is not defined. +src/cli/setup.js: line 63, col 1, 'exports' is not defined. + +src/cli/upgrade-plugins.js: line 1, col 1, Use the function form of "use strict". +src/cli/upgrade-plugins.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 11, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 15, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 22, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 25, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 25, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 26, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 26, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 27, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 40, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 41, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 41, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 47, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 49, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 53, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 70, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 71, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 76, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 78, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 78, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 78, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 80, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 88, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 90, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 103, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 104, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 105, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 105, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 122, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade-plugins.js: line 124, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 126, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 127, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 128, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 139, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 147, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade-plugins.js: line 147, col 83, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 147, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 151, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 154, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade-plugins.js: line 3, col 16, 'require' is not defined. +src/cli/upgrade-plugins.js: line 4, col 15, 'require' is not defined. +src/cli/upgrade-plugins.js: line 5, col 16, 'require' is not defined. +src/cli/upgrade-plugins.js: line 6, col 12, 'require' is not defined. +src/cli/upgrade-plugins.js: line 7, col 14, 'require' is not defined. +src/cli/upgrade-plugins.js: line 8, col 15, 'require' is not defined. +src/cli/upgrade-plugins.js: line 11, col 38, 'require' is not defined. +src/cli/upgrade-plugins.js: line 12, col 20, 'require' is not defined. +src/cli/upgrade-plugins.js: line 24, col 19, 'require' is not defined. +src/cli/upgrade-plugins.js: line 77, col 21, 'require' is not defined. +src/cli/upgrade-plugins.js: line 18, col 5, 'process' is not defined. +src/cli/upgrade-plugins.js: line 89, col 5, 'process' is not defined. +src/cli/upgrade-plugins.js: line 97, col 9, 'process' is not defined. +src/cli/upgrade-plugins.js: line 101, col 5, 'process' is not defined. +src/cli/upgrade-plugins.js: line 126, col 13, 'process' is not defined. +src/cli/upgrade-plugins.js: line 128, col 17, 'process' is not defined. +src/cli/upgrade-plugins.js: line 26, col 15, 'Promise' is not defined. +src/cli/upgrade-plugins.js: line 41, col 33, 'Promise' is not defined. +src/cli/upgrade-plugins.js: line 90, col 41, 'Promise' is not defined. +src/cli/upgrade-plugins.js: line 131, col 13, 'console' is not defined. +src/cli/upgrade-plugins.js: line 146, col 13, 'console' is not defined. +src/cli/upgrade-plugins.js: line 151, col 13, 'console' is not defined. +src/cli/upgrade-plugins.js: line 154, col 9, 'console' is not defined. +src/cli/upgrade-plugins.js: line 159, col 1, 'exports' is not defined. + +src/cli/upgrade.js: line 1, col 1, Use the function form of "use strict". +src/cli/upgrade.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 7, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 27, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 34, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 42, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 48, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 50, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 51, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 53, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade.js: line 53, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 61, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 64, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade.js: line 68, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade.js: line 73, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/upgrade.js: line 74, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 93, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/upgrade.js: line 96, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/upgrade.js: line 3, col 15, 'require' is not defined. +src/cli/upgrade.js: line 4, col 15, 'require' is not defined. +src/cli/upgrade.js: line 6, col 24, 'require' is not defined. +src/cli/upgrade.js: line 7, col 28, 'require' is not defined. +src/cli/upgrade.js: line 28, col 19, 'require' is not defined. +src/cli/upgrade.js: line 35, col 19, 'require' is not defined. +src/cli/upgrade.js: line 36, col 19, 'require' is not defined. +src/cli/upgrade.js: line 37, col 19, 'require' is not defined. +src/cli/upgrade.js: line 43, col 19, 'require' is not defined. +src/cli/upgrade.js: line 74, col 21, 'require' is not defined. +src/cli/upgrade.js: line 75, col 18, 'require' is not defined. +src/cli/upgrade.js: line 102, col 11, 'require' is not defined. +src/cli/upgrade.js: line 103, col 11, 'require' is not defined. +src/cli/upgrade.js: line 104, col 11, 'require' is not defined. +src/cli/upgrade.js: line 15, col 13, 'process' is not defined. +src/cli/upgrade.js: line 21, col 13, 'process' is not defined. +src/cli/upgrade.js: line 53, col 17, 'process' is not defined. +src/cli/upgrade.js: line 61, col 29, 'process' is not defined. +src/cli/upgrade.js: line 66, col 9, 'process' is not defined. +src/cli/upgrade.js: line 105, col 5, 'process' is not defined. +src/cli/upgrade.js: line 64, col 9, 'console' is not defined. +src/cli/upgrade.js: line 68, col 9, 'console' is not defined. +src/cli/upgrade.js: line 87, col 5, 'console' is not defined. +src/cli/upgrade.js: line 82, col 37, '__dirname' is not defined. +src/cli/upgrade.js: line 108, col 1, 'exports' is not defined. + +src/cli/user.js: line 1, col 1, Use the function form of "use strict". +src/cli/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 3, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 5, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 6, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 19, col 18, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 19, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 26, col 18, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 26, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 33, col 18, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 33, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 42, col 18, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 42, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 51, col 18, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 51, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 55, col 18, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 55, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 60, col 18, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 60, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 64, col 18, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 64, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 69, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 70, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 71, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 72, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 73, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 74, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 75, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 77, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 90, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 93, col 19, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 95, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 96, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 96, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 104, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 105, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 107, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 114, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 115, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 118, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 121, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 122, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 124, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 136, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 137, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 138, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 140, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 140, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 146, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 146, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 150, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 151, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 152, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 157, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 157, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 159, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 159, col 24, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 172, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 177, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 177, col 35, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 178, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 184, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 186, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 189, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 190, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 191, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 192, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 195, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 196, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 199, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 199, col 29, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 206, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 208, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 211, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 217, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 223, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 225, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 225, col 102, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 229, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 239, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 239, col 35, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 242, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 243, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 244, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 248, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 252, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 253, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 256, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 257, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 260, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 261, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 266, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 268, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 273, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 275, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 280, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 280, col 32, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 284, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 290, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/cli/user.js: line 293, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/cli/user.js: line 295, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 296, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 303, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 304, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 305, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 306, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 307, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 308, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 309, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 310, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/cli/user.js: line 3, col 29, 'require' is not defined. +src/cli/user.js: line 10, col 27, 'require' is not defined. +src/cli/user.js: line 78, col 10, 'require' is not defined. +src/cli/user.js: line 82, col 12, 'require' is not defined. +src/cli/user.js: line 83, col 14, 'require' is not defined. +src/cli/user.js: line 84, col 18, 'require' is not defined. +src/cli/user.js: line 85, col 19, 'require' is not defined. +src/cli/user.js: line 86, col 13, 'require' is not defined. +src/cli/user.js: line 87, col 15, 'require' is not defined. +src/cli/user.js: line 115, col 23, 'require' is not defined. +src/cli/user.js: line 116, col 28, 'require' is not defined. +src/cli/user.js: line 118, col 22, 'require' is not defined. +src/cli/user.js: line 121, col 27, 'require' is not defined. +src/cli/user.js: line 132, col 25, 'require' is not defined. +src/cli/user.js: line 5, col 1, 'module' is not defined. +src/cli/user.js: line 97, col 9, 'process' is not defined. +src/cli/user.js: line 100, col 5, 'process' is not defined. +src/cli/user.js: line 174, col 9, 'console' is not defined. +src/cli/user.js: line 252, col 23, 'Promise' is not defined. +src/cli/user.js: line 256, col 23, 'Promise' is not defined. +src/cli/user.js: line 260, col 23, 'Promise' is not defined. +src/cli/user.js: line 268, col 15, 'Promise' is not defined. +src/cli/user.js: line 275, col 15, 'Promise' is not defined. +src/cli/user.js: line 293, col 15, 'Promise' is not defined. + +src/constants.js: line 1, col 1, Use the function form of "use strict". +src/constants.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 15, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 16, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 17, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 18, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 19, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 20, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 21, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 22, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/constants.js: line 3, col 14, 'require' is not defined. +src/constants.js: line 5, col 27, '__dirname' is not defined. +src/constants.js: line 14, col 1, 'exports' is not defined. +src/constants.js: line 25, col 1, 'exports' is not defined. +src/constants.js: line 26, col 1, 'exports' is not defined. + +src/controllers/404.js: line 1, col 1, Use the function form of "use strict". +src/controllers/404.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 12, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/404.js: line 12, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/404.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 14, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/404.js: line 28, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/404.js: line 37, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/404.js: line 47, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/404.js: line 47, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/404.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/404.js: line 3, col 15, 'require' is not defined. +src/controllers/404.js: line 4, col 17, 'require' is not defined. +src/controllers/404.js: line 5, col 19, 'require' is not defined. +src/controllers/404.js: line 7, col 14, 'require' is not defined. +src/controllers/404.js: line 8, col 17, 'require' is not defined. +src/controllers/404.js: line 9, col 20, 'require' is not defined. +src/controllers/404.js: line 10, col 17, 'require' is not defined. +src/controllers/404.js: line 12, col 1, 'exports' is not defined. +src/controllers/404.js: line 41, col 15, 'exports' is not defined. +src/controllers/404.js: line 47, col 1, 'exports' is not defined. +src/controllers/404.js: line 36, col 13, 'process' is not defined. + +src/controllers/accounts/blocks.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/blocks.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 10, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/blocks.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 16, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 28, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/blocks.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/blocks.js: line 33, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/blocks.js: line 3, col 17, 'require' is not defined. +src/controllers/accounts/blocks.js: line 4, col 20, 'require' is not defined. +src/controllers/accounts/blocks.js: line 5, col 14, 'require' is not defined. +src/controllers/accounts/blocks.js: line 6, col 17, 'require' is not defined. +src/controllers/accounts/blocks.js: line 8, col 26, 'module' is not defined. + +src/controllers/accounts/categories.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/categories.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 11, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/categories.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 13, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 14, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/categories.js: line 26, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/categories.js: line 36, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/categories.js: line 38, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/categories.js: line 3, col 14, 'require' is not defined. +src/controllers/accounts/categories.js: line 4, col 20, 'require' is not defined. +src/controllers/accounts/categories.js: line 5, col 17, 'require' is not defined. +src/controllers/accounts/categories.js: line 6, col 20, 'require' is not defined. +src/controllers/accounts/categories.js: line 7, col 14, 'require' is not defined. +src/controllers/accounts/categories.js: line 9, col 30, 'module' is not defined. +src/controllers/accounts/categories.js: line 14, col 47, 'Promise' is not defined. + +src/controllers/accounts/chats.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/chats.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 12, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/chats.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 33, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 36, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 51, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 51, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 52, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 55, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 73, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 73, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/accounts/chats.js: line 74, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 74, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/accounts/chats.js: line 78, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/chats.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 88, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 88, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 88, col 90, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 91, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/chats.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 96, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 96, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/chats.js: line 103, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 104, col 9, Confusing use of '!'. +src/controllers/accounts/chats.js: line 108, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 108, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/chats.js: line 3, col 12, 'require' is not defined. +src/controllers/accounts/chats.js: line 4, col 19, 'require' is not defined. +src/controllers/accounts/chats.js: line 5, col 14, 'require' is not defined. +src/controllers/accounts/chats.js: line 6, col 14, 'require' is not defined. +src/controllers/accounts/chats.js: line 7, col 20, 'require' is not defined. +src/controllers/accounts/chats.js: line 8, col 17, 'require' is not defined. +src/controllers/accounts/chats.js: line 10, col 25, 'module' is not defined. +src/controllers/accounts/chats.js: line 33, col 68, 'Promise' is not defined. +src/controllers/accounts/chats.js: line 96, col 38, 'Promise' is not defined. + +src/controllers/accounts/consent.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/consent.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/consent.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/consent.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/consent.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/consent.js: line 9, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/consent.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/consent.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/consent.js: line 14, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/consent.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/consent.js: line 15, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/consent.js: line 24, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/consent.js: line 3, col 12, 'require' is not defined. +src/controllers/accounts/consent.js: line 4, col 14, 'require' is not defined. +src/controllers/accounts/consent.js: line 5, col 17, 'require' is not defined. +src/controllers/accounts/consent.js: line 7, col 27, 'module' is not defined. + +src/controllers/accounts/edit.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/edit.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 13, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 14, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 18, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 28, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 44, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 47, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 55, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 65, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 71, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 75, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 86, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 90, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 94, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 100, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 107, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 108, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 109, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 115, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 125, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 129, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 133, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 136, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 140, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/edit.js: line 143, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/edit.js: line 144, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 146, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 147, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 153, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/edit.js: line 3, col 14, 'require' is not defined. +src/controllers/accounts/edit.js: line 4, col 14, 'require' is not defined. +src/controllers/accounts/edit.js: line 5, col 17, 'require' is not defined. +src/controllers/accounts/edit.js: line 6, col 16, 'require' is not defined. +src/controllers/accounts/edit.js: line 7, col 20, 'require' is not defined. +src/controllers/accounts/edit.js: line 8, col 17, 'require' is not defined. +src/controllers/accounts/edit.js: line 9, col 14, 'require' is not defined. +src/controllers/accounts/edit.js: line 11, col 24, 'module' is not defined. +src/controllers/accounts/edit.js: line 28, col 53, 'Promise' is not defined. +src/controllers/accounts/edit.js: line 109, col 66, 'Promise' is not defined. + +src/controllers/accounts/follow.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/follow.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 9, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/follow.js: line 13, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/follow.js: line 17, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/follow.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 18, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 22, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 31, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/follow.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/follow.js: line 40, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/follow.js: line 40, col 107, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/follow.js: line 3, col 14, 'require' is not defined. +src/controllers/accounts/follow.js: line 4, col 17, 'require' is not defined. +src/controllers/accounts/follow.js: line 5, col 20, 'require' is not defined. +src/controllers/accounts/follow.js: line 7, col 26, 'module' is not defined. + +src/controllers/accounts/groups.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/groups.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 9, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/groups.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 10, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 14, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 16, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/groups.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/groups.js: line 18, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/groups.js: line 22, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/groups.js: line 23, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/groups.js: line 3, col 14, 'require' is not defined. +src/controllers/accounts/groups.js: line 4, col 16, 'require' is not defined. +src/controllers/accounts/groups.js: line 5, col 17, 'require' is not defined. +src/controllers/accounts/groups.js: line 7, col 26, 'module' is not defined. + +src/controllers/accounts/helpers.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 21, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 21, col 76, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 34, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 34, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 35, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 88, col 97, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 88, col 94, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 90, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 91, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 108, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 129, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 141, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 143, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 143, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 170, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 182, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 183, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 183, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 184, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 186, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 186, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 187, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 187, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 188, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 188, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 189, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 189, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 192, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 193, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 194, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 195, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 196, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 197, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 199, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 202, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 211, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 212, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 257, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 262, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 263, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 265, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 271, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/helpers.js: line 278, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 284, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 293, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 293, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/accounts/helpers.js: line 296, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/helpers.js: line 296, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/helpers.js: line 3, col 19, 'require' is not defined. +src/controllers/accounts/helpers.js: line 4, col 15, 'require' is not defined. +src/controllers/accounts/helpers.js: line 6, col 12, 'require' is not defined. +src/controllers/accounts/helpers.js: line 7, col 14, 'require' is not defined. +src/controllers/accounts/helpers.js: line 8, col 16, 'require' is not defined. +src/controllers/accounts/helpers.js: line 9, col 17, 'require' is not defined. +src/controllers/accounts/helpers.js: line 10, col 14, 'require' is not defined. +src/controllers/accounts/helpers.js: line 11, col 15, 'require' is not defined. +src/controllers/accounts/helpers.js: line 12, col 20, 'require' is not defined. +src/controllers/accounts/helpers.js: line 13, col 20, 'require' is not defined. +src/controllers/accounts/helpers.js: line 14, col 19, 'require' is not defined. +src/controllers/accounts/helpers.js: line 15, col 20, 'require' is not defined. +src/controllers/accounts/helpers.js: line 120, col 33, 'require' is not defined. +src/controllers/accounts/helpers.js: line 303, col 1, 'require' is not defined. +src/controllers/accounts/helpers.js: line 19, col 17, 'module' is not defined. +src/controllers/accounts/helpers.js: line 143, col 71, 'Promise' is not defined. + +src/controllers/accounts/info.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/info.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 10, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/info.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 17, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 18, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 22, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/info.js: line 23, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/info.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 26, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 39, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/info.js: line 44, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/info.js: line 44, col 24, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 48, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/info.js: line 50, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/info.js: line 3, col 12, 'require' is not defined. +src/controllers/accounts/info.js: line 4, col 14, 'require' is not defined. +src/controllers/accounts/info.js: line 5, col 17, 'require' is not defined. +src/controllers/accounts/info.js: line 6, col 20, 'require' is not defined. +src/controllers/accounts/info.js: line 8, col 24, 'module' is not defined. +src/controllers/accounts/info.js: line 18, col 72, 'Promise' is not defined. +src/controllers/accounts/info.js: line 48, col 34, 'Promise' is not defined. + +src/controllers/accounts/notifications.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/notifications.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 10, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/notifications.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 37, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 46, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 53, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/notifications.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 56, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/notifications.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 62, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 64, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/notifications.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/notifications.js: line 3, col 14, 'require' is not defined. +src/controllers/accounts/notifications.js: line 4, col 17, 'require' is not defined. +src/controllers/accounts/notifications.js: line 5, col 17, 'require' is not defined. +src/controllers/accounts/notifications.js: line 6, col 20, 'require' is not defined. +src/controllers/accounts/notifications.js: line 8, col 33, 'module' is not defined. +src/controllers/accounts/notifications.js: line 37, col 43, 'Promise' is not defined. + +src/controllers/accounts/posts.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 22, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 29, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 30, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 31, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 31, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 39, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 47, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 54, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 55, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 56, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 56, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 58, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 58, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 59, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 61, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 64, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 64, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 65, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 65, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 66, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 73, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 74, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 75, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 75, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 77, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 77, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 78, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 80, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 83, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 83, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 84, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 84, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 85, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 93, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 95, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 96, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 96, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 97, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 108, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 109, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 110, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 111, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 112, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 114, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 116, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 126, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 133, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 134, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 135, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 135, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 140, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 144, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 148, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 152, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 156, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 160, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 164, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 168, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 172, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 176, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 177, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 178, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 180, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 181, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 181, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 184, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 186, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 187, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 187, col 69, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 187, col 79, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 188, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 193, col 46, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 193, col 56, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 207, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 207, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 212, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 216, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 217, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 219, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 221, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 222, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 223, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 224, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 225, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 227, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 228, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/posts.js: line 234, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 238, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/posts.js: line 242, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/posts.js: line 3, col 12, 'require' is not defined. +src/controllers/accounts/posts.js: line 4, col 14, 'require' is not defined. +src/controllers/accounts/posts.js: line 5, col 15, 'require' is not defined. +src/controllers/accounts/posts.js: line 6, col 16, 'require' is not defined. +src/controllers/accounts/posts.js: line 7, col 20, 'require' is not defined. +src/controllers/accounts/posts.js: line 8, col 20, 'require' is not defined. +src/controllers/accounts/posts.js: line 9, col 20, 'require' is not defined. +src/controllers/accounts/posts.js: line 10, col 17, 'require' is not defined. +src/controllers/accounts/posts.js: line 11, col 17, 'require' is not defined. +src/controllers/accounts/posts.js: line 12, col 15, 'require' is not defined. +src/controllers/accounts/posts.js: line 14, col 25, 'module' is not defined. +src/controllers/accounts/posts.js: line 65, col 34, 'Promise' is not defined. +src/controllers/accounts/posts.js: line 84, col 34, 'Promise' is not defined. + +src/controllers/accounts/profile.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/profile.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 16, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 17, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 24, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 49, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 63, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 67, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 71, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/profile.js: line 72, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 73, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/profile.js: line 73, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/profile.js: line 74, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 75, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 79, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 79, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 84, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 89, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 94, col 14, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 96, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 97, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 98, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 100, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 101, col 27, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/profile.js: line 102, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/profile.js: line 116, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/profile.js: line 3, col 11, 'require' is not defined. +src/controllers/accounts/profile.js: line 5, col 12, 'require' is not defined. +src/controllers/accounts/profile.js: line 6, col 14, 'require' is not defined. +src/controllers/accounts/profile.js: line 7, col 15, 'require' is not defined. +src/controllers/accounts/profile.js: line 8, col 20, 'require' is not defined. +src/controllers/accounts/profile.js: line 9, col 17, 'require' is not defined. +src/controllers/accounts/profile.js: line 10, col 20, 'require' is not defined. +src/controllers/accounts/profile.js: line 11, col 17, 'require' is not defined. +src/controllers/accounts/profile.js: line 12, col 15, 'require' is not defined. +src/controllers/accounts/profile.js: line 14, col 27, 'module' is not defined. +src/controllers/accounts/profile.js: line 24, col 44, 'Promise' is not defined. +src/controllers/accounts/profile.js: line 79, col 55, 'Promise' is not defined. + +src/controllers/accounts/sessions.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/sessions.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/sessions.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/sessions.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/sessions.js: line 8, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/sessions.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/sessions.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/sessions.js: line 10, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/sessions.js: line 15, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/sessions.js: line 3, col 14, 'require' is not defined. +src/controllers/accounts/sessions.js: line 4, col 17, 'require' is not defined. +src/controllers/accounts/sessions.js: line 6, col 27, 'module' is not defined. + +src/controllers/accounts/settings.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/settings.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 20, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 21, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 25, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 42, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 62, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 67, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 72, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 82, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 85, col 37, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 100, col 86, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 105, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 106, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 106, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 107, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 109, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 109, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 109, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 116, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 116, col 81, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 117, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 122, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 122, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 124, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 130, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 139, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 140, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 153, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 158, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 159, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 161, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 177, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 180, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 189, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 195, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 196, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 199, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 200, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 201, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 223, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/settings.js: line 224, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 225, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 227, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 229, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/settings.js: line 231, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 240, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 240, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 243, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/settings.js: line 3, col 15, 'require' is not defined. +src/controllers/accounts/settings.js: line 4, col 17, 'require' is not defined. +src/controllers/accounts/settings.js: line 5, col 11, 'require' is not defined. +src/controllers/accounts/settings.js: line 6, col 13, 'require' is not defined. +src/controllers/accounts/settings.js: line 7, col 14, 'require' is not defined. +src/controllers/accounts/settings.js: line 9, col 14, 'require' is not defined. +src/controllers/accounts/settings.js: line 10, col 19, 'require' is not defined. +src/controllers/accounts/settings.js: line 11, col 14, 'require' is not defined. +src/controllers/accounts/settings.js: line 12, col 17, 'require' is not defined. +src/controllers/accounts/settings.js: line 13, col 23, 'require' is not defined. +src/controllers/accounts/settings.js: line 14, col 12, 'require' is not defined. +src/controllers/accounts/settings.js: line 15, col 17, 'require' is not defined. +src/controllers/accounts/settings.js: line 16, col 17, 'require' is not defined. +src/controllers/accounts/settings.js: line 18, col 28, 'module' is not defined. +src/controllers/accounts/settings.js: line 25, col 45, 'Promise' is not defined. +src/controllers/accounts/settings.js: line 42, col 65, 'Promise' is not defined. +src/controllers/accounts/settings.js: line 111, col 15, 'Promise' is not defined. + +src/controllers/accounts/tags.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/tags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/tags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/tags.js: line 8, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/tags.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/tags.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/tags.js: line 13, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/tags.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/tags.js: line 14, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/tags.js: line 17, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/tags.js: line 19, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/tags.js: line 3, col 12, 'require' is not defined. +src/controllers/accounts/tags.js: line 4, col 17, 'require' is not defined. +src/controllers/accounts/tags.js: line 6, col 24, 'module' is not defined. + +src/controllers/accounts/uploads.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts/uploads.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 14, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/accounts/uploads.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 16, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 21, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 22, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/uploads.js: line 23, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/uploads.js: line 26, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/uploads.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts/uploads.js: line 33, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/uploads.js: line 34, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/accounts/uploads.js: line 3, col 14, 'require' is not defined. +src/controllers/accounts/uploads.js: line 5, col 15, 'require' is not defined. +src/controllers/accounts/uploads.js: line 7, col 12, 'require' is not defined. +src/controllers/accounts/uploads.js: line 8, col 17, 'require' is not defined. +src/controllers/accounts/uploads.js: line 9, col 14, 'require' is not defined. +src/controllers/accounts/uploads.js: line 10, col 20, 'require' is not defined. +src/controllers/accounts/uploads.js: line 12, col 27, 'module' is not defined. +src/controllers/accounts/uploads.js: line 21, col 44, 'Promise' is not defined. + +src/controllers/accounts.js: line 1, col 1, Use the function form of "use strict". +src/controllers/accounts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/accounts.js: line 4, col 14, 'require' is not defined. +src/controllers/accounts.js: line 5, col 11, 'require' is not defined. +src/controllers/accounts.js: line 6, col 11, 'require' is not defined. +src/controllers/accounts.js: line 7, col 17, 'require' is not defined. +src/controllers/accounts.js: line 8, col 11, 'require' is not defined. +src/controllers/accounts.js: line 9, col 15, 'require' is not defined. +src/controllers/accounts.js: line 10, col 13, 'require' is not defined. +src/controllers/accounts.js: line 11, col 13, 'require' is not defined. +src/controllers/accounts.js: line 12, col 12, 'require' is not defined. +src/controllers/accounts.js: line 13, col 20, 'require' is not defined. +src/controllers/accounts.js: line 14, col 12, 'require' is not defined. +src/controllers/accounts.js: line 15, col 15, 'require' is not defined. +src/controllers/accounts.js: line 16, col 13, 'require' is not defined. +src/controllers/accounts.js: line 17, col 14, 'require' is not defined. +src/controllers/accounts.js: line 18, col 14, 'require' is not defined. +src/controllers/accounts.js: line 21, col 1, 'module' is not defined. + +src/controllers/admin/admins-mods.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/admins-mods.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 15, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/admins-mods.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 18, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/admins-mods.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 25, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/admins-mods.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 30, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 47, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/admins-mods.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 48, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 49, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/admins-mods.js: line 50, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/admins-mods.js: line 50, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/admins-mods.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/admins-mods.js: line 56, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/admins-mods.js: line 57, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/admins-mods.js: line 3, col 11, 'require' is not defined. +src/controllers/admin/admins-mods.js: line 5, col 12, 'require' is not defined. +src/controllers/admin/admins-mods.js: line 6, col 16, 'require' is not defined. +src/controllers/admin/admins-mods.js: line 7, col 20, 'require' is not defined. +src/controllers/admin/admins-mods.js: line 8, col 14, 'require' is not defined. +src/controllers/admin/admins-mods.js: line 9, col 14, 'require' is not defined. +src/controllers/admin/admins-mods.js: line 10, col 20, 'require' is not defined. +src/controllers/admin/admins-mods.js: line 11, col 30, 'require' is not defined. +src/controllers/admin/admins-mods.js: line 13, col 20, 'module' is not defined. +src/controllers/admin/admins-mods.js: line 30, col 60, 'Promise' is not defined. +src/controllers/admin/admins-mods.js: line 48, col 51, 'Promise' is not defined. + +src/controllers/admin/appearance.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/appearance.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/appearance.js: line 6, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/appearance.js: line 8, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/appearance.js: line 3, col 30, 'module' is not defined. + +src/controllers/admin/cache.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/cache.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 8, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/cache.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 11, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 31, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 40, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 40, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 40, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 44, col 42, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 47, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/cache.js: line 48, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/cache.js: line 60, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/cache.js: line 62, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/cache.js: line 3, col 25, 'module' is not defined. +src/controllers/admin/cache.js: line 5, col 15, 'require' is not defined. +src/controllers/admin/cache.js: line 6, col 17, 'require' is not defined. +src/controllers/admin/cache.js: line 9, col 23, 'require' is not defined. +src/controllers/admin/cache.js: line 10, col 24, 'require' is not defined. +src/controllers/admin/cache.js: line 11, col 29, 'require' is not defined. +src/controllers/admin/cache.js: line 12, col 24, 'require' is not defined. +src/controllers/admin/cache.js: line 49, col 15, 'require' is not defined. +src/controllers/admin/cache.js: line 50, col 17, 'require' is not defined. +src/controllers/admin/cache.js: line 51, col 16, 'require' is not defined. +src/controllers/admin/cache.js: line 52, col 16, 'require' is not defined. +src/controllers/admin/cache.js: line 13, col 29, 'process' is not defined. + +src/controllers/admin/categories.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/categories.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 15, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 16, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 46, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 48, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 49, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/categories.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 50, col 76, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/categories.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 57, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 62, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 69, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 72, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 74, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 83, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/categories.js: line 94, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 98, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 109, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 113, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 116, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/categories.js: line 120, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 121, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 121, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/categories.js: line 123, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/categories.js: line 124, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/categories.js: line 136, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/categories.js: line 137, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 137, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/categories.js: line 3, col 11, 'require' is not defined. +src/controllers/admin/categories.js: line 4, col 15, 'require' is not defined. +src/controllers/admin/categories.js: line 5, col 20, 'require' is not defined. +src/controllers/admin/categories.js: line 6, col 19, 'require' is not defined. +src/controllers/admin/categories.js: line 7, col 17, 'require' is not defined. +src/controllers/admin/categories.js: line 8, col 20, 'require' is not defined. +src/controllers/admin/categories.js: line 9, col 14, 'require' is not defined. +src/controllers/admin/categories.js: line 10, col 17, 'require' is not defined. +src/controllers/admin/categories.js: line 11, col 20, 'require' is not defined. +src/controllers/admin/categories.js: line 13, col 30, 'module' is not defined. +src/controllers/admin/categories.js: line 16, col 56, 'Promise' is not defined. +src/controllers/admin/categories.js: line 50, col 43, 'Promise' is not defined. +src/controllers/admin/categories.js: line 137, col 55, 'Promise' is not defined. + +src/controllers/admin/dashboard.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/dashboard.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 21, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 22, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 47, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 80, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 84, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 89, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 89, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 91, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 93, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 100, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 103, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 109, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 109, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 109, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 123, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 130, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 141, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 144, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 149, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 151, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 152, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 153, col 20, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 153, col 36, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 160, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 161, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 167, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 168, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 181, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 185, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 186, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 186, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 186, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 187, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 211, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 229, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 230, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 234, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 235, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 239, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 245, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 246, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 247, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 250, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 250, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 251, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 252, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 252, col 82, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 252, col 85, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 252, col 88, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/controllers/admin/dashboard.js: line 252, col 94, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 256, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 263, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 264, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 265, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 266, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 266, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 266, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 267, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 268, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 274, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 279, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 280, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 281, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 286, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 286, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 287, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 288, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 288, col 85, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 288, col 88, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 288, col 91, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/controllers/admin/dashboard.js: line 288, col 97, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 292, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 299, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 300, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 301, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 302, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 307, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 308, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 309, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 313, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 313, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 314, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 315, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 315, col 82, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 315, col 85, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 315, col 88, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/controllers/admin/dashboard.js: line 315, col 94, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 319, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 326, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 327, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 328, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 329, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 334, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 335, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 340, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 340, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 341, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 342, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 354, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 356, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 357, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 364, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 365, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/dashboard.js: line 365, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 365, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 368, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/dashboard.js: line 369, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 370, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 380, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 381, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 387, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/dashboard.js: line 3, col 15, 'require' is not defined. +src/controllers/admin/dashboard.js: line 4, col 16, 'require' is not defined. +src/controllers/admin/dashboard.js: line 5, col 17, 'require' is not defined. +src/controllers/admin/dashboard.js: line 6, col 11, 'require' is not defined. +src/controllers/admin/dashboard.js: line 7, col 19, 'require' is not defined. +src/controllers/admin/dashboard.js: line 9, col 18, 'require' is not defined. +src/controllers/admin/dashboard.js: line 10, col 12, 'require' is not defined. +src/controllers/admin/dashboard.js: line 11, col 14, 'require' is not defined. +src/controllers/admin/dashboard.js: line 12, col 19, 'require' is not defined. +src/controllers/admin/dashboard.js: line 13, col 17, 'require' is not defined. +src/controllers/admin/dashboard.js: line 14, col 14, 'require' is not defined. +src/controllers/admin/dashboard.js: line 15, col 16, 'require' is not defined. +src/controllers/admin/dashboard.js: line 16, col 15, 'require' is not defined. +src/controllers/admin/dashboard.js: line 17, col 17, 'require' is not defined. +src/controllers/admin/dashboard.js: line 124, col 19, 'require' is not defined. +src/controllers/admin/dashboard.js: line 19, col 29, 'module' is not defined. +src/controllers/admin/dashboard.js: line 22, col 90, 'Promise' is not defined. +src/controllers/admin/dashboard.js: line 109, col 25, 'Promise' is not defined. +src/controllers/admin/dashboard.js: line 130, col 25, 'Promise' is not defined. +src/controllers/admin/dashboard.js: line 266, col 26, 'Promise' is not defined. +src/controllers/admin/dashboard.js: line 364, col 32, 'Promise' is not defined. +src/controllers/admin/dashboard.js: line 40, col 23, 'process' is not defined. +src/controllers/admin/dashboard.js: line 70, col 9, 'global' is not defined. + +src/controllers/admin/database.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/database.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/database.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/database.js: line 7, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/database.js: line 8, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/database.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/database.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/database.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/database.js: line 3, col 15, 'require' is not defined. +src/controllers/admin/database.js: line 10, col 21, 'require' is not defined. +src/controllers/admin/database.js: line 14, col 21, 'require' is not defined. +src/controllers/admin/database.js: line 18, col 21, 'require' is not defined. +src/controllers/admin/database.js: line 5, col 28, 'module' is not defined. + +src/controllers/admin/digest.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/digest.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 9, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/digest.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/digest.js: line 3, col 14, 'require' is not defined. +src/controllers/admin/digest.js: line 4, col 16, 'require' is not defined. +src/controllers/admin/digest.js: line 5, col 20, 'require' is not defined. +src/controllers/admin/digest.js: line 7, col 26, 'module' is not defined. + +src/controllers/admin/errors.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/errors.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 11, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/errors.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 19, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/errors.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 22, col 20, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/errors.js: line 3, col 23, 'require' is not defined. +src/controllers/admin/errors.js: line 5, col 14, 'require' is not defined. +src/controllers/admin/errors.js: line 6, col 19, 'require' is not defined. +src/controllers/admin/errors.js: line 7, col 15, 'require' is not defined. +src/controllers/admin/errors.js: line 9, col 26, 'module' is not defined. + +src/controllers/admin/events.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/events.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 11, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/events.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 16, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 24, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 25, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 30, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 33, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 35, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 39, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 40, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 41, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 43, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 45, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/events.js: line 45, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/events.js: line 45, col 86, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/events.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 48, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/events.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/events.js: line 3, col 12, 'require' is not defined. +src/controllers/admin/events.js: line 4, col 16, 'require' is not defined. +src/controllers/admin/events.js: line 5, col 20, 'require' is not defined. +src/controllers/admin/events.js: line 6, col 14, 'require' is not defined. +src/controllers/admin/events.js: line 7, col 16, 'require' is not defined. +src/controllers/admin/events.js: line 9, col 26, 'module' is not defined. +src/controllers/admin/events.js: line 30, col 51, 'Promise' is not defined. + +src/controllers/admin/groups.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/groups.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 16, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/groups.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 20, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 34, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/groups.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 40, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 49, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/groups.js: line 64, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/groups.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 66, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/groups.js: line 71, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/groups.js: line 74, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/groups.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 75, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 88, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 90, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/groups.js: line 90, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/groups.js: line 91, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/groups.js: line 92, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/groups.js: line 96, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/groups.js: line 3, col 15, 'require' is not defined. +src/controllers/admin/groups.js: line 4, col 19, 'require' is not defined. +src/controllers/admin/groups.js: line 6, col 12, 'require' is not defined. +src/controllers/admin/groups.js: line 7, col 14, 'require' is not defined. +src/controllers/admin/groups.js: line 8, col 16, 'require' is not defined. +src/controllers/admin/groups.js: line 9, col 14, 'require' is not defined. +src/controllers/admin/groups.js: line 10, col 20, 'require' is not defined. +src/controllers/admin/groups.js: line 11, col 16, 'require' is not defined. +src/controllers/admin/groups.js: line 12, col 17, 'require' is not defined. +src/controllers/admin/groups.js: line 14, col 26, 'module' is not defined. +src/controllers/admin/groups.js: line 40, col 39, 'Promise' is not defined. + +src/controllers/admin/hooks.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/hooks.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/hooks.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/hooks.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/hooks.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/hooks.js: line 10, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/hooks.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/hooks.js: line 14, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/hooks.js: line 18, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/hooks.js: line 23, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/hooks.js: line 29, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/hooks.js: line 3, col 19, 'require' is not defined. +src/controllers/admin/hooks.js: line 4, col 17, 'require' is not defined. +src/controllers/admin/hooks.js: line 6, col 25, 'module' is not defined. + +src/controllers/admin/info.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/info.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 6, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 13, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 14, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 15, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 21, col 17, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 23, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 24, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 34, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 51, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/info.js: line 51, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 54, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 61, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 65, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/info.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 82, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 99, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 120, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 122, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 124, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 126, col 12, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 129, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/info.js: line 131, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/info.js: line 138, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 139, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 139, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/info.js: line 3, col 12, 'require' is not defined. +src/controllers/admin/info.js: line 4, col 17, 'require' is not defined. +src/controllers/admin/info.js: line 5, col 15, 'require' is not defined. +src/controllers/admin/info.js: line 6, col 18, 'require' is not defined. +src/controllers/admin/info.js: line 8, col 16, 'require' is not defined. +src/controllers/admin/info.js: line 9, col 15, 'require' is not defined. +src/controllers/admin/info.js: line 138, col 22, 'require' is not defined. +src/controllers/admin/info.js: line 11, col 24, 'module' is not defined. +src/controllers/admin/info.js: line 14, col 21, 'process' is not defined. +src/controllers/admin/info.js: line 69, col 18, 'process' is not defined. +src/controllers/admin/info.js: line 70, col 20, 'process' is not defined. +src/controllers/admin/info.js: line 71, col 22, 'process' is not defined. +src/controllers/admin/info.js: line 72, col 26, 'process' is not defined. +src/controllers/admin/info.js: line 73, col 21, 'process' is not defined. +src/controllers/admin/info.js: line 109, col 22, 'process' is not defined. +src/controllers/admin/info.js: line 21, col 5, 'setTimeout' is not defined. +src/controllers/admin/info.js: line 99, col 36, 'Promise' is not defined. +src/controllers/admin/info.js: line 139, col 34, 'Promise' is not defined. + +src/controllers/admin/logger.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/logger.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/logger.js: line 3, col 26, 'module' is not defined. + +src/controllers/admin/logs.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/logs.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/logs.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/logs.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/logs.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/logs.js: line 10, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/logs.js: line 11, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/logs.js: line 3, col 19, 'require' is not defined. +src/controllers/admin/logs.js: line 4, col 17, 'require' is not defined. +src/controllers/admin/logs.js: line 6, col 14, 'require' is not defined. +src/controllers/admin/logs.js: line 8, col 24, 'module' is not defined. + +src/controllers/admin/plugins.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/plugins.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 10, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/plugins.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 11, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 17, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 18, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 19, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 21, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 26, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 27, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 28, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 39, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 45, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 46, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/plugins.js: line 53, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/plugins.js: line 57, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/plugins.js: line 61, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/plugins.js: line 63, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/plugins.js: line 3, col 15, 'require' is not defined. +src/controllers/admin/plugins.js: line 4, col 17, 'require' is not defined. +src/controllers/admin/plugins.js: line 5, col 17, 'require' is not defined. +src/controllers/admin/plugins.js: line 6, col 14, 'require' is not defined. +src/controllers/admin/plugins.js: line 8, col 27, 'module' is not defined. +src/controllers/admin/plugins.js: line 11, col 47, 'Promise' is not defined. + +src/controllers/admin/privileges.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/privileges.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 8, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/privileges.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 12, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 29, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 30, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/privileges.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 47, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 48, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 49, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 50, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/privileges.js: line 3, col 20, 'require' is not defined. +src/controllers/admin/privileges.js: line 4, col 20, 'require' is not defined. +src/controllers/admin/privileges.js: line 6, col 30, 'module' is not defined. + +src/controllers/admin/rewards.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/rewards.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/rewards.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/rewards.js: line 7, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/rewards.js: line 8, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/rewards.js: line 3, col 15, 'require' is not defined. +src/controllers/admin/rewards.js: line 5, col 27, 'module' is not defined. + +src/controllers/admin/settings.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/settings.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 19, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 22, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 28, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 34, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 37, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 37, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 43, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 43, col 110, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 48, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 48, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 49, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 53, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 55, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 64, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 64, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 72, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 72, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 80, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 81, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 86, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 88, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 89, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 95, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 101, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 110, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/settings.js: line 110, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/settings.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 113, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 115, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 119, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 122, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/settings.js: line 3, col 19, 'require' is not defined. +src/controllers/admin/settings.js: line 5, col 14, 'require' is not defined. +src/controllers/admin/settings.js: line 6, col 17, 'require' is not defined. +src/controllers/admin/settings.js: line 7, col 23, 'require' is not defined. +src/controllers/admin/settings.js: line 8, col 16, 'require' is not defined. +src/controllers/admin/settings.js: line 9, col 19, 'require' is not defined. +src/controllers/admin/settings.js: line 10, col 25, 'require' is not defined. +src/controllers/admin/settings.js: line 11, col 16, 'require' is not defined. +src/controllers/admin/settings.js: line 12, col 13, 'require' is not defined. +src/controllers/admin/settings.js: line 13, col 20, 'require' is not defined. +src/controllers/admin/settings.js: line 14, col 17, 'require' is not defined. +src/controllers/admin/settings.js: line 15, col 20, 'require' is not defined. +src/controllers/admin/settings.js: line 17, col 28, 'module' is not defined. +src/controllers/admin/settings.js: line 49, col 50, 'Promise' is not defined. +src/controllers/admin/settings.js: line 81, col 38, 'Promise' is not defined. +src/controllers/admin/settings.js: line 115, col 35, 'Promise' is not defined. + +src/controllers/admin/tags.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/tags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/tags.js: line 7, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/tags.js: line 8, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/tags.js: line 3, col 16, 'require' is not defined. +src/controllers/admin/tags.js: line 5, col 24, 'module' is not defined. + +src/controllers/admin/themes.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/themes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 7, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 13, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/themes.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 17, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/themes.js: line 3, col 14, 'require' is not defined. +src/controllers/admin/themes.js: line 4, col 12, 'require' is not defined. +src/controllers/admin/themes.js: line 6, col 14, 'require' is not defined. +src/controllers/admin/themes.js: line 7, col 19, 'require' is not defined. +src/controllers/admin/themes.js: line 9, col 26, 'module' is not defined. +src/controllers/admin/themes.js: line 11, col 41, '__dirname' is not defined. + +src/controllers/admin/uploads.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/uploads.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 18, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 26, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 27, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 36, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 50, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 51, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 52, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 70, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 71, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 78, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 79, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 88, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 89, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 92, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 93, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 95, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 99, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 106, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 113, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 115, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 125, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 129, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 130, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 135, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 144, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 145, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 146, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 147, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 153, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 153, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 157, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 171, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 172, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 173, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 177, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 186, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 190, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 191, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 192, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 201, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 210, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 214, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 218, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 219, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 226, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 229, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/uploads.js: line 233, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/uploads.js: line 234, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 243, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 250, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 256, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/uploads.js: line 3, col 14, 'require' is not defined. +src/controllers/admin/uploads.js: line 4, col 15, 'require' is not defined. +src/controllers/admin/uploads.js: line 5, col 12, 'require' is not defined. +src/controllers/admin/uploads.js: line 7, col 14, 'require' is not defined. +src/controllers/admin/uploads.js: line 8, col 15, 'require' is not defined. +src/controllers/admin/uploads.js: line 9, col 14, 'require' is not defined. +src/controllers/admin/uploads.js: line 10, col 15, 'require' is not defined. +src/controllers/admin/uploads.js: line 11, col 17, 'require' is not defined. +src/controllers/admin/uploads.js: line 12, col 20, 'require' is not defined. +src/controllers/admin/uploads.js: line 16, col 27, 'module' is not defined. +src/controllers/admin/uploads.js: line 89, col 18, 'Promise' is not defined. + +src/controllers/admin/users.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/users.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 21, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 29, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 34, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 38, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 72, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 79, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 80, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 82, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 82, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 96, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 97, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 97, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 103, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 112, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 113, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 116, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 121, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 130, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 139, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 140, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 144, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 148, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 151, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 152, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 163, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 164, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 165, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 165, col 74, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 167, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 168, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 168, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 168, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 169, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 170, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 170, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 170, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 171, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 174, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 174, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 181, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 185, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 192, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 202, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 203, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 204, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 205, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 206, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 208, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 214, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 221, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 223, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 223, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 224, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 225, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 227, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 231, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 232, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 232, col 77, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 233, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 234, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 237, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 239, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 240, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 248, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 251, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 251, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 255, col 10, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 257, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 259, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 260, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 261, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 273, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/users.js: line 279, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 280, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 280, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/users.js: line 287, col 12, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin/users.js: line 3, col 19, 'require' is not defined. +src/controllers/admin/users.js: line 5, col 14, 'require' is not defined. +src/controllers/admin/users.js: line 6, col 14, 'require' is not defined. +src/controllers/admin/users.js: line 7, col 12, 'require' is not defined. +src/controllers/admin/users.js: line 8, col 20, 'require' is not defined. +src/controllers/admin/users.js: line 9, col 16, 'require' is not defined. +src/controllers/admin/users.js: line 10, col 17, 'require' is not defined. +src/controllers/admin/users.js: line 11, col 20, 'require' is not defined. +src/controllers/admin/users.js: line 12, col 15, 'require' is not defined. +src/controllers/admin/users.js: line 279, col 18, 'require' is not defined. +src/controllers/admin/users.js: line 280, col 25, 'require' is not defined. +src/controllers/admin/users.js: line 14, col 25, 'module' is not defined. +src/controllers/admin/users.js: line 97, col 34, 'Promise' is not defined. +src/controllers/admin/users.js: line 165, col 22, 'Promise' is not defined. +src/controllers/admin/users.js: line 174, col 69, 'Promise' is not defined. +src/controllers/admin/users.js: line 237, col 23, 'Promise' is not defined. + +src/controllers/admin/widgets.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin/widgets.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/widgets.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/widgets.js: line 6, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin/widgets.js: line 7, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin/widgets.js: line 3, col 27, 'module' is not defined. +src/controllers/admin/widgets.js: line 4, col 15, 'require' is not defined. + +src/controllers/admin.js: line 1, col 1, Use the function form of "use strict". +src/controllers/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin.js: line 36, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin.js: line 36, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin.js: line 60, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin.js: line 66, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/admin.js: line 66, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/admin.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/admin.js: line 3, col 20, 'require' is not defined. +src/controllers/admin.js: line 4, col 17, 'require' is not defined. +src/controllers/admin.js: line 5, col 17, 'require' is not defined. +src/controllers/admin.js: line 6, col 23, 'require' is not defined. +src/controllers/admin.js: line 9, col 16, 'require' is not defined. +src/controllers/admin.js: line 10, col 17, 'require' is not defined. +src/controllers/admin.js: line 11, col 17, 'require' is not defined. +src/controllers/admin.js: line 12, col 17, 'require' is not defined. +src/controllers/admin.js: line 13, col 11, 'require' is not defined. +src/controllers/admin.js: line 14, col 13, 'require' is not defined. +src/controllers/admin.js: line 15, col 13, 'require' is not defined. +src/controllers/admin.js: line 16, col 17, 'require' is not defined. +src/controllers/admin.js: line 18, col 18, 'require' is not defined. +src/controllers/admin.js: line 19, col 18, 'require' is not defined. +src/controllers/admin.js: line 21, col 13, 'require' is not defined. +src/controllers/admin.js: line 22, col 12, 'require' is not defined. +src/controllers/admin.js: line 23, col 11, 'require' is not defined. +src/controllers/admin.js: line 24, col 13, 'require' is not defined. +src/controllers/admin.js: line 25, col 15, 'require' is not defined. +src/controllers/admin.js: line 26, col 12, 'require' is not defined. +src/controllers/admin.js: line 27, col 14, 'require' is not defined. +src/controllers/admin.js: line 28, col 15, 'require' is not defined. +src/controllers/admin.js: line 29, col 13, 'require' is not defined. +src/controllers/admin.js: line 30, col 13, 'require' is not defined. +src/controllers/admin.js: line 31, col 12, 'require' is not defined. +src/controllers/admin.js: line 32, col 14, 'require' is not defined. +src/controllers/admin.js: line 33, col 11, 'require' is not defined. +src/controllers/admin.js: line 71, col 1, 'module' is not defined. + +src/controllers/api.js: line 1, col 1, Use the function form of "use strict". +src/controllers/api.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 12, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 24, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 25, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 27, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/api.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 29, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 30, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 31, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 56, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 57, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 58, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 102, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 103, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 105, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 142, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/api.js: line 143, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 147, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/api.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/api.js: line 3, col 19, 'require' is not defined. +src/controllers/api.js: line 4, col 15, 'require' is not defined. +src/controllers/api.js: line 6, col 14, 'require' is not defined. +src/controllers/api.js: line 7, col 14, 'require' is not defined. +src/controllers/api.js: line 8, col 20, 'require' is not defined. +src/controllers/api.js: line 9, col 17, 'require' is not defined. +src/controllers/api.js: line 10, col 20, 'require' is not defined. +src/controllers/api.js: line 11, col 19, 'require' is not defined. +src/controllers/api.js: line 12, col 27, 'require' is not defined. +src/controllers/api.js: line 13, col 15, 'require' is not defined. +src/controllers/api.js: line 152, col 1, 'require' is not defined. +src/controllers/api.js: line 15, col 23, 'module' is not defined. +src/controllers/api.js: line 105, col 49, 'Promise' is not defined. + +src/controllers/authentication.js: line 1, col 1, Use the function form of "use strict". +src/controllers/authentication.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 23, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 37, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 40, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 50, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 64, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 70, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 122, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 125, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 127, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 129, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 133, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 138, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 141, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 142, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 158, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 160, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 162, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 166, col 86, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 168, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 172, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 172, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 172, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 175, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 175, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 178, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 179, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 187, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 194, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 195, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 195, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 199, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 210, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 214, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 214, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 219, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 219, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 227, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 229, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 233, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 233, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 234, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 234, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 234, col 76, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 236, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 244, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 246, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 253, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 254, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 256, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 264, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 272, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 272, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 274, col 59, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 274, col 64, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 274, col 74, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 285, col 59, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 285, col 64, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 285, col 74, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 291, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 295, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 300, col 55, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 300, col 60, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 300, col 70, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 303, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 306, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 307, col 77, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 311, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 318, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 328, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 336, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 340, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 345, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 345, col 85, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 356, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 380, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 391, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 400, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 400, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 401, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 401, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 403, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 416, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 417, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 419, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 419, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 432, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 438, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 456, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 461, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 461, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 462, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 462, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 475, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 476, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 477, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/authentication.js: line 490, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/authentication.js: line 492, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 497, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/authentication.js: line 3, col 17, 'require' is not defined. +src/controllers/authentication.js: line 4, col 18, 'require' is not defined. +src/controllers/authentication.js: line 5, col 15, 'require' is not defined. +src/controllers/authentication.js: line 6, col 19, 'require' is not defined. +src/controllers/authentication.js: line 7, col 11, 'require' is not defined. +src/controllers/authentication.js: line 8, col 14, 'require' is not defined. +src/controllers/authentication.js: line 10, col 12, 'require' is not defined. +src/controllers/authentication.js: line 11, col 14, 'require' is not defined. +src/controllers/authentication.js: line 12, col 19, 'require' is not defined. +src/controllers/authentication.js: line 13, col 14, 'require' is not defined. +src/controllers/authentication.js: line 14, col 17, 'require' is not defined. +src/controllers/authentication.js: line 15, col 15, 'require' is not defined. +src/controllers/authentication.js: line 16, col 17, 'require' is not defined. +src/controllers/authentication.js: line 17, col 17, 'require' is not defined. +src/controllers/authentication.js: line 18, col 20, 'require' is not defined. +src/controllers/authentication.js: line 19, col 17, 'require' is not defined. +src/controllers/authentication.js: line 508, col 1, 'require' is not defined. +src/controllers/authentication.js: line 21, col 34, 'module' is not defined. +src/controllers/authentication.js: line 58, col 15, 'Promise' is not defined. +src/controllers/authentication.js: line 172, col 31, 'Promise' is not defined. +src/controllers/authentication.js: line 379, col 15, 'Promise' is not defined. +src/controllers/authentication.js: line 380, col 17, 'Promise' is not defined. +src/controllers/authentication.js: line 419, col 72, 'Promise' is not defined. + +src/controllers/categories.js: line 1, col 1, Use the function form of "use strict". +src/controllers/categories.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 14, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/categories.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/categories.js: line 47, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/categories.js: line 54, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/categories.js: line 54, col 114, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/categories.js: line 3, col 15, 'require' is not defined. +src/controllers/categories.js: line 4, col 11, 'require' is not defined. +src/controllers/categories.js: line 6, col 20, 'require' is not defined. +src/controllers/categories.js: line 7, col 14, 'require' is not defined. +src/controllers/categories.js: line 8, col 20, 'require' is not defined. +src/controllers/categories.js: line 9, col 17, 'require' is not defined. +src/controllers/categories.js: line 10, col 20, 'require' is not defined. +src/controllers/categories.js: line 12, col 30, 'module' is not defined. +src/controllers/categories.js: line 31, col 42, 'Promise' is not defined. +src/controllers/categories.js: line 35, col 11, 'Promise' is not defined. + +src/controllers/category.js: line 1, col 1, Use the function form of "use strict". +src/controllers/category.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 27, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/category.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 30, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 31, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 36, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 50, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 57, col 98, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 58, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 62, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 74, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 96, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 98, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 111, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 120, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 137, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 140, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 142, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 151, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 152, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 156, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 161, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/category.js: line 162, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 165, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 169, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 170, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 170, col 99, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 209, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/category.js: line 209, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 217, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/category.js: line 4, col 15, 'require' is not defined. +src/controllers/category.js: line 5, col 19, 'require' is not defined. +src/controllers/category.js: line 6, col 12, 'require' is not defined. +src/controllers/category.js: line 8, col 12, 'require' is not defined. +src/controllers/category.js: line 9, col 20, 'require' is not defined. +src/controllers/category.js: line 10, col 14, 'require' is not defined. +src/controllers/category.js: line 11, col 20, 'require' is not defined. +src/controllers/category.js: line 12, col 14, 'require' is not defined. +src/controllers/category.js: line 13, col 20, 'require' is not defined. +src/controllers/category.js: line 14, col 17, 'require' is not defined. +src/controllers/category.js: line 15, col 15, 'require' is not defined. +src/controllers/category.js: line 16, col 20, 'require' is not defined. +src/controllers/category.js: line 17, col 19, 'require' is not defined. +src/controllers/category.js: line 19, col 28, 'module' is not defined. +src/controllers/category.js: line 36, col 85, 'Promise' is not defined. +src/controllers/category.js: line 109, col 11, 'Promise' is not defined. + +src/controllers/composer.js: line 1, col 1, Use the function form of "use strict". +src/controllers/composer.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 11, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/composer.js: line 13, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/composer.js: line 13, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/composer.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 42, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/composer.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 43, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 57, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/composer.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 67, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 84, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/composer.js: line 87, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/composer.js: line 89, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/composer.js: line 91, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/composer.js: line 3, col 15, 'require' is not defined. +src/controllers/composer.js: line 5, col 14, 'require' is not defined. +src/controllers/composer.js: line 6, col 17, 'require' is not defined. +src/controllers/composer.js: line 7, col 16, 'require' is not defined. +src/controllers/composer.js: line 8, col 15, 'require' is not defined. +src/controllers/composer.js: line 9, col 17, 'require' is not defined. +src/controllers/composer.js: line 11, col 1, 'exports' is not defined. +src/controllers/composer.js: line 42, col 1, 'exports' is not defined. + +src/controllers/errors.js: line 1, col 1, Use the function form of "use strict". +src/controllers/errors.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 14, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 17, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 26, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 27, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 43, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 46, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 54, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 59, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 59, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 60, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 65, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 70, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 77, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 78, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 86, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 112, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 43, col 67, 'next' is defined but never used. +src/controllers/errors.js: line 119, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/errors.js: line 126, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/errors.js: line 127, col 18, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/errors.js: line 3, col 12, 'require' is not defined. +src/controllers/errors.js: line 4, col 15, 'require' is not defined. +src/controllers/errors.js: line 5, col 17, 'require' is not defined. +src/controllers/errors.js: line 6, col 19, 'require' is not defined. +src/controllers/errors.js: line 7, col 14, 'require' is not defined. +src/controllers/errors.js: line 8, col 20, 'require' is not defined. +src/controllers/errors.js: line 9, col 17, 'require' is not defined. +src/controllers/errors.js: line 10, col 20, 'require' is not defined. +src/controllers/errors.js: line 11, col 27, 'require' is not defined. +src/controllers/errors.js: line 12, col 17, 'require' is not defined. +src/controllers/errors.js: line 55, col 29, 'require' is not defined. +src/controllers/errors.js: line 14, col 1, 'exports' is not defined. +src/controllers/errors.js: line 43, col 1, 'exports' is not defined. +src/controllers/errors.js: line 60, col 57, '__dirname' is not defined. + +src/controllers/globalmods.js: line 1, col 1, Use the function form of "use strict". +src/controllers/globalmods.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 11, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/globalmods.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 17, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 30, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/globalmods.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/globalmods.js: line 3, col 14, 'require' is not defined. +src/controllers/globalmods.js: line 4, col 14, 'require' is not defined. +src/controllers/globalmods.js: line 5, col 19, 'require' is not defined. +src/controllers/globalmods.js: line 6, col 25, 'require' is not defined. +src/controllers/globalmods.js: line 7, col 17, 'require' is not defined. +src/controllers/globalmods.js: line 9, col 30, 'module' is not defined. +src/controllers/globalmods.js: line 17, col 42, 'Promise' is not defined. + +src/controllers/groups.js: line 1, col 1, Use the function form of "use strict". +src/controllers/groups.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 15, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/groups.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 18, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 33, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/groups.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 39, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/groups.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 46, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 56, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 64, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 77, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/groups.js: line 87, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/groups.js: line 88, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 91, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 96, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 96, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 106, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/groups.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 110, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/groups.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/groups.js: line 3, col 19, 'require' is not defined. +src/controllers/groups.js: line 4, col 15, 'require' is not defined. +src/controllers/groups.js: line 6, col 14, 'require' is not defined. +src/controllers/groups.js: line 7, col 16, 'require' is not defined. +src/controllers/groups.js: line 8, col 14, 'require' is not defined. +src/controllers/groups.js: line 9, col 17, 'require' is not defined. +src/controllers/groups.js: line 10, col 20, 'require' is not defined. +src/controllers/groups.js: line 11, col 20, 'require' is not defined. +src/controllers/groups.js: line 13, col 26, 'module' is not defined. +src/controllers/groups.js: line 18, col 51, 'Promise' is not defined. +src/controllers/groups.js: line 46, col 60, 'Promise' is not defined. +src/controllers/groups.js: line 56, col 45, 'Promise' is not defined. +src/controllers/groups.js: line 64, col 38, 'Promise' is not defined. +src/controllers/groups.js: line 96, col 71, 'Promise' is not defined. + +src/controllers/helpers.js: line 1, col 1, Use the function form of "use strict". +src/controllers/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 23, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 38, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 49, col 24, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 49, col 27, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/helpers.js: line 56, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 61, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 64, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 67, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 68, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 125, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 126, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 126, col 74, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 126, col 79, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 126, col 84, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 128, col 63, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 128, col 68, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 128, col 73, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 135, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 147, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 152, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 161, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 169, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 191, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 196, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 200, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 209, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 229, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 232, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 232, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 243, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 243, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 245, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 247, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 247, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 247, col 98, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 251, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 252, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 256, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 256, col 85, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 257, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 261, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 262, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 262, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 264, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 264, col 19, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 264, col 24, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 264, col 32, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 269, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 271, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 274, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 282, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 283, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 283, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 284, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 285, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 287, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 287, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 295, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 303, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 307, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 307, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 308, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 309, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 311, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 315, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 316, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 322, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 323, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 330, col 102, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 337, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 341, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 342, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 343, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 343, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 366, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 366, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 367, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 382, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 394, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 396, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 411, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 417, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 418, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 444, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 451, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 451, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 461, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 462, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 476, col 23, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 476, col 29, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 480, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 481, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 486, col 75, Expected a 'break' statement before 'case'. +src/controllers/helpers.js: line 503, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 504, col 39, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 507, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 512, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 518, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 519, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 524, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 525, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 526, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 526, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 534, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 543, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 543, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 544, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/helpers.js: line 545, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 545, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 546, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 547, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 554, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/helpers.js: line 557, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/helpers.js: line 3, col 15, 'require' is not defined. +src/controllers/helpers.js: line 4, col 19, 'require' is not defined. +src/controllers/helpers.js: line 5, col 21, 'require' is not defined. +src/controllers/helpers.js: line 6, col 11, 'require' is not defined. +src/controllers/helpers.js: line 7, col 15, 'require' is not defined. +src/controllers/helpers.js: line 9, col 20, 'require' is not defined. +src/controllers/helpers.js: line 10, col 14, 'require' is not defined. +src/controllers/helpers.js: line 11, col 20, 'require' is not defined. +src/controllers/helpers.js: line 12, col 20, 'require' is not defined. +src/controllers/helpers.js: line 13, col 17, 'require' is not defined. +src/controllers/helpers.js: line 14, col 14, 'require' is not defined. +src/controllers/helpers.js: line 15, col 27, 'require' is not defined. +src/controllers/helpers.js: line 16, col 15, 'require' is not defined. +src/controllers/helpers.js: line 30, col 24, 'require' is not defined. +src/controllers/helpers.js: line 147, col 32, 'require' is not defined. +src/controllers/helpers.js: line 603, col 1, 'require' is not defined. +src/controllers/helpers.js: line 18, col 17, 'module' is not defined. +src/controllers/helpers.js: line 262, col 51, 'Promise' is not defined. +src/controllers/helpers.js: line 287, col 77, 'Promise' is not defined. +src/controllers/helpers.js: line 526, col 36, 'Promise' is not defined. +src/controllers/helpers.js: line 510, col 13, 'global' is not defined. +src/controllers/helpers.js: line 512, col 13, 'process' is not defined. +src/controllers/helpers.js: line 513, col 13, 'process' is not defined. + +src/controllers/home.js: line 1, col 1, Use the function form of "use strict". +src/controllers/home.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 13, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/home.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 15, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 24, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/home.js: line 28, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 33, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 40, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 41, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/home.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/home.js: line 55, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/home.js: line 3, col 13, 'require' is not defined. +src/controllers/home.js: line 5, col 17, 'require' is not defined. +src/controllers/home.js: line 6, col 14, 'require' is not defined. +src/controllers/home.js: line 7, col 14, 'require' is not defined. +src/controllers/home.js: line 52, col 1, 'exports' is not defined. +src/controllers/home.js: line 64, col 1, 'exports' is not defined. + +src/controllers/index.js: line 1, col 1, Use the function form of "use strict". +src/controllers/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 43, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 49, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 49, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/index.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 95, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 96, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 97, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 98, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 101, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 118, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 126, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 135, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 142, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 143, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 149, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 169, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 191, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 193, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 196, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 200, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 205, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 206, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 207, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 207, col 74, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 207, col 77, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/index.js: line 207, col 102, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 209, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 214, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 215, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 222, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 222, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 248, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 250, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 251, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 252, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 256, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 257, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 270, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 275, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 280, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 285, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 290, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 295, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 300, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 310, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 317, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/index.js: line 324, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 333, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 334, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 338, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 353, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/index.js: line 357, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/index.js: line 3, col 15, 'require' is not defined. +src/controllers/index.js: line 4, col 19, 'require' is not defined. +src/controllers/index.js: line 6, col 14, 'require' is not defined. +src/controllers/index.js: line 7, col 14, 'require' is not defined. +src/controllers/index.js: line 8, col 17, 'require' is not defined. +src/controllers/index.js: line 9, col 20, 'require' is not defined. +src/controllers/index.js: line 10, col 17, 'require' is not defined. +src/controllers/index.js: line 14, col 20, 'require' is not defined. +src/controllers/index.js: line 15, col 20, 'require' is not defined. +src/controllers/index.js: line 16, col 22, 'require' is not defined. +src/controllers/index.js: line 17, col 21, 'require' is not defined. +src/controllers/index.js: line 18, col 26, 'require' is not defined. +src/controllers/index.js: line 19, col 24, 'require' is not defined. +src/controllers/index.js: line 20, col 22, 'require' is not defined. +src/controllers/index.js: line 21, col 22, 'require' is not defined. +src/controllers/index.js: line 22, col 23, 'require' is not defined. +src/controllers/index.js: line 23, col 19, 'require' is not defined. +src/controllers/index.js: line 24, col 20, 'require' is not defined. +src/controllers/index.js: line 25, col 22, 'require' is not defined. +src/controllers/index.js: line 26, col 20, 'require' is not defined. +src/controllers/index.js: line 27, col 21, 'require' is not defined. +src/controllers/index.js: line 28, col 22, 'require' is not defined. +src/controllers/index.js: line 29, col 24, 'require' is not defined. +src/controllers/index.js: line 30, col 30, 'require' is not defined. +src/controllers/index.js: line 31, col 19, 'require' is not defined. +src/controllers/index.js: line 32, col 21, 'require' is not defined. +src/controllers/index.js: line 33, col 26, 'require' is not defined. +src/controllers/index.js: line 34, col 20, 'require' is not defined. +src/controllers/index.js: line 35, col 23, 'require' is not defined. +src/controllers/index.js: line 36, col 19, 'require' is not defined. +src/controllers/index.js: line 37, col 22, 'require' is not defined. +src/controllers/index.js: line 38, col 22, 'require' is not defined. +src/controllers/index.js: line 39, col 24, 'require' is not defined. +src/controllers/index.js: line 41, col 21, 'require' is not defined. +src/controllers/index.js: line 97, col 29, 'require' is not defined. +src/controllers/index.js: line 169, col 33, 'require' is not defined. +src/controllers/index.js: line 338, col 20, 'require' is not defined. +src/controllers/index.js: line 12, col 21, 'module' is not defined. +src/controllers/index.js: line 146, col 16, 'setImmediate' is not defined. +src/controllers/index.js: line 209, col 32, 'Promise' is not defined. + +src/controllers/mods.js: line 1, col 1, Use the function form of "use strict". +src/controllers/mods.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 21, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 31, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 32, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 32, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 39, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 43, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 55, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 63, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 79, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 88, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 88, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 101, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 101, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 102, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 119, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 130, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 135, col 57, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 135, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 137, col 28, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 137, col 31, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 137, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 137, col 57, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 148, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 149, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 149, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 159, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 160, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 161, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 161, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 169, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 172, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 176, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 177, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 180, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 191, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 204, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 208, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 213, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 217, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 217, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 218, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 218, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 219, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 220, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 222, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 223, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 223, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 228, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/mods.js: line 228, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 230, col 21, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 230, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 230, col 40, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 230, col 43, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 233, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 236, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 237, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 242, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 247, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 248, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 249, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 251, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 253, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/mods.js: line 261, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 261, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/mods.js: line 262, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/mods.js: line 3, col 11, 'require' is not defined. +src/controllers/mods.js: line 5, col 14, 'require' is not defined. +src/controllers/mods.js: line 6, col 16, 'require' is not defined. +src/controllers/mods.js: line 7, col 14, 'require' is not defined. +src/controllers/mods.js: line 8, col 15, 'require' is not defined. +src/controllers/mods.js: line 9, col 12, 'require' is not defined. +src/controllers/mods.js: line 10, col 15, 'require' is not defined. +src/controllers/mods.js: line 11, col 19, 'require' is not defined. +src/controllers/mods.js: line 12, col 17, 'require' is not defined. +src/controllers/mods.js: line 13, col 20, 'require' is not defined. +src/controllers/mods.js: line 14, col 20, 'require' is not defined. +src/controllers/mods.js: line 15, col 15, 'require' is not defined. +src/controllers/mods.js: line 16, col 17, 'require' is not defined. +src/controllers/mods.js: line 18, col 24, 'module' is not defined. +src/controllers/mods.js: line 25, col 27, 'Promise' is not defined. +src/controllers/mods.js: line 88, col 58, 'Promise' is not defined. +src/controllers/mods.js: line 101, col 11, 'Promise' is not defined. +src/controllers/mods.js: line 135, col 21, 'Promise' is not defined. +src/controllers/mods.js: line 161, col 44, 'Promise' is not defined. +src/controllers/mods.js: line 223, col 84, 'Promise' is not defined. +src/controllers/mods.js: line 228, col 9, 'Promise' is not defined. + +src/controllers/osd.js: line 1, col 1, Use the function form of "use strict". +src/controllers/osd.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/osd.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/osd.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/osd.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/osd.js: line 38, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/osd.js: line 46, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/osd.js: line 50, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/osd.js: line 3, col 13, 'require' is not defined. +src/controllers/osd.js: line 4, col 15, 'require' is not defined. +src/controllers/osd.js: line 6, col 17, 'require' is not defined. +src/controllers/osd.js: line 7, col 14, 'require' is not defined. +src/controllers/osd.js: line 9, col 1, 'module' is not defined. + +src/controllers/ping.js: line 1, col 1, Use the function form of "use strict". +src/controllers/ping.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/ping.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/ping.js: line 6, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/ping.js: line 9, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/ping.js: line 3, col 15, 'require' is not defined. +src/controllers/ping.js: line 4, col 12, 'require' is not defined. +src/controllers/ping.js: line 6, col 1, 'module' is not defined. + +src/controllers/popular.js: line 2, col 1, Use the function form of "use strict". +src/controllers/popular.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/popular.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 18, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/popular.js: line 18, col 111, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/popular.js: line 19, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/popular.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/popular.js: line 26, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/popular.js: line 28, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/popular.js: line 4, col 15, 'require' is not defined. +src/controllers/popular.js: line 5, col 19, 'require' is not defined. +src/controllers/popular.js: line 7, col 17, 'require' is not defined. +src/controllers/popular.js: line 8, col 26, 'require' is not defined. +src/controllers/popular.js: line 10, col 27, 'module' is not defined. + +src/controllers/posts.js: line 1, col 1, Use the function form of "use strict". +src/controllers/posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 11, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/posts.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 17, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 29, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/posts.js: line 32, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/posts.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/posts.js: line 3, col 21, 'require' is not defined. +src/controllers/posts.js: line 5, col 15, 'require' is not defined. +src/controllers/posts.js: line 6, col 20, 'require' is not defined. +src/controllers/posts.js: line 7, col 17, 'require' is not defined. +src/controllers/posts.js: line 9, col 25, 'module' is not defined. +src/controllers/posts.js: line 17, col 35, 'Promise' is not defined. + +src/controllers/recent.js: line 2, col 1, Use the function form of "use strict". +src/controllers/recent.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 16, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/recent.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 25, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/recent.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 27, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 28, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 36, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 61, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 61, col 121, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 62, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 67, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 68, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 71, col 21, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 71, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/recent.js: line 83, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 85, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 90, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 92, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/recent.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/recent.js: line 4, col 15, 'require' is not defined. +src/controllers/recent.js: line 6, col 14, 'require' is not defined. +src/controllers/recent.js: line 7, col 16, 'require' is not defined. +src/controllers/recent.js: line 8, col 14, 'require' is not defined. +src/controllers/recent.js: line 9, col 17, 'require' is not defined. +src/controllers/recent.js: line 10, col 20, 'require' is not defined. +src/controllers/recent.js: line 11, col 20, 'require' is not defined. +src/controllers/recent.js: line 106, col 1, 'require' is not defined. +src/controllers/recent.js: line 13, col 26, 'module' is not defined. +src/controllers/recent.js: line 36, col 86, 'Promise' is not defined. + +src/controllers/search.js: line 2, col 1, Use the function form of "use strict". +src/controllers/search.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 22, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 36, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 40, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 43, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 76, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 96, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 105, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 109, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 113, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 120, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 128, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 147, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 149, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 150, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 161, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 161, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 163, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 164, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 165, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 165, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 168, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 170, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 170, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 172, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 179, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 183, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 191, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 191, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 195, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/search.js: line 196, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 199, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 201, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 203, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/search.js: line 205, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/search.js: line 4, col 19, 'require' is not defined. +src/controllers/search.js: line 5, col 11, 'require' is not defined. +src/controllers/search.js: line 7, col 12, 'require' is not defined. +src/controllers/search.js: line 8, col 14, 'require' is not defined. +src/controllers/search.js: line 9, col 17, 'require' is not defined. +src/controllers/search.js: line 10, col 16, 'require' is not defined. +src/controllers/search.js: line 11, col 20, 'require' is not defined. +src/controllers/search.js: line 12, col 14, 'require' is not defined. +src/controllers/search.js: line 13, col 16, 'require' is not defined. +src/controllers/search.js: line 14, col 20, 'require' is not defined. +src/controllers/search.js: line 15, col 20, 'require' is not defined. +src/controllers/search.js: line 16, col 20, 'require' is not defined. +src/controllers/search.js: line 17, col 15, 'require' is not defined. +src/controllers/search.js: line 18, col 17, 'require' is not defined. +src/controllers/search.js: line 20, col 26, 'module' is not defined. +src/controllers/search.js: line 76, col 32, 'Promise' is not defined. +src/controllers/search.js: line 170, col 23, 'Promise' is not defined. +src/controllers/search.js: line 159, col 13, 'clearTimeout' is not defined. +src/controllers/search.js: line 161, col 40, 'setTimeout' is not defined. + +src/controllers/sitemap.js: line 1, col 1, Use the function form of "use strict". +src/controllers/sitemap.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/sitemap.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/sitemap.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/sitemap.js: line 8, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/sitemap.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/sitemap.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/sitemap.js: line 27, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/sitemap.js: line 27, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/sitemap.js: line 30, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/sitemap.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/sitemap.js: line 3, col 17, 'require' is not defined. +src/controllers/sitemap.js: line 4, col 14, 'require' is not defined. +src/controllers/sitemap.js: line 6, col 27, 'module' is not defined. +src/controllers/sitemap.js: line 10, col 16, 'setImmediate' is not defined. +src/controllers/sitemap.js: line 32, col 16, 'setImmediate' is not defined. + +src/controllers/tags.js: line 1, col 1, Use the function form of "use strict". +src/controllers/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 17, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/tags.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 26, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/tags.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 28, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 40, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 50, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/tags.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 68, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/tags.js: line 76, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/tags.js: line 78, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/tags.js: line 85, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/tags.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 87, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/tags.js: line 3, col 19, 'require' is not defined. +src/controllers/tags.js: line 4, col 15, 'require' is not defined. +src/controllers/tags.js: line 6, col 14, 'require' is not defined. +src/controllers/tags.js: line 7, col 14, 'require' is not defined. +src/controllers/tags.js: line 8, col 20, 'require' is not defined. +src/controllers/tags.js: line 9, col 16, 'require' is not defined. +src/controllers/tags.js: line 10, col 20, 'require' is not defined. +src/controllers/tags.js: line 11, col 20, 'require' is not defined. +src/controllers/tags.js: line 12, col 15, 'require' is not defined. +src/controllers/tags.js: line 13, col 17, 'require' is not defined. +src/controllers/tags.js: line 15, col 24, 'module' is not defined. +src/controllers/tags.js: line 28, col 96, 'Promise' is not defined. +src/controllers/tags.js: line 40, col 38, 'Promise' is not defined. +src/controllers/tags.js: line 87, col 37, 'Promise' is not defined. + +src/controllers/top.js: line 2, col 1, Use the function form of "use strict". +src/controllers/top.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/top.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/top.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/top.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/top.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/top.js: line 12, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/top.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/top.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/top.js: line 18, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/top.js: line 18, col 107, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/top.js: line 19, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/top.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/top.js: line 24, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/top.js: line 26, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/top.js: line 4, col 15, 'require' is not defined. +src/controllers/top.js: line 5, col 19, 'require' is not defined. +src/controllers/top.js: line 7, col 17, 'require' is not defined. +src/controllers/top.js: line 8, col 26, 'require' is not defined. +src/controllers/top.js: line 10, col 23, 'module' is not defined. + +src/controllers/topics.js: line 1, col 1, Use the function form of "use strict". +src/controllers/topics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 25, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 33, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 38, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 48, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 50, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 67, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 67, col 140, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 68, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 68, col 77, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 72, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 72, col 107, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 76, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 76, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 83, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 89, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 113, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 115, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 117, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 123, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 123, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 130, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 135, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 136, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 143, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 144, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 152, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 161, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 162, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 166, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 167, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 170, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 171, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 179, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 181, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 182, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 190, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 191, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 194, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 201, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 205, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 213, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 214, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 215, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 215, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 216, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 222, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 226, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 226, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 267, col 14, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 273, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 273, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 277, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 293, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 300, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 305, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 306, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 307, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 307, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 308, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 312, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 313, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 314, col 15, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 314, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 316, col 21, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 316, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 324, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 328, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 330, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 358, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 359, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 363, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 367, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 371, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 378, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/topics.js: line 379, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 380, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 385, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 389, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 389, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 398, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 399, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 401, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/topics.js: line 402, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 403, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/topics.js: line 3, col 15, 'require' is not defined. +src/controllers/topics.js: line 4, col 12, 'require' is not defined. +src/controllers/topics.js: line 5, col 19, 'require' is not defined. +src/controllers/topics.js: line 7, col 14, 'require' is not defined. +src/controllers/topics.js: line 8, col 14, 'require' is not defined. +src/controllers/topics.js: line 9, col 16, 'require' is not defined. +src/controllers/topics.js: line 10, col 20, 'require' is not defined. +src/controllers/topics.js: line 11, col 15, 'require' is not defined. +src/controllers/topics.js: line 12, col 20, 'require' is not defined. +src/controllers/topics.js: line 13, col 17, 'require' is not defined. +src/controllers/topics.js: line 14, col 20, 'require' is not defined. +src/controllers/topics.js: line 15, col 15, 'require' is not defined. +src/controllers/topics.js: line 16, col 19, 'require' is not defined. +src/controllers/topics.js: line 312, col 22, 'require' is not defined. +src/controllers/topics.js: line 18, col 26, 'module' is not defined. +src/controllers/topics.js: line 42, col 15, 'Promise' is not defined. +src/controllers/topics.js: line 123, col 28, 'Promise' is not defined. +src/controllers/topics.js: line 186, col 15, 'Promise' is not defined. +src/controllers/topics.js: line 389, col 46, 'Promise' is not defined. + +src/controllers/unread.js: line 2, col 1, Use the function form of "use strict". +src/controllers/unread.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 17, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/unread.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 18, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 21, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 42, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/unread.js: line 42, col 121, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/unread.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 63, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/unread.js: line 68, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/unread.js: line 77, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/unread.js: line 82, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/unread.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/unread.js: line 4, col 15, 'require' is not defined. +src/controllers/unread.js: line 5, col 21, 'require' is not defined. +src/controllers/unread.js: line 7, col 14, 'require' is not defined. +src/controllers/unread.js: line 8, col 20, 'require' is not defined. +src/controllers/unread.js: line 9, col 14, 'require' is not defined. +src/controllers/unread.js: line 10, col 16, 'require' is not defined. +src/controllers/unread.js: line 11, col 17, 'require' is not defined. +src/controllers/unread.js: line 12, col 20, 'require' is not defined. +src/controllers/unread.js: line 14, col 26, 'module' is not defined. +src/controllers/unread.js: line 21, col 80, 'Promise' is not defined. + +src/controllers/uploads.js: line 1, col 1, Use the function form of "use strict". +src/controllers/uploads.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 18, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 19, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 36, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 36, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 41, col 47, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 51, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 52, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 52, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/uploads.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 61, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 62, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 78, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 89, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 102, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 123, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 129, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 129, col 72, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/uploads.js: line 134, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 154, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 166, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 168, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/uploads.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 173, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 175, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/uploads.js: line 181, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/uploads.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 183, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 185, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/uploads.js: line 187, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 188, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 194, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/uploads.js: line 195, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/uploads.js: line 200, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/uploads.js: line 3, col 14, 'require' is not defined. +src/controllers/uploads.js: line 4, col 15, 'require' is not defined. +src/controllers/uploads.js: line 5, col 19, 'require' is not defined. +src/controllers/uploads.js: line 7, col 14, 'require' is not defined. +src/controllers/uploads.js: line 8, col 14, 'require' is not defined. +src/controllers/uploads.js: line 9, col 14, 'require' is not defined. +src/controllers/uploads.js: line 10, col 17, 'require' is not defined. +src/controllers/uploads.js: line 11, col 15, 'require' is not defined. +src/controllers/uploads.js: line 12, col 20, 'require' is not defined. +src/controllers/uploads.js: line 14, col 17, 'require' is not defined. +src/controllers/uploads.js: line 203, col 1, 'require' is not defined. +src/controllers/uploads.js: line 16, col 27, 'module' is not defined. + +src/controllers/user.js: line 1, col 1, Use the function form of "use strict". +src/controllers/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 9, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 18, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 22, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 26, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 30, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 38, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 39, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 47, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 48, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 60, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/user.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 69, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/user.js: line 3, col 14, 'require' is not defined. +src/controllers/user.js: line 4, col 20, 'require' is not defined. +src/controllers/user.js: line 5, col 24, 'require' is not defined. +src/controllers/user.js: line 79, col 1, 'require' is not defined. +src/controllers/user.js: line 7, col 24, 'module' is not defined. + +src/controllers/users.js: line 1, col 1, Use the function form of "use strict". +src/controllers/users.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 15, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 35, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 41, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 46, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 47, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 52, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 54, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 55, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 68, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 72, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 79, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 83, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 87, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 91, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 99, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 104, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 105, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 118, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 126, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 127, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 129, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 129, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 146, col 10, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 146, col 9, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 150, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 151, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 159, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 161, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 162, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 163, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 163, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 164, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 164, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 165, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 165, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 166, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 166, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 170, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 181, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 181, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 186, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/users.js: line 191, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/users.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 192, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 203, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/users.js: line 3, col 14, 'require' is not defined. +src/controllers/users.js: line 4, col 14, 'require' is not defined. +src/controllers/users.js: line 6, col 12, 'require' is not defined. +src/controllers/users.js: line 7, col 20, 'require' is not defined. +src/controllers/users.js: line 8, col 20, 'require' is not defined. +src/controllers/users.js: line 9, col 17, 'require' is not defined. +src/controllers/users.js: line 10, col 13, 'require' is not defined. +src/controllers/users.js: line 11, col 15, 'require' is not defined. +src/controllers/users.js: line 49, col 9, 'require' is not defined. +src/controllers/users.js: line 13, col 25, 'module' is not defined. +src/controllers/users.js: line 47, col 38, 'Promise' is not defined. +src/controllers/users.js: line 129, col 64, 'Promise' is not defined. +src/controllers/users.js: line 165, col 50, 'Promise' is not defined. +src/controllers/users.js: line 181, col 38, 'Promise' is not defined. + +src/controllers/write/admin.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 10, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 10, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 19, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 19, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 25, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 25, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 34, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 34, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 35, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 36, col 53, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 36, col 58, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 40, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 40, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 44, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 44, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 45, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 46, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 48, col 80, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 48, col 85, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 51, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 51, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 52, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 52, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 58, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 58, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 59, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 65, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 65, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/admin.js: line 75, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 82, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/admin.js: line 82, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/admin.js: line 3, col 13, 'require' is not defined. +src/controllers/write/admin.js: line 4, col 17, 'require' is not defined. +src/controllers/write/admin.js: line 5, col 19, 'require' is not defined. +src/controllers/write/admin.js: line 6, col 16, 'require' is not defined. +src/controllers/write/admin.js: line 8, col 15, 'module' is not defined. + +src/controllers/write/categories.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/categories.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 11, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 11, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 15, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 15, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 19, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 19, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 24, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 24, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 34, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 34, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 39, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 39, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 40, col 83, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 40, col 86, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/categories.js: line 43, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 43, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 44, col 56, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 44, col 59, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/categories.js: line 45, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 48, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 48, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 49, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 50, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 50, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 51, col 81, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 51, col 86, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 54, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 54, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 55, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 56, col 58, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 56, col 61, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/categories.js: line 56, col 72, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 61, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 61, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 62, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 62, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 63, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 63, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 74, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 74, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 74, col 74, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 74, col 79, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 74, col 86, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 76, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 79, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 79, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 84, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 84, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 85, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 88, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 89, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 98, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/categories.js: line 98, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/categories.js: line 105, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/categories.js: line 3, col 20, 'require' is not defined. +src/controllers/write/categories.js: line 4, col 14, 'require' is not defined. +src/controllers/write/categories.js: line 5, col 13, 'require' is not defined. +src/controllers/write/categories.js: line 7, col 17, 'require' is not defined. +src/controllers/write/categories.js: line 9, col 20, 'module' is not defined. + +src/controllers/write/chats.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/chats.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 8, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 8, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 9, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 10, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 10, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 11, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 11, col 74, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 23, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 23, col 62, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 23, col 69, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 23, col 75, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 24, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 24, col 50, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 27, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 27, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 33, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 33, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 35, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 35, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 36, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 37, col 44, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 37, col 53, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 42, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 42, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 47, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 47, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 54, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 54, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 64, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 64, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 65, col 23, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 65, col 26, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 72, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 72, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 81, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 81, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 85, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 91, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 91, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 94, col 34, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 94, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 94, col 44, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 98, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 98, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 99, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 101, col 41, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 101, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 101, col 52, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 105, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 105, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 106, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 107, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 108, col 48, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 108, col 56, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 113, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 113, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 114, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 116, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 123, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 123, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 124, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 126, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 133, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 133, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 134, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 136, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 143, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 143, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 144, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 145, col 40, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 145, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 145, col 50, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 150, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 150, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 151, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 152, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 152, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 153, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 155, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 155, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 156, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 156, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 156, col 22, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 156, col 29, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 159, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 162, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 162, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 163, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 163, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 165, col 82, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 165, col 89, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 165, col 92, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 168, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 168, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 169, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 169, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 171, col 75, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 171, col 80, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 174, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 174, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 175, col 78, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 175, col 81, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 178, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 178, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 179, col 77, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 179, col 80, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/chats.js: line 182, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 182, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 183, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 183, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 184, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 184, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 185, col 40, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 185, col 45, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 185, col 53, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 187, col 75, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 187, col 80, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 190, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 190, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 191, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 191, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 192, col 42, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 197, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 197, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 198, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 198, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 199, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 204, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 204, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 205, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 205, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 206, col 39, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 206, col 44, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 211, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/chats.js: line 211, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/chats.js: line 212, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 212, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 213, col 41, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 213, col 46, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/chats.js: line 3, col 13, 'require' is not defined. +src/controllers/write/chats.js: line 4, col 17, 'require' is not defined. +src/controllers/write/chats.js: line 6, col 15, 'module' is not defined. + +src/controllers/write/files.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/files.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/files.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/files.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/files.js: line 8, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/files.js: line 8, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/files.js: line 13, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/files.js: line 13, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/files.js: line 3, col 17, 'require' is not defined. +src/controllers/write/files.js: line 4, col 13, 'require' is not defined. +src/controllers/write/files.js: line 6, col 15, 'module' is not defined. + +src/controllers/write/flags.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/flags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 9, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 9, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/flags.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 10, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 11, col 51, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 11, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 11, col 61, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 15, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 15, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/flags.js: line 19, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 19, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/flags.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 20, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 23, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 24, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 27, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 30, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 30, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/flags.js: line 35, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 35, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/flags.js: line 40, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 40, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/flags.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 41, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 44, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 45, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/flags.js: line 51, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/flags.js: line 51, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/flags.js: line 3, col 14, 'require' is not defined. +src/controllers/write/flags.js: line 4, col 13, 'require' is not defined. +src/controllers/write/flags.js: line 5, col 17, 'require' is not defined. +src/controllers/write/flags.js: line 7, col 15, 'module' is not defined. + +src/controllers/write/groups.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/groups.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 9, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 9, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 10, col 70, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 10, col 73, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/groups.js: line 13, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 13, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 17, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 17, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 22, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 22, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 24, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 24, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/groups.js: line 30, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 30, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 35, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 35, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 36, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 37, col 77, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 37, col 80, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/groups.js: line 37, col 91, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 40, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 40, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 45, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 45, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 50, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 50, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 55, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 55, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 60, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 60, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 62, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 65, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 65, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 70, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 70, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 75, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 75, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 77, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/groups.js: line 80, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 80, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 85, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 85, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 90, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/groups.js: line 90, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/groups.js: line 3, col 13, 'require' is not defined. +src/controllers/write/groups.js: line 5, col 17, 'require' is not defined. +src/controllers/write/groups.js: line 7, col 16, 'module' is not defined. + +src/controllers/write/index.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/index.js: line 3, col 15, 'module' is not defined. +src/controllers/write/index.js: line 5, col 15, 'require' is not defined. +src/controllers/write/index.js: line 6, col 16, 'require' is not defined. +src/controllers/write/index.js: line 7, col 20, 'require' is not defined. +src/controllers/write/index.js: line 8, col 16, 'require' is not defined. +src/controllers/write/index.js: line 9, col 14, 'require' is not defined. +src/controllers/write/index.js: line 10, col 15, 'require' is not defined. +src/controllers/write/index.js: line 11, col 15, 'require' is not defined. +src/controllers/write/index.js: line 12, col 15, 'require' is not defined. +src/controllers/write/index.js: line 13, col 16, 'require' is not defined. +src/controllers/write/index.js: line 14, col 15, 'require' is not defined. +src/controllers/write/index.js: line 15, col 15, 'require' is not defined. +src/controllers/write/index.js: line 16, col 19, 'require' is not defined. + +src/controllers/write/posts.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 13, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 13, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 14, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 16, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 16, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 22, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 26, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 35, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 38, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 38, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 47, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 47, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 48, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 49, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 51, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 51, col 51, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 51, col 56, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 56, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 59, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 59, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 60, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 68, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 68, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 74, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 77, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 77, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 79, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 79, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 87, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 87, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 92, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 92, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 97, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 97, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 102, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 102, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 110, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 112, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 115, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 115, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 116, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 128, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 128, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 129, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 134, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 134, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 139, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 139, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 140, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 144, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 144, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 145, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 150, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 150, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 151, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 156, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 156, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 157, col 73, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 157, col 76, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 160, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 160, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 161, col 73, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 161, col 76, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 164, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 164, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 165, col 76, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 165, col 79, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 168, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 168, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 169, col 39, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 169, col 42, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 171, col 73, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 171, col 76, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 174, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 174, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 175, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 175, col 55, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 175, col 58, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/posts.js: line 180, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/posts.js: line 183, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/posts.js: line 183, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/posts.js: line 3, col 15, 'require' is not defined. +src/controllers/write/posts.js: line 5, col 12, 'require' is not defined. +src/controllers/write/posts.js: line 6, col 16, 'require' is not defined. +src/controllers/write/posts.js: line 7, col 15, 'require' is not defined. +src/controllers/write/posts.js: line 8, col 13, 'require' is not defined. +src/controllers/write/posts.js: line 9, col 17, 'require' is not defined. +src/controllers/write/posts.js: line 11, col 15, 'module' is not defined. +src/controllers/write/posts.js: line 34, col 24, 'URL' is not defined. + +src/controllers/write/search.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/search.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 8, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/search.js: line 8, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/search.js: line 12, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/search.js: line 12, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/search.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 13, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 14, col 75, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 14, col 82, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 14, col 87, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/search.js: line 14, col 90, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/search.js: line 17, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/search.js: line 17, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/search.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 18, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 19, col 78, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/search.js: line 19, col 85, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/search.js: line 19, col 88, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/search.js: line 3, col 13, 'require' is not defined. +src/controllers/write/search.js: line 4, col 17, 'require' is not defined. +src/controllers/write/search.js: line 6, col 16, 'module' is not defined. + +src/controllers/write/tags.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/tags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/tags.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/tags.js: line 9, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/tags.js: line 9, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/tags.js: line 14, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/tags.js: line 14, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/tags.js: line 3, col 13, 'require' is not defined. +src/controllers/write/tags.js: line 5, col 17, 'require' is not defined. +src/controllers/write/tags.js: line 7, col 14, 'module' is not defined. + +src/controllers/write/topics.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/topics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 13, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 13, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 17, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 17, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 31, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 31, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 34, col 55, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 34, col 58, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 41, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 43, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 51, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 51, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 56, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 56, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 61, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 61, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 66, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 66, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 67, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 68, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 73, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 73, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 78, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 78, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 83, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 83, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 88, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 88, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 93, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 93, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 98, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 98, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 103, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 103, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 104, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 111, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 111, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 120, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 120, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 125, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 125, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 126, col 75, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 126, col 78, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 129, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 129, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 133, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 137, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 137, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 146, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 146, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 155, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 155, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 157, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 170, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 170, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 171, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 173, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 174, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 175, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 175, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 181, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 181, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 182, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 182, col 57, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 184, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/topics.js: line 187, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 187, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 188, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 188, col 44, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 193, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 193, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 194, col 38, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 194, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 199, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 199, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 200, col 40, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 200, col 43, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 205, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 205, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 206, col 34, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 206, col 37, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/topics.js: line 211, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 211, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 216, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/topics.js: line 216, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/topics.js: line 3, col 12, 'require' is not defined. +src/controllers/write/topics.js: line 4, col 13, 'require' is not defined. +src/controllers/write/topics.js: line 5, col 16, 'require' is not defined. +src/controllers/write/topics.js: line 7, col 17, 'require' is not defined. +src/controllers/write/topics.js: line 8, col 20, 'require' is not defined. +src/controllers/write/topics.js: line 9, col 27, 'require' is not defined. +src/controllers/write/topics.js: line 11, col 16, 'module' is not defined. +src/controllers/write/topics.js: line 137, col 15, 'Promise' is not defined. + +src/controllers/write/users.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/users.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 14, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 14, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 20, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 26, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 26, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 31, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 31, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 35, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 35, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 36, col 68, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 36, col 71, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 39, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 39, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 40, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 40, col 54, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 44, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 44, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 45, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 45, col 38, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 49, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 49, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 50, col 42, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 50, col 45, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 54, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 54, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 55, col 42, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 55, col 45, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 59, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 59, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 64, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 64, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 65, col 42, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 65, col 45, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 69, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 69, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 70, col 74, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 70, col 77, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 73, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 73, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 74, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 74, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 75, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 75, col 66, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 80, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 80, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 81, col 81, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 81, col 84, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 84, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 84, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 85, col 60, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 85, col 63, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 89, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 89, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 90, col 43, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 90, col 46, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 94, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 94, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 99, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 99, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 104, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 104, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 105, col 32, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 105, col 35, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 109, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 109, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 110, col 34, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 110, col 37, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 114, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 114, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 115, col 33, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 115, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 119, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 119, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 120, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 120, col 38, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 124, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 124, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 125, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 126, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 126, col 56, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 126, col 69, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 126, col 72, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 130, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 130, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 131, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 131, col 54, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 135, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 135, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 136, col 42, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 136, col 45, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 140, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 140, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 141, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 141, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 144, col 39, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 144, col 47, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 144, col 61, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 144, col 64, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 155, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 156, col 87, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 156, col 90, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 159, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 159, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 160, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 160, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 161, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 161, col 52, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 161, col 59, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 161, col 77, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 161, col 80, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 163, col 43, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 166, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 166, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 167, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 167, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 167, col 57, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 169, col 47, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 175, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 175, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 176, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 176, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 176, col 51, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 180, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 180, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 181, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 183, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 183, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 188, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 188, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 189, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 189, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 189, col 62, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 190, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 192, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 196, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 196, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 197, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/users.js: line 197, col 58, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 197, col 61, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/controllers/write/users.js: line 207, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 209, col 12, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 216, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/users.js: line 216, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/users.js: line 3, col 15, 'require' is not defined. +src/controllers/write/users.js: line 4, col 14, 'require' is not defined. +src/controllers/write/users.js: line 5, col 16, 'require' is not defined. +src/controllers/write/users.js: line 7, col 13, 'require' is not defined. +src/controllers/write/users.js: line 8, col 14, 'require' is not defined. +src/controllers/write/users.js: line 10, col 17, 'require' is not defined. +src/controllers/write/users.js: line 12, col 15, 'module' is not defined. +src/controllers/write/users.js: line 19, col 28, 'URL' is not defined. +src/controllers/write/users.js: line 204, col 25, '__dirname' is not defined. + +src/controllers/write/utilities.js: line 1, col 1, Use the function form of "use strict". +src/controllers/write/utilities.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/utilities.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/utilities.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/utilities.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/utilities.js: line 10, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/utilities.js: line 16, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/utilities.js: line 23, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/utilities.js: line 24, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/controllers/write/utilities.js: line 24, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/utilities.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/controllers/write/utilities.js: line 28, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/controllers/write/utilities.js: line 3, col 14, 'require' is not defined. +src/controllers/write/utilities.js: line 4, col 34, 'require' is not defined. +src/controllers/write/utilities.js: line 5, col 17, 'require' is not defined. +src/controllers/write/utilities.js: line 7, col 19, 'module' is not defined. + +src/coverPhoto.js: line 1, col 1, Use the function form of "use strict". +src/coverPhoto.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/coverPhoto.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/coverPhoto.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/coverPhoto.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/coverPhoto.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/coverPhoto.js: line 20, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/coverPhoto.js: line 21, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/coverPhoto.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/coverPhoto.js: line 22, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/coverPhoto.js: line 23, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/coverPhoto.js: line 4, col 15, 'require' is not defined. +src/coverPhoto.js: line 5, col 14, 'require' is not defined. +src/coverPhoto.js: line 9, col 20, 'module' is not defined. + +src/database/cache.js: line 1, col 1, Use the function form of "use strict". +src/database/cache.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/cache.js: line 6, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/cache.js: line 3, col 1, 'module' is not defined. +src/database/cache.js: line 4, col 25, 'require' is not defined. + +src/database/helpers.js: line 1, col 1, Use the function form of "use strict". +src/database/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/helpers.js: line 7, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/helpers.js: line 8, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/helpers.js: line 19, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/helpers.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/helpers.js: line 3, col 17, 'module' is not defined. + +src/database/index.js: line 1, col 1, Use the function form of "use strict". +src/database/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/index.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/index.js: line 13, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/index.js: line 16, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/index.js: line 23, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/index.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/index.js: line 25, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/index.js: line 28, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/index.js: line 38, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/index.js: line 44, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/index.js: line 45, col 22, Expected '{' and instead saw 'reject'. +src/database/index.js: line 46, col 18, Expected '{' and instead saw 'resolve'. +src/database/index.js: line 3, col 15, 'require' is not defined. +src/database/index.js: line 6, col 17, 'require' is not defined. +src/database/index.js: line 13, col 19, 'require' is not defined. +src/database/index.js: line 28, col 26, 'require' is not defined. +src/database/index.js: line 31, col 26, 'require' is not defined. +src/database/index.js: line 10, col 5, 'process' is not defined. +src/database/index.js: line 38, col 16, 'Promise' is not defined. +src/database/index.js: line 59, col 1, 'module' is not defined. + +src/database/mongo/connection.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/connection.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 12, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 15, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/connection.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 37, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 38, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/connection.js: line 41, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/connection.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 55, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/connection.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/connection.js: line 3, col 15, 'require' is not defined. +src/database/mongo/connection.js: line 5, col 17, 'require' is not defined. +src/database/mongo/connection.js: line 6, col 11, 'require' is not defined. +src/database/mongo/connection.js: line 56, col 25, 'require' is not defined. +src/database/mongo/connection.js: line 8, col 20, 'module' is not defined. + +src/database/mongo/hash.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/hash.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 6, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 10, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 22, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 23, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 39, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 39, col 44, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 40, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 47, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 51, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 52, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 53, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 72, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 75, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 84, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 84, col 52, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 93, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 93, col 54, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 97, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 101, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 107, col 111, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 114, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 118, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 122, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 127, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 130, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 136, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 137, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 144, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 144, col 57, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 144, col 60, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/mongo/hash.js: line 146, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 147, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 148, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 149, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 156, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 157, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 161, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 162, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 166, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 167, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 171, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 176, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 177, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 184, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 185, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 185, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 189, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 193, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 202, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 203, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 216, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 220, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 224, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 230, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 235, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 236, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 241, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 242, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 245, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 269, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/hash.js: line 274, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 276, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 277, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 278, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 278, col 18, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 278, col 39, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/hash.js: line 284, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/hash.js: line 3, col 1, 'module' is not defined. +src/database/mongo/hash.js: line 4, col 21, 'require' is not defined. +src/database/mongo/hash.js: line 6, col 19, 'require' is not defined. +src/database/mongo/hash.js: line 30, col 17, 'console' is not defined. +src/database/mongo/hash.js: line 45, col 13, 'console' is not defined. +src/database/mongo/hash.js: line 66, col 17, 'console' is not defined. +src/database/mongo/hash.js: line 262, col 17, 'console' is not defined. + +src/database/mongo/helpers.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 10, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 31, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 31, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 31, col 31, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 41, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 41, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 41, col 31, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 52, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/helpers.js: line 61, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/helpers.js: line 3, col 17, 'module' is not defined. +src/database/mongo/helpers.js: line 4, col 15, 'require' is not defined. + +src/database/mongo/list.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/list.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/list.js: line 6, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/list.js: line 20, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 28, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 36, col 21, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/list.js: line 36, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/mongo/list.js: line 44, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 48, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/list.js: line 53, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/list.js: line 71, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/list.js: line 79, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/list.js: line 92, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/list.js: line 93, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/list.js: line 3, col 1, 'module' is not defined. +src/database/mongo/list.js: line 4, col 21, 'require' is not defined. + +src/database/mongo/main.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/main.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 5, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 9, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 14, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 23, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 27, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 28, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/main.js: line 32, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/main.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 41, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 48, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 56, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 64, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 72, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 83, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 93, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 94, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/main.js: line 98, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/main.js: line 101, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 108, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 112, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 124, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 129, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 130, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 135, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/main.js: line 148, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 152, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 156, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 160, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 165, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 169, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/main.js: line 3, col 1, 'module' is not defined. +src/database/mongo/main.js: line 4, col 21, 'require' is not defined. + +src/database/mongo/sets.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/sets.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 7, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 14, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 37, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 46, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 48, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 50, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 70, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 75, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 84, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 97, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 111, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 115, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 117, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 122, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 123, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 126, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 138, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 139, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 143, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 146, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 159, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 163, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 169, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 170, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 174, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 177, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 181, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 188, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 189, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 193, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 194, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sets.js: line 197, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sets.js: line 198, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 203, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 204, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sets.js: line 3, col 1, 'module' is not defined. +src/database/mongo/sets.js: line 4, col 15, 'require' is not defined. +src/database/mongo/sets.js: line 5, col 21, 'require' is not defined. +src/database/mongo/sets.js: line 30, col 17, 'console' is not defined. +src/database/mongo/sets.js: line 63, col 17, 'console' is not defined. +src/database/mongo/sets.js: line 122, col 32, 'Set' is not defined. + +src/database/mongo/sorted/add.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/sorted/add.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 7, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/add.js: line 15, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/add.js: line 30, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/add.js: line 37, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 39, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/add.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 45, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 51, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/add.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 57, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/add.js: line 58, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/add.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 68, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 77, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/add.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/add.js: line 82, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/add.js: line 84, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/add.js: line 3, col 1, 'module' is not defined. +src/database/mongo/sorted/add.js: line 4, col 21, 'require' is not defined. +src/database/mongo/sorted/add.js: line 5, col 19, 'require' is not defined. +src/database/mongo/sorted/add.js: line 23, col 17, 'console' is not defined. + +src/database/mongo/sorted/intersect.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/sorted/intersect.js: line 4, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 8, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 13, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 17, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 18, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 20, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 28, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 31, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 35, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 44, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 49, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 54, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 68, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 68, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 77, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 78, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 90, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 95, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 95, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 98, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 100, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 100, col 89, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 111, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 116, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 117, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 121, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 122, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 123, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 128, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 128, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 129, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 130, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 133, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 135, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 143, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 143, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 143, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 144, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 145, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 149, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 143, col 67, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (module, Set) +src/database/mongo/sorted/intersect.js: line 151, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 151, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 158, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 163, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/intersect.js: line 164, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 167, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 171, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 173, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 206, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 212, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/intersect.js: line 214, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/intersect.js: line 3, col 1, 'module' is not defined. +src/database/mongo/sorted/intersect.js: line 30, col 30, 'Promise' is not defined. +src/database/mongo/sorted/intersect.js: line 143, col 35, 'Promise' is not defined. +src/database/mongo/sorted/intersect.js: line 149, col 28, 'Set' is not defined. + +src/database/mongo/sorted/remove.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/sorted/remove.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/remove.js: line 6, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/remove.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/remove.js: line 27, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/remove.js: line 36, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/remove.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/remove.js: line 55, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/remove.js: line 59, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/remove.js: line 60, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/remove.js: line 3, col 1, 'module' is not defined. +src/database/mongo/sorted/remove.js: line 4, col 21, 'require' is not defined. + +src/database/mongo/sorted/union.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/sorted/union.js: line 4, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/union.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/union.js: line 17, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/union.js: line 22, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/union.js: line 27, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted/union.js: line 31, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/union.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/union.js: line 38, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/union.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/union.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/union.js: line 63, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted/union.js: line 65, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted/union.js: line 3, col 1, 'module' is not defined. + +src/database/mongo/sorted.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/sorted.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 7, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 8, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 18, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 22, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 26, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 30, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 34, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 63, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 68, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 75, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 80, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 85, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 86, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 88, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 88, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/mongo/sorted.js: line 88, col 27, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 88, col 30, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/mongo/sorted.js: line 97, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 98, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 99, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 100, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 100, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 101, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 102, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 116, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 122, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 126, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 130, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 134, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 138, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 146, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 163, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 170, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 177, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 177, col 58, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 177, col 72, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 178, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 183, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 195, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 199, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 203, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 208, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 228, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 232, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 236, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 240, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 241, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 244, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 244, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 248, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 252, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 256, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 260, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 261, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 265, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 270, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 275, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 279, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 284, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 285, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 286, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 292, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 295, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 303, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 305, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 306, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 312, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 315, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 320, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 328, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 336, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 342, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 343, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 349, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 352, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 357, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 363, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 364, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 370, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 373, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 374, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 378, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 379, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 383, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 387, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 391, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 395, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 396, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 403, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 411, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 412, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 415, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 416, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 425, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 428, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 432, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 437, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 461, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 462, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 463, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 469, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 470, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 471, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 476, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 477, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 478, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 480, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 480, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 483, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 487, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 491, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 492, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 496, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 497, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 502, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 508, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 511, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 512, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 540, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 541, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 546, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 547, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 554, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 562, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 564, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo/sorted.js: line 569, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo/sorted.js: line 570, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 571, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 572, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 573, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 577, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 586, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 594, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 597, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo/sorted.js: line 3, col 11, 'require' is not defined. +src/database/mongo/sorted.js: line 4, col 15, 'require' is not defined. +src/database/mongo/sorted.js: line 7, col 21, 'require' is not defined. +src/database/mongo/sorted.js: line 8, col 23, 'require' is not defined. +src/database/mongo/sorted.js: line 10, col 18, 'require' is not defined. +src/database/mongo/sorted.js: line 13, col 5, 'require' is not defined. +src/database/mongo/sorted.js: line 14, col 5, 'require' is not defined. +src/database/mongo/sorted.js: line 15, col 5, 'require' is not defined. +src/database/mongo/sorted.js: line 16, col 5, 'require' is not defined. +src/database/mongo/sorted.js: line 98, col 27, 'require' is not defined. +src/database/mongo/sorted.js: line 6, col 1, 'module' is not defined. +src/database/mongo/sorted.js: line 11, col 34, 'setTimeout' is not defined. +src/database/mongo/sorted.js: line 101, col 37, 'Promise' is not defined. +src/database/mongo/sorted.js: line 174, col 22, 'Promise' is not defined. +src/database/mongo/sorted.js: line 245, col 22, 'Promise' is not defined. +src/database/mongo/sorted.js: line 454, col 17, 'console' is not defined. + +src/database/mongo/transaction.js: line 1, col 1, Use the function form of "use strict". +src/database/mongo/transaction.js: line 3, col 1, 'module' is not defined. + +src/database/mongo.js: line 2, col 1, Use the function form of "use strict". +src/database/mongo.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 11, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 62, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 67, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 79, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 106, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 112, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 114, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 127, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 127, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 137, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo.js: line 170, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 172, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/mongo.js: line 174, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo.js: line 179, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/mongo.js: line 182, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/mongo.js: line 5, col 17, 'require' is not defined. +src/database/mongo.js: line 6, col 15, 'require' is not defined. +src/database/mongo.js: line 7, col 16, 'require' is not defined. +src/database/mongo.js: line 8, col 16, 'require' is not defined. +src/database/mongo.js: line 9, col 15, 'require' is not defined. +src/database/mongo.js: line 13, col 20, 'require' is not defined. +src/database/mongo.js: line 68, col 24, 'require' is not defined. +src/database/mongo.js: line 69, col 18, 'require' is not defined. +src/database/mongo.js: line 94, col 22, 'require' is not defined. +src/database/mongo.js: line 189, col 1, 'require' is not defined. +src/database/mongo.js: line 190, col 1, 'require' is not defined. +src/database/mongo.js: line 191, col 1, 'require' is not defined. +src/database/mongo.js: line 192, col 1, 'require' is not defined. +src/database/mongo.js: line 193, col 1, 'require' is not defined. +src/database/mongo.js: line 194, col 1, 'require' is not defined. +src/database/mongo.js: line 196, col 1, 'require' is not defined. +src/database/mongo.js: line 15, col 21, 'module' is not defined. +src/database/mongo.js: line 127, col 56, 'Promise' is not defined. +src/database/mongo.js: line 172, col 24, 'Promise' is not defined. + +src/database/postgres/connection.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/connection.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 38, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/connection.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 39, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/connection.js: line 3, col 15, 'require' is not defined. +src/database/postgres/connection.js: line 4, col 17, 'require' is not defined. +src/database/postgres/connection.js: line 5, col 11, 'require' is not defined. +src/database/postgres/connection.js: line 39, col 22, 'require' is not defined. +src/database/postgres/connection.js: line 46, col 1, 'require' is not defined. +src/database/postgres/connection.js: line 7, col 20, 'module' is not defined. + +src/database/postgres/hash.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/hash.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 6, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 17, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 17, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 18, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 24, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 36, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 47, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 47, col 44, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 48, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 55, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 57, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 57, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 58, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 64, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 64, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 70, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 70, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 73, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 84, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 89, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 89, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 90, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 92, col 47, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 97, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 108, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 108, col 52, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 115, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 117, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 131, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 131, col 54, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 138, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 140, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 152, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 155, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 160, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 162, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 176, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 183, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 185, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 202, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 203, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 210, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 218, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 220, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 235, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 238, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 243, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 245, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 259, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 260, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 264, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 269, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 271, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 285, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 290, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 292, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 294, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 297, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 301, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 309, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 320, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 331, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 335, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 339, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 346, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 346, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 353, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 355, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 364, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 372, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 376, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 381, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/hash.js: line 381, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/hash.js: line 382, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 382, col 18, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 382, col 39, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/hash.js: line 3, col 1, 'module' is not defined. +src/database/postgres/hash.js: line 4, col 21, 'require' is not defined. +src/database/postgres/hash.js: line 53, col 13, 'console' is not defined. +src/database/postgres/hash.js: line 381, col 15, 'Promise' is not defined. + +src/database/postgres/helpers.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/helpers.js: line 9, col 51, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 10, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/helpers.js: line 13, col 18, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/helpers.js: line 21, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/helpers.js: line 24, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 32, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/helpers.js: line 42, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 50, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 54, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/helpers.js: line 57, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 65, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 74, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/helpers.js: line 76, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/helpers.js: line 83, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 86, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/helpers.js: line 86, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 86, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 87, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/helpers.js: line 90, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 90, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 93, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/helpers.js: line 3, col 17, 'module' is not defined. + +src/database/postgres/list.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/list.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/list.js: line 6, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 11, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 11, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 17, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 27, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 31, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 31, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 37, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 47, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/list.js: line 54, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 74, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 80, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 85, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 96, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 105, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 119, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 134, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 140, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/list.js: line 142, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 161, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/list.js: line 163, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 177, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 194, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/list.js: line 195, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/list.js: line 197, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/list.js: line 3, col 1, 'module' is not defined. +src/database/postgres/list.js: line 4, col 21, 'require' is not defined. +src/database/postgres/list.js: line 80, col 19, 'Promise' is not defined. + +src/database/postgres/main.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/main.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 6, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 7, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 8, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 11, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 12, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 15, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 24, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 25, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 26, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 28, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 31, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 32, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 34, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 40, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 40, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 45, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 46, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 46, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 47, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 47, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 48, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 48, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 53, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 54, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 55, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 59, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 64, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 75, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 76, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 76, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 78, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 81, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 85, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 91, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 94, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 101, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 108, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 115, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 122, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 127, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 129, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 143, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 148, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 150, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 160, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 161, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 164, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 168, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 173, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 173, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 177, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 187, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 192, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 192, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 194, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 196, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 208, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 209, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 209, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 212, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 219, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 228, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 229, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 231, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 242, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 245, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 253, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 257, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 261, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 265, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 269, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 270, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/main.js: line 272, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/main.js: line 283, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 287, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/main.js: line 3, col 1, 'module' is not defined. +src/database/postgres/main.js: line 4, col 21, 'require' is not defined. +src/database/postgres/main.js: line 25, col 35, 'Promise' is not defined. +src/database/postgres/main.js: line 45, col 33, 'Promise' is not defined. +src/database/postgres/main.js: line 48, col 52, 'Promise' is not defined. + +src/database/postgres/sets.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/sets.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 6, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 8, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 15, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 15, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 19, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 30, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 41, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 41, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 45, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 57, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 68, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 76, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 83, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 91, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 98, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 112, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 119, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 121, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 132, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 132, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 135, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 144, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 155, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 155, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 158, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 163, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 165, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 175, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 178, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 183, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 185, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 197, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 197, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 200, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 205, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 207, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 220, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 221, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 223, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 235, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 235, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 238, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sets.js: line 239, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sets.js: line 241, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sets.js: line 3, col 11, 'require' is not defined. +src/database/postgres/sets.js: line 6, col 21, 'require' is not defined. +src/database/postgres/sets.js: line 5, col 1, 'module' is not defined. + +src/database/postgres/sorted/add.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/sorted/add.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/add.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/add.js: line 7, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 16, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 21, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 21, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 25, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 35, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 42, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/add.js: line 44, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 48, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 52, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 52, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 56, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 67, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 71, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/add.js: line 73, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 74, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 82, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 84, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 84, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 88, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 93, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 104, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/add.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/add.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/add.js: line 111, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 113, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 119, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/add.js: line 119, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 123, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/add.js: line 3, col 1, 'module' is not defined. +src/database/postgres/sorted/add.js: line 4, col 21, 'require' is not defined. +src/database/postgres/sorted/add.js: line 5, col 19, 'require' is not defined. + +src/database/postgres/sorted/intersect.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/sorted/intersect.js: line 4, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/intersect.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 11, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/intersect.js: line 29, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/intersect.js: line 34, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/intersect.js: line 39, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/intersect.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 40, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 43, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 53, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/intersect.js: line 59, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/intersect.js: line 60, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/intersect.js: line 82, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/intersect.js: line 87, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/intersect.js: line 3, col 1, 'module' is not defined. + +src/database/postgres/sorted/remove.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/sorted/remove.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/remove.js: line 6, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/remove.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/remove.js: line 25, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/remove.js: line 33, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/remove.js: line 42, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/remove.js: line 50, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/remove.js: line 64, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/remove.js: line 73, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/remove.js: line 77, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/remove.js: line 77, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/remove.js: line 78, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/remove.js: line 78, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/remove.js: line 82, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/remove.js: line 3, col 1, 'module' is not defined. +src/database/postgres/sorted/remove.js: line 4, col 21, 'require' is not defined. + +src/database/postgres/sorted/union.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/sorted/union.js: line 4, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/union.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 11, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/union.js: line 23, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/union.js: line 28, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/union.js: line 33, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted/union.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 34, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 40, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 50, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted/union.js: line 56, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/union.js: line 57, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/union.js: line 77, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/union.js: line 82, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted/union.js: line 3, col 1, 'module' is not defined. + +src/database/postgres/sorted.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/sorted.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 6, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 8, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 15, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 19, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 23, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 27, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 31, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 44, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 51, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 56, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 62, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 63, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 82, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 84, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 90, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 94, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 98, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 102, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 106, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 127, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 128, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 145, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 147, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 153, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 167, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 182, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 187, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 189, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 202, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 207, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 209, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 221, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 221, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 224, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 224, col 58, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 224, col 72, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 231, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 240, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 242, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 255, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 255, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 259, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 262, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 263, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 267, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 268, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 272, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 274, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 275, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 276, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 293, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 296, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 304, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 312, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 320, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 328, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 335, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 337, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 353, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 360, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 362, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 374, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 375, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 375, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 380, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 389, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 391, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 403, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 404, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 404, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 409, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 416, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 418, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 432, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 442, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 444, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 455, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 455, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 458, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 465, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 467, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 478, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 478, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 481, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 482, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 486, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 487, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 491, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 496, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 498, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 505, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 505, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 508, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 513, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 515, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 522, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 522, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 525, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 533, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 533, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 535, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 537, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 549, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 551, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 554, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 558, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 562, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 563, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 565, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 566, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 567, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 580, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 584, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 587, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 588, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 589, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 602, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 605, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 606, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 608, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 609, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 620, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 622, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 630, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 634, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 638, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 646, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 650, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 654, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 661, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 662, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 662, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 664, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 668, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 671, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 672, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 685, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 687, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 690, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/sorted.js: line 691, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 692, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 693, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 694, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 695, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 696, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 696, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 710, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 713, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/sorted.js: line 720, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 722, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/sorted.js: line 3, col 1, 'module' is not defined. +src/database/postgres/sorted.js: line 4, col 21, 'require' is not defined. +src/database/postgres/sorted.js: line 5, col 18, 'require' is not defined. +src/database/postgres/sorted.js: line 6, col 20, 'require' is not defined. +src/database/postgres/sorted.js: line 10, col 5, 'require' is not defined. +src/database/postgres/sorted.js: line 11, col 5, 'require' is not defined. +src/database/postgres/sorted.js: line 12, col 5, 'require' is not defined. +src/database/postgres/sorted.js: line 13, col 5, 'require' is not defined. +src/database/postgres/sorted.js: line 8, col 34, 'setTimeout' is not defined. +src/database/postgres/sorted.js: line 551, col 22, 'Promise' is not defined. + +src/database/postgres/transaction.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres/transaction.js: line 4, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres/transaction.js: line 5, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/transaction.js: line 7, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/transaction.js: line 11, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/transaction.js: line 14, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres/transaction.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres/transaction.js: line 3, col 1, 'module' is not defined. + +src/database/postgres.js: line 1, col 1, Use the function form of "use strict". +src/database/postgres.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 47, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 48, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 50, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 57, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 65, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 66, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 90, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 93, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 97, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 105, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 119, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 134, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 148, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 162, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 178, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 206, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 223, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 233, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 241, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 251, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 263, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 264, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 266, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 275, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 290, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 304, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 307, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 310, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 311, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 314, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 322, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 328, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 346, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 353, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 354, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 357, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 363, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 375, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 380, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/postgres.js: line 380, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 386, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/postgres.js: line 386, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/postgres.js: line 391, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/postgres.js: line 3, col 17, 'require' is not defined. +src/database/postgres.js: line 4, col 15, 'require' is not defined. +src/database/postgres.js: line 5, col 17, 'require' is not defined. +src/database/postgres.js: line 6, col 16, 'require' is not defined. +src/database/postgres.js: line 8, col 20, 'require' is not defined. +src/database/postgres.js: line 48, col 22, 'require' is not defined. +src/database/postgres.js: line 311, col 18, 'require' is not defined. +src/database/postgres.js: line 314, col 30, 'require' is not defined. +src/database/postgres.js: line 363, col 25, 'require' is not defined. +src/database/postgres.js: line 395, col 1, 'require' is not defined. +src/database/postgres.js: line 396, col 1, 'require' is not defined. +src/database/postgres.js: line 397, col 1, 'require' is not defined. +src/database/postgres.js: line 398, col 1, 'require' is not defined. +src/database/postgres.js: line 399, col 1, 'require' is not defined. +src/database/postgres.js: line 400, col 1, 'require' is not defined. +src/database/postgres.js: line 402, col 1, 'require' is not defined. +src/database/postgres.js: line 10, col 24, 'module' is not defined. + +src/database/redis/connection.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/connection.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/connection.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/connection.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/connection.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/connection.js: line 9, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/connection.js: line 10, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/connection.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/connection.js: line 14, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/connection.js: line 20, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/redis/connection.js: line 20, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/connection.js: line 25, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/redis/connection.js: line 25, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/connection.js: line 33, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/redis/connection.js: line 33, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/connection.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/connection.js: line 42, col 13, Confusing use of '!'. +src/database/redis/connection.js: line 46, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/connection.js: line 50, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/connection.js: line 3, col 15, 'require' is not defined. +src/database/redis/connection.js: line 4, col 15, 'require' is not defined. +src/database/redis/connection.js: line 5, col 17, 'require' is not defined. +src/database/redis/connection.js: line 62, col 1, 'require' is not defined. +src/database/redis/connection.js: line 7, col 20, 'module' is not defined. +src/database/redis/connection.js: line 10, col 16, 'Promise' is not defined. + +src/database/redis/hash.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/hash.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 6, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 10, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 19, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 29, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 30, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 39, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 39, col 44, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 40, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 47, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 51, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 57, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 60, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 65, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 66, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 75, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 75, col 52, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 80, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 84, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 84, col 54, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 88, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 100, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 104, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 108, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 113, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 114, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 116, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 118, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 119, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 126, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 133, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 139, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 139, col 57, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 139, col 60, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/database/redis/hash.js: line 141, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 142, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 143, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 144, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 151, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 155, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 159, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 160, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 164, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 166, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 167, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 171, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 179, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 188, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 189, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 198, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 202, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 206, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 211, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 213, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 214, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 220, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 223, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/hash.js: line 228, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 229, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 230, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 230, col 18, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 230, col 39, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/hash.js: line 235, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/hash.js: line 3, col 1, 'module' is not defined. +src/database/redis/hash.js: line 4, col 21, 'require' is not defined. +src/database/redis/hash.js: line 6, col 19, 'require' is not defined. +src/database/redis/hash.js: line 45, col 13, 'console' is not defined. + +src/database/redis/helpers.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/helpers.js: line 7, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/helpers.js: line 8, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/helpers.js: line 9, col 24, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/helpers.js: line 9, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/helpers.js: line 18, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/helpers.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/helpers.js: line 26, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/helpers.js: line 26, col 54, Unexpected use of a comma operator. +src/database/redis/helpers.js: line 3, col 17, 'module' is not defined. + +src/database/redis/list.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/list.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/list.js: line 6, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 13, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 20, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 27, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 32, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/list.js: line 33, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/list.js: line 40, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 47, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 54, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/list.js: line 3, col 1, 'module' is not defined. +src/database/redis/list.js: line 4, col 21, 'require' is not defined. + +src/database/redis/main.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/main.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 6, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 10, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 15, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 21, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/main.js: line 22, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 23, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/main.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 29, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 30, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 31, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 35, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 37, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 37, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/main.js: line 38, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 49, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 54, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 62, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 66, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 73, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 77, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 81, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 93, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/main.js: line 98, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 102, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 106, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 110, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 114, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 118, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/main.js: line 3, col 1, 'module' is not defined. +src/database/redis/main.js: line 4, col 21, 'require' is not defined. + +src/database/redis/pubsub.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/pubsub.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 6, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 9, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 12, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/pubsub.js: line 14, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/pubsub.js: line 17, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/pubsub.js: line 23, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 31, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/pubsub.js: line 33, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/pubsub.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/pubsub.js: line 3, col 15, 'require' is not defined. +src/database/redis/pubsub.js: line 4, col 14, 'require' is not defined. +src/database/redis/pubsub.js: line 5, col 17, 'require' is not defined. +src/database/redis/pubsub.js: line 6, col 26, 'require' is not defined. +src/database/redis/pubsub.js: line 7, col 20, 'require' is not defined. +src/database/redis/pubsub.js: line 49, col 1, 'module' is not defined. + +src/database/redis/sets.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/sets.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 6, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 16, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 21, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sets.js: line 25, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 37, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sets.js: line 41, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 43, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sets.js: line 47, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 48, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 52, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 54, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sets.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 59, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 60, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 61, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sets.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 66, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 70, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 71, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 72, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sets.js: line 76, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 80, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sets.js: line 82, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sets.js: line 86, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sets.js: line 3, col 1, 'module' is not defined. +src/database/redis/sets.js: line 4, col 21, 'require' is not defined. + +src/database/redis/sorted/add.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/sorted/add.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 7, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/add.js: line 15, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/add.js: line 20, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/add.js: line 28, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 30, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/add.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 34, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 40, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/add.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 46, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/add.js: line 47, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/add.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 55, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 63, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/add.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/add.js: line 68, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/add.js: line 70, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/add.js: line 3, col 1, 'module' is not defined. +src/database/redis/sorted/add.js: line 4, col 21, 'require' is not defined. +src/database/redis/sorted/add.js: line 5, col 19, 'require' is not defined. + +src/database/redis/sorted/intersect.js: line 2, col 1, Use the function form of "use strict". +src/database/redis/sorted/intersect.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 6, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/intersect.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 10, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/intersect.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 22, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/intersect.js: line 27, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/intersect.js: line 32, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/intersect.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 33, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 38, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/intersect.js: line 40, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 58, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/intersect.js: line 4, col 1, 'module' is not defined. +src/database/redis/sorted/intersect.js: line 5, col 21, 'require' is not defined. + +src/database/redis/sorted/remove.js: line 2, col 1, Use the function form of "use strict". +src/database/redis/sorted/remove.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/remove.js: line 7, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/remove.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/remove.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/remove.js: line 21, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/remove.js: line 28, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/remove.js: line 32, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/remove.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/remove.js: line 34, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/remove.js: line 38, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/remove.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/remove.js: line 43, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/remove.js: line 4, col 1, 'module' is not defined. +src/database/redis/sorted/remove.js: line 5, col 21, 'require' is not defined. + +src/database/redis/sorted/union.js: line 2, col 1, Use the function form of "use strict". +src/database/redis/sorted/union.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/union.js: line 6, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/union.js: line 7, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/union.js: line 7, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/union.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/union.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/union.js: line 19, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/union.js: line 24, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/union.js: line 29, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted/union.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/union.js: line 34, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted/union.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/union.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/union.js: line 45, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted/union.js: line 4, col 1, 'module' is not defined. +src/database/redis/sorted/union.js: line 5, col 21, 'require' is not defined. + +src/database/redis/sorted.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/sorted.js: line 4, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 5, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 6, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 13, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 17, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 21, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 25, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 29, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 34, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 35, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 36, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 38, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 38, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 40, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 46, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 72, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 78, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 82, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 86, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 90, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 94, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 98, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 102, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 106, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 110, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 114, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 115, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 119, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 119, col 58, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 119, col 72, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 128, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 130, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 133, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 136, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 140, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 144, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 145, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 146, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 152, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 153, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 154, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 160, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 161, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 162, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 168, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 169, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 170, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 176, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 181, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 185, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 189, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 190, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 191, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 192, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 195, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 199, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 200, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 201, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 202, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 205, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 206, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 210, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 214, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 215, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 216, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 220, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 224, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 225, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 226, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 230, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 234, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 240, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 244, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 245, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 249, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 253, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 254, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 255, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 259, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 260, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 264, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 265, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 266, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 269, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 270, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 273, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 277, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 281, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 285, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 289, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 290, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 291, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 301, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 304, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis/sorted.js: line 306, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 313, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis/sorted.js: line 314, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 316, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 317, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 318, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 321, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 324, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 326, col 18, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 327, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis/sorted.js: line 3, col 1, 'module' is not defined. +src/database/redis/sorted.js: line 4, col 19, 'require' is not defined. +src/database/redis/sorted.js: line 5, col 21, 'require' is not defined. +src/database/redis/sorted.js: line 6, col 23, 'require' is not defined. +src/database/redis/sorted.js: line 8, col 5, 'require' is not defined. +src/database/redis/sorted.js: line 9, col 5, 'require' is not defined. +src/database/redis/sorted.js: line 10, col 5, 'require' is not defined. +src/database/redis/sorted.js: line 11, col 5, 'require' is not defined. + +src/database/redis/transaction.js: line 1, col 1, Use the function form of "use strict". +src/database/redis/transaction.js: line 3, col 1, 'module' is not defined. + +src/database/redis.js: line 1, col 1, Use the function form of "use strict". +src/database/redis.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 36, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 40, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 51, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 52, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 63, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 70, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 78, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/database/redis.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 85, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis.js: line 87, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 105, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/database/redis.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 107, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/database/redis.js: line 110, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/database/redis.js: line 3, col 15, 'require' is not defined. +src/database/redis.js: line 4, col 16, 'require' is not defined. +src/database/redis.js: line 6, col 20, 'require' is not defined. +src/database/redis.js: line 41, col 18, 'require' is not defined. +src/database/redis.js: line 42, col 26, 'require' is not defined. +src/database/redis.js: line 106, col 26, 'require' is not defined. +src/database/redis.js: line 114, col 1, 'require' is not defined. +src/database/redis.js: line 115, col 1, 'require' is not defined. +src/database/redis.js: line 116, col 1, 'require' is not defined. +src/database/redis.js: line 117, col 1, 'require' is not defined. +src/database/redis.js: line 118, col 1, 'require' is not defined. +src/database/redis.js: line 119, col 1, 'require' is not defined. +src/database/redis.js: line 121, col 1, 'require' is not defined. +src/database/redis.js: line 8, col 21, 'module' is not defined. + +src/emailer.js: line 1, col 1, Use the function form of "use strict". +src/emailer.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 25, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 26, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 38, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 41, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 41, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 53, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 56, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 56, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 62, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 62, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 62, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 65, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 67, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 68, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 74, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 79, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 80, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 80, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 81, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 85, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 85, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 86, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 87, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 94, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 98, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 98, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 100, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 101, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 103, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 103, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 104, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 105, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 110, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 112, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 118, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 122, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 163, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 166, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 187, col 20, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 187, col 23, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 189, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 209, col 28, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 209, col 31, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 209, col 43, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 209, col 46, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 216, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 216, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 221, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 228, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 228, col 90, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 228, col 100, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 228, col 105, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 228, col 115, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 232, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 239, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 244, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 247, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 251, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 253, col 16, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 253, col 19, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 253, col 44, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 253, col 47, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 258, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 270, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 270, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 271, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 272, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 275, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 288, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 290, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 291, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 293, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 293, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/emailer.js: line 298, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 309, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 309, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 314, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 317, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 319, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 331, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 352, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 352, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 358, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 363, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/emailer.js: line 363, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 364, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/emailer.js: line 364, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/emailer.js: line 3, col 17, 'require' is not defined. +src/emailer.js: line 4, col 15, 'require' is not defined. +src/emailer.js: line 5, col 20, 'require' is not defined. +src/emailer.js: line 6, col 20, 'require' is not defined. +src/emailer.js: line 7, col 27, 'require' is not defined. +src/emailer.js: line 8, col 24, 'require' is not defined. +src/emailer.js: line 9, col 13, 'require' is not defined. +src/emailer.js: line 10, col 14, 'require' is not defined. +src/emailer.js: line 11, col 12, 'require' is not defined. +src/emailer.js: line 12, col 11, 'require' is not defined. +src/emailer.js: line 13, col 13, 'require' is not defined. +src/emailer.js: line 15, col 14, 'require' is not defined. +src/emailer.js: line 16, col 17, 'require' is not defined. +src/emailer.js: line 17, col 14, 'require' is not defined. +src/emailer.js: line 18, col 20, 'require' is not defined. +src/emailer.js: line 19, col 16, 'require' is not defined. +src/emailer.js: line 20, col 14, 'require' is not defined. +src/emailer.js: line 368, col 1, 'require' is not defined. +src/emailer.js: line 23, col 17, 'module' is not defined. +src/emailer.js: line 74, col 45, 'Promise' is not defined. +src/emailer.js: line 85, col 15, 'Promise' is not defined. +src/emailer.js: line 103, col 29, 'Promise' is not defined. +src/emailer.js: line 309, col 35, 'Promise' is not defined. +src/emailer.js: line 238, col 13, 'process' is not defined. +src/emailer.js: line 246, col 13, 'process' is not defined. + +src/events.js: line 2, col 1, Use the function form of "use strict". +src/events.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 86, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 92, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 95, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 99, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 105, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 119, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 120, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 121, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 121, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 122, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 127, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 127, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 136, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 137, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 137, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 148, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 150, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 152, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 156, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 156, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 167, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 167, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 168, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 168, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 172, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 173, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 173, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 175, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 178, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 180, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 181, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 181, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 191, col 15, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 195, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 195, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 198, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 198, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 199, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 199, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 199, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 203, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 204, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 209, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 221, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 222, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 228, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 228, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 233, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 234, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 239, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 247, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 248, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 248, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 248, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 249, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 250, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/events.js: line 252, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 252, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 253, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 253, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 261, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 262, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/events.js: line 262, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/events.js: line 4, col 19, 'require' is not defined. +src/events.js: line 5, col 11, 'require' is not defined. +src/events.js: line 7, col 12, 'require' is not defined. +src/events.js: line 8, col 15, 'require' is not defined. +src/events.js: line 9, col 14, 'require' is not defined. +src/events.js: line 10, col 15, 'require' is not defined. +src/events.js: line 11, col 17, 'require' is not defined. +src/events.js: line 267, col 1, 'require' is not defined. +src/events.js: line 13, col 16, 'module' is not defined. +src/events.js: line 97, col 11, 'Promise' is not defined. +src/events.js: line 134, col 26, 'Promise' is not defined. +src/events.js: line 172, col 34, 'Promise' is not defined. +src/events.js: line 178, col 28, 'Promise' is not defined. +src/events.js: line 228, col 39, 'Promise' is not defined. +src/events.js: line 255, col 11, 'Promise' is not defined. + +src/file.js: line 1, col 1, Use the function form of "use strict". +src/file.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 7, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 17, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 21, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 28, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 32, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 32, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 37, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 58, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 63, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 66, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 78, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 103, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 111, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 119, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 131, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 136, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 141, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 143, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 149, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 151, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 151, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/file.js: line 151, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 152, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/file.js: line 155, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/file.js: line 3, col 12, 'require' is not defined. +src/file.js: line 4, col 15, 'require' is not defined. +src/file.js: line 5, col 14, 'require' is not defined. +src/file.js: line 6, col 17, 'require' is not defined. +src/file.js: line 7, col 20, 'require' is not defined. +src/file.js: line 8, col 14, 'require' is not defined. +src/file.js: line 9, col 18, 'require' is not defined. +src/file.js: line 11, col 17, 'require' is not defined. +src/file.js: line 57, col 18, 'require' is not defined. +src/file.js: line 158, col 1, 'require' is not defined. +src/file.js: line 15, col 14, 'module' is not defined. +src/file.js: line 38, col 20, 'Buffer' is not defined. +src/file.js: line 120, col 21, 'process' is not defined. +src/file.js: line 124, col 9, 'process' is not defined. +src/file.js: line 132, col 21, 'process' is not defined. +src/file.js: line 136, col 19, 'process' is not defined. +src/file.js: line 151, col 25, 'Promise' is not defined. + +src/flags.js: line 1, col 1, Use the function form of "use strict". +src/flags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 42, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 51, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 81, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 97, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 98, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 100, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 105, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 106, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 107, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 117, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 117, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/flags.js: line 119, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 121, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 122, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 131, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 131, col 33, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 133, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 133, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 133, col 66, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 133, col 71, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 137, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 137, col 46, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 138, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 139, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 145, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 145, col 21, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 149, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 154, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 162, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 162, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 162, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 165, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 177, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 178, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 179, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 180, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 181, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 186, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 187, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 188, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 189, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 194, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 197, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 198, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 201, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 201, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 201, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 203, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 203, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 203, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 204, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 204, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 209, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 209, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/flags.js: line 214, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 219, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 227, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 233, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 234, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 234, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 234, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 235, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 235, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 235, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 236, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 237, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 247, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 247, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 247, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 248, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 249, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 249, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 252, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 253, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 261, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 261, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 261, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 262, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 262, col 82, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 263, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 263, col 78, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 264, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 264, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 269, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 276, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 277, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 277, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 293, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 293, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 302, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 304, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 310, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 312, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 319, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 320, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 320, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 325, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 331, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 331, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 340, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 341, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 358, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 359, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 360, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 361, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 370, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 371, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 378, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 384, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 384, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 389, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 392, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 392, col 76, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 393, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 398, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 398, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 410, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 417, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 429, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 430, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 433, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 442, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 448, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 452, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 457, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 475, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 481, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 482, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 482, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 482, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 483, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 483, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 484, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 484, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 485, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 485, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 487, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 487, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 488, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 488, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 491, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 491, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 491, col 82, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 492, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 493, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 495, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 496, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 497, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 503, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 503, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 503, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 504, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 504, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 504, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 505, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 506, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 506, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 506, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 507, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 507, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 507, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 508, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 508, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 508, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 510, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 510, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 511, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 511, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 513, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 513, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 513, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 514, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 514, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 514, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 515, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 515, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 515, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 516, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 516, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 516, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 518, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 518, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 522, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 527, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 528, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 528, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 529, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 529, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 529, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 530, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 538, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 538, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 549, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 551, col 10, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 552, col 10, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 557, col 52, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 557, col 60, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 557, col 66, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 557, col 70, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 557, col 75, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 557, col 83, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 560, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 560, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 561, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 566, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 567, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 567, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 568, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 569, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 571, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 571, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 583, col 10, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 584, col 10, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 590, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 590, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 599, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 603, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 603, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 604, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 609, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 609, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 610, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 615, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 616, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 624, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 624, col 63, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 625, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 627, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 627, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 629, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 632, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 633, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 634, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 634, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 635, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 639, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 639, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 641, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 641, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 641, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 642, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 642, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 644, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 663, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 665, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 669, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 680, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 689, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 693, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 700, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 707, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 708, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 708, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 712, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 713, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 713, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 717, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 719, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 721, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 722, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 727, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 727, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 728, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 733, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 740, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 741, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 741, col 79, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 746, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 747, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 747, col 21, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 754, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 755, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 757, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 760, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 765, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 770, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 780, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 787, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 788, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 794, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 796, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 796, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 796, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 797, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 798, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 799, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 799, col 32, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 809, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 810, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 811, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 811, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 812, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 812, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 814, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 820, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 822, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 825, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 837, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 837, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 848, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 849, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 852, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 857, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 858, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 860, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 861, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 864, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 870, col 17, Confusing use of '!'. +src/flags.js: line 877, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 878, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 885, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 885, col 57, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 886, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 886, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 890, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 891, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 893, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 893, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 896, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 896, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 901, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 902, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 906, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 909, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 910, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 912, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 917, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 920, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 922, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 923, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 925, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 938, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 943, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 945, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 952, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 954, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 961, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 962, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 965, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 989, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/flags.js: line 990, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 990, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 991, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/flags.js: line 991, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 993, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 1009, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/flags.js: line 3, col 11, 'require' is not defined. +src/flags.js: line 4, col 17, 'require' is not defined. +src/flags.js: line 5, col 19, 'require' is not defined. +src/flags.js: line 7, col 12, 'require' is not defined. +src/flags.js: line 8, col 14, 'require' is not defined. +src/flags.js: line 9, col 16, 'require' is not defined. +src/flags.js: line 10, col 14, 'require' is not defined. +src/flags.js: line 11, col 23, 'require' is not defined. +src/flags.js: line 12, col 19, 'require' is not defined. +src/flags.js: line 13, col 20, 'require' is not defined. +src/flags.js: line 14, col 16, 'require' is not defined. +src/flags.js: line 15, col 15, 'require' is not defined. +src/flags.js: line 16, col 20, 'require' is not defined. +src/flags.js: line 17, col 17, 'require' is not defined. +src/flags.js: line 18, col 15, 'require' is not defined. +src/flags.js: line 19, col 15, 'require' is not defined. +src/flags.js: line 1028, col 1, 'require' is not defined. +src/flags.js: line 21, col 15, 'module' is not defined. +src/flags.js: line 23, col 21, 'Map' is not defined. +src/flags.js: line 106, col 42, 'Promise' is not defined. +src/flags.js: line 162, col 30, 'Promise' is not defined. +src/flags.js: line 203, col 25, 'Promise' is not defined. +src/flags.js: line 277, col 38, 'Promise' is not defined. +src/flags.js: line 293, col 58, 'Promise' is not defined. +src/flags.js: line 398, col 84, 'Promise' is not defined. +src/flags.js: line 418, col 15, 'Promise' is not defined. +src/flags.js: line 469, col 11, 'Promise' is not defined. +src/flags.js: line 487, col 38, 'Promise' is not defined. +src/flags.js: line 501, col 11, 'Promise' is not defined. +src/flags.js: line 538, col 11, 'Promise' is not defined. +src/flags.js: line 609, col 60, 'Promise' is not defined. +src/flags.js: line 634, col 52, 'Promise' is not defined. +src/flags.js: line 782, col 11, 'Promise' is not defined. +src/flags.js: line 837, col 11, 'Promise' is not defined. +src/flags.js: line 886, col 40, 'Promise' is not defined. +src/flags.js: line 896, col 36, 'Promise' is not defined. + +src/groups/cache.js: line 1, col 1, Use the function form of "use strict". +src/groups/cache.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cache.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cache.js: line 16, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/cache.js: line 16, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/cache.js: line 3, col 21, 'require' is not defined. +src/groups/cache.js: line 5, col 1, 'module' is not defined. + +src/groups/cover.js: line 1, col 1, Use the function form of "use strict". +src/groups/cover.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 13, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/cover.js: line 20, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/cover.js: line 21, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 27, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 36, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 36, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/cover.js: line 37, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 42, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 42, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 49, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 49, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/cover.js: line 66, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/cover.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 68, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 69, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/cover.js: line 70, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/cover.js: line 73, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 74, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/cover.js: line 78, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/cover.js: line 3, col 14, 'require' is not defined. +src/groups/cover.js: line 5, col 15, 'require' is not defined. +src/groups/cover.js: line 7, col 12, 'require' is not defined. +src/groups/cover.js: line 8, col 15, 'require' is not defined. +src/groups/cover.js: line 9, col 14, 'require' is not defined. +src/groups/cover.js: line 11, col 1, 'module' is not defined. +src/groups/cover.js: line 69, col 15, 'Promise' is not defined. + +src/groups/create.js: line 1, col 1, Use the function form of "use strict". +src/groups/create.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 9, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/create.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 12, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 21, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 31, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/create.js: line 49, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/create.js: line 52, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/create.js: line 53, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/create.js: line 60, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/create.js: line 79, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/create.js: line 3, col 14, 'require' is not defined. +src/groups/create.js: line 4, col 17, 'require' is not defined. +src/groups/create.js: line 5, col 17, 'require' is not defined. +src/groups/create.js: line 6, col 12, 'require' is not defined. +src/groups/create.js: line 8, col 1, 'module' is not defined. +src/groups/create.js: line 21, col 49, 'Promise' is not defined. + +src/groups/data.js: line 1, col 1, Use the function form of "use strict". +src/groups/data.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 17, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 22, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/data.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 29, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/data.js: line 29, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/data.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 32, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/data.js: line 37, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/data.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 43, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 47, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 48, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 52, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 57, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/data.js: line 62, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/data.js: line 63, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/data.js: line 76, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/data.js: line 3, col 19, 'require' is not defined. +src/groups/data.js: line 4, col 15, 'require' is not defined. +src/groups/data.js: line 6, col 12, 'require' is not defined. +src/groups/data.js: line 7, col 17, 'require' is not defined. +src/groups/data.js: line 8, col 15, 'require' is not defined. +src/groups/data.js: line 9, col 20, 'require' is not defined. +src/groups/data.js: line 84, col 22, 'require' is not defined. +src/groups/data.js: line 16, col 1, 'module' is not defined. + +src/groups/delete.js: line 1, col 1, Use the function form of "use strict". +src/groups/delete.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 9, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/delete.js: line 14, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 20, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 22, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 23, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 24, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 25, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 26, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 27, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 30, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 30, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 32, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 33, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 50, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/delete.js: line 51, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/delete.js: line 51, col 77, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 52, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 53, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/delete.js: line 53, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 53, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/delete.js: line 3, col 17, 'require' is not defined. +src/groups/delete.js: line 4, col 17, 'require' is not defined. +src/groups/delete.js: line 5, col 12, 'require' is not defined. +src/groups/delete.js: line 6, col 15, 'require' is not defined. +src/groups/delete.js: line 8, col 1, 'module' is not defined. +src/groups/delete.js: line 35, col 15, 'Promise' is not defined. + +src/groups/index.js: line 1, col 1, Use the function form of "use strict". +src/groups/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 50, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 59, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 64, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 65, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 72, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 78, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 79, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 88, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 95, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 96, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 101, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 105, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 109, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 110, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 114, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 123, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 128, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 134, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 134, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 151, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 158, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 165, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 169, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 170, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 173, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 174, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 174, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 175, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 176, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 177, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 178, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 184, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 185, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 186, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 187, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 190, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 191, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 191, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 195, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 210, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 219, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 221, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 228, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 232, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 236, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 240, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 241, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 241, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 245, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 247, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 247, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 248, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 249, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 249, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 250, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/index.js: line 252, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 253, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 254, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/index.js: line 258, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/index.js: line 3, col 14, 'require' is not defined. +src/groups/index.js: line 4, col 12, 'require' is not defined. +src/groups/index.js: line 5, col 17, 'require' is not defined. +src/groups/index.js: line 6, col 20, 'require' is not defined. +src/groups/index.js: line 7, col 17, 'require' is not defined. +src/groups/index.js: line 11, col 1, 'require' is not defined. +src/groups/index.js: line 12, col 1, 'require' is not defined. +src/groups/index.js: line 13, col 1, 'require' is not defined. +src/groups/index.js: line 14, col 1, 'require' is not defined. +src/groups/index.js: line 15, col 1, 'require' is not defined. +src/groups/index.js: line 16, col 1, 'require' is not defined. +src/groups/index.js: line 17, col 1, 'require' is not defined. +src/groups/index.js: line 18, col 1, 'require' is not defined. +src/groups/index.js: line 19, col 1, 'require' is not defined. +src/groups/index.js: line 20, col 1, 'require' is not defined. +src/groups/index.js: line 21, col 1, 'require' is not defined. +src/groups/index.js: line 22, col 1, 'require' is not defined. +src/groups/index.js: line 23, col 1, 'require' is not defined. +src/groups/index.js: line 24, col 1, 'require' is not defined. +src/groups/index.js: line 265, col 1, 'require' is not defined. +src/groups/index.js: line 9, col 16, 'module' is not defined. +src/groups/index.js: line 110, col 37, 'Promise' is not defined. +src/groups/index.js: line 134, col 103, 'Promise' is not defined. +src/groups/index.js: line 151, col 57, 'Promise' is not defined. + +src/groups/invite.js: line 1, col 1, Use the function form of "use strict". +src/groups/invite.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 13, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 16, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 17, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 20, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 22, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 24, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 27, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 28, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 29, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 30, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 39, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 40, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 40, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 45, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 46, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 47, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 53, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 58, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 58, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 58, col 81, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 62, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 66, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 66, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 68, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 70, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 71, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 75, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 78, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 80, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 81, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 92, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 94, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 94, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 97, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 104, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 105, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 108, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 109, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 112, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/invite.js: line 113, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 115, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 115, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 117, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/invite.js: line 118, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/invite.js: line 3, col 11, 'require' is not defined. +src/groups/invite.js: line 5, col 12, 'require' is not defined. +src/groups/invite.js: line 6, col 14, 'require' is not defined. +src/groups/invite.js: line 7, col 17, 'require' is not defined. +src/groups/invite.js: line 8, col 17, 'require' is not defined. +src/groups/invite.js: line 9, col 23, 'require' is not defined. +src/groups/invite.js: line 11, col 1, 'module' is not defined. +src/groups/invite.js: line 24, col 46, 'Promise' is not defined. +src/groups/invite.js: line 66, col 40, 'Promise' is not defined. +src/groups/invite.js: line 75, col 15, 'Promise' is not defined. +src/groups/invite.js: line 81, col 64, 'Promise' is not defined. + +src/groups/join.js: line 1, col 1, Use the function form of "use strict". +src/groups/join.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 11, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/join.js: line 26, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 26, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 32, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 33, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 41, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 41, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 42, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 42, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 45, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 45, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 51, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 51, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 54, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 59, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 60, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 72, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/join.js: line 77, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 77, col 30, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 86, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 93, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/join.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 96, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 102, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/join.js: line 102, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/join.js: line 3, col 17, 'require' is not defined. +src/groups/join.js: line 5, col 12, 'require' is not defined. +src/groups/join.js: line 6, col 14, 'require' is not defined. +src/groups/join.js: line 7, col 17, 'require' is not defined. +src/groups/join.js: line 8, col 15, 'require' is not defined. +src/groups/join.js: line 10, col 1, 'module' is not defined. +src/groups/join.js: line 26, col 52, 'Promise' is not defined. +src/groups/join.js: line 48, col 15, 'Promise' is not defined. + +src/groups/leave.js: line 1, col 1, Use the function form of "use strict". +src/groups/leave.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 12, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 22, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 28, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 28, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 29, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 29, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 30, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 30, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 34, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 34, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 41, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 42, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 52, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 53, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 70, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 71, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 74, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 74, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 76, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 77, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 78, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 80, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 80, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 80, col 77, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 84, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 85, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 94, col 74, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 96, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 98, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 102, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 110, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/leave.js: line 113, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/leave.js: line 113, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/leave.js: line 3, col 11, 'require' is not defined. +src/groups/leave.js: line 5, col 12, 'require' is not defined. +src/groups/leave.js: line 6, col 14, 'require' is not defined. +src/groups/leave.js: line 7, col 17, 'require' is not defined. +src/groups/leave.js: line 8, col 15, 'require' is not defined. +src/groups/leave.js: line 9, col 19, 'require' is not defined. +src/groups/leave.js: line 11, col 1, 'module' is not defined. +src/groups/leave.js: line 27, col 15, 'Promise' is not defined. +src/groups/leave.js: line 57, col 15, 'Promise' is not defined. +src/groups/leave.js: line 59, col 15, 'Promise' is not defined. +src/groups/leave.js: line 78, col 19, 'Promise' is not defined. +src/groups/leave.js: line 104, col 15, 'Promise' is not defined. + +src/groups/membership.js: line 1, col 1, Use the function form of "use strict". +src/groups/membership.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 10, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 11, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 14, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 15, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 16, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 19, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 22, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 23, col 69, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 23, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 26, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 31, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 32, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 36, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 41, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 43, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 47, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 51, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 54, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 54, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 57, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 58, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 59, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 60, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 62, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 62, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 65, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 67, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 70, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 70, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 73, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 73, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 75, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 75, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 76, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 77, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 78, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 79, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 82, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 82, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 91, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 94, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 99, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 107, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 108, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 112, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 113, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 119, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 123, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 124, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 126, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 129, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 130, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 132, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 132, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 135, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 136, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 136, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 138, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 143, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 145, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 146, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 155, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/membership.js: line 156, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 160, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 160, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 161, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 161, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 162, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 170, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 172, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/membership.js: line 172, col 86, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 172, col 83, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 174, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 176, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 178, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/membership.js: line 3, col 11, 'require' is not defined. +src/groups/membership.js: line 5, col 12, 'require' is not defined. +src/groups/membership.js: line 6, col 14, 'require' is not defined. +src/groups/membership.js: line 7, col 15, 'require' is not defined. +src/groups/membership.js: line 9, col 1, 'module' is not defined. +src/groups/membership.js: line 19, col 22, 'Promise' is not defined. +src/groups/membership.js: line 143, col 38, 'Promise' is not defined. + +src/groups/ownership.js: line 1, col 1, Use the function form of "use strict". +src/groups/ownership.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/ownership.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/ownership.js: line 9, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/ownership.js: line 10, col 13, Confusing use of '!'. +src/groups/ownership.js: line 13, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/ownership.js: line 16, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/ownership.js: line 21, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/ownership.js: line 24, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/ownership.js: line 25, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/ownership.js: line 29, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/ownership.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/ownership.js: line 31, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/ownership.js: line 32, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/ownership.js: line 33, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/ownership.js: line 38, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/ownership.js: line 3, col 12, 'require' is not defined. +src/groups/ownership.js: line 4, col 17, 'require' is not defined. +src/groups/ownership.js: line 6, col 1, 'module' is not defined. +src/groups/ownership.js: line 31, col 44, 'Promise' is not defined. + +src/groups/posts.js: line 1, col 1, Use the function form of "use strict". +src/groups/posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 8, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/posts.js: line 13, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 18, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/posts.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 23, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/posts.js: line 23, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/posts.js: line 28, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/posts.js: line 29, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 29, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/posts.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 34, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/posts.js: line 35, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/posts.js: line 38, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/posts.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 39, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 40, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/posts.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/posts.js: line 46, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/posts.js: line 3, col 12, 'require' is not defined. +src/groups/posts.js: line 4, col 20, 'require' is not defined. +src/groups/posts.js: line 5, col 15, 'require' is not defined. +src/groups/posts.js: line 7, col 1, 'module' is not defined. +src/groups/posts.js: line 25, col 15, 'Promise' is not defined. +src/groups/posts.js: line 39, col 44, 'Promise' is not defined. + +src/groups/search.js: line 1, col 1, Use the function form of "use strict". +src/groups/search.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 7, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/search.js: line 12, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 17, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 21, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 29, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 37, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 38, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 42, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 47, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 53, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/search.js: line 55, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 56, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 57, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 58, col 22, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 58, col 29, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 58, col 41, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 62, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 62, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/groups/search.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 67, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 68, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/search.js: line 70, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 76, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/search.js: line 3, col 14, 'require' is not defined. +src/groups/search.js: line 4, col 12, 'require' is not defined. +src/groups/search.js: line 6, col 1, 'module' is not defined. + +src/groups/update.js: line 1, col 1, Use the function form of "use strict". +src/groups/update.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 16, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 17, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 22, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 29, col 103, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 79, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 80, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 80, col 72, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 81, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 84, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 93, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 98, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 102, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 102, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 106, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 110, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 114, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 118, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 121, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 126, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 127, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 128, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 132, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 137, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 139, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 139, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 143, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 146, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 156, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 156, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 174, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 178, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 178, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 183, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 193, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 199, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 200, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 200, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 200, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 204, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 204, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 205, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 205, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 206, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 206, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 207, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 207, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 208, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 208, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 209, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 209, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 212, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 212, col 98, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 221, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 222, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 222, col 66, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 222, col 77, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 223, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 224, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 226, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 227, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 230, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 234, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 235, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 236, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 240, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 245, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 246, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 247, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 248, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 257, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 258, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 259, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 261, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 263, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 265, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 271, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 271, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 278, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 279, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 285, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 285, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 295, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/update.js: line 296, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 297, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 298, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 299, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/update.js: line 300, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 303, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/groups/update.js: line 3, col 17, 'require' is not defined. +src/groups/update.js: line 5, col 20, 'require' is not defined. +src/groups/update.js: line 6, col 17, 'require' is not defined. +src/groups/update.js: line 7, col 17, 'require' is not defined. +src/groups/update.js: line 8, col 12, 'require' is not defined. +src/groups/update.js: line 9, col 14, 'require' is not defined. +src/groups/update.js: line 10, col 15, 'require' is not defined. +src/groups/update.js: line 11, col 14, 'require' is not defined. +src/groups/update.js: line 12, col 15, 'require' is not defined. +src/groups/update.js: line 246, col 28, 'require' is not defined. +src/groups/update.js: line 258, col 23, 'require' is not defined. +src/groups/update.js: line 259, col 25, 'require' is not defined. +src/groups/update.js: line 296, col 27, 'require' is not defined. +src/groups/update.js: line 15, col 1, 'module' is not defined. +src/groups/update.js: line 120, col 15, 'Promise' is not defined. +src/groups/update.js: line 156, col 39, 'Promise' is not defined. +src/groups/update.js: line 230, col 19, 'Promise' is not defined. + +src/groups/user.js: line 1, col 1, Use the function form of "use strict". +src/groups/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 7, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 7, col 58, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 8, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 10, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 13, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 17, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 19, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 22, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 24, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 27, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 29, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 32, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/groups/user.js: line 33, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 34, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 36, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 42, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 44, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 45, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 49, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/groups/user.js: line 51, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/groups/user.js: line 3, col 12, 'require' is not defined. +src/groups/user.js: line 4, col 14, 'require' is not defined. +src/groups/user.js: line 6, col 1, 'module' is not defined. +src/groups/user.js: line 19, col 22, 'Promise' is not defined. +src/groups/user.js: line 24, col 22, 'Promise' is not defined. +src/groups/user.js: line 44, col 57, 'Promise' is not defined. +src/groups/user.js: line 45, col 13, 'Promise' is not defined. + +src/helpers.js: line 1, col 1, Use the function form of "use strict". +src/helpers.js: line 6, col 42, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/helpers.js: line 3, col 1, 'module' is not defined. +src/helpers.js: line 3, col 18, 'require' is not defined. +src/helpers.js: line 4, col 5, 'require' is not defined. +src/helpers.js: line 5, col 5, 'require' is not defined. +src/helpers.js: line 6, col 5, 'require' is not defined. + +src/image.js: line 1, col 1, Use the function form of "use strict". +src/image.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 24, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 35, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 46, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 80, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 86, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 87, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/image.js: line 89, col 12, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/image.js: line 92, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 93, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 99, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 105, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 117, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 124, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 126, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 135, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 147, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 151, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 153, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 155, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 165, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/image.js: line 174, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/image.js: line 3, col 12, 'require' is not defined. +src/image.js: line 4, col 12, 'require' is not defined. +src/image.js: line 5, col 14, 'require' is not defined. +src/image.js: line 6, col 16, 'require' is not defined. +src/image.js: line 7, col 17, 'require' is not defined. +src/image.js: line 9, col 14, 'require' is not defined. +src/image.js: line 10, col 17, 'require' is not defined. +src/image.js: line 11, col 14, 'require' is not defined. +src/image.js: line 16, col 19, 'require' is not defined. +src/image.js: line 25, col 21, 'require' is not defined. +src/image.js: line 29, col 19, 'require' is not defined. +src/image.js: line 125, col 18, 'require' is not defined. +src/image.js: line 182, col 1, 'require' is not defined. +src/image.js: line 13, col 15, 'module' is not defined. +src/image.js: line 155, col 20, 'Buffer' is not defined. +src/image.js: line 162, col 12, 'Buffer' is not defined. + +src/install.js: line 1, col 1, Use the function form of "use strict". +src/install.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 12, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 51, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 72, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 76, col 45, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 76, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 78, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 92, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 93, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 93, col 29, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 93, col 39, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 93, col 42, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 126, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 153, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 161, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 166, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 167, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 168, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 169, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 170, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 171, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 172, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 173, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 176, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 192, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 195, col 34, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 195, col 37, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 203, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 211, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 215, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 231, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 238, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 240, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 241, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 247, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 248, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 250, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 256, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 257, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 264, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 265, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 266, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 277, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 277, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 293, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 294, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 295, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 303, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 304, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 305, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 306, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 310, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 321, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 335, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 348, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 348, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 350, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 350, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 356, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 360, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 372, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 374, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 388, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 398, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 408, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 409, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 410, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 426, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 427, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 428, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 441, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 442, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 443, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 444, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 446, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 452, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 455, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 455, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 461, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 462, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 464, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 468, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 469, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 473, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 474, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 475, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 477, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 477, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 493, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 496, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 505, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 507, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 523, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 524, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 524, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 528, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 529, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 530, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 530, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 540, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 541, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 542, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 543, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 544, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 545, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 551, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 556, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 557, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 569, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 570, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 571, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 572, col 61, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 572, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 573, col 50, Expected '{' and instead saw 'return'. +src/install.js: line 574, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 579, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 588, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 596, col 47, Expected '{' and instead saw 'await'. +src/install.js: line 599, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 600, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 600, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 605, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 611, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/install.js: line 612, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 618, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/install.js: line 627, col 68, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 627, col 71, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 627, col 86, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/install.js: line 627, col 89, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/install.js: line 3, col 12, 'require' is not defined. +src/install.js: line 4, col 13, 'require' is not defined. +src/install.js: line 5, col 14, 'require' is not defined. +src/install.js: line 6, col 16, 'require' is not defined. +src/install.js: line 7, col 17, 'require' is not defined. +src/install.js: line 8, col 15, 'require' is not defined. +src/install.js: line 9, col 11, 'require' is not defined. +src/install.js: line 11, col 15, 'require' is not defined. +src/install.js: line 12, col 19, 'require' is not defined. +src/install.js: line 154, col 32, 'require' is not defined. +src/install.js: line 165, col 32, 'require' is not defined. +src/install.js: line 166, col 32, 'require' is not defined. +src/install.js: line 167, col 35, 'require' is not defined. +src/install.js: line 203, col 16, 'require' is not defined. +src/install.js: line 231, col 18, 'require' is not defined. +src/install.js: line 240, col 18, 'require' is not defined. +src/install.js: line 241, col 22, 'require' is not defined. +src/install.js: line 248, col 18, 'require' is not defined. +src/install.js: line 265, col 20, 'require' is not defined. +src/install.js: line 294, col 20, 'require' is not defined. +src/install.js: line 304, col 18, 'require' is not defined. +src/install.js: line 305, col 20, 'require' is not defined. +src/install.js: line 350, col 30, 'require' is not defined. +src/install.js: line 409, col 20, 'require' is not defined. +src/install.js: line 427, col 24, 'require' is not defined. +src/install.js: line 442, col 24, 'require' is not defined. +src/install.js: line 443, col 16, 'require' is not defined. +src/install.js: line 462, col 16, 'require' is not defined. +src/install.js: line 468, col 24, 'require' is not defined. +src/install.js: line 469, col 18, 'require' is not defined. +src/install.js: line 474, col 16, 'require' is not defined. +src/install.js: line 475, col 20, 'require' is not defined. +src/install.js: line 523, col 16, 'require' is not defined. +src/install.js: line 529, col 16, 'require' is not defined. +src/install.js: line 541, col 18, 'require' is not defined. +src/install.js: line 557, col 21, 'require' is not defined. +src/install.js: line 570, col 27, 'require' is not defined. +src/install.js: line 571, col 24, 'require' is not defined. +src/install.js: line 620, col 25, 'require' is not defined. +src/install.js: line 14, col 17, 'module' is not defined. +src/install.js: line 71, col 33, 'process' is not defined. +src/install.js: line 76, col 24, 'process' is not defined. +src/install.js: line 78, col 29, 'process' is not defined. +src/install.js: line 117, col 13, 'process' is not defined. +src/install.js: line 148, col 13, 'process' is not defined. +src/install.js: line 606, col 13, 'process' is not defined. +src/install.js: line 239, col 5, 'console' is not defined. +src/install.js: line 252, col 9, 'console' is not defined. +src/install.js: line 257, col 5, 'console' is not defined. +src/install.js: line 297, col 9, 'console' is not defined. +src/install.js: line 394, col 9, 'console' is not defined. +src/install.js: line 446, col 9, 'console' is not defined. +src/install.js: line 450, col 5, 'console' is not defined. +src/install.js: line 483, col 9, 'console' is not defined. +src/install.js: line 494, col 5, 'console' is not defined. +src/install.js: line 628, col 5, 'console' is not defined. +src/install.js: line 241, col 40, '__dirname' is not defined. +src/install.js: line 350, col 48, '__dirname' is not defined. +src/install.js: line 453, col 46, '__dirname' is not defined. +src/install.js: line 478, col 40, '__dirname' is not defined. +src/install.js: line 531, col 40, '__dirname' is not defined. +src/install.js: line 612, col 38, '__dirname' is not defined. +src/install.js: line 615, col 41, '__dirname' is not defined. +src/install.js: line 477, col 40, 'Promise' is not defined. +src/install.js: line 530, col 40, 'Promise' is not defined. +src/install.js: line 572, col 11, 'Promise' is not defined. + +src/languages.js: line 1, col 1, Use the function form of "use strict". +src/languages.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 6, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 13, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/languages.js: line 13, col 82, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/languages.js: line 15, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 16, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/languages.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 23, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 24, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 30, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 31, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 49, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 50, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 57, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 57, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 57, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/languages.js: line 59, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 60, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 61, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 72, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/languages.js: line 78, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/languages.js: line 79, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/languages.js: line 3, col 12, 'require' is not defined. +src/languages.js: line 4, col 14, 'require' is not defined. +src/languages.js: line 5, col 15, 'require' is not defined. +src/languages.js: line 6, col 19, 'require' is not defined. +src/languages.js: line 7, col 17, 'require' is not defined. +src/languages.js: line 87, col 1, 'require' is not defined. +src/languages.js: line 9, col 19, 'module' is not defined. +src/languages.js: line 10, col 33, '__dirname' is not defined. +src/languages.js: line 57, col 27, 'Promise' is not defined. + +src/logger.js: line 1, col 1, Use the function form of "use strict". +src/logger.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 32, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 74, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 77, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 90, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/logger.js: line 146, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/logger.js: line 161, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 163, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 163, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 163, col 27, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 183, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 184, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 184, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 184, col 30, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 194, col 17, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/logger.js: line 194, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/logger.js: line 210, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 210, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 214, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/logger.js: line 7, col 12, 'require' is not defined. +src/logger.js: line 8, col 14, 'require' is not defined. +src/logger.js: line 9, col 17, 'require' is not defined. +src/logger.js: line 10, col 14, 'require' is not defined. +src/logger.js: line 11, col 16, 'require' is not defined. +src/logger.js: line 13, col 14, 'require' is not defined. +src/logger.js: line 14, col 14, 'require' is not defined. +src/logger.js: line 27, col 19, 'process' is not defined. +src/logger.js: line 65, col 34, 'process' is not defined. +src/logger.js: line 95, col 18, 'process' is not defined. +src/logger.js: line 101, col 22, 'process' is not defined. +src/logger.js: line 32, col 16, 'module' is not defined. + +src/messaging/create.js: line 1, col 1, Use the function form of "use strict". +src/messaging/create.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 12, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 12, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 22, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 22, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 29, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 29, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 30, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 30, col 92, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 30, col 101, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 35, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 39, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 39, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 40, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 55, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 74, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 77, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 84, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 91, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 95, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 95, col 91, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 100, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 110, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 110, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 111, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 120, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 120, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 124, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/create.js: line 124, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 124, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 128, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/create.js: line 128, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 129, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 130, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/create.js: line 3, col 11, 'require' is not defined. +src/messaging/create.js: line 5, col 14, 'require' is not defined. +src/messaging/create.js: line 6, col 17, 'require' is not defined. +src/messaging/create.js: line 7, col 12, 'require' is not defined. +src/messaging/create.js: line 8, col 14, 'require' is not defined. +src/messaging/create.js: line 9, col 15, 'require' is not defined. +src/messaging/create.js: line 11, col 1, 'module' is not defined. +src/messaging/create.js: line 98, col 15, 'Promise' is not defined. + +src/messaging/data.js: line 1, col 1, Use the function form of "use strict". +src/messaging/data.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 16, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 16, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 21, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 21, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 25, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 25, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 29, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 29, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 34, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 34, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 39, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 39, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 40, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 43, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 43, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 44, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 47, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 47, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 48, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 50, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 60, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 61, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 65, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 70, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 81, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 99, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 99, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 100, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 102, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 103, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 117, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 128, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 129, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 129, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 135, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 136, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 138, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 141, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 141, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 147, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 147, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 149, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 152, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 152, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 160, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 161, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 168, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 176, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 177, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 177, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 179, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/data.js: line 185, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 194, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/data.js: line 205, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/data.js: line 3, col 11, 'require' is not defined. +src/messaging/data.js: line 4, col 19, 'require' is not defined. +src/messaging/data.js: line 6, col 12, 'require' is not defined. +src/messaging/data.js: line 7, col 14, 'require' is not defined. +src/messaging/data.js: line 8, col 15, 'require' is not defined. +src/messaging/data.js: line 9, col 17, 'require' is not defined. +src/messaging/data.js: line 13, col 1, 'module' is not defined. +src/messaging/data.js: line 24, col 22, 'Promise' is not defined. +src/messaging/data.js: line 147, col 15, 'Promise' is not defined. +src/messaging/data.js: line 177, col 15, 'Promise' is not defined. + +src/messaging/delete.js: line 1, col 1, Use the function form of "use strict". +src/messaging/delete.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/delete.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/delete.js: line 7, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/delete.js: line 7, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/delete.js: line 8, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/delete.js: line 8, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/delete.js: line 10, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/delete.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/delete.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/delete.js: line 16, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/delete.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/delete.js: line 21, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/delete.js: line 26, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/delete.js: line 3, col 17, 'require' is not defined. +src/messaging/delete.js: line 4, col 17, 'require' is not defined. +src/messaging/delete.js: line 6, col 1, 'module' is not defined. + +src/messaging/edit.js: line 1, col 1, Use the function form of "use strict". +src/messaging/edit.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 12, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 12, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 32, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 32, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 32, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 39, col 24, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 39, col 27, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/messaging/edit.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 43, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 43, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 44, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 81, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 88, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 91, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 91, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 92, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 92, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 94, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/edit.js: line 94, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/edit.js: line 95, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 95, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/edit.js: line 3, col 14, 'require' is not defined. +src/messaging/edit.js: line 4, col 14, 'require' is not defined. +src/messaging/edit.js: line 5, col 17, 'require' is not defined. +src/messaging/edit.js: line 6, col 20, 'require' is not defined. +src/messaging/edit.js: line 8, col 17, 'require' is not defined. +src/messaging/edit.js: line 11, col 1, 'module' is not defined. +src/messaging/edit.js: line 95, col 67, 'Promise' is not defined. + +src/messaging/index.js: line 1, col 1, Use the function form of "use strict". +src/messaging/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 34, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 34, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 34, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 36, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 36, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 37, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 46, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 48, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 55, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 60, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 61, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 68, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 69, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 72, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 72, col 52, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 75, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 77, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 81, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 91, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 91, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 93, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 107, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 107, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 108, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 116, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 117, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 117, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 118, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 126, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 126, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 127, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 132, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 133, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 134, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 137, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 146, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 146, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 147, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 147, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 149, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 150, col 16, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 153, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 154, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 154, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 155, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 156, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 157, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 162, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 163, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 164, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 173, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 173, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 174, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 179, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 179, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 181, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 182, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 183, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 185, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 186, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 188, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 194, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 194, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 197, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 199, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 205, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 205, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 212, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 217, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 225, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 235, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 235, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 236, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 236, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 247, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 248, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 248, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 249, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 249, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 249, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 250, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 263, col 33, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 269, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 269, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 270, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 274, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 274, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 275, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 276, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 278, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 278, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 282, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 283, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 283, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 286, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 293, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 293, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 294, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 305, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 310, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 310, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 311, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 312, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 313, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 314, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 320, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 334, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 334, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 342, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 342, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 358, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 358, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 376, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 376, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 381, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 381, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 406, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 410, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 410, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 415, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 419, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 419, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 425, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 426, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 427, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 429, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 429, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 435, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 436, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 439, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 450, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/index.js: line 450, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 451, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 456, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 456, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 457, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 457, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 458, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 459, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 462, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/index.js: line 463, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/index.js: line 3, col 11, 'require' is not defined. +src/messaging/index.js: line 4, col 19, 'require' is not defined. +src/messaging/index.js: line 5, col 15, 'require' is not defined. +src/messaging/index.js: line 6, col 12, 'require' is not defined. +src/messaging/index.js: line 7, col 14, 'require' is not defined. +src/messaging/index.js: line 8, col 16, 'require' is not defined. +src/messaging/index.js: line 9, col 20, 'require' is not defined. +src/messaging/index.js: line 10, col 17, 'require' is not defined. +src/messaging/index.js: line 11, col 14, 'require' is not defined. +src/messaging/index.js: line 12, col 15, 'require' is not defined. +src/messaging/index.js: line 13, col 20, 'require' is not defined. +src/messaging/index.js: line 14, col 15, 'require' is not defined. +src/messaging/index.js: line 20, col 1, 'require' is not defined. +src/messaging/index.js: line 21, col 1, 'require' is not defined. +src/messaging/index.js: line 22, col 1, 'require' is not defined. +src/messaging/index.js: line 23, col 1, 'require' is not defined. +src/messaging/index.js: line 24, col 1, 'require' is not defined. +src/messaging/index.js: line 25, col 1, 'require' is not defined. +src/messaging/index.js: line 26, col 1, 'require' is not defined. +src/messaging/index.js: line 27, col 1, 'require' is not defined. +src/messaging/index.js: line 469, col 1, 'require' is not defined. +src/messaging/index.js: line 18, col 19, 'module' is not defined. +src/messaging/index.js: line 46, col 40, 'Promise' is not defined. +src/messaging/index.js: line 135, col 26, 'Promise' is not defined. +src/messaging/index.js: line 154, col 32, 'Promise' is not defined. +src/messaging/index.js: line 182, col 35, 'Promise' is not defined. +src/messaging/index.js: line 205, col 11, 'Promise' is not defined. +src/messaging/index.js: line 275, col 24, 'Promise' is not defined. +src/messaging/index.js: line 278, col 42, 'Promise' is not defined. +src/messaging/index.js: line 293, col 18, 'Promise' is not defined. +src/messaging/index.js: line 342, col 80, 'Promise' is not defined. +src/messaging/index.js: line 358, col 76, 'Promise' is not defined. +src/messaging/index.js: line 381, col 47, 'Promise' is not defined. +src/messaging/index.js: line 410, col 46, 'Promise' is not defined. +src/messaging/index.js: line 457, col 50, 'Promise' is not defined. + +src/messaging/notifications.js: line 1, col 1, Use the function form of "use strict". +src/messaging/notifications.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 13, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 13, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 16, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 18, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 21, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 21, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 22, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 23, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 26, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 29, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 29, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 31, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 32, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 40, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 40, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 41, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 43, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 55, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 57, col 30, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 57, col 38, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 60, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 68, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 68, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 75, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 79, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 82, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 82, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 83, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 85, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 87, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 89, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 90, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 90, col 73, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/notifications.js: line 90, col 84, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 92, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 96, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 97, col 31, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 97, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 105, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 105, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 106, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 107, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 107, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 108, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 111, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 112, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 113, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 113, col 113, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 115, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 116, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 118, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 119, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 120, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 123, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 126, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 127, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 128, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/notifications.js: line 130, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/notifications.js: line 3, col 17, 'require' is not defined. +src/messaging/notifications.js: line 5, col 15, 'require' is not defined. +src/messaging/notifications.js: line 6, col 12, 'require' is not defined. +src/messaging/notifications.js: line 7, col 23, 'require' is not defined. +src/messaging/notifications.js: line 8, col 14, 'require' is not defined. +src/messaging/notifications.js: line 9, col 12, 'require' is not defined. +src/messaging/notifications.js: line 10, col 17, 'require' is not defined. +src/messaging/notifications.js: line 12, col 1, 'module' is not defined. +src/messaging/notifications.js: line 22, col 44, 'Promise' is not defined. +src/messaging/notifications.js: line 82, col 58, 'Promise' is not defined. + +src/messaging/pins.js: line 1, col 1, Use the function form of "use strict". +src/messaging/pins.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/pins.js: line 6, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/pins.js: line 6, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 7, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/pins.js: line 7, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 9, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 14, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/pins.js: line 14, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/pins.js: line 15, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 17, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 22, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/pins.js: line 22, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/pins.js: line 23, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/pins.js: line 29, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/pins.js: line 3, col 12, 'require' is not defined. +src/messaging/pins.js: line 5, col 1, 'module' is not defined. + +src/messaging/rooms.js: line 1, col 1, Use the function form of "use strict". +src/messaging/rooms.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 28, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 28, col 51, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 28, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 33, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 33, col 53, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 33, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 38, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 38, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 46, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 74, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 74, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 83, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 98, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 104, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 106, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 108, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 109, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 136, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 136, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 145, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 145, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 146, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 146, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 147, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 148, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 148, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 149, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 149, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 155, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 155, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 155, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 156, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 156, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 156, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 157, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 157, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 157, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 158, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 158, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 158, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 159, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 159, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 159, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 174, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 174, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 175, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 180, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 181, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 181, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 185, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 185, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 185, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 186, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 196, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 196, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 197, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 203, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 204, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 205, col 17, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 208, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 217, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 217, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 217, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 219, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 219, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 219, col 69, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 221, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 221, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 222, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 227, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 227, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 228, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 228, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 228, col 76, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 229, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 229, col 106, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 229, col 114, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 235, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 235, col 55, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 235, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 236, col 13, Confusing use of '!'. +src/messaging/rooms.js: line 240, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 250, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 252, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 256, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 257, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 260, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 262, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 263, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 263, col 87, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 263, col 92, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 263, col 98, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 263, col 106, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 272, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 273, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 274, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 274, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 276, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 277, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 280, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 283, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 283, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 284, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 284, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 288, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 288, col 92, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 288, col 97, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 288, col 103, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 288, col 111, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 288, col 120, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 297, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 301, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 302, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 302, col 74, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 302, col 71, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 303, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 304, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 304, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 305, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 305, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 307, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 307, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 307, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 308, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 308, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 308, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 310, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 310, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 313, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 313, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 314, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 314, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 315, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 317, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 318, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 318, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 319, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 319, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 323, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 324, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 325, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 330, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 335, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 335, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 336, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 336, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 337, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 339, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 340, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 340, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 340, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 341, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 341, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 341, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 342, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 342, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 342, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 347, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 348, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 353, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 354, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 359, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 360, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 360, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 363, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 364, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 366, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 371, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 372, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 372, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 373, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 382, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 382, col 71, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 382, col 78, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 386, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 386, col 67, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 386, col 74, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 388, col 7, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 390, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 390, col 68, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 390, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 391, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 392, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 397, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 397, col 80, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 397, col 87, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 398, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 399, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 399, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 404, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 411, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 415, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 420, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 425, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 426, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 439, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 443, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 443, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 444, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 444, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 445, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 449, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 449, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 450, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 450, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 451, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 451, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 476, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 479, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/rooms.js: line 480, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 480, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 481, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 482, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 483, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 484, col 17, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 485, col 17, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 486, col 17, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 488, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 497, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 505, col 22, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 508, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 508, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 510, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 520, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 525, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 548, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 548, col 81, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 548, col 86, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 548, col 92, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 552, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 557, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/rooms.js: line 558, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/rooms.js: line 3, col 11, 'require' is not defined. +src/messaging/rooms.js: line 4, col 19, 'require' is not defined. +src/messaging/rooms.js: line 5, col 17, 'require' is not defined. +src/messaging/rooms.js: line 7, col 12, 'require' is not defined. +src/messaging/rooms.js: line 8, col 14, 'require' is not defined. +src/messaging/rooms.js: line 9, col 16, 'require' is not defined. +src/messaging/rooms.js: line 10, col 17, 'require' is not defined. +src/messaging/rooms.js: line 11, col 20, 'require' is not defined. +src/messaging/rooms.js: line 12, col 14, 'require' is not defined. +src/messaging/rooms.js: line 13, col 12, 'require' is not defined. +src/messaging/rooms.js: line 14, col 15, 'require' is not defined. +src/messaging/rooms.js: line 15, col 21, 'require' is not defined. +src/messaging/rooms.js: line 27, col 1, 'module' is not defined. +src/messaging/rooms.js: line 103, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 113, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 145, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 153, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 185, col 28, 'Promise' is not defined. +src/messaging/rooms.js: line 228, col 30, 'Promise' is not defined. +src/messaging/rooms.js: line 275, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 280, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 284, col 44, 'Promise' is not defined. +src/messaging/rooms.js: line 314, col 32, 'Promise' is not defined. +src/messaging/rooms.js: line 321, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 330, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 336, col 32, 'Promise' is not defined. +src/messaging/rooms.js: line 344, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 352, col 15, 'Promise' is not defined. +src/messaging/rooms.js: line 399, col 41, 'Promise' is not defined. +src/messaging/rooms.js: line 451, col 69, 'Promise' is not defined. +src/messaging/rooms.js: line 508, col 96, 'Promise' is not defined. + +src/messaging/unread.js: line 1, col 1, Use the function form of "use strict". +src/messaging/unread.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 7, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 7, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 8, col 13, Confusing use of '!'. +src/messaging/unread.js: line 12, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 15, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 15, col 51, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 15, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 19, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 23, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 24, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 28, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 28, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 30, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 31, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 35, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 35, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 41, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 44, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 44, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 45, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 45, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 46, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 48, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 50, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 56, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 56, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 59, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 62, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 62, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 63, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 66, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/messaging/unread.js: line 66, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 71, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/messaging/unread.js: line 71, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 71, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/messaging/unread.js: line 3, col 12, 'require' is not defined. +src/messaging/unread.js: line 4, col 12, 'require' is not defined. +src/messaging/unread.js: line 6, col 1, 'module' is not defined. +src/messaging/unread.js: line 29, col 15, 'Promise' is not defined. +src/messaging/unread.js: line 44, col 50, 'Promise' is not defined. + +src/meta/aliases.js: line 1, col 1, Use the function form of "use strict". +src/meta/aliases.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/aliases.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/aliases.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/aliases.js: line 26, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/aliases.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/aliases.js: line 27, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/aliases.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/aliases.js: line 34, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/aliases.js: line 34, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/aliases.js: line 34, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/aliases.js: line 37, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/aliases.js: line 37, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/aliases.js: line 38, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/aliases.js: line 39, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/aliases.js: line 3, col 11, 'require' is not defined. +src/meta/aliases.js: line 4, col 15, 'require' is not defined. +src/meta/aliases.js: line 23, col 1, 'exports' is not defined. +src/meta/aliases.js: line 43, col 1, 'exports' is not defined. +src/meta/aliases.js: line 35, col 5, 'process' is not defined. + +src/meta/blacklist.js: line 1, col 1, Use the function form of "use strict". +src/meta/blacklist.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 16, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 17, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 20, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/blacklist.js: line 20, col 115, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/blacklist.js: line 22, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/blacklist.js: line 35, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 41, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 42, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 46, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 47, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/blacklist.js: line 51, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 52, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 56, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/blacklist.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 71, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 75, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/blacklist.js: line 78, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/blacklist.js: line 79, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 112, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 119, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/blacklist.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 130, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/blacklist.js: line 131, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 132, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/blacklist.js: line 3, col 16, 'require' is not defined. +src/meta/blacklist.js: line 4, col 17, 'require' is not defined. +src/meta/blacklist.js: line 5, col 11, 'require' is not defined. +src/meta/blacklist.js: line 6, col 19, 'require' is not defined. +src/meta/blacklist.js: line 8, col 12, 'require' is not defined. +src/meta/blacklist.js: line 9, col 16, 'require' is not defined. +src/meta/blacklist.js: line 10, col 17, 'require' is not defined. +src/meta/blacklist.js: line 11, col 19, 'require' is not defined. +src/meta/blacklist.js: line 13, col 19, 'module' is not defined. + +src/meta/build.js: line 1, col 1, Use the function form of "use strict". +src/meta/build.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 12, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 14, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 17, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 20, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 23, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 26, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 35, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 38, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 45, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 48, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 53, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 53, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 55, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 62, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 64, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 73, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 78, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 78, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 80, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 81, col 29, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 81, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 82, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 83, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 84, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 87, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 87, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 98, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 99, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 99, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 103, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 103, col 27, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 105, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 113, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 115, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 118, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 120, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 122, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 127, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 138, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 144, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 149, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 152, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 167, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 173, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 182, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 193, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 196, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 198, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 200, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 209, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 210, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 211, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 212, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 213, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 214, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 216, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 216, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 223, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 224, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 225, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 227, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 230, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 231, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 240, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/build.js: line 241, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/build.js: line 251, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/build.js: line 3, col 12, 'require' is not defined. +src/meta/build.js: line 4, col 17, 'require' is not defined. +src/meta/build.js: line 5, col 15, 'require' is not defined. +src/meta/build.js: line 6, col 11, 'require' is not defined. +src/meta/build.js: line 7, col 14, 'require' is not defined. +src/meta/build.js: line 8, col 20, 'require' is not defined. +src/meta/build.js: line 9, col 15, 'require' is not defined. +src/meta/build.js: line 11, col 21, 'require' is not defined. +src/meta/build.js: line 12, col 21, 'require' is not defined. +src/meta/build.js: line 63, col 16, 'require' is not defined. +src/meta/build.js: line 67, col 16, 'require' is not defined. +src/meta/build.js: line 69, col 25, 'require' is not defined. +src/meta/build.js: line 184, col 13, 'require' is not defined. +src/meta/build.js: line 206, col 12, 'require' is not defined. +src/meta/build.js: line 211, col 21, 'require' is not defined. +src/meta/build.js: line 212, col 16, 'require' is not defined. +src/meta/build.js: line 213, col 18, 'require' is not defined. +src/meta/build.js: line 214, col 21, 'require' is not defined. +src/meta/build.js: line 255, col 1, 'require' is not defined. +src/meta/build.js: line 64, col 5, 'process' is not defined. +src/meta/build.js: line 206, col 20, 'process' is not defined. +src/meta/build.js: line 71, col 32, '__dirname' is not defined. +src/meta/build.js: line 220, col 46, '__dirname' is not defined. +src/meta/build.js: line 85, col 15, 'Promise' is not defined. +src/meta/build.js: line 96, col 15, 'Promise' is not defined. +src/meta/build.js: line 92, col 19, 'exports' is not defined. +src/meta/build.js: line 108, col 19, 'exports' is not defined. +src/meta/build.js: line 127, col 1, 'exports' is not defined. +src/meta/build.js: line 209, col 1, 'exports' is not defined. +src/meta/build.js: line 251, col 1, 'exports' is not defined. +src/meta/build.js: line 252, col 11, 'exports' is not defined. +src/meta/build.js: line 255, col 25, 'exports' is not defined. +src/meta/build.js: line 231, col 17, 'console' is not defined. +src/meta/build.js: line 238, col 13, 'console' is not defined. +src/meta/build.js: line 244, col 9, 'console' is not defined. +src/meta/build.js: line 246, col 13, 'console' is not defined. + +src/meta/cacheBuster.js: line 1, col 1, Use the function form of "use strict". +src/meta/cacheBuster.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/cacheBuster.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/cacheBuster.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/cacheBuster.js: line 5, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/cacheBuster.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/cacheBuster.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/cacheBuster.js: line 10, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/cacheBuster.js: line 17, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/cacheBuster.js: line 22, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/cacheBuster.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/cacheBuster.js: line 29, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/cacheBuster.js: line 3, col 12, 'require' is not defined. +src/meta/cacheBuster.js: line 4, col 14, 'require' is not defined. +src/meta/cacheBuster.js: line 5, col 20, 'require' is not defined. +src/meta/cacheBuster.js: line 6, col 17, 'require' is not defined. +src/meta/cacheBuster.js: line 41, col 1, 'require' is not defined. +src/meta/cacheBuster.js: line 8, col 28, '__dirname' is not defined. +src/meta/cacheBuster.js: line 17, col 1, 'exports' is not defined. +src/meta/cacheBuster.js: line 22, col 1, 'exports' is not defined. +src/meta/cacheBuster.js: line 41, col 25, 'exports' is not defined. + +src/meta/configs.js: line 2, col 1, Use the function form of "use strict". +src/meta/configs.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 21, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 59, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 60, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 88, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 91, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 95, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 99, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 104, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 105, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 112, col 16, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 112, col 19, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/configs.js: line 112, col 29, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 112, col 32, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/configs.js: line 121, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 127, col 9, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 131, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 138, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 139, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 141, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 141, col 22, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 141, col 25, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/configs.js: line 141, col 33, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 141, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/configs.js: line 145, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 150, col 11, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 161, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 173, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 191, col 13, Confusing use of '!'. +src/meta/configs.js: line 197, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 201, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 202, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 206, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/configs.js: line 207, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 211, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/configs.js: line 240, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/configs.js: line 4, col 15, 'require' is not defined. +src/meta/configs.js: line 5, col 14, 'require' is not defined. +src/meta/configs.js: line 6, col 17, 'require' is not defined. +src/meta/configs.js: line 8, col 12, 'require' is not defined. +src/meta/configs.js: line 9, col 16, 'require' is not defined. +src/meta/configs.js: line 10, col 14, 'require' is not defined. +src/meta/configs.js: line 11, col 21, 'require' is not defined. +src/meta/configs.js: line 12, col 18, 'require' is not defined. +src/meta/configs.js: line 181, col 5, 'require' is not defined. +src/meta/configs.js: line 201, col 18, 'require' is not defined. +src/meta/configs.js: line 207, col 19, 'require' is not defined. +src/meta/configs.js: line 14, col 17, 'module' is not defined. +src/meta/configs.js: line 182, col 11, 'Promise' is not defined. + +src/meta/css.js: line 1, col 1, Use the function form of "use strict". +src/meta/css.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 25, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 55, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 61, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 133, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 139, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 140, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 140, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 143, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 145, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 146, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 147, col 9, 'asynchronous iteration' is only available in ES9 (use 'esversion: 9'). +src/meta/css.js: line 147, col 16, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 147, col 27, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 157, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 158, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 159, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 159, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 160, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 162, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 167, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 170, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 172, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 179, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 180, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 181, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 184, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 191, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 191, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 192, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 193, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 200, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 201, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 209, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 210, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 213, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 221, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 224, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 225, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 230, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 234, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 238, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 238, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 244, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 245, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 249, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 249, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 255, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 256, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 257, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 258, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 258, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 263, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 263, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 264, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 268, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 269, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 272, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 277, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 281, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 285, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 292, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 292, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 292, col 44, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/css.js: line 298, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 298, col 43, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 299, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 300, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 301, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 301, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 302, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 303, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 305, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 318, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 322, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 323, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 324, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 327, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 328, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 329, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 332, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/css.js: line 334, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 335, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 336, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 339, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 340, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 341, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 341, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/css.js: line 344, col 74, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 345, col 74, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/css.js: line 3, col 11, 'require' is not defined. +src/meta/css.js: line 4, col 17, 'require' is not defined. +src/meta/css.js: line 5, col 15, 'require' is not defined. +src/meta/css.js: line 6, col 12, 'require' is not defined. +src/meta/css.js: line 7, col 14, 'require' is not defined. +src/meta/css.js: line 8, col 20, 'require' is not defined. +src/meta/css.js: line 10, col 17, 'require' is not defined. +src/meta/css.js: line 11, col 12, 'require' is not defined. +src/meta/css.js: line 12, col 14, 'require' is not defined. +src/meta/css.js: line 13, col 18, 'require' is not defined. +src/meta/css.js: line 14, col 15, 'require' is not defined. +src/meta/css.js: line 256, col 18, 'require' is not defined. +src/meta/css.js: line 257, col 18, 'require' is not defined. +src/meta/css.js: line 299, col 18, 'require' is not defined. +src/meta/css.js: line 300, col 21, 'require' is not defined. +src/meta/css.js: line 16, col 13, 'module' is not defined. +src/meta/css.js: line 144, col 28, '__dirname' is not defined. +src/meta/css.js: line 150, col 82, '__dirname' is not defined. +src/meta/css.js: line 160, col 56, '__dirname' is not defined. +src/meta/css.js: line 202, col 19, '__dirname' is not defined. +src/meta/css.js: line 203, col 19, '__dirname' is not defined. +src/meta/css.js: line 204, col 19, '__dirname' is not defined. +src/meta/css.js: line 334, col 57, '__dirname' is not defined. +src/meta/css.js: line 336, col 71, '__dirname' is not defined. +src/meta/css.js: line 344, col 41, '__dirname' is not defined. +src/meta/css.js: line 345, col 41, '__dirname' is not defined. +src/meta/css.js: line 154, col 11, 'Promise' is not defined. +src/meta/css.js: line 158, col 26, 'Promise' is not defined. +src/meta/css.js: line 191, col 11, 'Promise' is not defined. +src/meta/css.js: line 238, col 61, 'Promise' is not defined. +src/meta/css.js: line 258, col 47, 'Promise' is not defined. +src/meta/css.js: line 336, col 15, 'Promise' is not defined. +src/meta/css.js: line 343, col 11, 'Promise' is not defined. +src/meta/css.js: line 340, col 20, 'process' is not defined. + +src/meta/debugFork.js: line 1, col 1, Use the function form of "use strict". +src/meta/debugFork.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/debugFork.js: line 3, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/debugFork.js: line 5, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/debugFork.js: line 5, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/debugFork.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/debugFork.js: line 9, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/debugFork.js: line 18, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/debugFork.js: line 22, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/debugFork.js: line 31, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/debugFork.js: line 31, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/debugFork.js: line 3, col 18, 'require' is not defined. +src/meta/debugFork.js: line 5, col 16, 'process' is not defined. +src/meta/debugFork.js: line 19, col 9, 'global' is not defined. +src/meta/debugFork.js: line 37, col 1, 'module' is not defined. + +src/meta/dependencies.js: line 1, col 1, Use the function form of "use strict". +src/meta/dependencies.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 11, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 15, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 16, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 18, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/dependencies.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 23, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/dependencies.js: line 32, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/dependencies.js: line 34, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 41, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/dependencies.js: line 52, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/dependencies.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/dependencies.js: line 67, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/dependencies.js: line 3, col 14, 'require' is not defined. +src/meta/dependencies.js: line 4, col 12, 'require' is not defined. +src/meta/dependencies.js: line 6, col 16, 'require' is not defined. +src/meta/dependencies.js: line 7, col 17, 'require' is not defined. +src/meta/dependencies.js: line 8, col 15, 'require' is not defined. +src/meta/dependencies.js: line 10, col 13, 'require' is not defined. +src/meta/dependencies.js: line 11, col 38, 'require' is not defined. +src/meta/dependencies.js: line 13, col 22, 'module' is not defined. +src/meta/dependencies.js: line 23, col 11, 'Promise' is not defined. +src/meta/dependencies.js: line 27, col 32, 'global' is not defined. + +src/meta/errors.js: line 1, col 1, Use the function form of "use strict". +src/meta/errors.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 12, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 14, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/errors.js: line 18, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/errors.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 20, col 29, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/errors.js: line 20, col 32, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/errors.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 27, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 27, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 46, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/errors.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/errors.js: line 48, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/errors.js: line 54, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/errors.js: line 3, col 17, 'require' is not defined. +src/meta/errors.js: line 4, col 19, 'require' is not defined. +src/meta/errors.js: line 5, col 17, 'require' is not defined. +src/meta/errors.js: line 7, col 12, 'require' is not defined. +src/meta/errors.js: line 8, col 19, 'require' is not defined. +src/meta/errors.js: line 10, col 16, 'module' is not defined. + +src/meta/index.js: line 1, col 1, Use the function form of "use strict". +src/meta/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 27, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 28, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 31, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/index.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 33, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/index.js: line 37, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/index.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 39, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 45, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/index.js: line 50, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/index.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 74, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/index.js: line 3, col 17, 'require' is not defined. +src/meta/index.js: line 4, col 12, 'require' is not defined. +src/meta/index.js: line 5, col 15, 'require' is not defined. +src/meta/index.js: line 7, col 16, 'require' is not defined. +src/meta/index.js: line 8, col 17, 'require' is not defined. +src/meta/index.js: line 14, col 16, 'require' is not defined. +src/meta/index.js: line 15, col 15, 'require' is not defined. +src/meta/index.js: line 16, col 11, 'require' is not defined. +src/meta/index.js: line 17, col 12, 'require' is not defined. +src/meta/index.js: line 18, col 17, 'require' is not defined. +src/meta/index.js: line 19, col 13, 'require' is not defined. +src/meta/index.js: line 20, col 15, 'require' is not defined. +src/meta/index.js: line 21, col 13, 'require' is not defined. +src/meta/index.js: line 22, col 21, 'require' is not defined. +src/meta/index.js: line 23, col 18, 'require' is not defined. +src/meta/index.js: line 24, col 18, 'require' is not defined. +src/meta/index.js: line 25, col 18, 'require' is not defined. +src/meta/index.js: line 27, col 14, 'require' is not defined. +src/meta/index.js: line 28, col 16, 'require' is not defined. +src/meta/index.js: line 79, col 1, 'require' is not defined. +src/meta/index.js: line 10, col 14, 'module' is not defined. +src/meta/index.js: line 39, col 45, 'Promise' is not defined. +src/meta/index.js: line 63, col 9, 'process' is not defined. +src/meta/index.js: line 64, col 9, 'process' is not defined. + +src/meta/js.js: line 1, col 1, Use the function form of "use strict". +src/meta/js.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 5, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 26, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 28, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 29, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 36, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 36, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 41, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 50, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 56, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 61, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 63, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 65, col 11, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 68, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 72, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 77, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 78, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 84, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 90, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 90, col 76, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 99, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 105, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 105, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 105, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 114, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 114, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 115, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 119, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 120, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 130, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/js.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 131, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/js.js: line 132, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 133, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/js.js: line 3, col 14, 'require' is not defined. +src/meta/js.js: line 4, col 12, 'require' is not defined. +src/meta/js.js: line 5, col 20, 'require' is not defined. +src/meta/js.js: line 7, col 14, 'require' is not defined. +src/meta/js.js: line 8, col 17, 'require' is not defined. +src/meta/js.js: line 9, col 18, 'require' is not defined. +src/meta/js.js: line 75, col 17, 'require' is not defined. +src/meta/js.js: line 11, col 12, 'module' is not defined. +src/meta/js.js: line 26, col 31, '__dirname' is not defined. +src/meta/js.js: line 32, col 26, '__dirname' is not defined. +src/meta/js.js: line 33, col 26, '__dirname' is not defined. +src/meta/js.js: line 37, col 35, '__dirname' is not defined. +src/meta/js.js: line 38, col 36, '__dirname' is not defined. +src/meta/js.js: line 65, col 24, '__dirname' is not defined. +src/meta/js.js: line 77, col 19, '__dirname' is not defined. +src/meta/js.js: line 78, col 19, '__dirname' is not defined. +src/meta/js.js: line 85, col 36, '__dirname' is not defined. +src/meta/js.js: line 92, col 35, '__dirname' is not defined. +src/meta/js.js: line 133, col 32, '__dirname' is not defined. +src/meta/js.js: line 31, col 11, 'Promise' is not defined. +src/meta/js.js: line 36, col 11, 'Promise' is not defined. +src/meta/js.js: line 41, col 31, 'Promise' is not defined. +src/meta/js.js: line 67, col 11, 'Promise' is not defined. +src/meta/js.js: line 90, col 11, 'Promise' is not defined. +src/meta/js.js: line 114, col 11, 'Promise' is not defined. + +src/meta/languages.js: line 1, col 1, Use the function form of "use strict". +src/meta/languages.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 7, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 12, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 17, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 19, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 20, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 22, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/languages.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 57, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 59, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/languages.js: line 68, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 69, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 70, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 71, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/languages.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 75, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/languages.js: line 76, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/languages.js: line 84, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 87, col 85, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/languages.js: line 89, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/languages.js: line 96, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 102, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 117, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 117, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 119, col 102, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/languages.js: line 123, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 125, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 134, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/languages.js: line 136, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/languages.js: line 3, col 11, 'require' is not defined. +src/meta/languages.js: line 4, col 15, 'require' is not defined. +src/meta/languages.js: line 5, col 14, 'require' is not defined. +src/meta/languages.js: line 6, col 12, 'require' is not defined. +src/meta/languages.js: line 7, col 20, 'require' is not defined. +src/meta/languages.js: line 10, col 14, 'require' is not defined. +src/meta/languages.js: line 11, col 17, 'require' is not defined. +src/meta/languages.js: line 12, col 19, 'require' is not defined. +src/meta/languages.js: line 43, col 9, 'process' is not defined. +src/meta/languages.js: line 58, col 17, 'process' is not defined. +src/meta/languages.js: line 81, col 11, 'Promise' is not defined. +src/meta/languages.js: line 89, col 11, 'Promise' is not defined. +src/meta/languages.js: line 134, col 1, 'exports' is not defined. + +src/meta/logs.js: line 1, col 1, Use the function form of "use strict". +src/meta/logs.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/logs.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/logs.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/logs.js: line 10, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/logs.js: line 14, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/logs.js: line 3, col 14, 'require' is not defined. +src/meta/logs.js: line 4, col 12, 'require' is not defined. +src/meta/logs.js: line 6, col 14, 'module' is not defined. +src/meta/logs.js: line 8, col 26, '__dirname' is not defined. + +src/meta/minifier.js: line 1, col 1, Use the function form of "use strict". +src/meta/minifier.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 21, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 30, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/minifier.js: line 40, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/minifier.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 77, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/minifier.js: line 78, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 79, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/minifier.js: line 90, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/minifier.js: line 103, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 106, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 106, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/minifier.js: line 108, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 108, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 117, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 132, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 142, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 144, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 144, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 144, col 72, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/minifier.js: line 145, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 151, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 160, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 161, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 163, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 172, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 178, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 189, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 189, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/minifier.js: line 201, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/minifier.js: line 3, col 12, 'require' is not defined. +src/meta/minifier.js: line 4, col 12, 'require' is not defined. +src/meta/minifier.js: line 5, col 15, 'require' is not defined. +src/meta/minifier.js: line 6, col 17, 'require' is not defined. +src/meta/minifier.js: line 7, col 17, 'require' is not defined. +src/meta/minifier.js: line 8, col 22, 'require' is not defined. +src/meta/minifier.js: line 9, col 15, 'require' is not defined. +src/meta/minifier.js: line 10, col 16, 'require' is not defined. +src/meta/minifier.js: line 11, col 14, 'require' is not defined. +src/meta/minifier.js: line 13, col 14, 'require' is not defined. +src/meta/minifier.js: line 14, col 1, 'require' is not defined. +src/meta/minifier.js: line 210, col 1, 'require' is not defined. +src/meta/minifier.js: line 16, col 18, 'module' is not defined. +src/meta/minifier.js: line 29, col 14, 'process' is not defined. +src/meta/minifier.js: line 105, col 5, 'process' is not defined. +src/meta/minifier.js: line 106, col 5, 'process' is not defined. +src/meta/minifier.js: line 110, col 17, 'process' is not defined. +src/meta/minifier.js: line 118, col 17, 'process' is not defined. +src/meta/minifier.js: line 123, col 17, 'process' is not defined. +src/meta/minifier.js: line 53, col 23, '__filename' is not defined. +src/meta/minifier.js: line 54, col 14, '__dirname' is not defined. +src/meta/minifier.js: line 77, col 16, 'Promise' is not defined. +src/meta/minifier.js: line 189, col 42, 'Promise' is not defined. +src/meta/minifier.js: line 168, col 9, 'console' is not defined. +src/meta/minifier.js: line 210, col 25, 'exports' is not defined. + +src/meta/settings.js: line 1, col 1, Use the function form of "use strict". +src/meta/settings.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 13, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 14, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 18, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 19, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 20, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 23, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 23, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 24, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 25, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 25, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 30, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 36, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 40, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 45, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 48, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 48, col 132, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 50, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 51, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 51, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 51, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 61, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 61, col 85, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 62, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 64, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 64, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 65, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 65, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 66, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 66, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 67, col 18, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 68, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 75, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 76, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 77, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 78, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 79, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 90, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 93, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 97, col 21, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 97, col 24, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/settings.js: line 97, col 32, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 97, col 35, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/meta/settings.js: line 98, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 101, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 107, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 113, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/settings.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/settings.js: line 117, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/settings.js: line 3, col 11, 'require' is not defined. +src/meta/settings.js: line 5, col 12, 'require' is not defined. +src/meta/settings.js: line 6, col 17, 'require' is not defined. +src/meta/settings.js: line 7, col 14, 'require' is not defined. +src/meta/settings.js: line 8, col 16, 'require' is not defined. +src/meta/settings.js: line 9, col 15, 'require' is not defined. +src/meta/settings.js: line 11, col 18, 'module' is not defined. +src/meta/settings.js: line 18, col 39, 'Promise' is not defined. +src/meta/settings.js: line 23, col 11, 'Promise' is not defined. +src/meta/settings.js: line 64, col 15, 'Promise' is not defined. +src/meta/settings.js: line 83, col 15, 'Promise' is not defined. + +src/meta/tags.js: line 1, col 1, Use the function form of "use strict". +src/meta/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 16, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/tags.js: line 16, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 38, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 60, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 60, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 61, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 61, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 67, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 70, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 71, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 79, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 92, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 99, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 100, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 118, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 119, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 119, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 121, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 123, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 124, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 132, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 132, col 20, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 139, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 143, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 147, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 151, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 155, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 159, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 163, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 168, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 172, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 176, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 180, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 184, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 188, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 192, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 196, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 202, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 202, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 207, col 13, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 220, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/tags.js: line 221, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 222, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 227, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 227, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 229, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 230, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 231, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 235, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 236, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 237, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 237, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/tags.js: line 255, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 267, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/tags.js: line 3, col 15, 'require' is not defined. +src/meta/tags.js: line 4, col 17, 'require' is not defined. +src/meta/tags.js: line 6, col 17, 'require' is not defined. +src/meta/tags.js: line 7, col 14, 'require' is not defined. +src/meta/tags.js: line 8, col 15, 'require' is not defined. +src/meta/tags.js: line 10, col 14, 'module' is not defined. + +src/meta/templates.js: line 1, col 1, Use the function form of "use strict". +src/meta/templates.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 3, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 14, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 20, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 36, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 43, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 44, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 54, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 55, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 57, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 58, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 71, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 73, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 73, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 77, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 78, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 78, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 79, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 80, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 80, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 88, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 89, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 97, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 98, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 99, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 100, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 105, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 105, col 60, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 110, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 114, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 117, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 118, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/templates.js: line 118, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 119, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 120, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 127, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/templates.js: line 131, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/templates.js: line 3, col 20, 'require' is not defined. +src/meta/templates.js: line 4, col 17, 'require' is not defined. +src/meta/templates.js: line 5, col 14, 'require' is not defined. +src/meta/templates.js: line 6, col 12, 'require' is not defined. +src/meta/templates.js: line 8, col 15, 'require' is not defined. +src/meta/templates.js: line 9, col 11, 'require' is not defined. +src/meta/templates.js: line 10, col 20, 'require' is not defined. +src/meta/templates.js: line 12, col 17, 'require' is not defined. +src/meta/templates.js: line 13, col 14, 'require' is not defined. +src/meta/templates.js: line 14, col 37, 'require' is not defined. +src/meta/templates.js: line 54, col 23, 'require' is not defined. +src/meta/templates.js: line 61, col 23, 'require' is not defined. +src/meta/templates.js: line 18, col 19, 'module' is not defined. +src/meta/templates.js: line 73, col 26, 'Promise' is not defined. +src/meta/templates.js: line 78, col 27, 'Promise' is not defined. +src/meta/templates.js: line 118, col 11, 'Promise' is not defined. +src/meta/templates.js: line 117, col 20, 'process' is not defined. + +src/meta/themes.js: line 1, col 1, Use the function form of "use strict". +src/meta/themes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 14, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 18, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 18, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 24, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 26, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 26, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 30, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 30, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 34, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 35, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 42, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 44, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 53, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 61, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 62, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 63, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 64, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 64, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 66, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 67, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 76, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 77, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 88, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 88, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 91, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 92, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 97, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 102, col 17, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 104, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 106, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 111, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 147, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/meta/themes.js: line 147, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 153, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 156, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 159, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 159, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/meta/themes.js: line 170, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/meta/themes.js: line 3, col 14, 'require' is not defined. +src/meta/themes.js: line 4, col 15, 'require' is not defined. +src/meta/themes.js: line 5, col 17, 'require' is not defined. +src/meta/themes.js: line 6, col 11, 'require' is not defined. +src/meta/themes.js: line 7, col 12, 'require' is not defined. +src/meta/themes.js: line 9, col 14, 'require' is not defined. +src/meta/themes.js: line 10, col 12, 'require' is not defined. +src/meta/themes.js: line 11, col 14, 'require' is not defined. +src/meta/themes.js: line 12, col 16, 'require' is not defined. +src/meta/themes.js: line 13, col 15, 'require' is not defined. +src/meta/themes.js: line 14, col 30, 'require' is not defined. +src/meta/themes.js: line 16, col 16, 'module' is not defined. +src/meta/themes.js: line 26, col 20, 'Promise' is not defined. +src/meta/themes.js: line 30, col 53, 'Promise' is not defined. +src/meta/themes.js: line 64, col 18, 'Promise' is not defined. +src/meta/themes.js: line 155, col 9, 'process' is not defined. + +src/middleware/admin.js: line 1, col 1, Use the function form of "use strict". +src/middleware/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 19, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/admin.js: line 19, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/admin.js: line 29, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/admin.js: line 29, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/admin.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 51, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 69, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 71, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/admin.js: line 78, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 78, col 62, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/admin.js: line 86, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/admin.js: line 4, col 15, 'require' is not defined. +src/middleware/admin.js: line 6, col 14, 'require' is not defined. +src/middleware/admin.js: line 7, col 14, 'require' is not defined. +src/middleware/admin.js: line 8, col 17, 'require' is not defined. +src/middleware/admin.js: line 9, col 20, 'require' is not defined. +src/middleware/admin.js: line 10, col 17, 'require' is not defined. +src/middleware/admin.js: line 13, col 12, 'require' is not defined. +src/middleware/admin.js: line 14, col 14, 'require' is not defined. +src/middleware/admin.js: line 22, col 15, 'require' is not defined. +src/middleware/admin.js: line 17, col 20, 'module' is not defined. + +src/middleware/assert.js: line 1, col 1, Use the function form of "use strict". +src/middleware/assert.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 24, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 26, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 26, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 34, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 34, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 43, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 43, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 51, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 51, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 59, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 59, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 67, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 67, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 76, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 76, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 102, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 102, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 104, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 119, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 119, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 124, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/assert.js: line 140, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/assert.js: line 140, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/assert.js: line 8, col 14, 'require' is not defined. +src/middleware/assert.js: line 9, col 15, 'require' is not defined. +src/middleware/assert.js: line 11, col 14, 'require' is not defined. +src/middleware/assert.js: line 12, col 14, 'require' is not defined. +src/middleware/assert.js: line 13, col 16, 'require' is not defined. +src/middleware/assert.js: line 14, col 20, 'require' is not defined. +src/middleware/assert.js: line 15, col 16, 'require' is not defined. +src/middleware/assert.js: line 16, col 15, 'require' is not defined. +src/middleware/assert.js: line 17, col 19, 'require' is not defined. +src/middleware/assert.js: line 18, col 15, 'require' is not defined. +src/middleware/assert.js: line 19, col 17, 'require' is not defined. +src/middleware/assert.js: line 21, col 17, 'require' is not defined. +src/middleware/assert.js: line 22, col 27, 'require' is not defined. +src/middleware/assert.js: line 24, col 16, 'module' is not defined. +src/middleware/assert.js: line 79, col 29, 'URL' is not defined. +src/middleware/assert.js: line 124, col 36, 'Promise' is not defined. + +src/middleware/csrf.js: line 1, col 1, Use the function form of "use strict". +src/middleware/csrf.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/csrf.js: line 3, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/csrf.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/csrf.js: line 5, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/csrf.js: line 10, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/csrf.js: line 25, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/csrf.js: line 26, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/csrf.js: line 27, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/csrf.js: line 3, col 22, 'require' is not defined. +src/middleware/csrf.js: line 24, col 1, 'module' is not defined. + +src/middleware/expose.js: line 1, col 1, Use the function form of "use strict". +src/middleware/expose.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/expose.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/expose.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/expose.js: line 13, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/expose.js: line 13, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/expose.js: line 25, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/expose.js: line 25, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/expose.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/expose.js: line 41, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/expose.js: line 41, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/expose.js: line 44, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/middleware/expose.js: line 44, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/middleware/expose.js: line 45, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/middleware/expose.js: line 45, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/middleware/expose.js: line 8, col 14, 'require' is not defined. +src/middleware/expose.js: line 9, col 20, 'require' is not defined. +src/middleware/expose.js: line 10, col 15, 'require' is not defined. +src/middleware/expose.js: line 12, col 1, 'module' is not defined. + +src/middleware/header.js: line 1, col 1, Use the function form of "use strict". +src/middleware/header.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/header.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/header.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/header.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/header.js: line 12, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/header.js: line 12, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/header.js: line 17, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/header.js: line 17, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/header.js: line 21, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/header.js: line 3, col 17, 'require' is not defined. +src/middleware/header.js: line 4, col 17, 'require' is not defined. +src/middleware/header.js: line 7, col 10, 'require' is not defined. +src/middleware/header.js: line 25, col 15, 'require' is not defined. +src/middleware/header.js: line 10, col 20, 'module' is not defined. + +src/middleware/headers.js: line 1, col 1, Use the function form of "use strict". +src/middleware/headers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 13, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 21, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 31, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 32, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 36, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 41, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 42, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 46, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 52, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 55, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 72, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 72, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 72, col 33, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 81, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/headers.js: line 81, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 87, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 95, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 96, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 106, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/headers.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 109, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/headers.js: line 110, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 112, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/headers.js: line 3, col 12, 'require' is not defined. +src/middleware/headers.js: line 4, col 17, 'require' is not defined. +src/middleware/headers.js: line 5, col 11, 'require' is not defined. +src/middleware/headers.js: line 7, col 14, 'require' is not defined. +src/middleware/headers.js: line 8, col 19, 'require' is not defined. +src/middleware/headers.js: line 9, col 17, 'require' is not defined. +src/middleware/headers.js: line 10, col 17, 'require' is not defined. +src/middleware/headers.js: line 12, col 1, 'module' is not defined. +src/middleware/headers.js: line 68, col 13, 'process' is not defined. + +src/middleware/helpers.js: line 1, col 1, Use the function form of "use strict". +src/middleware/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 13, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/helpers.js: line 30, col 59, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 33, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 37, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 42, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 42, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 44, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/helpers.js: line 46, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 50, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 51, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 55, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 59, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 61, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 67, col 20, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 70, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 72, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/helpers.js: line 3, col 17, 'require' is not defined. +src/middleware/helpers.js: line 4, col 19, 'require' is not defined. +src/middleware/helpers.js: line 5, col 17, 'require' is not defined. +src/middleware/helpers.js: line 7, col 14, 'require' is not defined. +src/middleware/helpers.js: line 9, col 17, 'module' is not defined. + +src/middleware/index.js: line 1, col 1, Use the function form of "use strict". +src/middleware/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 10, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 27, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 31, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 33, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 35, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 41, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 52, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 62, col 5, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 62, col 8, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/middleware/index.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 80, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 80, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 92, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 92, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 94, col 85, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 130, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 132, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 143, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 155, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 155, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 156, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 163, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 163, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 167, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 167, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 171, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 175, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 190, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 191, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 192, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 210, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 223, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 232, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 232, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 234, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 239, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 239, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 240, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 240, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 240, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 246, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 246, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 253, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 254, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 257, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 263, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/index.js: line 263, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 271, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 271, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 281, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 281, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 287, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 290, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/index.js: line 292, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 292, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/index.js: line 3, col 15, 'require' is not defined. +src/middleware/index.js: line 4, col 14, 'require' is not defined. +src/middleware/index.js: line 5, col 19, 'require' is not defined. +src/middleware/index.js: line 6, col 15, 'require' is not defined. +src/middleware/index.js: line 7, col 17, 'require' is not defined. +src/middleware/index.js: line 8, col 14, 'require' is not defined. +src/middleware/index.js: line 9, col 19, 'require' is not defined. +src/middleware/index.js: line 10, col 40, 'require' is not defined. +src/middleware/index.js: line 12, col 17, 'require' is not defined. +src/middleware/index.js: line 13, col 14, 'require' is not defined. +src/middleware/index.js: line 14, col 14, 'require' is not defined. +src/middleware/index.js: line 15, col 16, 'require' is not defined. +src/middleware/index.js: line 16, col 19, 'require' is not defined. +src/middleware/index.js: line 17, col 20, 'require' is not defined. +src/middleware/index.js: line 18, col 21, 'require' is not defined. +src/middleware/index.js: line 19, col 17, 'require' is not defined. +src/middleware/index.js: line 20, col 13, 'require' is not defined. +src/middleware/index.js: line 23, col 10, 'require' is not defined. +src/middleware/index.js: line 24, col 14, 'require' is not defined. +src/middleware/index.js: line 61, col 12, 'require' is not defined. +src/middleware/index.js: line 62, col 8, 'require' is not defined. +src/middleware/index.js: line 64, col 1, 'require' is not defined. +src/middleware/index.js: line 65, col 1, 'require' is not defined. +src/middleware/index.js: line 66, col 1, 'require' is not defined. +src/middleware/index.js: line 67, col 22, 'require' is not defined. +src/middleware/index.js: line 68, col 1, 'require' is not defined. +src/middleware/index.js: line 69, col 1, 'require' is not defined. +src/middleware/index.js: line 70, col 21, 'require' is not defined. +src/middleware/index.js: line 247, col 5, 'require' is not defined. +src/middleware/index.js: line 33, col 20, 'module' is not defined. +src/middleware/index.js: line 57, col 5, 'setImmediate' is not defined. +src/middleware/index.js: line 206, col 9, 'setImmediate' is not defined. +src/middleware/index.js: line 82, col 15, 'Promise' is not defined. +src/middleware/index.js: line 202, col 9, 'global' is not defined. +src/middleware/index.js: line 204, col 62, '__dirname' is not defined. +src/middleware/index.js: line 229, col 5, 'setTimeout' is not defined. + +src/middleware/maintenance.js: line 1, col 1, Use the function form of "use strict". +src/middleware/maintenance.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 12, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/maintenance.js: line 12, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/maintenance.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 25, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 34, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/maintenance.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/maintenance.js: line 3, col 14, 'require' is not defined. +src/middleware/maintenance.js: line 4, col 15, 'require' is not defined. +src/middleware/maintenance.js: line 5, col 14, 'require' is not defined. +src/middleware/maintenance.js: line 6, col 14, 'require' is not defined. +src/middleware/maintenance.js: line 7, col 16, 'require' is not defined. +src/middleware/maintenance.js: line 8, col 17, 'require' is not defined. +src/middleware/maintenance.js: line 9, col 27, 'require' is not defined. +src/middleware/maintenance.js: line 11, col 1, 'module' is not defined. +src/middleware/maintenance.js: line 25, col 51, 'Promise' is not defined. + +src/middleware/ratelimit.js: line 1, col 1, Use the function form of "use strict". +src/middleware/ratelimit.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/ratelimit.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/ratelimit.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/ratelimit.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/ratelimit.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/ratelimit.js: line 21, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/ratelimit.js: line 3, col 17, 'require' is not defined. +src/middleware/ratelimit.js: line 5, col 19, 'module' is not defined. + +src/middleware/render.js: line 1, col 1, Use the function form of "use strict". +src/middleware/render.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 24, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 25, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 27, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 32, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 34, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 35, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 36, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 36, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 37, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 47, col 54, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 55, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 55, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 63, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 65, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 78, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 94, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 95, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 96, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 102, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 102, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 128, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 141, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 150, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 153, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 167, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 174, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 175, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 187, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 190, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 213, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 220, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 254, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 255, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 261, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 272, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 272, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 277, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 278, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 283, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 287, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 301, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 306, col 155, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 306, col 177, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 318, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 319, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 319, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 320, col 26, Expected '{' and instead saw 'reject'. +src/middleware/render.js: line 321, col 22, Expected '{' and instead saw 'resolve'. +src/middleware/render.js: line 326, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 327, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 338, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 339, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 340, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 341, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 347, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 349, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 358, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 359, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 360, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 361, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 370, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 371, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 372, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 373, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 382, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 383, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 401, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 408, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 409, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 413, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 413, col 38, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 414, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 414, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 415, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 419, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 422, col 25, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 423, col 25, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 433, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 435, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 436, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 448, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 454, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 454, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 455, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 458, col 102, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 472, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 473, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 482, col 18, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 482, col 30, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 487, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 491, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 501, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 502, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/render.js: line 503, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 506, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/render.js: line 510, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/render.js: line 3, col 11, 'require' is not defined. +src/middleware/render.js: line 4, col 15, 'require' is not defined. +src/middleware/render.js: line 5, col 19, 'require' is not defined. +src/middleware/render.js: line 6, col 15, 'require' is not defined. +src/middleware/render.js: line 7, col 17, 'require' is not defined. +src/middleware/render.js: line 8, col 16, 'require' is not defined. +src/middleware/render.js: line 10, col 12, 'require' is not defined. +src/middleware/render.js: line 11, col 20, 'require' is not defined. +src/middleware/render.js: line 12, col 20, 'require' is not defined. +src/middleware/render.js: line 13, col 20, 'require' is not defined. +src/middleware/render.js: line 14, col 19, 'require' is not defined. +src/middleware/render.js: line 15, col 17, 'require' is not defined. +src/middleware/render.js: line 16, col 14, 'require' is not defined. +src/middleware/render.js: line 17, col 16, 'require' is not defined. +src/middleware/render.js: line 18, col 19, 'require' is not defined. +src/middleware/render.js: line 19, col 15, 'require' is not defined. +src/middleware/render.js: line 20, col 14, 'require' is not defined. +src/middleware/render.js: line 21, col 17, 'require' is not defined. +src/middleware/render.js: line 22, col 15, 'require' is not defined. +src/middleware/render.js: line 23, col 17, 'require' is not defined. +src/middleware/render.js: line 24, col 18, 'require' is not defined. +src/middleware/render.js: line 25, col 28, 'require' is not defined. +src/middleware/render.js: line 29, col 1, 'module' is not defined. +src/middleware/render.js: line 91, col 48, 'global' is not defined. +src/middleware/render.js: line 300, col 20, 'process' is not defined. +src/middleware/render.js: line 318, col 20, 'Promise' is not defined. + +src/middleware/uploads.js: line 1, col 1, Use the function form of "use strict". +src/middleware/uploads.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/uploads.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/uploads.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/uploads.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/uploads.js: line 8, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/uploads.js: line 16, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/uploads.js: line 16, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/uploads.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/uploads.js: line 17, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/uploads.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/uploads.js: line 26, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/uploads.js: line 30, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/uploads.js: line 3, col 21, 'require' is not defined. +src/middleware/uploads.js: line 4, col 14, 'require' is not defined. +src/middleware/uploads.js: line 5, col 17, 'require' is not defined. +src/middleware/uploads.js: line 6, col 14, 'require' is not defined. +src/middleware/uploads.js: line 10, col 1, 'exports' is not defined. +src/middleware/uploads.js: line 16, col 1, 'exports' is not defined. + +src/middleware/user.js: line 1, col 1, Use the function form of "use strict". +src/middleware/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 26, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 27, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 28, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 40, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 41, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 42, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 58, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 90, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 90, col 71, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 91, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 99, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 100, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 111, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 111, col 79, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 115, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 115, col 74, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 119, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 130, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 138, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 138, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 149, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 149, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 157, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 157, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 158, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 165, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 165, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 173, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 177, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 178, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 193, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 193, col 79, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 197, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 198, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 201, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 201, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 202, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 206, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 206, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 214, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 215, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 215, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 215, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 219, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 219, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 220, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 224, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 224, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 224, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 228, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 228, col 74, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 230, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 232, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 250, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 250, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 252, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 257, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 257, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 257, col 90, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 257, col 95, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 258, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 269, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 275, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 279, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 279, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/middleware/user.js: line 289, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 289, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 292, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/middleware/user.js: line 302, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/middleware/user.js: line 315, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 315, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 323, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 324, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 335, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 335, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/middleware/user.js: line 3, col 17, 'require' is not defined. +src/middleware/user.js: line 4, col 18, 'require' is not defined. +src/middleware/user.js: line 5, col 15, 'require' is not defined. +src/middleware/user.js: line 6, col 14, 'require' is not defined. +src/middleware/user.js: line 7, col 14, 'require' is not defined. +src/middleware/user.js: line 9, col 14, 'require' is not defined. +src/middleware/user.js: line 10, col 14, 'require' is not defined. +src/middleware/user.js: line 11, col 16, 'require' is not defined. +src/middleware/user.js: line 12, col 16, 'require' is not defined. +src/middleware/user.js: line 13, col 20, 'require' is not defined. +src/middleware/user.js: line 14, col 26, 'require' is not defined. +src/middleware/user.js: line 15, col 17, 'require' is not defined. +src/middleware/user.js: line 16, col 17, 'require' is not defined. +src/middleware/user.js: line 17, col 14, 'require' is not defined. +src/middleware/user.js: line 18, col 21, 'require' is not defined. +src/middleware/user.js: line 19, col 24, 'require' is not defined. +src/middleware/user.js: line 22, col 14, 'require' is not defined. +src/middleware/user.js: line 23, col 21, 'require' is not defined. +src/middleware/user.js: line 27, col 16, 'Promise' is not defined. +src/middleware/user.js: line 206, col 43, 'Promise' is not defined. +src/middleware/user.js: line 315, col 44, 'Promise' is not defined. +src/middleware/user.js: line 335, col 60, 'Promise' is not defined. +src/middleware/user.js: line 39, col 1, 'module' is not defined. +src/middleware/user.js: line 286, col 20, 'setImmediate' is not defined. +src/middleware/user.js: line 293, col 20, 'setImmediate' is not defined. + +src/navigation/admin.js: line 1, col 1, Use the function form of "use strict". +src/navigation/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 11, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 13, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 17, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/admin.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 20, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 25, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 31, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 31, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 37, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/admin.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 38, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 45, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 47, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 48, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 51, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 53, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 62, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/admin.js: line 64, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 64, col 37, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 64, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/navigation/admin.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 67, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 67, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 68, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 85, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 85, col 33, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 85, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/navigation/admin.js: line 88, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/admin.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 89, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/admin.js: line 96, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/admin.js: line 3, col 19, 'require' is not defined. +src/navigation/admin.js: line 4, col 17, 'require' is not defined. +src/navigation/admin.js: line 6, col 17, 'require' is not defined. +src/navigation/admin.js: line 7, col 12, 'require' is not defined. +src/navigation/admin.js: line 8, col 16, 'require' is not defined. +src/navigation/admin.js: line 89, col 18, 'require' is not defined. +src/navigation/admin.js: line 104, col 1, 'require' is not defined. +src/navigation/admin.js: line 10, col 15, 'module' is not defined. +src/navigation/admin.js: line 38, col 40, 'Promise' is not defined. + +src/navigation/index.js: line 1, col 1, Use the function form of "use strict". +src/navigation/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/index.js: line 12, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/index.js: line 13, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/index.js: line 15, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/index.js: line 15, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/index.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/navigation/index.js: line 25, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/navigation/index.js: line 25, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/index.js: line 31, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/navigation/index.js: line 3, col 15, 'require' is not defined. +src/navigation/index.js: line 4, col 19, 'require' is not defined. +src/navigation/index.js: line 5, col 15, 'require' is not defined. +src/navigation/index.js: line 6, col 16, 'require' is not defined. +src/navigation/index.js: line 34, col 1, 'require' is not defined. +src/navigation/index.js: line 8, col 20, 'module' is not defined. +src/navigation/index.js: line 25, col 24, 'Promise' is not defined. + +src/notifications.js: line 1, col 1, Use the function form of "use strict". +src/notifications.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 24, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 54, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 56, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 58, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 71, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 72, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 76, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 81, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 81, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 84, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 84, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 87, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 89, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 110, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 117, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 118, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 119, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 122, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 128, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 130, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 130, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 130, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 132, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 132, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 133, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 133, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 134, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 137, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 142, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 142, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 152, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 160, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 165, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 174, col 17, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 175, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 175, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 177, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 185, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 186, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 190, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 191, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 191, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 191, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 192, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 192, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 192, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 198, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 200, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 200, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 202, col 21, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 203, col 21, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 205, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 210, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 211, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 212, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 213, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 214, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 215, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 215, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 230, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 231, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 232, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 239, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 244, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 246, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 246, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 248, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 251, col 70, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 253, col 54, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 257, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 264, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 264, col 25, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 274, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 280, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 281, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 281, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 290, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 292, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 299, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 303, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 307, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 311, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 316, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 320, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 320, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 324, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 331, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 332, col 9, Confusing use of '!'. +src/notifications.js: line 335, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 335, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 342, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 343, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 347, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 349, col 49, Confusing use of '!'. +src/notifications.js: line 353, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 353, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 353, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 354, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 356, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 358, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 358, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 359, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 359, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 361, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 362, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 364, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 365, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 365, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 367, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 368, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 372, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 373, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 373, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 377, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 378, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 379, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 386, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 386, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 389, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 389, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 390, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 390, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 390, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 391, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 391, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 391, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 396, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 401, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/notifications.js: line 403, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 415, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 416, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 416, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 422, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 422, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 423, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 431, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 440, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 444, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 444, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 447, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 451, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 454, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 454, col 21, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 455, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 456, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 457, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 458, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 463, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 463, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 465, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 467, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 478, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 478, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 479, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 481, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 482, col 21, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 483, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 486, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 488, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 495, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 500, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 505, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/notifications.js: line 512, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/notifications.js: line 4, col 15, 'require' is not defined. +src/notifications.js: line 5, col 17, 'require' is not defined. +src/notifications.js: line 6, col 14, 'require' is not defined. +src/notifications.js: line 7, col 15, 'require' is not defined. +src/notifications.js: line 8, col 11, 'require' is not defined. +src/notifications.js: line 10, col 12, 'require' is not defined. +src/notifications.js: line 11, col 14, 'require' is not defined. +src/notifications.js: line 12, col 15, 'require' is not defined. +src/notifications.js: line 13, col 16, 'require' is not defined. +src/notifications.js: line 14, col 14, 'require' is not defined. +src/notifications.js: line 15, col 15, 'require' is not defined. +src/notifications.js: line 16, col 17, 'require' is not defined. +src/notifications.js: line 17, col 15, 'require' is not defined. +src/notifications.js: line 18, col 17, 'require' is not defined. +src/notifications.js: line 19, col 18, 'require' is not defined. +src/notifications.js: line 198, col 28, 'require' is not defined. +src/notifications.js: line 518, col 1, 'require' is not defined. +src/notifications.js: line 21, col 23, 'module' is not defined. +src/notifications.js: line 133, col 26, 'Set' is not defined. +src/notifications.js: line 158, col 11, 'Promise' is not defined. +src/notifications.js: line 193, col 15, 'Promise' is not defined. +src/notifications.js: line 200, col 19, 'Promise' is not defined. +src/notifications.js: line 318, col 11, 'Promise' is not defined. +src/notifications.js: line 341, col 11, 'Promise' is not defined. +src/notifications.js: line 366, col 11, 'Promise' is not defined. +src/notifications.js: line 384, col 15, 'Promise' is not defined. +src/notifications.js: line 174, col 5, 'setTimeout' is not defined. + +src/pagination.js: line 1, col 1, Use the function form of "use strict". +src/pagination.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 22, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 28, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 32, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 37, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/pagination.js: line 37, col 95, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/pagination.js: line 39, col 18, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/pagination.js: line 39, col 21, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/pagination.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 43, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/pagination.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pagination.js: line 70, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/pagination.js: line 70, col 38, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/pagination.js: line 70, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/pagination.js: line 77, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/pagination.js: line 77, col 38, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/pagination.js: line 77, col 41, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/pagination.js: line 3, col 12, 'require' is not defined. +src/pagination.js: line 4, col 11, 'require' is not defined. +src/pagination.js: line 6, col 20, 'module' is not defined. + +src/password.js: line 1, col 1, Use the function form of "use strict". +src/password.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password.js: line 13, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/password.js: line 18, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/password.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password.js: line 27, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password.js: line 28, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/password.js: line 3, col 14, 'require' is not defined. +src/password.js: line 4, col 16, 'require' is not defined. +src/password.js: line 5, col 20, 'require' is not defined. +src/password.js: line 36, col 1, 'require' is not defined. +src/password.js: line 8, col 15, '__dirname' is not defined. +src/password.js: line 13, col 1, 'exports' is not defined. +src/password.js: line 18, col 1, 'exports' is not defined. +src/password.js: line 32, col 27, 'exports' is not defined. +src/password.js: line 36, col 24, 'exports' is not defined. + +src/password_worker.js: line 1, col 1, Use the function form of "use strict". +src/password_worker.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password_worker.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password_worker.js: line 6, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/password_worker.js: line 7, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/password_worker.js: line 11, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/password_worker.js: line 3, col 20, 'require' is not defined. +src/password_worker.js: line 4, col 16, 'require' is not defined. + +src/plugins/data.js: line 1, col 1, Use the function form of "use strict". +src/plugins/data.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 11, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 19, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 26, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 28, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 29, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 31, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 33, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 36, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 39, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 40, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 45, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 46, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 63, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 71, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 71, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 82, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 84, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 88, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 89, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 100, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 102, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 104, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 110, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 115, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 117, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 122, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 125, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 133, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 134, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 139, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 144, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 146, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 153, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 156, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 157, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 162, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 166, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 168, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 176, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 179, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 184, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 186, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 186, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 188, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 194, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 200, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 205, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 208, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 210, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 211, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 213, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 223, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 224, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 225, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 231, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 233, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 234, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 238, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/data.js: line 243, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 244, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 246, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 247, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 249, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/data.js: line 250, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 251, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 252, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/data.js: line 3, col 12, 'require' is not defined. +src/plugins/data.js: line 4, col 14, 'require' is not defined. +src/plugins/data.js: line 5, col 17, 'require' is not defined. +src/plugins/data.js: line 6, col 11, 'require' is not defined. +src/plugins/data.js: line 7, col 15, 'require' is not defined. +src/plugins/data.js: line 9, col 12, 'require' is not defined. +src/plugins/data.js: line 10, col 14, 'require' is not defined. +src/plugins/data.js: line 11, col 19, 'require' is not defined. +src/plugins/data.js: line 71, col 29, 'require' is not defined. +src/plugins/data.js: line 13, col 14, 'module' is not defined. +src/plugins/data.js: line 15, col 28, '__dirname' is not defined. +src/plugins/data.js: line 30, col 26, 'Promise' is not defined. +src/plugins/data.js: line 40, col 45, 'Promise' is not defined. +src/plugins/data.js: line 84, col 18, 'Promise' is not defined. +src/plugins/data.js: line 133, col 11, 'Promise' is not defined. +src/plugins/data.js: line 231, col 11, 'Promise' is not defined. + +src/plugins/hooks.js: line 1, col 1, Use the function form of "use strict". +src/plugins/hooks.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 111, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 126, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 145, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 147, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 148, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 148, col 36, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 148, col 39, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/plugins/hooks.js: line 152, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 152, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 167, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 172, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 173, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 176, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 177, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 178, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 180, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 184, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 187, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 195, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 211, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 212, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 215, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 221, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 221, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 222, col 22, Expected '{' and instead saw 'reject'. +src/plugins/hooks.js: line 222, col 40, Expected '{' and instead saw '_resolve'. +src/plugins/hooks.js: line 227, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 228, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 242, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 247, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 250, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 261, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 261, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 268, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 272, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 272, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 275, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 285, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 285, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 286, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 289, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 292, col 17, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 295, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 300, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 302, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 305, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 317, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 317, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 323, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 329, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 335, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/hooks.js: line 339, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 339, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/hooks.js: line 342, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/hooks.js: line 3, col 17, 'require' is not defined. +src/plugins/hooks.js: line 4, col 17, 'require' is not defined. +src/plugins/hooks.js: line 5, col 15, 'require' is not defined. +src/plugins/hooks.js: line 6, col 13, 'require' is not defined. +src/plugins/hooks.js: line 8, col 15, 'module' is not defined. +src/plugins/hooks.js: line 10, col 25, 'Map' is not defined. +src/plugins/hooks.js: line 134, col 40, 'Set' is not defined. +src/plugins/hooks.js: line 179, col 9, 'global' is not defined. +src/plugins/hooks.js: line 249, col 17, 'global' is not defined. +src/plugins/hooks.js: line 274, col 17, 'global' is not defined. +src/plugins/hooks.js: line 304, col 17, 'global' is not defined. +src/plugins/hooks.js: line 341, col 17, 'global' is not defined. +src/plugins/hooks.js: line 211, col 16, 'Promise' is not defined. +src/plugins/hooks.js: line 287, col 12, 'Promise' is not defined. +src/plugins/hooks.js: line 289, col 13, 'Promise' is not defined. +src/plugins/hooks.js: line 290, col 21, 'setTimeout' is not defined. +src/plugins/hooks.js: line 292, col 22, 'clearTimeout' is not defined. + +src/plugins/index.js: line 1, col 1, Use the function form of "use strict". +src/plugins/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 14, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 16, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 17, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 47, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 58, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 59, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 71, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 93, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 110, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 110, col 21, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 119, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 120, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 129, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 134, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 134, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 135, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 136, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 136, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 140, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 141, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 148, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 149, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 154, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 155, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 155, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 156, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 156, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 158, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 160, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 161, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 165, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 169, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 169, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 170, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 170, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 170, col 113, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 172, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 172, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 174, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 178, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 183, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 183, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 184, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 184, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 185, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 187, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 192, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 193, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 194, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 194, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 196, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 204, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 205, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 207, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 239, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 245, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 247, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 261, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 262, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 264, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 265, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 267, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 269, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 270, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 281, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 281, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 285, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 286, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 287, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 287, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 288, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 289, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 299, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 300, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 300, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 305, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 306, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 308, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/index.js: line 316, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/index.js: line 318, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/index.js: line 3, col 12, 'require' is not defined. +src/plugins/index.js: line 4, col 14, 'require' is not defined. +src/plugins/index.js: line 5, col 17, 'require' is not defined. +src/plugins/index.js: line 6, col 16, 'require' is not defined. +src/plugins/index.js: line 7, col 15, 'require' is not defined. +src/plugins/index.js: line 8, col 15, 'require' is not defined. +src/plugins/index.js: line 10, col 17, 'require' is not defined. +src/plugins/index.js: line 11, col 14, 'require' is not defined. +src/plugins/index.js: line 12, col 15, 'require' is not defined. +src/plugins/index.js: line 14, col 56, 'require' is not defined. +src/plugins/index.js: line 21, col 1, 'require' is not defined. +src/plugins/index.js: line 22, col 1, 'require' is not defined. +src/plugins/index.js: line 23, col 1, 'require' is not defined. +src/plugins/index.js: line 24, col 16, 'require' is not defined. +src/plugins/index.js: line 25, col 17, 'require' is not defined. +src/plugins/index.js: line 52, col 44, 'require' is not defined. +src/plugins/index.js: line 62, col 48, 'require' is not defined. +src/plugins/index.js: line 149, col 25, 'require' is not defined. +src/plugins/index.js: line 169, col 25, 'require' is not defined. +src/plugins/index.js: line 194, col 30, 'require' is not defined. +src/plugins/index.js: line 328, col 1, 'require' is not defined. +src/plugins/index.js: line 19, col 17, 'module' is not defined. +src/plugins/index.js: line 81, col 9, 'global' is not defined. +src/plugins/index.js: line 86, col 9, 'global' is not defined. +src/plugins/index.js: line 117, col 9, 'console' is not defined. +src/plugins/index.js: line 120, col 13, 'console' is not defined. +src/plugins/index.js: line 122, col 9, 'console' is not defined. +src/plugins/index.js: line 136, col 44, 'console' is not defined. +src/plugins/index.js: line 281, col 27, 'Promise' is not defined. +src/plugins/index.js: line 287, col 11, 'Promise' is not defined. +src/plugins/index.js: line 300, col 19, 'Promise' is not defined. + +src/plugins/install.js: line 1, col 1, Use the function form of "use strict". +src/plugins/install.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 15, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 19, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 45, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 51, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 58, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 66, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 70, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 75, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 79, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 80, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 80, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 80, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 82, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 91, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 92, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 92, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 94, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 99, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 104, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 106, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 107, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 111, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 117, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 124, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 126, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 131, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 137, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 142, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 144, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 149, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 152, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 159, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 166, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 173, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/install.js: line 173, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 174, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 175, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/install.js: line 175, col 71, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/install.js: line 3, col 17, 'require' is not defined. +src/plugins/install.js: line 4, col 14, 'require' is not defined. +src/plugins/install.js: line 5, col 12, 'require' is not defined. +src/plugins/install.js: line 6, col 15, 'require' is not defined. +src/plugins/install.js: line 7, col 12, 'require' is not defined. +src/plugins/install.js: line 8, col 15, 'require' is not defined. +src/plugins/install.js: line 9, col 14, 'require' is not defined. +src/plugins/install.js: line 11, col 17, 'require' is not defined. +src/plugins/install.js: line 12, col 12, 'require' is not defined. +src/plugins/install.js: line 13, col 14, 'require' is not defined. +src/plugins/install.js: line 14, col 16, 'require' is not defined. +src/plugins/install.js: line 15, col 38, 'require' is not defined. +src/plugins/install.js: line 16, col 20, 'require' is not defined. +src/plugins/install.js: line 39, col 5, 'process' is not defined. +src/plugins/install.js: line 43, col 1, 'module' is not defined. +src/plugins/install.js: line 107, col 43, 'Promise' is not defined. + +src/plugins/load.js: line 1, col 1, Use the function form of "use strict". +src/plugins/load.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 10, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 13, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/load.js: line 15, col 23, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 45, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 47, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 71, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/load.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 82, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 82, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 85, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 102, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 104, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 107, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/load.js: line 108, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/load.js: line 127, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 138, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 164, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 167, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/load.js: line 3, col 16, 'require' is not defined. +src/plugins/load.js: line 4, col 15, 'require' is not defined. +src/plugins/load.js: line 5, col 17, 'require' is not defined. +src/plugins/load.js: line 6, col 15, 'require' is not defined. +src/plugins/load.js: line 7, col 11, 'require' is not defined. +src/plugins/load.js: line 9, col 14, 'require' is not defined. +src/plugins/load.js: line 10, col 30, 'require' is not defined. +src/plugins/load.js: line 12, col 1, 'module' is not defined. +src/plugins/load.js: line 104, col 15, 'Promise' is not defined. + +src/plugins/usage.js: line 1, col 1, Use the function form of "use strict". +src/plugins/usage.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 15, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/usage.js: line 15, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/plugins/usage.js: line 20, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/plugins/usage.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 27, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/usage.js: line 29, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 29, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/plugins/usage.js: line 39, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/plugins/usage.js: line 3, col 15, 'require' is not defined. +src/plugins/usage.js: line 4, col 17, 'require' is not defined. +src/plugins/usage.js: line 5, col 16, 'require' is not defined. +src/plugins/usage.js: line 6, col 17, 'require' is not defined. +src/plugins/usage.js: line 8, col 17, 'require' is not defined. +src/plugins/usage.js: line 9, col 13, 'require' is not defined. +src/plugins/usage.js: line 11, col 14, 'require' is not defined. +src/plugins/usage.js: line 13, col 1, 'module' is not defined. +src/plugins/usage.js: line 21, col 80, 'global' is not defined. + +src/posts/bookmarks.js: line 1, col 1, Use the function form of "use strict". +src/posts/bookmarks.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/bookmarks.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/bookmarks.js: line 7, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/bookmarks.js: line 11, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/bookmarks.js: line 15, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/bookmarks.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/bookmarks.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/bookmarks.js: line 22, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/bookmarks.js: line 36, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 38, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 40, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 41, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 44, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 57, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/bookmarks.js: line 59, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 63, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/bookmarks.js: line 63, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 63, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 66, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/bookmarks.js: line 3, col 12, 'require' is not defined. +src/posts/bookmarks.js: line 4, col 17, 'require' is not defined. +src/posts/bookmarks.js: line 6, col 1, 'module' is not defined. +src/posts/bookmarks.js: line 22, col 49, 'Promise' is not defined. + +src/posts/cache.js: line 1, col 1, Use the function form of "use strict". +src/posts/cache.js: line 3, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/cache.js: line 7, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/cache.js: line 8, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/cache.js: line 5, col 1, 'exports' is not defined. +src/posts/cache.js: line 21, col 1, 'exports' is not defined. +src/posts/cache.js: line 27, col 1, 'exports' is not defined. +src/posts/cache.js: line 7, col 29, 'require' is not defined. +src/posts/cache.js: line 8, col 22, 'require' is not defined. +src/posts/cache.js: line 14, col 22, 'global' is not defined. + +src/posts/category.js: line 2, col 1, Use the function form of "use strict". +src/posts/category.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 11, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/category.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 16, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/category.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 18, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/category.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 21, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/category.js: line 25, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/category.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 33, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/category.js: line 34, col 24, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/category.js: line 37, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/category.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/category.js: line 38, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/category.js: line 39, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/category.js: line 5, col 11, 'require' is not defined. +src/posts/category.js: line 7, col 12, 'require' is not defined. +src/posts/category.js: line 8, col 16, 'require' is not defined. +src/posts/category.js: line 10, col 1, 'module' is not defined. +src/posts/category.js: line 33, col 31, 'Promise' is not defined. + +src/posts/create.js: line 1, col 1, Use the function form of "use strict". +src/posts/create.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 15, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/create.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 17, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 18, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 32, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 51, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 53, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/create.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 75, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/create.js: line 80, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/create.js: line 81, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/create.js: line 85, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/create.js: line 86, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 86, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/create.js: line 3, col 11, 'require' is not defined. +src/posts/create.js: line 5, col 14, 'require' is not defined. +src/posts/create.js: line 6, col 12, 'require' is not defined. +src/posts/create.js: line 7, col 17, 'require' is not defined. +src/posts/create.js: line 8, col 14, 'require' is not defined. +src/posts/create.js: line 9, col 16, 'require' is not defined. +src/posts/create.js: line 10, col 20, 'require' is not defined. +src/posts/create.js: line 11, col 16, 'require' is not defined. +src/posts/create.js: line 12, col 20, 'require' is not defined. +src/posts/create.js: line 14, col 1, 'module' is not defined. +src/posts/create.js: line 58, col 15, 'Promise' is not defined. +src/posts/create.js: line 79, col 15, 'Promise' is not defined. +src/posts/create.js: line 86, col 46, 'Promise' is not defined. + +src/posts/data.js: line 1, col 1, Use the function form of "use strict". +src/posts/data.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 14, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 18, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/data.js: line 18, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/data.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 25, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/data.js: line 29, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 34, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 38, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 43, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 48, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 49, col 42, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/posts/data.js: line 52, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/data.js: line 53, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/data.js: line 54, col 63, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/data.js: line 54, col 66, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/data.js: line 54, col 72, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/data.js: line 3, col 12, 'require' is not defined. +src/posts/data.js: line 4, col 17, 'require' is not defined. +src/posts/data.js: line 5, col 15, 'require' is not defined. +src/posts/data.js: line 13, col 1, 'module' is not defined. + +src/posts/delete.js: line 1, col 1, Use the function form of "use strict". +src/posts/delete.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 14, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 18, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 22, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 24, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 36, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 37, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 40, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 47, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 49, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 50, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 55, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 59, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 65, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 70, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 89, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 94, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 94, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 97, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 98, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 99, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 100, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 101, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 102, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 103, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 104, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 110, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 111, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 111, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 111, col 33, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 112, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 115, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 115, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 117, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 118, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 119, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 120, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 120, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 120, col 33, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 122, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 124, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 125, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 128, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 133, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 133, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 134, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 134, col 18, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 134, col 40, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 135, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 143, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 144, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 145, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 145, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 145, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 147, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 147, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 147, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 149, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 151, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 152, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 157, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 158, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 158, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 159, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 159, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 160, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 164, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 165, col 69, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 165, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 166, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 167, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 168, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 169, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 173, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 173, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 176, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 177, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 177, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 178, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 178, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 179, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 179, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 181, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 182, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 183, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 184, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 186, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 187, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 194, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 194, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 194, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 195, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 195, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 195, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 200, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 201, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 201, col 82, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 201, col 79, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 202, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 203, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 205, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 205, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 207, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 207, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 210, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 210, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 211, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 211, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 211, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 215, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 215, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 216, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 216, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 216, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 217, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 217, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 220, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 221, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 222, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 222, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 222, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 226, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 227, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 227, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 229, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 229, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 229, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 230, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 230, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 230, col 82, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 230, col 79, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 234, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 238, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/delete.js: line 239, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/delete.js: line 239, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 240, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/delete.js: line 3, col 11, 'require' is not defined. +src/posts/delete.js: line 5, col 12, 'require' is not defined. +src/posts/delete.js: line 6, col 16, 'require' is not defined. +src/posts/delete.js: line 7, col 20, 'require' is not defined. +src/posts/delete.js: line 8, col 14, 'require' is not defined. +src/posts/delete.js: line 9, col 23, 'require' is not defined. +src/posts/delete.js: line 10, col 17, 'require' is not defined. +src/posts/delete.js: line 11, col 15, 'require' is not defined. +src/posts/delete.js: line 13, col 1, 'module' is not defined. +src/posts/delete.js: line 32, col 15, 'Promise' is not defined. +src/posts/delete.js: line 65, col 15, 'Promise' is not defined. +src/posts/delete.js: line 74, col 15, 'Promise' is not defined. +src/posts/delete.js: line 89, col 9, 'Promise' is not defined. +src/posts/delete.js: line 140, col 15, 'Promise' is not defined. +src/posts/delete.js: line 161, col 15, 'Promise' is not defined. +src/posts/delete.js: line 177, col 46, 'Promise' is not defined. +src/posts/delete.js: line 191, col 15, 'Promise' is not defined. +src/posts/delete.js: line 213, col 15, 'Promise' is not defined. +src/posts/delete.js: line 227, col 34, 'Promise' is not defined. +src/posts/delete.js: line 235, col 15, 'Promise' is not defined. +src/posts/delete.js: line 240, col 15, 'Promise' is not defined. + +src/posts/diffs.js: line 1, col 1, Use the function form of "use strict". +src/posts/diffs.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 15, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 20, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 24, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 31, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 32, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 32, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 36, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 37, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 40, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 41, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 54, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 57, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 58, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 62, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 72, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 83, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 87, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 90, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 97, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 102, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 103, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 111, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 112, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 118, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 120, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 121, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 122, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 123, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 124, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 124, col 82, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 128, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 129, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 133, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/diffs.js: line 135, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 135, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 143, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 147, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 147, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 149, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 149, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/diffs.js: line 168, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/diffs.js: line 3, col 19, 'require' is not defined. +src/posts/diffs.js: line 4, col 14, 'require' is not defined. +src/posts/diffs.js: line 6, col 12, 'require' is not defined. +src/posts/diffs.js: line 7, col 14, 'require' is not defined. +src/posts/diffs.js: line 8, col 17, 'require' is not defined. +src/posts/diffs.js: line 9, col 20, 'require' is not defined. +src/posts/diffs.js: line 10, col 16, 'require' is not defined. +src/posts/diffs.js: line 12, col 1, 'module' is not defined. +src/posts/diffs.js: line 56, col 15, 'Promise' is not defined. +src/posts/diffs.js: line 90, col 49, 'Promise' is not defined. +src/posts/diffs.js: line 101, col 20, 'Promise' is not defined. +src/posts/diffs.js: line 127, col 16, 'Promise' is not defined. +src/posts/diffs.js: line 135, col 37, 'Promise' is not defined. + +src/posts/edit.js: line 1, col 1, Use the function form of "use strict". +src/posts/edit.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 18, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/edit.js: line 22, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/edit.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 52, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 69, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 77, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 77, col 34, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/edit.js: line 77, col 37, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/edit.js: line 77, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/edit.js: line 77, col 50, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/edit.js: line 88, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/edit.js: line 106, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/edit.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 107, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 122, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 131, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/edit.js: line 134, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 135, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/edit.js: line 138, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 145, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 150, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/edit.js: line 154, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 162, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 180, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/edit.js: line 184, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 188, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 195, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 214, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/edit.js: line 3, col 19, 'require' is not defined. +src/posts/edit.js: line 4, col 11, 'require' is not defined. +src/posts/edit.js: line 6, col 12, 'require' is not defined. +src/posts/edit.js: line 7, col 14, 'require' is not defined. +src/posts/edit.js: line 8, col 16, 'require' is not defined. +src/posts/edit.js: line 9, col 14, 'require' is not defined. +src/posts/edit.js: line 10, col 20, 'require' is not defined. +src/posts/edit.js: line 11, col 17, 'require' is not defined. +src/posts/edit.js: line 12, col 16, 'require' is not defined. +src/posts/edit.js: line 13, col 15, 'require' is not defined. +src/posts/edit.js: line 14, col 17, 'require' is not defined. +src/posts/edit.js: line 15, col 20, 'require' is not defined. +src/posts/edit.js: line 19, col 9, 'require' is not defined. +src/posts/edit.js: line 94, col 9, 'require' is not defined. +src/posts/edit.js: line 17, col 1, 'module' is not defined. +src/posts/edit.js: line 52, col 39, 'Promise' is not defined. + +src/posts/index.js: line 1, col 1, Use the function form of "use strict". +src/posts/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 30, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 32, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 32, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 32, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 36, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 43, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 47, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 56, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 57, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 63, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 64, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 64, col 77, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 73, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 79, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 80, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 80, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 80, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 80, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 84, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 90, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 91, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/index.js: line 92, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 104, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/index.js: line 105, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/index.js: line 3, col 11, 'require' is not defined. +src/posts/index.js: line 5, col 12, 'require' is not defined. +src/posts/index.js: line 6, col 15, 'require' is not defined. +src/posts/index.js: line 7, col 14, 'require' is not defined. +src/posts/index.js: line 8, col 20, 'require' is not defined. +src/posts/index.js: line 9, col 17, 'require' is not defined. +src/posts/index.js: line 13, col 1, 'require' is not defined. +src/posts/index.js: line 14, col 1, 'require' is not defined. +src/posts/index.js: line 15, col 1, 'require' is not defined. +src/posts/index.js: line 16, col 1, 'require' is not defined. +src/posts/index.js: line 17, col 1, 'require' is not defined. +src/posts/index.js: line 18, col 1, 'require' is not defined. +src/posts/index.js: line 19, col 1, 'require' is not defined. +src/posts/index.js: line 20, col 1, 'require' is not defined. +src/posts/index.js: line 21, col 1, 'require' is not defined. +src/posts/index.js: line 22, col 1, 'require' is not defined. +src/posts/index.js: line 23, col 1, 'require' is not defined. +src/posts/index.js: line 24, col 1, 'require' is not defined. +src/posts/index.js: line 25, col 1, 'require' is not defined. +src/posts/index.js: line 26, col 1, 'require' is not defined. +src/posts/index.js: line 27, col 1, 'require' is not defined. +src/posts/index.js: line 28, col 1, 'require' is not defined. +src/posts/index.js: line 108, col 1, 'require' is not defined. +src/posts/index.js: line 11, col 15, 'module' is not defined. +src/posts/index.js: line 48, col 19, 'Promise' is not defined. + +src/posts/parse.js: line 1, col 1, Use the function form of "use strict". +src/posts/parse.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 15, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 22, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 22, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/parse.js: line 36, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 36, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/parse.js: line 51, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 72, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 82, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 83, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 84, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 95, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 120, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 120, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 122, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 133, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 136, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 136, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 144, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 144, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 149, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 149, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 154, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/parse.js: line 154, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/parse.js: line 163, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/parse.js: line 3, col 15, 'require' is not defined. +src/posts/parse.js: line 4, col 13, 'require' is not defined. +src/posts/parse.js: line 5, col 17, 'require' is not defined. +src/posts/parse.js: line 6, col 18, 'require' is not defined. +src/posts/parse.js: line 7, col 11, 'require' is not defined. +src/posts/parse.js: line 9, col 14, 'require' is not defined. +src/posts/parse.js: line 10, col 17, 'require' is not defined. +src/posts/parse.js: line 11, col 20, 'require' is not defined. +src/posts/parse.js: line 12, col 15, 'require' is not defined. +src/posts/parse.js: line 13, col 19, 'require' is not defined. +src/posts/parse.js: line 40, col 1, 'module' is not defined. + +src/posts/queue.js: line 1, col 1, Use the function form of "use strict". +src/posts/queue.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 21, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 21, col 42, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 21, col 56, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 21, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 22, col 37, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 22, col 40, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/queue.js: line 23, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 25, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 26, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 26, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 26, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 28, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 34, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 34, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 35, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 38, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 53, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 61, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 62, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 64, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 64, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 66, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 73, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 88, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 92, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 98, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 99, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 100, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 101, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 101, col 18, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 101, col 33, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 102, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 113, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 114, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 116, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 116, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 133, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 141, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 159, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 160, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 161, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 166, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 167, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 170, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 171, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 178, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 179, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 180, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 181, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 181, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 184, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 194, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 198, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 199, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 200, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 202, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 204, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 208, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 219, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 220, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 221, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 221, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 227, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 229, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 232, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 235, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 237, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 237, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 246, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 255, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 256, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 257, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 270, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 270, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 279, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 280, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 284, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 290, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 293, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 297, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 298, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 302, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 305, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 308, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 316, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 320, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 321, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 321, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 330, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 331, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 336, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 337, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 338, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 347, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 348, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 348, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 368, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 372, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 373, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 373, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 380, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 385, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 391, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 392, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 399, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 400, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/queue.js: line 402, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 406, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 406, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/queue.js: line 406, col 92, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/posts/queue.js: line 3, col 11, 'require' is not defined. +src/posts/queue.js: line 4, col 19, 'require' is not defined. +src/posts/queue.js: line 5, col 15, 'require' is not defined. +src/posts/queue.js: line 7, col 12, 'require' is not defined. +src/posts/queue.js: line 8, col 14, 'require' is not defined. +src/posts/queue.js: line 9, col 14, 'require' is not defined. +src/posts/queue.js: line 10, col 16, 'require' is not defined. +src/posts/queue.js: line 11, col 16, 'require' is not defined. +src/posts/queue.js: line 12, col 20, 'require' is not defined. +src/posts/queue.js: line 13, col 23, 'require' is not defined. +src/posts/queue.js: line 14, col 20, 'require' is not defined. +src/posts/queue.js: line 15, col 17, 'require' is not defined. +src/posts/queue.js: line 16, col 15, 'require' is not defined. +src/posts/queue.js: line 17, col 15, 'require' is not defined. +src/posts/queue.js: line 18, col 23, 'require' is not defined. +src/posts/queue.js: line 237, col 25, 'require' is not defined. +src/posts/queue.js: line 20, col 1, 'module' is not defined. +src/posts/queue.js: line 56, col 19, 'Promise' is not defined. +src/posts/queue.js: line 92, col 50, 'Promise' is not defined. +src/posts/queue.js: line 116, col 92, 'Promise' is not defined. +src/posts/queue.js: line 171, col 31, 'Promise' is not defined. +src/posts/queue.js: line 221, col 53, 'Promise' is not defined. +src/posts/queue.js: line 270, col 33, 'Promise' is not defined. +src/posts/queue.js: line 348, col 44, 'Promise' is not defined. +src/posts/queue.js: line 373, col 50, 'Promise' is not defined. +src/posts/queue.js: line 102, col 58, 'URL' is not defined. +src/posts/queue.js: line 102, col 91, 'URL' is not defined. + +src/posts/recent.js: line 1, col 1, Use the function form of "use strict". +src/posts/recent.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 16, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/recent.js: line 17, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 23, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 28, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/recent.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/recent.js: line 31, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/recent.js: line 31, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/recent.js: line 3, col 11, 'require' is not defined. +src/posts/recent.js: line 5, col 12, 'require' is not defined. +src/posts/recent.js: line 6, col 20, 'require' is not defined. +src/posts/recent.js: line 9, col 1, 'module' is not defined. + +src/posts/summary.js: line 2, col 1, Use the function form of "use strict". +src/posts/summary.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 14, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/summary.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 25, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 29, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/summary.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 30, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/summary.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 32, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 41, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/summary.js: line 57, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/summary.js: line 60, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 64, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/summary.js: line 65, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/summary.js: line 65, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/summary.js: line 78, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/summary.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 84, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/summary.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 95, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/summary.js: line 4, col 19, 'require' is not defined. +src/posts/summary.js: line 5, col 11, 'require' is not defined. +src/posts/summary.js: line 7, col 16, 'require' is not defined. +src/posts/summary.js: line 8, col 14, 'require' is not defined. +src/posts/summary.js: line 9, col 17, 'require' is not defined. +src/posts/summary.js: line 10, col 20, 'require' is not defined. +src/posts/summary.js: line 11, col 15, 'require' is not defined. +src/posts/summary.js: line 13, col 1, 'module' is not defined. +src/posts/summary.js: line 32, col 52, 'Promise' is not defined. +src/posts/summary.js: line 65, col 22, 'Promise' is not defined. + +src/posts/tools.js: line 1, col 1, Use the function form of "use strict". +src/posts/tools.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/tools.js: line 8, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/tools.js: line 12, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/tools.js: line 16, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/tools.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/tools.js: line 17, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/tools.js: line 34, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/tools.js: line 3, col 20, 'require' is not defined. +src/posts/tools.js: line 36, col 13, 'require' is not defined. +src/posts/tools.js: line 5, col 1, 'module' is not defined. +src/posts/tools.js: line 17, col 45, 'Promise' is not defined. + +src/posts/topics.js: line 2, col 1, Use the function form of "use strict". +src/posts/topics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 9, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 15, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 19, col 71, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/topics.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 20, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/topics.js: line 24, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 29, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 34, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/topics.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 36, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/topics.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 37, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 42, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/topics.js: line 43, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 44, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 47, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/topics.js: line 47, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/topics.js: line 48, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/topics.js: line 4, col 16, 'require' is not defined. +src/posts/topics.js: line 5, col 14, 'require' is not defined. +src/posts/topics.js: line 6, col 15, 'require' is not defined. +src/posts/topics.js: line 8, col 1, 'module' is not defined. +src/posts/topics.js: line 37, col 44, 'Promise' is not defined. + +src/posts/uploads.js: line 1, col 1, Use the function form of "use strict". +src/posts/uploads.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 23, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 27, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 28, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 28, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 28, col 83, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 28, col 98, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 35, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 35, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 36, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 38, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 39, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 40, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 46, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 49, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 56, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 65, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 66, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 67, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 67, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 70, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 71, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 75, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 76, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 76, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 83, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 84, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 87, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 89, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 89, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 91, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 92, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 92, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/posts/uploads.js: line 97, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 97, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 98, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 99, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 102, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 103, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 105, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 105, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 105, col 93, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 105, col 116, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 111, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 111, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 112, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 113, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 114, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 119, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 121, col 49, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 121, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 122, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 122, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 127, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 127, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 134, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 135, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 135, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 139, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 148, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 153, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 153, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 153, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 154, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 157, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 166, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 166, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 167, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 167, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 167, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 169, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 175, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 182, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 182, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 182, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 183, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 184, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 191, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 192, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 192, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 195, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 195, col 85, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 195, col 82, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 195, col 125, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 196, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 203, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 203, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 204, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 208, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 208, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 212, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 219, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 219, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 220, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 221, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 224, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/uploads.js: line 224, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 226, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/uploads.js: line 227, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 232, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/uploads.js: line 3, col 15, 'require' is not defined. +src/posts/uploads.js: line 4, col 12, 'require' is not defined. +src/posts/uploads.js: line 5, col 16, 'require' is not defined. +src/posts/uploads.js: line 6, col 14, 'require' is not defined. +src/posts/uploads.js: line 7, col 17, 'require' is not defined. +src/posts/uploads.js: line 8, col 14, 'require' is not defined. +src/posts/uploads.js: line 9, col 19, 'require' is not defined. +src/posts/uploads.js: line 10, col 17, 'require' is not defined. +src/posts/uploads.js: line 11, col 15, 'require' is not defined. +src/posts/uploads.js: line 13, col 12, 'require' is not defined. +src/posts/uploads.js: line 14, col 15, 'require' is not defined. +src/posts/uploads.js: line 15, col 14, 'require' is not defined. +src/posts/uploads.js: line 16, col 16, 'require' is not defined. +src/posts/uploads.js: line 17, col 14, 'require' is not defined. +src/posts/uploads.js: line 18, col 14, 'require' is not defined. +src/posts/uploads.js: line 20, col 1, 'module' is not defined. +src/posts/uploads.js: line 28, col 57, 'Promise' is not defined. +src/posts/uploads.js: line 49, col 61, 'Promise' is not defined. +src/posts/uploads.js: line 77, col 15, 'Promise' is not defined. +src/posts/uploads.js: line 105, col 23, 'Promise' is not defined. +src/posts/uploads.js: line 121, col 25, 'Promise' is not defined. +src/posts/uploads.js: line 127, col 15, 'Promise' is not defined. +src/posts/uploads.js: line 154, col 22, 'Promise' is not defined. +src/posts/uploads.js: line 168, col 15, 'Promise' is not defined. +src/posts/uploads.js: line 188, col 15, 'Promise' is not defined. +src/posts/uploads.js: line 191, col 40, 'Promise' is not defined. +src/posts/uploads.js: line 196, col 19, 'Promise' is not defined. +src/posts/uploads.js: line 216, col 15, 'Promise' is not defined. +src/posts/uploads.js: line 224, col 15, 'Promise' is not defined. +src/posts/uploads.js: line 40, col 21, 'process' is not defined. +src/posts/uploads.js: line 145, col 13, 'process' is not defined. + +src/posts/user.js: line 1, col 1, Use the function form of "use strict". +src/posts/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 16, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 17, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 22, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 25, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 35, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 35, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 36, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 36, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 43, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 68, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 75, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 83, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 84, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 86, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 87, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 102, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 117, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 119, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 122, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 124, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 125, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 125, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 129, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 131, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 133, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 137, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 138, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 142, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 145, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 146, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 148, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 152, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 153, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 154, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 157, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 158, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 159, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 161, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 162, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 164, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 171, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 171, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 191, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 192, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 192, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 193, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 193, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 201, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 202, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 202, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 203, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 203, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 204, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 204, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 205, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 206, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 206, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 207, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 209, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 210, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 210, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 215, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 216, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 216, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 217, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 220, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 222, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 222, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 227, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 228, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 229, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 230, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 231, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 232, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 234, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 235, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 241, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 241, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 248, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 248, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 255, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 256, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 256, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 257, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 258, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 265, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 273, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 273, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 274, col 24, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 277, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/user.js: line 278, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/user.js: line 278, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 279, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/user.js: line 3, col 15, 'require' is not defined. +src/posts/user.js: line 4, col 19, 'require' is not defined. +src/posts/user.js: line 5, col 11, 'require' is not defined. +src/posts/user.js: line 7, col 12, 'require' is not defined. +src/posts/user.js: line 8, col 14, 'require' is not defined. +src/posts/user.js: line 9, col 16, 'require' is not defined. +src/posts/user.js: line 10, col 16, 'require' is not defined. +src/posts/user.js: line 11, col 14, 'require' is not defined. +src/posts/user.js: line 12, col 17, 'require' is not defined. +src/posts/user.js: line 13, col 20, 'require' is not defined. +src/posts/user.js: line 15, col 1, 'module' is not defined. +src/posts/user.js: line 17, col 63, 'Promise' is not defined. +src/posts/user.js: line 35, col 30, 'Promise' is not defined. +src/posts/user.js: line 36, col 76, 'Promise' is not defined. +src/posts/user.js: line 170, col 15, 'Promise' is not defined. +src/posts/user.js: line 179, col 15, 'Promise' is not defined. +src/posts/user.js: line 194, col 19, 'Promise' is not defined. +src/posts/user.js: line 240, col 15, 'Promise' is not defined. +src/posts/user.js: line 273, col 31, 'Promise' is not defined. +src/posts/user.js: line 22, col 38, 'Set' is not defined. + +src/posts/votes.js: line 1, col 1, Use the function form of "use strict". +src/posts/votes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 15, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 36, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 61, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 68, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 75, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 79, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 79, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 83, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 85, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 85, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 88, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 88, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 89, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 89, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 97, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 98, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 98, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 112, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 119, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 120, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 125, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 142, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 144, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 145, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 145, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 150, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 156, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 157, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 157, col 86, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 159, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 161, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 163, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 163, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 165, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 166, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 166, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 168, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 173, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 178, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 181, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 183, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 187, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 189, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 192, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 193, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 210, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 211, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 212, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 221, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 229, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 230, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 232, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 234, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 236, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 238, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 238, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 239, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 240, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 248, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 252, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 254, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 255, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 255, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 256, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 270, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/posts/votes.js: line 271, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 275, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 277, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 282, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 284, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/posts/votes.js: line 292, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/posts/votes.js: line 3, col 14, 'require' is not defined. +src/posts/votes.js: line 4, col 12, 'require' is not defined. +src/posts/votes.js: line 5, col 15, 'require' is not defined. +src/posts/votes.js: line 6, col 14, 'require' is not defined. +src/posts/votes.js: line 7, col 16, 'require' is not defined. +src/posts/votes.js: line 8, col 17, 'require' is not defined. +src/posts/votes.js: line 9, col 20, 'require' is not defined. +src/posts/votes.js: line 10, col 20, 'require' is not defined. +src/posts/votes.js: line 12, col 1, 'module' is not defined. +src/posts/votes.js: line 145, col 77, 'Promise' is not defined. +src/posts/votes.js: line 238, col 44, 'Promise' is not defined. +src/posts/votes.js: line 259, col 15, 'Promise' is not defined. +src/posts/votes.js: line 294, col 15, 'Promise' is not defined. + +src/prestart.js: line 1, col 1, Use the function form of "use strict". +src/prestart.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 10, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 26, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 26, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/prestart.js: line 27, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 27, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/prestart.js: line 28, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/prestart.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 70, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/prestart.js: line 71, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 97, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 98, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/prestart.js: line 103, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/prestart.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 109, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/prestart.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 116, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 117, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 118, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/prestart.js: line 122, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/prestart.js: line 3, col 15, 'require' is not defined. +src/prestart.js: line 4, col 13, 'require' is not defined. +src/prestart.js: line 5, col 17, 'require' is not defined. +src/prestart.js: line 6, col 14, 'require' is not defined. +src/prestart.js: line 7, col 15, 'require' is not defined. +src/prestart.js: line 9, col 13, 'require' is not defined. +src/prestart.js: line 10, col 19, 'require' is not defined. +src/prestart.js: line 117, col 20, 'require' is not defined. +src/prestart.js: line 27, col 85, 'global' is not defined. +src/prestart.js: line 37, col 43, 'process' is not defined. +src/prestart.js: line 115, col 21, 'process' is not defined. +src/prestart.js: line 126, col 1, 'exports' is not defined. +src/prestart.js: line 127, col 1, 'exports' is not defined. +src/prestart.js: line 128, col 1, 'exports' is not defined. + +src/privileges/admin.js: line 2, col 1, Use the function form of "use strict". +src/privileges/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 30, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 30, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 35, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 35, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 35, col 26, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 42, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 42, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 43, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 43, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 43, col 162, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 43, col 159, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 44, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 44, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 45, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 122, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 127, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 128, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 129, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 136, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 137, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 137, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 138, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 139, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 149, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 159, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 160, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 170, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 172, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 172, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 177, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 177, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 178, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 184, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 185, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 192, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 193, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/admin.js: line 196, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 204, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 212, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 213, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 217, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 218, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 222, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/admin.js: line 223, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/admin.js: line 4, col 11, 'require' is not defined. +src/privileges/admin.js: line 6, col 14, 'require' is not defined. +src/privileges/admin.js: line 7, col 16, 'require' is not defined. +src/privileges/admin.js: line 8, col 17, 'require' is not defined. +src/privileges/admin.js: line 9, col 17, 'require' is not defined. +src/privileges/admin.js: line 10, col 15, 'require' is not defined. +src/privileges/admin.js: line 12, col 20, 'module' is not defined. +src/privileges/admin.js: line 19, col 27, 'Map' is not defined. +src/privileges/admin.js: line 45, col 33, 'Promise' is not defined. +src/privileges/admin.js: line 172, col 53, 'Promise' is not defined. +src/privileges/admin.js: line 185, col 54, 'Promise' is not defined. + +src/privileges/categories.js: line 2, col 1, Use the function form of "use strict". +src/privileges/categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 39, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 39, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 44, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 44, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 44, col 26, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 52, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 56, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 56, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 57, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 57, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 57, col 161, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 57, col 158, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 59, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 59, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 60, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 60, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 69, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 70, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 74, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 75, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 75, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 87, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 100, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 101, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 106, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 112, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 113, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 117, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 117, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/privileges/categories.js: line 126, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 130, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 130, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 137, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 144, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 152, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 156, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 156, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 164, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 170, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 170, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 176, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 180, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 190, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 197, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 197, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 201, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/categories.js: line 204, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 213, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 222, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 223, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 223, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 230, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 231, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 236, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 237, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 241, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 242, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/categories.js: line 246, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/categories.js: line 4, col 11, 'require' is not defined. +src/privileges/categories.js: line 6, col 20, 'require' is not defined. +src/privileges/categories.js: line 7, col 14, 'require' is not defined. +src/privileges/categories.js: line 8, col 16, 'require' is not defined. +src/privileges/categories.js: line 9, col 17, 'require' is not defined. +src/privileges/categories.js: line 10, col 17, 'require' is not defined. +src/privileges/categories.js: line 11, col 15, 'require' is not defined. +src/privileges/categories.js: line 13, col 25, 'module' is not defined. +src/privileges/categories.js: line 20, col 27, 'Map' is not defined. +src/privileges/categories.js: line 60, col 33, 'Promise' is not defined. +src/privileges/categories.js: line 106, col 66, 'Promise' is not defined. +src/privileges/categories.js: line 130, col 36, 'Promise' is not defined. +src/privileges/categories.js: line 156, col 50, 'Promise' is not defined. +src/privileges/categories.js: line 170, col 54, 'Promise' is not defined. +src/privileges/categories.js: line 197, col 41, 'Promise' is not defined. +src/privileges/categories.js: line 223, col 43, 'Promise' is not defined. + +src/privileges/global.js: line 2, col 1, Use the function form of "use strict". +src/privileges/global.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 39, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 39, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 45, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 45, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 45, col 26, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 57, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 57, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 58, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 58, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 58, col 164, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 58, col 161, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 59, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 59, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 60, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 60, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 67, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 68, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 69, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 95, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 96, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 97, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 97, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 102, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 102, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 108, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 110, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 115, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 119, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 120, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/global.js: line 123, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 128, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 136, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 144, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 145, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 149, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 154, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/global.js: line 155, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/global.js: line 4, col 11, 'require' is not defined. +src/privileges/global.js: line 6, col 14, 'require' is not defined. +src/privileges/global.js: line 7, col 16, 'require' is not defined. +src/privileges/global.js: line 8, col 17, 'require' is not defined. +src/privileges/global.js: line 9, col 17, 'require' is not defined. +src/privileges/global.js: line 10, col 15, 'require' is not defined. +src/privileges/global.js: line 124, col 28, 'require' is not defined. +src/privileges/global.js: line 12, col 21, 'module' is not defined. +src/privileges/global.js: line 19, col 27, 'Map' is not defined. +src/privileges/global.js: line 60, col 33, 'Promise' is not defined. +src/privileges/global.js: line 97, col 53, 'Promise' is not defined. +src/privileges/global.js: line 110, col 54, 'Promise' is not defined. + +src/privileges/helpers.js: line 2, col 1, Use the function form of "use strict". +src/privileges/helpers.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 20, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 21, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 22, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 23, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 25, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 30, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 31, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 38, col 10, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 44, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 46, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 49, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 49, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 61, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 61, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 65, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 66, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 66, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 77, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 77, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 81, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 82, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 86, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 89, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 94, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 97, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 98, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 98, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 98, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 102, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 103, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 103, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 107, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 108, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 108, col 86, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 108, col 83, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 109, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 109, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 114, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 116, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 119, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 120, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 120, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 120, col 26, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 129, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 130, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 130, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 131, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 131, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 137, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 137, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 146, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 151, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 151, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 152, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 154, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 157, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 158, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 158, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 158, col 26, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 176, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 177, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 190, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 193, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 193, col 23, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 194, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 195, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 196, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 197, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 195, col 22, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (privileges) +src/privileges/helpers.js: line 205, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 206, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 206, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 206, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 207, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 211, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/helpers.js: line 211, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 212, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 212, col 89, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 214, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 214, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 215, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 216, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 220, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 222, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 232, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 233, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 234, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 235, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/helpers.js: line 235, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 240, col 86, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/helpers.js: line 4, col 11, 'require' is not defined. +src/privileges/helpers.js: line 5, col 19, 'require' is not defined. +src/privileges/helpers.js: line 7, col 16, 'require' is not defined. +src/privileges/helpers.js: line 8, col 14, 'require' is not defined. +src/privileges/helpers.js: line 9, col 20, 'require' is not defined. +src/privileges/helpers.js: line 10, col 17, 'require' is not defined. +src/privileges/helpers.js: line 11, col 20, 'require' is not defined. +src/privileges/helpers.js: line 176, col 20, 'require' is not defined. +src/privileges/helpers.js: line 177, col 24, 'require' is not defined. +src/privileges/helpers.js: line 245, col 1, 'require' is not defined. +src/privileges/helpers.js: line 13, col 17, 'module' is not defined. +src/privileges/helpers.js: line 21, col 57, 'Promise' is not defined. +src/privileges/helpers.js: line 82, col 57, 'Promise' is not defined. +src/privileges/helpers.js: line 90, col 24, 'Promise' is not defined. +src/privileges/helpers.js: line 130, col 47, 'Promise' is not defined. + +src/privileges/index.js: line 1, col 1, Use the function form of "use strict". +src/privileges/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/index.js: line 11, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/index.js: line 11, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/index.js: line 3, col 20, 'module' is not defined. +src/privileges/index.js: line 4, col 21, 'require' is not defined. +src/privileges/index.js: line 5, col 20, 'require' is not defined. +src/privileges/index.js: line 6, col 25, 'require' is not defined. +src/privileges/index.js: line 7, col 21, 'require' is not defined. +src/privileges/index.js: line 8, col 20, 'require' is not defined. +src/privileges/index.js: line 9, col 20, 'require' is not defined. +src/privileges/index.js: line 17, col 1, 'require' is not defined. + +src/privileges/posts.js: line 2, col 1, Use the function form of "use strict". +src/privileges/posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 18, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 44, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 46, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 48, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 64, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 69, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 76, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 79, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 81, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 81, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 87, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 91, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 92, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 96, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 97, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 99, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 106, col 17, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 117, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 118, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 137, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 145, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 160, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 164, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 165, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 166, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 182, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 184, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/posts.js: line 186, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 186, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 187, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 191, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 193, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 193, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 199, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 200, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 209, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 210, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 217, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 218, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 219, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 228, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/posts.js: line 232, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/posts.js: line 4, col 11, 'require' is not defined. +src/privileges/posts.js: line 6, col 14, 'require' is not defined. +src/privileges/posts.js: line 7, col 15, 'require' is not defined. +src/privileges/posts.js: line 8, col 16, 'require' is not defined. +src/privileges/posts.js: line 9, col 14, 'require' is not defined. +src/privileges/posts.js: line 10, col 17, 'require' is not defined. +src/privileges/posts.js: line 11, col 17, 'require' is not defined. +src/privileges/posts.js: line 12, col 15, 'require' is not defined. +src/privileges/posts.js: line 13, col 25, 'require' is not defined. +src/privileges/posts.js: line 14, col 21, 'require' is not defined. +src/privileges/posts.js: line 16, col 20, 'module' is not defined. +src/privileges/posts.js: line 95, col 25, 'Set' is not defined. +src/privileges/posts.js: line 193, col 94, 'Promise' is not defined. + +src/privileges/topics.js: line 2, col 1, Use the function form of "use strict". +src/privileges/topics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 16, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 26, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 34, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 66, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 71, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 77, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 80, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 89, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 92, col 14, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 102, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 109, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 117, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 120, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 124, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 126, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 126, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 135, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 136, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 137, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 137, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 148, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 151, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 156, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 156, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 160, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 164, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 165, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 165, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 172, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/topics.js: line 176, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 180, col 67, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 180, col 85, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 180, col 108, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/privileges/topics.js: line 184, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 184, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 185, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/topics.js: line 4, col 11, 'require' is not defined. +src/privileges/topics.js: line 6, col 14, 'require' is not defined. +src/privileges/topics.js: line 7, col 16, 'require' is not defined. +src/privileges/topics.js: line 8, col 14, 'require' is not defined. +src/privileges/topics.js: line 9, col 17, 'require' is not defined. +src/privileges/topics.js: line 10, col 20, 'require' is not defined. +src/privileges/topics.js: line 11, col 17, 'require' is not defined. +src/privileges/topics.js: line 12, col 25, 'require' is not defined. +src/privileges/topics.js: line 14, col 21, 'module' is not defined. +src/privileges/topics.js: line 26, col 76, 'Promise' is not defined. +src/privileges/topics.js: line 109, col 51, 'Promise' is not defined. +src/privileges/topics.js: line 126, col 56, 'Promise' is not defined. +src/privileges/topics.js: line 137, col 70, 'Promise' is not defined. +src/privileges/topics.js: line 165, col 43, 'Promise' is not defined. +src/privileges/topics.js: line 85, col 25, 'Set' is not defined. + +src/privileges/users.js: line 2, col 1, Use the function form of "use strict". +src/privileges/users.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 14, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 18, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 22, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 26, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 35, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 37, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 42, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 48, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 52, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 53, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 55, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 56, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 58, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 58, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 62, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 67, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 76, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 81, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 88, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 100, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 101, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 102, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 102, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 107, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 115, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 116, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 117, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 117, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 122, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 130, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 131, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 136, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 137, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 146, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 146, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 147, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 147, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 148, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 148, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 150, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/privileges/users.js: line 151, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 152, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 152, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 153, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 153, col 21, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/privileges/users.js: line 154, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 155, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 156, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/privileges/users.js: line 4, col 11, 'require' is not defined. +src/privileges/users.js: line 6, col 14, 'require' is not defined. +src/privileges/users.js: line 7, col 14, 'require' is not defined. +src/privileges/users.js: line 8, col 16, 'require' is not defined. +src/privileges/users.js: line 9, col 17, 'require' is not defined. +src/privileges/users.js: line 10, col 17, 'require' is not defined. +src/privileges/users.js: line 101, col 25, 'require' is not defined. +src/privileges/users.js: line 116, col 25, 'require' is not defined. +src/privileges/users.js: line 151, col 25, 'require' is not defined. +src/privileges/users.js: line 12, col 20, 'module' is not defined. +src/privileges/users.js: line 53, col 44, 'Promise' is not defined. +src/privileges/users.js: line 81, col 74, 'Promise' is not defined. +src/privileges/users.js: line 102, col 43, 'Promise' is not defined. +src/privileges/users.js: line 117, col 44, 'Promise' is not defined. +src/privileges/users.js: line 131, col 74, 'Promise' is not defined. + +src/promisify.js: line 1, col 1, Use the function form of "use strict". +src/promisify.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/promisify.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/promisify.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/promisify.js: line 25, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/promisify.js: line 40, col 41, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/promisify.js: line 42, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/promisify.js: line 43, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/promisify.js: line 44, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/promisify.js: line 46, col 27, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/promisify.js: line 51, col 40, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/promisify.js: line 53, col 31, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/promisify.js: line 56, col 30, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/promisify.js: line 3, col 14, 'require' is not defined. +src/promisify.js: line 5, col 1, 'module' is not defined. + +src/pubsub.js: line 1, col 1, Use the function form of "use strict". +src/pubsub.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pubsub.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pubsub.js: line 6, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pubsub.js: line 7, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pubsub.js: line 8, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pubsub.js: line 15, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/pubsub.js: line 41, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/pubsub.js: line 3, col 22, 'require' is not defined. +src/pubsub.js: line 4, col 15, 'require' is not defined. +src/pubsub.js: line 49, col 18, 'require' is not defined. +src/pubsub.js: line 31, col 14, 'process' is not defined. +src/pubsub.js: line 35, col 17, 'process' is not defined. +src/pubsub.js: line 41, col 13, 'process' is not defined. +src/pubsub.js: line 58, col 1, 'module' is not defined. + +src/request.js: line 1, col 1, Use the function form of "use strict". +src/request.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 3, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 10, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 10, col 32, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 10, col 56, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 10, col 59, 'object rest property' is only available in ES9 (use 'esversion: 9'). +src/request.js: line 10, col 68, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 11, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 18, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 18, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/request.js: line 19, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 22, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 22, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/request.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 39, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 40, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 42, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/request.js: line 66, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 66, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 68, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 68, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 69, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 69, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 71, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 71, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 76, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 76, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 77, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 77, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 78, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/request.js: line 78, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/request.js: line 3, col 23, 'require' is not defined. +src/request.js: line 4, col 21, 'require' is not defined. +src/request.js: line 6, col 1, 'exports' is not defined. +src/request.js: line 66, col 1, 'exports' is not defined. +src/request.js: line 68, col 1, 'exports' is not defined. +src/request.js: line 69, col 1, 'exports' is not defined. +src/request.js: line 70, col 1, 'exports' is not defined. +src/request.js: line 70, col 18, 'exports' is not defined. +src/request.js: line 71, col 1, 'exports' is not defined. +src/request.js: line 76, col 1, 'exports' is not defined. +src/request.js: line 77, col 1, 'exports' is not defined. +src/request.js: line 78, col 1, 'exports' is not defined. +src/request.js: line 11, col 21, 'fetch' is not defined. +src/request.js: line 13, col 33, 'fetch' is not defined. +src/request.js: line 26, col 23, 'AbortSignal' is not defined. + +src/rewards/admin.js: line 1, col 1, Use the function form of "use strict". +src/rewards/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 9, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 10, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 10, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 21, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 22, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 28, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 31, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 32, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 36, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 45, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 50, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 58, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 58, col 75, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 61, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 62, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 63, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/admin.js: line 63, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 64, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/admin.js: line 65, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 66, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/admin.js: line 3, col 17, 'require' is not defined. +src/rewards/admin.js: line 4, col 12, 'require' is not defined. +src/rewards/admin.js: line 5, col 15, 'require' is not defined. +src/rewards/admin.js: line 77, col 1, 'require' is not defined. +src/rewards/admin.js: line 7, col 17, 'module' is not defined. +src/rewards/admin.js: line 10, col 11, 'Promise' is not defined. +src/rewards/admin.js: line 29, col 11, 'Promise' is not defined. +src/rewards/admin.js: line 58, col 11, 'Promise' is not defined. +src/rewards/admin.js: line 63, col 30, 'Promise' is not defined. +src/rewards/admin.js: line 64, col 39, 'Promise' is not defined. + +src/rewards/index.js: line 1, col 1, Use the function form of "use strict". +src/rewards/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 10, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 11, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 17, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 19, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 24, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 25, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 29, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 33, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 34, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 37, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 38, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 41, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 45, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 55, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 56, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 56, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 59, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 60, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 60, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 63, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 68, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 72, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/rewards/index.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 74, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/rewards/index.js: line 76, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 81, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/rewards/index.js: line 3, col 14, 'require' is not defined. +src/rewards/index.js: line 5, col 12, 'require' is not defined. +src/rewards/index.js: line 6, col 17, 'require' is not defined. +src/rewards/index.js: line 85, col 1, 'require' is not defined. +src/rewards/index.js: line 8, col 17, 'module' is not defined. +src/rewards/index.js: line 24, col 28, 'Promise' is not defined. + +src/routes/admin.js: line 1, col 1, Use the function form of "use strict". +src/routes/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/admin.js: line 6, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/admin.js: line 8, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 10, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 11, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 12, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 13, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 14, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 16, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 17, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 18, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 20, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 21, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 23, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 24, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 26, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 28, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 29, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 31, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 32, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 34, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 35, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 36, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 37, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 38, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 39, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 40, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 42, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 44, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 45, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 46, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 48, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 49, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 50, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 51, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 52, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 53, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 54, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 56, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 57, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 64, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 65, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 66, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 67, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 68, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/admin.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/admin.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/admin.js: line 75, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 76, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 77, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 78, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 79, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 80, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 81, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 82, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/admin.js: line 3, col 17, 'require' is not defined. +src/routes/admin.js: line 70, col 23, 'require' is not defined. +src/routes/admin.js: line 5, col 1, 'module' is not defined. + +src/routes/api.js: line 1, col 1, Use the function form of "use strict". +src/routes/api.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/api.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/api.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/api.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/api.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/api.js: line 13, col 28, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 15, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 16, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 17, col 45, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 18, col 39, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 20, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 21, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 22, col 34, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 23, col 44, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 24, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/api.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/api.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/api.js: line 38, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 39, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/api.js: line 3, col 17, 'require' is not defined. +src/routes/api.js: line 5, col 27, 'require' is not defined. +src/routes/api.js: line 6, col 17, 'require' is not defined. +src/routes/api.js: line 26, col 23, 'require' is not defined. +src/routes/api.js: line 8, col 1, 'module' is not defined. + +src/routes/authentication.js: line 1, col 1, Use the function form of "use strict". +src/routes/authentication.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 13, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 15, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 22, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 47, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/authentication.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 49, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 66, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/authentication.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 68, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 85, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 88, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 90, col 90, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/authentication.js: line 90, col 111, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 91, col 17, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 105, col 18, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 105, col 79, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 105, col 84, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 105, col 89, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 110, col 87, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 117, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 124, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 143, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 147, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 157, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 158, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 159, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/authentication.js: line 168, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 172, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/authentication.js: line 3, col 15, 'require' is not defined. +src/routes/authentication.js: line 4, col 18, 'require' is not defined. +src/routes/authentication.js: line 5, col 23, 'require' is not defined. +src/routes/authentication.js: line 6, col 24, 'require' is not defined. +src/routes/authentication.js: line 7, col 17, 'require' is not defined. +src/routes/authentication.js: line 9, col 21, 'require' is not defined. +src/routes/authentication.js: line 10, col 17, 'require' is not defined. +src/routes/authentication.js: line 11, col 17, 'require' is not defined. +src/routes/authentication.js: line 12, col 13, 'require' is not defined. +src/routes/authentication.js: line 13, col 27, 'require' is not defined. +src/routes/authentication.js: line 157, col 23, 'require' is not defined. +src/routes/authentication.js: line 17, col 14, 'module' is not defined. + +src/routes/debug.js: line 1, col 1, Use the function form of "use strict". +src/routes/debug.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/debug.js: line 12, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/debug.js: line 17, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/debug.js: line 17, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/debug.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 19, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 25, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/debug.js: line 30, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/debug.js: line 34, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/debug.js: line 3, col 17, 'require' is not defined. +src/routes/debug.js: line 4, col 15, 'require' is not defined. +src/routes/debug.js: line 6, col 12, 'require' is not defined. +src/routes/debug.js: line 7, col 14, 'require' is not defined. +src/routes/debug.js: line 9, col 1, 'module' is not defined. +src/routes/debug.js: line 24, col 51, '__dirname' is not defined. + +src/routes/feeds.js: line 1, col 1, Use the function form of "use strict". +src/routes/feeds.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 41, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 43, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 52, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 52, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 64, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 71, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 81, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 88, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 89, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 98, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 99, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 101, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 106, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 108, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 119, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 120, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 125, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 129, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 141, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 147, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 148, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 155, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 159, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 170, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 182, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 186, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 187, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 194, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 198, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 199, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 206, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 211, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 212, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 214, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 222, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 230, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 231, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 242, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 243, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 244, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 245, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 246, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 250, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 257, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 263, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 264, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 266, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 281, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 291, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 291, col 26, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 298, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 302, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 303, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 304, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 305, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 306, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 307, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 317, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 321, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 322, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 323, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 324, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 325, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 326, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 326, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 337, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 338, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 339, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 340, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 341, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 353, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 359, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 363, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 372, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 377, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 377, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 378, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 382, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 385, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 386, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 387, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 388, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 389, col 8, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 392, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 396, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 397, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 398, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 399, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 400, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 401, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 404, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 405, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 406, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 407, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 410, col 8, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 413, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/feeds.js: line 414, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 416, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/feeds.js: line 423, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/feeds.js: line 3, col 13, 'require' is not defined. +src/routes/feeds.js: line 4, col 15, 'require' is not defined. +src/routes/feeds.js: line 5, col 19, 'require' is not defined. +src/routes/feeds.js: line 7, col 15, 'require' is not defined. +src/routes/feeds.js: line 8, col 16, 'require' is not defined. +src/routes/feeds.js: line 9, col 14, 'require' is not defined. +src/routes/feeds.js: line 10, col 20, 'require' is not defined. +src/routes/feeds.js: line 11, col 14, 'require' is not defined. +src/routes/feeds.js: line 12, col 27, 'require' is not defined. +src/routes/feeds.js: line 13, col 20, 'require' is not defined. +src/routes/feeds.js: line 14, col 12, 'require' is not defined. +src/routes/feeds.js: line 15, col 15, 'require' is not defined. +src/routes/feeds.js: line 16, col 24, 'require' is not defined. +src/routes/feeds.js: line 17, col 22, 'require' is not defined. +src/routes/feeds.js: line 26, col 1, 'module' is not defined. +src/routes/feeds.js: line 71, col 43, 'Promise' is not defined. +src/routes/feeds.js: line 125, col 52, 'Promise' is not defined. +src/routes/feeds.js: line 326, col 56, 'Promise' is not defined. +src/routes/feeds.js: line 424, col 43, 'Buffer' is not defined. + +src/routes/helpers.js: line 1, col 1, Use the function form of "use strict". +src/routes/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 9, col 36, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 10, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 11, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 15, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 26, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 37, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 41, col 41, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 42, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 46, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 49, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 53, col 35, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 54, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 55, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/helpers.js: line 67, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 70, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/helpers.js: line 78, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/helpers.js: line 3, col 17, 'module' is not defined. +src/routes/helpers.js: line 4, col 17, 'require' is not defined. +src/routes/helpers.js: line 5, col 20, 'require' is not defined. +src/routes/helpers.js: line 6, col 27, 'require' is not defined. + +src/routes/index.js: line 1, col 1, Use the function form of "use strict". +src/routes/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 17, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 27, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 46, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 52, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 57, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 58, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 59, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 62, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 63, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 69, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 70, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 73, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 74, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 75, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 77, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 85, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 86, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 87, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 90, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 91, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 93, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 96, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 97, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 99, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 100, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 101, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 104, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/index.js: line 105, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 106, col 31, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 107, col 20, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 111, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 112, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 113, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 119, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 126, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 133, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 133, col 73, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 134, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 134, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 163, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 172, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 176, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 184, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 187, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 187, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 188, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 190, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 190, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 191, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 194, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 195, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 203, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/index.js: line 203, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 204, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/index.js: line 208, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 214, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 215, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 215, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 216, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/index.js: line 3, col 15, 'require' is not defined. +src/routes/index.js: line 4, col 17, 'require' is not defined. +src/routes/index.js: line 5, col 14, 'require' is not defined. +src/routes/index.js: line 6, col 17, 'require' is not defined. +src/routes/index.js: line 8, col 14, 'require' is not defined. +src/routes/index.js: line 9, col 21, 'require' is not defined. +src/routes/index.js: line 10, col 27, 'require' is not defined. +src/routes/index.js: line 11, col 17, 'require' is not defined. +src/routes/index.js: line 13, col 20, 'require' is not defined. +src/routes/index.js: line 14, col 21, 'require' is not defined. +src/routes/index.js: line 15, col 17, 'require' is not defined. +src/routes/index.js: line 20, col 11, 'require' is not defined. +src/routes/index.js: line 21, col 11, 'require' is not defined. +src/routes/index.js: line 22, col 10, 'require' is not defined. +src/routes/index.js: line 23, col 12, 'require' is not defined. +src/routes/index.js: line 24, col 11, 'require' is not defined. +src/routes/index.js: line 167, col 9, 'require' is not defined. +src/routes/index.js: line 104, col 1, 'module' is not defined. +src/routes/index.js: line 166, col 9, 'process' is not defined. +src/routes/index.js: line 173, col 45, '__dirname' is not defined. +src/routes/index.js: line 174, col 45, '__dirname' is not defined. +src/routes/index.js: line 180, col 22, '__dirname' is not defined. + +src/routes/meta.js: line 1, col 1, Use the function form of "use strict". +src/routes/meta.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/meta.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/meta.js: line 15, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/meta.js: line 18, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/meta.js: line 3, col 14, 'require' is not defined. +src/routes/meta.js: line 4, col 15, 'require' is not defined. +src/routes/meta.js: line 6, col 1, 'module' is not defined. +src/routes/meta.js: line 19, col 33, '__dirname' is not defined. + +src/routes/user.js: line 1, col 1, Use the function form of "use strict". +src/routes/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/user.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/user.js: line 5, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/user.js: line 8, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/user.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/user.js: line 14, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 23, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 24, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 25, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 27, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 28, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 29, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 30, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 31, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 33, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 34, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 35, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 36, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 37, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 38, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 39, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 40, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 41, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 42, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 43, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 44, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 47, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 48, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 49, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 50, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 51, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 52, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 55, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 58, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/user.js: line 3, col 17, 'require' is not defined. +src/routes/user.js: line 7, col 1, 'module' is not defined. + +src/routes/write/admin.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/admin.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/admin.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/admin.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/admin.js: line 13, col 57, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 15, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 16, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 18, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 19, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 20, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 21, col 56, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 22, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 24, col 56, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 26, col 46, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/admin.js: line 3, col 16, 'require' is not defined. +src/routes/write/admin.js: line 4, col 20, 'require' is not defined. +src/routes/write/admin.js: line 5, col 21, 'require' is not defined. +src/routes/write/admin.js: line 6, col 22, 'require' is not defined. +src/routes/write/admin.js: line 10, col 1, 'module' is not defined. + +src/routes/write/categories.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/categories.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/categories.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/categories.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/categories.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/categories.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/categories.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/categories.js: line 14, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 16, col 44, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 17, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 24, col 50, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 25, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 27, col 55, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 28, col 66, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 29, col 69, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 31, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 32, col 62, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/categories.js: line 3, col 16, 'require' is not defined. +src/routes/write/categories.js: line 4, col 20, 'require' is not defined. +src/routes/write/categories.js: line 5, col 21, 'require' is not defined. +src/routes/write/categories.js: line 6, col 22, 'require' is not defined. +src/routes/write/categories.js: line 10, col 1, 'module' is not defined. + +src/routes/write/chats.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/chats.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/chats.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/chats.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/chats.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/chats.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/chats.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/chats.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/chats.js: line 13, col 40, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 14, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 16, col 46, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 17, col 44, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 19, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 20, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 21, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 22, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 24, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 25, col 56, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 27, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 28, col 56, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 30, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 32, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 33, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 34, col 56, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 35, col 61, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 37, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 38, col 62, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 40, col 56, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 41, col 63, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 42, col 61, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 43, col 61, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 44, col 62, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 45, col 64, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 47, col 65, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 48, col 64, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 50, col 65, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 51, col 68, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/chats.js: line 3, col 16, 'require' is not defined. +src/routes/write/chats.js: line 4, col 20, 'require' is not defined. +src/routes/write/chats.js: line 5, col 21, 'require' is not defined. +src/routes/write/chats.js: line 6, col 22, 'require' is not defined. +src/routes/write/chats.js: line 10, col 1, 'module' is not defined. + +src/routes/write/files.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/files.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/files.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/files.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/files.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/files.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/files.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/files.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/files.js: line 19, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/files.js: line 25, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/files.js: line 3, col 16, 'require' is not defined. +src/routes/write/files.js: line 4, col 20, 'require' is not defined. +src/routes/write/files.js: line 5, col 21, 'require' is not defined. +src/routes/write/files.js: line 6, col 22, 'require' is not defined. +src/routes/write/files.js: line 10, col 1, 'module' is not defined. + +src/routes/write/flags.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/flags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/flags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/flags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/flags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/flags.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/flags.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/flags.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/flags.js: line 13, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/flags.js: line 16, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/flags.js: line 17, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/flags.js: line 18, col 50, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/flags.js: line 22, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/flags.js: line 23, col 66, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/flags.js: line 3, col 16, 'require' is not defined. +src/routes/write/flags.js: line 4, col 20, 'require' is not defined. +src/routes/write/flags.js: line 5, col 21, 'require' is not defined. +src/routes/write/flags.js: line 6, col 22, 'require' is not defined. +src/routes/write/flags.js: line 10, col 1, 'module' is not defined. + +src/routes/write/groups.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/groups.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/groups.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/groups.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/groups.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/groups.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/groups.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/groups.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/groups.js: line 14, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 16, col 45, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 17, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 19, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 21, col 61, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 22, col 64, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 24, col 60, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 25, col 63, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 27, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 28, col 58, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 29, col 61, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 31, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 32, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 33, col 58, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 34, col 61, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/groups.js: line 3, col 16, 'require' is not defined. +src/routes/write/groups.js: line 4, col 20, 'require' is not defined. +src/routes/write/groups.js: line 5, col 21, 'require' is not defined. +src/routes/write/groups.js: line 6, col 22, 'require' is not defined. +src/routes/write/groups.js: line 10, col 1, 'module' is not defined. + +src/routes/write/index.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 9, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 13, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/write/index.js: line 13, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/write/index.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 14, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 15, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 18, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/routes/write/index.js: line 18, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/write/index.js: line 25, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/write/index.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 60, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 61, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/index.js: line 63, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/routes/write/index.js: line 67, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/write/index.js: line 72, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/routes/write/index.js: line 3, col 17, 'require' is not defined. +src/routes/write/index.js: line 4, col 14, 'require' is not defined. +src/routes/write/index.js: line 5, col 17, 'require' is not defined. +src/routes/write/index.js: line 6, col 20, 'require' is not defined. +src/routes/write/index.js: line 7, col 26, 'require' is not defined. +src/routes/write/index.js: line 8, col 17, 'require' is not defined. +src/routes/write/index.js: line 9, col 27, 'require' is not defined. +src/routes/write/index.js: line 36, col 33, 'require' is not defined. +src/routes/write/index.js: line 37, col 34, 'require' is not defined. +src/routes/write/index.js: line 38, col 38, 'require' is not defined. +src/routes/write/index.js: line 39, col 34, 'require' is not defined. +src/routes/write/index.js: line 40, col 32, 'require' is not defined. +src/routes/write/index.js: line 41, col 33, 'require' is not defined. +src/routes/write/index.js: line 42, col 33, 'require' is not defined. +src/routes/write/index.js: line 43, col 33, 'require' is not defined. +src/routes/write/index.js: line 44, col 34, 'require' is not defined. +src/routes/write/index.js: line 45, col 33, 'require' is not defined. +src/routes/write/index.js: line 46, col 33, 'require' is not defined. +src/routes/write/index.js: line 47, col 37, 'require' is not defined. +src/routes/write/index.js: line 57, col 26, 'require' is not defined. +src/routes/write/index.js: line 11, col 15, 'module' is not defined. + +src/routes/write/posts.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/posts.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/posts.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/posts.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/posts.js: line 25, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/posts.js: line 27, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/posts.js: line 42, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/posts.js: line 3, col 16, 'require' is not defined. +src/routes/write/posts.js: line 4, col 20, 'require' is not defined. +src/routes/write/posts.js: line 5, col 21, 'require' is not defined. +src/routes/write/posts.js: line 6, col 22, 'require' is not defined. +src/routes/write/posts.js: line 10, col 1, 'module' is not defined. + +src/routes/write/search.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/search.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/search.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/search.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/search.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/search.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/search.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/search.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/search.js: line 18, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/search.js: line 19, col 62, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/search.js: line 3, col 16, 'require' is not defined. +src/routes/write/search.js: line 4, col 20, 'require' is not defined. +src/routes/write/search.js: line 5, col 21, 'require' is not defined. +src/routes/write/search.js: line 6, col 22, 'require' is not defined. +src/routes/write/search.js: line 10, col 1, 'module' is not defined. + +src/routes/write/tags.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/tags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/tags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/tags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/tags.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/tags.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/tags.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/tags.js: line 13, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/tags.js: line 14, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/tags.js: line 3, col 16, 'require' is not defined. +src/routes/write/tags.js: line 4, col 20, 'require' is not defined. +src/routes/write/tags.js: line 5, col 21, 'require' is not defined. +src/routes/write/tags.js: line 6, col 22, 'require' is not defined. +src/routes/write/tags.js: line 10, col 1, 'module' is not defined. + +src/routes/write/topics.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/topics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/topics.js: line 19, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 21, col 50, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 22, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 24, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 25, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 27, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 28, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 30, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 31, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 32, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 33, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 35, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 36, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 37, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 40, col 129, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 41, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 42, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 43, col 57, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 48, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 49, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 50, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 51, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 52, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/topics.js: line 3, col 16, 'require' is not defined. +src/routes/write/topics.js: line 4, col 20, 'require' is not defined. +src/routes/write/topics.js: line 5, col 21, 'require' is not defined. +src/routes/write/topics.js: line 6, col 22, 'require' is not defined. +src/routes/write/topics.js: line 13, col 23, 'require' is not defined. +src/routes/write/topics.js: line 10, col 1, 'module' is not defined. + +src/routes/write/users.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/users.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/users.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/users.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/users.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/users.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/users.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/users.js: line 16, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/users.js: line 18, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 19, col 43, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 22, col 44, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 23, col 44, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 24, col 47, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 25, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 26, col 55, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 27, col 55, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 32, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 34, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 36, col 53, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 38, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 39, col 54, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 41, col 48, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 42, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 44, col 49, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 45, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 47, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 48, col 61, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 50, col 62, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 53, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 55, col 51, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 56, col 52, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 57, col 58, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 58, col 67, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 60, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 61, col 58, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 62, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/routes/write/users.js: line 3, col 16, 'require' is not defined. +src/routes/write/users.js: line 4, col 20, 'require' is not defined. +src/routes/write/users.js: line 5, col 21, 'require' is not defined. +src/routes/write/users.js: line 6, col 22, 'require' is not defined. +src/routes/write/users.js: line 68, col 1, 'module' is not defined. +src/routes/write/users.js: line 11, col 10, 'guestRoutes' is defined but never used. + +src/routes/write/utilities.js: line 1, col 1, Use the function form of "use strict". +src/routes/write/utilities.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/utilities.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/utilities.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/utilities.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/utilities.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/utilities.js: line 8, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/routes/write/utilities.js: line 3, col 16, 'require' is not defined. +src/routes/write/utilities.js: line 4, col 20, 'require' is not defined. +src/routes/write/utilities.js: line 5, col 21, 'require' is not defined. +src/routes/write/utilities.js: line 6, col 22, 'require' is not defined. +src/routes/write/utilities.js: line 10, col 1, 'module' is not defined. + +src/search.js: line 1, col 1, Use the function form of "use strict". +src/search.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 17, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 21, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 32, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 42, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 45, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 50, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 65, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 66, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 70, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 75, col 9, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 83, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 88, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 95, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 97, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 97, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 98, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 98, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 98, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 102, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 103, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 121, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 122, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 122, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 123, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 124, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 124, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 124, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 132, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 133, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 133, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 133, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 134, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 134, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 135, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 135, col 73, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 135, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 136, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 137, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 138, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 139, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 140, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 142, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 146, col 22, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 154, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 163, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 175, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 176, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 179, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 180, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 182, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 183, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 184, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 184, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 185, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 185, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 187, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 187, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 193, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 194, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 207, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 210, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 217, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 218, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 219, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 219, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 220, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 223, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 228, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 235, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 236, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 245, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 245, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 252, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 254, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 263, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 265, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 267, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 275, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 276, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 278, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 292, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 293, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 295, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 298, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 303, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 306, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 308, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 319, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 328, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 328, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 335, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 342, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 346, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/search.js: line 346, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/search.js: line 350, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/search.js: line 3, col 11, 'require' is not defined. +src/search.js: line 5, col 12, 'require' is not defined. +src/search.js: line 6, col 15, 'require' is not defined. +src/search.js: line 7, col 15, 'require' is not defined. +src/search.js: line 8, col 16, 'require' is not defined. +src/search.js: line 9, col 20, 'require' is not defined. +src/search.js: line 10, col 14, 'require' is not defined. +src/search.js: line 11, col 17, 'require' is not defined. +src/search.js: line 12, col 20, 'require' is not defined. +src/search.js: line 13, col 15, 'require' is not defined. +src/search.js: line 357, col 1, 'require' is not defined. +src/search.js: line 15, col 16, 'module' is not defined. +src/search.js: line 18, col 19, 'process' is not defined. +src/search.js: line 38, col 20, 'process' is not defined. +src/search.js: line 45, col 44, 'Promise' is not defined. +src/search.js: line 75, col 30, 'Promise' is not defined. +src/search.js: line 187, col 35, 'Promise' is not defined. +src/search.js: line 328, col 47, 'Promise' is not defined. +src/search.js: line 346, col 32, 'Promise' is not defined. +src/search.js: line 94, col 33, 'Set' is not defined. +src/search.js: line 96, col 29, 'Set' is not defined. + +src/settings.js: line 1, col 1, Use the function form of "use strict". +src/settings.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 7, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 11, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 11, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 11, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 27, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 27, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 27, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 73, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/settings.js: line 73, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/settings.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 91, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/settings.js: line 114, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 119, col 73, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/settings.js: line 119, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/settings.js: line 134, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 136, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 137, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 139, col 27, Expected '!==' and instead saw '!='. +src/settings.js: line 145, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 147, col 31, Expected '!==' and instead saw '!='. +src/settings.js: line 189, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 190, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 191, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 193, col 15, Expected '===' and instead saw '=='. +src/settings.js: line 198, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/settings.js: line 3, col 14, 'require' is not defined. +src/settings.js: line 4, col 16, 'require' is not defined. +src/settings.js: line 239, col 1, 'module' is not defined. + +src/sitemap.js: line 1, col 1, Use the function form of "use strict". +src/sitemap.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 3, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 19, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 25, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 33, col 10, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 40, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 46, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 50, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 54, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 59, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 63, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 80, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 89, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 96, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 99, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 117, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 122, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 123, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 130, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 131, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 133, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 135, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 148, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 151, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 167, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/sitemap.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/sitemap.js: line 172, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 184, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/sitemap.js: line 3, col 44, 'require' is not defined. +src/sitemap.js: line 4, col 15, 'require' is not defined. +src/sitemap.js: line 6, col 12, 'require' is not defined. +src/sitemap.js: line 7, col 20, 'require' is not defined. +src/sitemap.js: line 8, col 16, 'require' is not defined. +src/sitemap.js: line 9, col 20, 'require' is not defined. +src/sitemap.js: line 10, col 14, 'require' is not defined. +src/sitemap.js: line 11, col 17, 'require' is not defined. +src/sitemap.js: line 12, col 15, 'require' is not defined. +src/sitemap.js: line 189, col 1, 'require' is not defined. +src/sitemap.js: line 14, col 17, 'module' is not defined. +src/sitemap.js: line 25, col 51, 'Promise' is not defined. + +src/slugify.js: line 1, col 1, Use the function form of "use strict". +src/slugify.js: line 3, col 1, 'module' is not defined. +src/slugify.js: line 3, col 18, 'require' is not defined. + +src/social.js: line 1, col 1, Use the function form of "use strict". +src/social.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/social.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/social.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/social.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/social.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/social.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/social.js: line 17, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/social.js: line 45, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/social.js: line 46, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/social.js: line 53, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/social.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/social.js: line 55, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/social.js: line 58, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/social.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/social.js: line 65, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/social.js: line 66, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/social.js: line 3, col 11, 'require' is not defined. +src/social.js: line 4, col 17, 'require' is not defined. +src/social.js: line 5, col 12, 'require' is not defined. +src/social.js: line 6, col 14, 'require' is not defined. +src/social.js: line 71, col 1, 'require' is not defined. +src/social.js: line 8, col 16, 'module' is not defined. + +src/socket.io/admin/analytics.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/analytics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/analytics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/analytics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/analytics.js: line 8, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/analytics.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/analytics.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/analytics.js: line 31, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/analytics.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/analytics.js: line 3, col 19, 'require' is not defined. +src/socket.io/admin/analytics.js: line 4, col 15, 'require' is not defined. +src/socket.io/admin/analytics.js: line 6, col 19, 'module' is not defined. + +src/socket.io/admin/cache.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/cache.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/cache.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/cache.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/cache.js: line 8, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/cache.js: line 9, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/cache.js: line 22, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/cache.js: line 23, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/cache.js: line 3, col 21, 'module' is not defined. +src/socket.io/admin/cache.js: line 5, col 12, 'require' is not defined. +src/socket.io/admin/cache.js: line 6, col 17, 'require' is not defined. +src/socket.io/admin/cache.js: line 10, col 15, 'require' is not defined. +src/socket.io/admin/cache.js: line 12, col 16, 'require' is not defined. +src/socket.io/admin/cache.js: line 13, col 16, 'require' is not defined. +src/socket.io/admin/cache.js: line 24, col 15, 'require' is not defined. +src/socket.io/admin/cache.js: line 26, col 16, 'require' is not defined. +src/socket.io/admin/cache.js: line 27, col 16, 'require' is not defined. + +src/socket.io/admin/categories.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 8, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 12, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 15, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 15, col 22, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 21, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 23, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 23, col 22, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 29, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 33, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 37, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/categories.js: line 38, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 39, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/categories.js: line 40, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 40, col 22, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/categories.js: line 4, col 20, 'require' is not defined. +src/socket.io/admin/categories.js: line 6, col 20, 'module' is not defined. + +src/socket.io/admin/config.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/config.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 11, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/config.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 20, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/config.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 28, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/config.js: line 31, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/config.js: line 35, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 35, col 10, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 35, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 36, col 27, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 36, col 32, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/config.js: line 48, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/config.js: line 3, col 14, 'require' is not defined. +src/socket.io/admin/config.js: line 4, col 17, 'require' is not defined. +src/socket.io/admin/config.js: line 5, col 16, 'require' is not defined. +src/socket.io/admin/config.js: line 6, col 16, 'require' is not defined. +src/socket.io/admin/config.js: line 7, col 15, 'require' is not defined. +src/socket.io/admin/config.js: line 9, col 16, 'module' is not defined. + +src/socket.io/admin/digest.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/digest.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/digest.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/digest.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/digest.js: line 8, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/digest.js: line 8, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/digest.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/digest.js: line 9, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/digest.js: line 10, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/digest.js: line 3, col 14, 'require' is not defined. +src/socket.io/admin/digest.js: line 4, col 20, 'require' is not defined. +src/socket.io/admin/digest.js: line 6, col 16, 'module' is not defined. + +src/socket.io/admin/email.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/email.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 12, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/email.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 14, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/email.js: line 14, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/socket.io/admin/email.js: line 40, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/email.js: line 45, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 49, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/email.js: line 58, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/email.js: line 3, col 14, 'require' is not defined. +src/socket.io/admin/email.js: line 4, col 20, 'require' is not defined. +src/socket.io/admin/email.js: line 5, col 19, 'require' is not defined. +src/socket.io/admin/email.js: line 6, col 23, 'require' is not defined. +src/socket.io/admin/email.js: line 7, col 17, 'require' is not defined. +src/socket.io/admin/email.js: line 8, col 15, 'require' is not defined. +src/socket.io/admin/email.js: line 10, col 15, 'module' is not defined. + +src/socket.io/admin/errors.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/errors.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/errors.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/errors.js: line 7, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/errors.js: line 3, col 14, 'require' is not defined. +src/socket.io/admin/errors.js: line 5, col 16, 'module' is not defined. + +src/socket.io/admin/logs.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/logs.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/logs.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/logs.js: line 7, col 12, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/logs.js: line 11, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/logs.js: line 3, col 14, 'require' is not defined. +src/socket.io/admin/logs.js: line 5, col 14, 'module' is not defined. + +src/socket.io/admin/navigation.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/navigation.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/navigation.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/navigation.js: line 7, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/navigation.js: line 3, col 25, 'require' is not defined. +src/socket.io/admin/navigation.js: line 5, col 26, 'module' is not defined. + +src/socket.io/admin/plugins.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/plugins.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 9, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 13, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 17, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/plugins.js: line 24, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/plugins.js: line 29, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/plugins.js: line 37, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 41, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 45, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/plugins.js: line 47, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/plugins.js: line 53, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/plugins.js: line 53, col 85, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/plugins.js: line 56, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/plugins.js: line 3, col 15, 'require' is not defined. +src/socket.io/admin/plugins.js: line 5, col 17, 'require' is not defined. +src/socket.io/admin/plugins.js: line 6, col 16, 'require' is not defined. +src/socket.io/admin/plugins.js: line 7, col 12, 'require' is not defined. +src/socket.io/admin/plugins.js: line 8, col 20, 'require' is not defined. +src/socket.io/admin/plugins.js: line 9, col 31, 'require' is not defined. +src/socket.io/admin/plugins.js: line 11, col 17, 'module' is not defined. + +src/socket.io/admin/rewards.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/rewards.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rewards.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rewards.js: line 7, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/rewards.js: line 11, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/rewards.js: line 3, col 22, 'require' is not defined. +src/socket.io/admin/rewards.js: line 5, col 23, 'module' is not defined. + +src/socket.io/admin/rooms.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/rooms.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 13, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/rooms.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 18, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/rooms.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 34, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 34, col 18, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 35, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 35, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 49, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 60, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 61, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/rooms.js: line 64, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/rooms.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 65, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/rooms.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 68, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/rooms.js: line 77, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 80, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 80, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 80, col 26, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 91, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 92, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 117, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 118, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 120, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 120, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 120, col 36, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/rooms.js: line 130, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/rooms.js: line 3, col 16, 'require' is not defined. +src/socket.io/admin/rooms.js: line 4, col 12, 'require' is not defined. +src/socket.io/admin/rooms.js: line 5, col 19, 'require' is not defined. +src/socket.io/admin/rooms.js: line 91, col 21, 'require' is not defined. +src/socket.io/admin/rooms.js: line 137, col 1, 'require' is not defined. +src/socket.io/admin/rooms.js: line 9, col 21, 'module' is not defined. + +src/socket.io/admin/settings.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/settings.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/settings.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/settings.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/settings.js: line 8, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/settings.js: line 12, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/settings.js: line 14, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/settings.js: line 22, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/settings.js: line 3, col 14, 'require' is not defined. +src/socket.io/admin/settings.js: line 4, col 16, 'require' is not defined. +src/socket.io/admin/settings.js: line 23, col 5, 'require' is not defined. +src/socket.io/admin/settings.js: line 6, col 18, 'module' is not defined. + +src/socket.io/admin/tags.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/tags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/tags.js: line 7, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/tags.js: line 15, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/tags.js: line 23, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/tags.js: line 3, col 16, 'require' is not defined. +src/socket.io/admin/tags.js: line 5, col 14, 'module' is not defined. + +src/socket.io/admin/themes.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/themes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/themes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/themes.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/themes.js: line 8, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/themes.js: line 12, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/themes.js: line 3, col 14, 'require' is not defined. +src/socket.io/admin/themes.js: line 4, col 17, 'require' is not defined. +src/socket.io/admin/themes.js: line 6, col 16, 'module' is not defined. + +src/socket.io/admin/user.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 16, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 24, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 24, col 20, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 36, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 40, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 40, col 20, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 56, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 60, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 63, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 68, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 68, col 20, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 77, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 83, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 84, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 84, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 89, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 91, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 100, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 104, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 109, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 111, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 111, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 112, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 114, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 120, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 125, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 127, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 127, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 129, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 129, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 132, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 136, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 137, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 137, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 141, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 142, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 143, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 150, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 157, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 157, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 160, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 165, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 171, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/user.js: line 171, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin/user.js: line 177, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 178, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/user.js: line 3, col 15, 'require' is not defined. +src/socket.io/admin/user.js: line 4, col 17, 'require' is not defined. +src/socket.io/admin/user.js: line 6, col 12, 'require' is not defined. +src/socket.io/admin/user.js: line 7, col 16, 'require' is not defined. +src/socket.io/admin/user.js: line 8, col 14, 'require' is not defined. +src/socket.io/admin/user.js: line 9, col 16, 'require' is not defined. +src/socket.io/admin/user.js: line 10, col 20, 'require' is not defined. +src/socket.io/admin/user.js: line 11, col 15, 'require' is not defined. +src/socket.io/admin/user.js: line 12, col 17, 'require' is not defined. +src/socket.io/admin/user.js: line 177, col 35, 'require' is not defined. +src/socket.io/admin/user.js: line 14, col 14, 'module' is not defined. +src/socket.io/admin/user.js: line 60, col 11, 'Promise' is not defined. +src/socket.io/admin/user.js: line 111, col 11, 'Promise' is not defined. +src/socket.io/admin/user.js: line 137, col 41, 'Promise' is not defined. +src/socket.io/admin/user.js: line 155, col 11, 'Promise' is not defined. +src/socket.io/admin/user.js: line 171, col 5, 'setTimeout' is not defined. + +src/socket.io/admin/widgets.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin/widgets.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/widgets.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin/widgets.js: line 7, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin/widgets.js: line 3, col 17, 'require' is not defined. +src/socket.io/admin/widgets.js: line 5, col 17, 'module' is not defined. + +src/socket.io/admin.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 35, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 44, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 44, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin.js: line 50, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin.js: line 54, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 59, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 72, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 97, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 98, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 103, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 108, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/admin.js: line 113, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 121, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/admin.js: line 122, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/admin.js: line 3, col 17, 'require' is not defined. +src/socket.io/admin.js: line 5, col 14, 'require' is not defined. +src/socket.io/admin.js: line 6, col 14, 'require' is not defined. +src/socket.io/admin.js: line 7, col 16, 'require' is not defined. +src/socket.io/admin.js: line 8, col 12, 'require' is not defined. +src/socket.io/admin.js: line 9, col 20, 'require' is not defined. +src/socket.io/admin.js: line 10, col 20, 'require' is not defined. +src/socket.io/admin.js: line 11, col 15, 'require' is not defined. +src/socket.io/admin.js: line 12, col 15, 'require' is not defined. +src/socket.io/admin.js: line 13, col 28, 'require' is not defined. +src/socket.io/admin.js: line 16, col 20, 'require' is not defined. +src/socket.io/admin.js: line 17, col 26, 'require' is not defined. +src/socket.io/admin.js: line 18, col 24, 'require' is not defined. +src/socket.io/admin.js: line 19, col 20, 'require' is not defined. +src/socket.io/admin.js: line 20, col 23, 'require' is not defined. +src/socket.io/admin.js: line 21, col 26, 'require' is not defined. +src/socket.io/admin.js: line 22, col 21, 'require' is not defined. +src/socket.io/admin.js: line 23, col 22, 'require' is not defined. +src/socket.io/admin.js: line 24, col 23, 'require' is not defined. +src/socket.io/admin.js: line 25, col 23, 'require' is not defined. +src/socket.io/admin.js: line 26, col 22, 'require' is not defined. +src/socket.io/admin.js: line 27, col 24, 'require' is not defined. +src/socket.io/admin.js: line 28, col 21, 'require' is not defined. +src/socket.io/admin.js: line 29, col 25, 'require' is not defined. +src/socket.io/admin.js: line 30, col 20, 'require' is not defined. +src/socket.io/admin.js: line 31, col 22, 'require' is not defined. +src/socket.io/admin.js: line 32, col 22, 'require' is not defined. +src/socket.io/admin.js: line 33, col 21, 'require' is not defined. +src/socket.io/admin.js: line 73, col 11, 'require' is not defined. +src/socket.io/admin.js: line 129, col 1, 'require' is not defined. +src/socket.io/admin.js: line 15, col 21, 'module' is not defined. +src/socket.io/admin.js: line 43, col 33, 'Promise' is not defined. + +src/socket.io/blacklist.js: line 2, col 1, Use the function form of "use strict". +src/socket.io/blacklist.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/blacklist.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/blacklist.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/blacklist.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/blacklist.js: line 10, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/blacklist.js: line 14, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/blacklist.js: line 18, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/blacklist.js: line 22, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/blacklist.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/blacklist.js: line 33, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/blacklist.js: line 4, col 14, 'require' is not defined. +src/socket.io/blacklist.js: line 5, col 14, 'require' is not defined. +src/socket.io/blacklist.js: line 6, col 16, 'require' is not defined. +src/socket.io/blacklist.js: line 40, col 1, 'require' is not defined. +src/socket.io/blacklist.js: line 8, col 25, 'module' is not defined. + +src/socket.io/categories/search.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/categories/search.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories/search.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories/search.js: line 11, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories/search.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories/search.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories/search.js: line 7, col 17, 'require' is not defined. +src/socket.io/categories/search.js: line 8, col 13, 'require' is not defined. +src/socket.io/categories/search.js: line 10, col 1, 'module' is not defined. + +src/socket.io/categories.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/categories.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 18, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 20, col 52, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 23, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 25, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 29, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 32, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 32, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 36, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/categories.js: line 39, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 58, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 61, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 61, col 68, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 65, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 71, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 77, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 80, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 84, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/categories.js: line 87, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 100, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 106, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 112, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 113, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 114, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/categories.js: line 119, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 120, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 123, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 125, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/categories.js: line 136, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 142, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/categories.js: line 143, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/categories.js: line 145, col 31, Confusing use of '!'. +src/socket.io/categories.js: line 149, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 149, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/categories.js: line 7, col 20, 'require' is not defined. +src/socket.io/categories.js: line 8, col 14, 'require' is not defined. +src/socket.io/categories.js: line 9, col 16, 'require' is not defined. +src/socket.io/categories.js: line 10, col 13, 'require' is not defined. +src/socket.io/categories.js: line 12, col 17, 'require' is not defined. +src/socket.io/categories.js: line 16, col 1, 'require' is not defined. +src/socket.io/categories.js: line 153, col 1, 'require' is not defined. +src/socket.io/categories.js: line 14, col 26, 'module' is not defined. +src/socket.io/categories.js: line 32, col 49, 'Promise' is not defined. +src/socket.io/categories.js: line 80, col 45, 'Promise' is not defined. + +src/socket.io/groups.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/groups.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 19, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 19, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 25, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 25, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 37, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 37, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 48, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 48, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 60, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 60, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 72, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 72, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 80, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 83, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 84, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 89, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 89, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 104, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 104, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/groups.js: line 115, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/groups.js: line 119, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/groups.js: line 8, col 16, 'require' is not defined. +src/socket.io/groups.js: line 9, col 14, 'require' is not defined. +src/socket.io/groups.js: line 10, col 15, 'require' is not defined. +src/socket.io/groups.js: line 11, col 20, 'require' is not defined. +src/socket.io/groups.js: line 12, col 13, 'require' is not defined. +src/socket.io/groups.js: line 13, col 17, 'require' is not defined. +src/socket.io/groups.js: line 15, col 17, 'require' is not defined. +src/socket.io/groups.js: line 131, col 1, 'require' is not defined. +src/socket.io/groups.js: line 17, col 22, 'module' is not defined. + +src/socket.io/helpers.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/helpers.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 19, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 20, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 21, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 22, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 22, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 29, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 31, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 51, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 51, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 63, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 70, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 75, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 77, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 78, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 84, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 88, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 93, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 94, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 101, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 101, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 107, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 107, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 114, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 118, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 119, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 121, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 129, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 136, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 136, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 145, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 145, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 147, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 149, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 151, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 152, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 153, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 154, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 163, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 168, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 168, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 169, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 170, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 170, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 171, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 171, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 173, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 193, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 194, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 201, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 202, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 203, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 204, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 205, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 208, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 209, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 209, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 212, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/helpers.js: line 213, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 214, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 214, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 217, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 217, col 18, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/helpers.js: line 218, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 219, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 221, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 222, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/helpers.js: line 3, col 11, 'require' is not defined. +src/socket.io/helpers.js: line 5, col 12, 'require' is not defined. +src/socket.io/helpers.js: line 6, col 20, 'require' is not defined. +src/socket.io/helpers.js: line 7, col 14, 'require' is not defined. +src/socket.io/helpers.js: line 8, col 15, 'require' is not defined. +src/socket.io/helpers.js: line 9, col 16, 'require' is not defined. +src/socket.io/helpers.js: line 10, col 20, 'require' is not defined. +src/socket.io/helpers.js: line 11, col 20, 'require' is not defined. +src/socket.io/helpers.js: line 12, col 23, 'require' is not defined. +src/socket.io/helpers.js: line 13, col 17, 'require' is not defined. +src/socket.io/helpers.js: line 14, col 15, 'require' is not defined. +src/socket.io/helpers.js: line 15, col 15, 'require' is not defined. +src/socket.io/helpers.js: line 227, col 1, 'require' is not defined. +src/socket.io/helpers.js: line 17, col 23, 'module' is not defined. +src/socket.io/helpers.js: line 51, col 11, 'Promise' is not defined. +src/socket.io/helpers.js: line 94, col 41, 'Promise' is not defined. +src/socket.io/helpers.js: line 101, col 51, 'Promise' is not defined. +src/socket.io/helpers.js: line 136, col 41, 'Promise' is not defined. +src/socket.io/helpers.js: line 214, col 15, 'Promise' is not defined. + +src/socket.io/index.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 24, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 29, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 34, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 46, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 47, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 51, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 52, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 73, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 91, col 26, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 91, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 92, col 41, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 92, col 44, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/socket.io/index.js: line 97, col 23, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 97, col 26, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/socket.io/index.js: line 101, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 102, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 102, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 114, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 124, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 136, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 142, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 153, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 155, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 155, col 22, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 158, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 159, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 159, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 166, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 167, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 170, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 171, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 172, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 172, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 181, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 183, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 184, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 194, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 207, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 210, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 215, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 221, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 227, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 228, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 232, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 233, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 237, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 241, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 242, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 245, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 246, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 247, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 247, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 256, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 268, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 268, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 268, col 87, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 270, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 277, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 277, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 282, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 284, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 297, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 304, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 309, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/index.js: line 313, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 314, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 316, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 317, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 317, col 22, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/index.js: line 326, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 335, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 336, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 336, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/index.js: line 3, col 11, 'require' is not defined. +src/socket.io/index.js: line 4, col 12, 'require' is not defined. +src/socket.io/index.js: line 5, col 15, 'require' is not defined. +src/socket.io/index.js: line 6, col 17, 'require' is not defined. +src/socket.io/index.js: line 7, col 14, 'require' is not defined. +src/socket.io/index.js: line 8, col 19, 'require' is not defined. +src/socket.io/index.js: line 9, col 22, 'require' is not defined. +src/socket.io/index.js: line 11, col 12, 'require' is not defined. +src/socket.io/index.js: line 12, col 14, 'require' is not defined. +src/socket.io/index.js: line 13, col 16, 'require' is not defined. +src/socket.io/index.js: line 14, col 17, 'require' is not defined. +src/socket.io/index.js: line 15, col 19, 'require' is not defined. +src/socket.io/index.js: line 16, col 19, 'require' is not defined. +src/socket.io/index.js: line 17, col 13, 'require' is not defined. +src/socket.io/index.js: line 18, col 20, 'require' is not defined. +src/socket.io/index.js: line 27, col 22, 'require' is not defined. +src/socket.io/index.js: line 34, col 35, 'require' is not defined. +src/socket.io/index.js: line 51, col 30, 'require' is not defined. +src/socket.io/index.js: line 120, col 5, 'require' is not defined. +src/socket.io/index.js: line 228, col 30, 'require' is not defined. +src/socket.io/index.js: line 233, col 18, 'require' is not defined. +src/socket.io/index.js: line 241, col 23, 'require' is not defined. +src/socket.io/index.js: line 22, col 17, 'module' is not defined. +src/socket.io/index.js: line 66, col 9, 'process' is not defined. +src/socket.io/index.js: line 180, col 17, 'process' is not defined. + +src/socket.io/meta.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/meta.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/meta.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/meta.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/meta.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/meta.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/meta.js: line 26, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/meta.js: line 39, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/meta.js: line 55, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/meta.js: line 3, col 12, 'require' is not defined. +src/socket.io/meta.js: line 5, col 14, 'require' is not defined. +src/socket.io/meta.js: line 6, col 14, 'require' is not defined. +src/socket.io/meta.js: line 7, col 16, 'require' is not defined. +src/socket.io/meta.js: line 69, col 1, 'require' is not defined. +src/socket.io/meta.js: line 9, col 20, 'module' is not defined. + +src/socket.io/modules.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/modules.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 23, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 31, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 33, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 39, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 42, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 42, col 60, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 46, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 52, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 59, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 67, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 69, col 37, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 69, col 42, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 69, col 49, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 72, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 80, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 80, col 67, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 84, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 87, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 87, col 59, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 91, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 94, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 98, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 102, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 106, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 110, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 114, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 114, col 58, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/socket.io/modules.js: line 115, col 9, Confusing use of '!'. +src/socket.io/modules.js: line 122, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 122, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 128, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 128, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/modules.js: line 129, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 130, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 138, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/modules.js: line 144, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 154, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 167, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 167, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/modules.js: line 177, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 177, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/modules.js: line 187, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 187, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/modules.js: line 200, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 200, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/modules.js: line 207, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 207, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/modules.js: line 211, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/modules.js: line 211, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/modules.js: line 8, col 19, 'require' is not defined. +src/socket.io/modules.js: line 9, col 15, 'require' is not defined. +src/socket.io/modules.js: line 10, col 14, 'require' is not defined. +src/socket.io/modules.js: line 11, col 16, 'require' is not defined. +src/socket.io/modules.js: line 13, col 13, 'require' is not defined. +src/socket.io/modules.js: line 14, col 17, 'require' is not defined. +src/socket.io/modules.js: line 225, col 1, 'require' is not defined. +src/socket.io/modules.js: line 16, col 23, 'module' is not defined. +src/socket.io/modules.js: line 122, col 52, 'Promise' is not defined. +src/socket.io/modules.js: line 128, col 15, 'Promise' is not defined. + +src/socket.io/notifications.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/notifications.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/notifications.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/notifications.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/notifications.js: line 8, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 15, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 19, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 27, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 32, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 37, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/notifications.js: line 3, col 14, 'require' is not defined. +src/socket.io/notifications.js: line 4, col 23, 'require' is not defined. +src/socket.io/notifications.js: line 42, col 1, 'require' is not defined. +src/socket.io/notifications.js: line 6, col 22, 'module' is not defined. + +src/socket.io/plugins.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/plugins.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/plugins.js: line 17, col 1, 'module' is not defined. + +src/socket.io/posts/tools.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/posts/tools.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 16, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/tools.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 39, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts/tools.js: line 56, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts/tools.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 62, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 73, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/tools.js: line 77, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 82, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 83, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 83, col 35, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/tools.js: line 83, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts/tools.js: line 3, col 15, 'require' is not defined. +src/socket.io/posts/tools.js: line 5, col 12, 'require' is not defined. +src/socket.io/posts/tools.js: line 6, col 15, 'require' is not defined. +src/socket.io/posts/tools.js: line 7, col 15, 'require' is not defined. +src/socket.io/posts/tools.js: line 8, col 16, 'require' is not defined. +src/socket.io/posts/tools.js: line 9, col 20, 'require' is not defined. +src/socket.io/posts/tools.js: line 10, col 17, 'require' is not defined. +src/socket.io/posts/tools.js: line 11, col 16, 'require' is not defined. +src/socket.io/posts/tools.js: line 12, col 14, 'require' is not defined. +src/socket.io/posts/tools.js: line 13, col 15, 'require' is not defined. +src/socket.io/posts/tools.js: line 15, col 1, 'module' is not defined. +src/socket.io/posts/tools.js: line 93, col 15, 'Promise' is not defined. + +src/socket.io/posts/votes.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/posts/votes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/votes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts/votes.js: line 7, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/votes.js: line 15, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts/votes.js: line 3, col 13, 'require' is not defined. +src/socket.io/posts/votes.js: line 4, col 17, 'require' is not defined. +src/socket.io/posts/votes.js: line 6, col 1, 'module' is not defined. + +src/socket.io/posts.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 24, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 27, col 45, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 30, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 36, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 40, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts.js: line 47, col 49, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 50, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 54, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 58, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts.js: line 61, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 69, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 72, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 72, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 73, col 49, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 76, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 80, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 93, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 100, col 49, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 103, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 105, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 107, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts.js: line 112, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 121, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 122, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 123, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts.js: line 141, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 143, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 145, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts.js: line 149, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 150, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 150, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 162, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 163, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 164, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts.js: line 165, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts.js: line 166, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 168, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/posts.js: line 175, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/posts.js: line 179, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/posts.js: line 3, col 19, 'require' is not defined. +src/socket.io/posts.js: line 5, col 12, 'require' is not defined. +src/socket.io/posts.js: line 6, col 15, 'require' is not defined. +src/socket.io/posts.js: line 7, col 20, 'require' is not defined. +src/socket.io/posts.js: line 8, col 17, 'require' is not defined. +src/socket.io/posts.js: line 9, col 14, 'require' is not defined. +src/socket.io/posts.js: line 10, col 16, 'require' is not defined. +src/socket.io/posts.js: line 11, col 23, 'require' is not defined. +src/socket.io/posts.js: line 12, col 15, 'require' is not defined. +src/socket.io/posts.js: line 13, col 16, 'require' is not defined. +src/socket.io/posts.js: line 14, col 20, 'require' is not defined. +src/socket.io/posts.js: line 16, col 13, 'require' is not defined. +src/socket.io/posts.js: line 17, col 17, 'require' is not defined. +src/socket.io/posts.js: line 21, col 1, 'require' is not defined. +src/socket.io/posts.js: line 22, col 1, 'require' is not defined. +src/socket.io/posts.js: line 190, col 1, 'require' is not defined. +src/socket.io/posts.js: line 19, col 21, 'module' is not defined. +src/socket.io/posts.js: line 150, col 46, 'Promise' is not defined. + +src/socket.io/topics/infinitescroll.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/topics/infinitescroll.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 10, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/infinitescroll.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 15, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 24, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/infinitescroll.js: line 24, col 91, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/infinitescroll.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 26, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 37, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 41, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/infinitescroll.js: line 3, col 16, 'require' is not defined. +src/socket.io/topics/infinitescroll.js: line 4, col 20, 'require' is not defined. +src/socket.io/topics/infinitescroll.js: line 5, col 14, 'require' is not defined. +src/socket.io/topics/infinitescroll.js: line 6, col 15, 'require' is not defined. +src/socket.io/topics/infinitescroll.js: line 7, col 16, 'require' is not defined. +src/socket.io/topics/infinitescroll.js: line 9, col 1, 'module' is not defined. +src/socket.io/topics/infinitescroll.js: line 15, col 51, 'Promise' is not defined. +src/socket.io/topics/infinitescroll.js: line 41, col 44, 'Promise' is not defined. + +src/socket.io/topics/merge.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/topics/merge.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/merge.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/merge.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/merge.js: line 8, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/merge.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/merge.js: line 12, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/merge.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/merge.js: line 21, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/merge.js: line 3, col 16, 'require' is not defined. +src/socket.io/topics/merge.js: line 4, col 20, 'require' is not defined. +src/socket.io/topics/merge.js: line 5, col 16, 'require' is not defined. +src/socket.io/topics/merge.js: line 7, col 1, 'module' is not defined. +src/socket.io/topics/merge.js: line 12, col 31, 'Promise' is not defined. + +src/socket.io/topics/move.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/topics/move.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 12, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/move.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 24, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/move.js: line 24, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/move.js: line 25, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 29, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 36, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 43, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/move.js: line 56, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/move.js: line 60, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 65, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/move.js: line 67, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/move.js: line 67, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/move.js: line 72, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/move.js: line 3, col 15, 'require' is not defined. +src/socket.io/topics/move.js: line 4, col 14, 'require' is not defined. +src/socket.io/topics/move.js: line 5, col 16, 'require' is not defined. +src/socket.io/topics/move.js: line 6, col 20, 'require' is not defined. +src/socket.io/topics/move.js: line 7, col 20, 'require' is not defined. +src/socket.io/topics/move.js: line 8, col 23, 'require' is not defined. +src/socket.io/topics/move.js: line 9, col 16, 'require' is not defined. +src/socket.io/topics/move.js: line 11, col 1, 'module' is not defined. + +src/socket.io/topics/tags.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/topics/tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 11, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 17, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 28, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 38, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 40, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 46, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 47, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/tags.js: line 50, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 52, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/tags.js: line 55, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 59, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 60, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 65, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 75, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 76, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 83, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 85, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 99, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/tags.js: line 102, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tags.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tags.js: line 3, col 14, 'require' is not defined. +src/socket.io/topics/tags.js: line 4, col 14, 'require' is not defined. +src/socket.io/topics/tags.js: line 5, col 16, 'require' is not defined. +src/socket.io/topics/tags.js: line 6, col 20, 'require' is not defined. +src/socket.io/topics/tags.js: line 7, col 20, 'require' is not defined. +src/socket.io/topics/tags.js: line 8, col 15, 'require' is not defined. +src/socket.io/topics/tags.js: line 10, col 1, 'module' is not defined. +src/socket.io/topics/tags.js: line 17, col 52, 'Promise' is not defined. + +src/socket.io/topics/tools.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/topics/tools.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tools.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tools.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tools.js: line 8, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tools.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tools.js: line 16, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tools.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/tools.js: line 33, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/tools.js: line 3, col 16, 'require' is not defined. +src/socket.io/topics/tools.js: line 4, col 20, 'require' is not defined. +src/socket.io/topics/tools.js: line 5, col 17, 'require' is not defined. +src/socket.io/topics/tools.js: line 7, col 1, 'module' is not defined. +src/socket.io/topics/tools.js: line 16, col 51, 'Promise' is not defined. + +src/socket.io/topics/unread.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/topics/unread.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/unread.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/unread.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/unread.js: line 9, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 16, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 16, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/unread.js: line 16, col 79, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/unread.js: line 19, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 26, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 34, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/unread.js: line 39, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 46, col 47, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/unread.js: line 49, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 60, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics/unread.js: line 60, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics/unread.js: line 60, col 75, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics/unread.js: line 3, col 16, 'require' is not defined. +src/socket.io/topics/unread.js: line 5, col 13, 'require' is not defined. +src/socket.io/topics/unread.js: line 6, col 17, 'require' is not defined. +src/socket.io/topics/unread.js: line 8, col 1, 'module' is not defined. +src/socket.io/topics/unread.js: line 16, col 15, 'Promise' is not defined. +src/socket.io/topics/unread.js: line 60, col 15, 'Promise' is not defined. + +src/socket.io/topics.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/topics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 23, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 31, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 35, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 37, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 44, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 55, col 15, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 65, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 70, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 75, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 80, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 81, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 81, col 87, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 82, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 83, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 83, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 93, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 95, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 95, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 100, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 100, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 104, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 104, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 108, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 116, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/topics.js: line 116, col 79, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 116, col 82, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/socket.io/topics.js: line 124, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/topics.js: line 128, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/topics.js: line 3, col 11, 'require' is not defined. +src/socket.io/topics.js: line 5, col 12, 'require' is not defined. +src/socket.io/topics.js: line 6, col 15, 'require' is not defined. +src/socket.io/topics.js: line 7, col 16, 'require' is not defined. +src/socket.io/topics.js: line 8, col 14, 'require' is not defined. +src/socket.io/topics.js: line 9, col 14, 'require' is not defined. +src/socket.io/topics.js: line 10, col 20, 'require' is not defined. +src/socket.io/topics.js: line 11, col 15, 'require' is not defined. +src/socket.io/topics.js: line 12, col 16, 'require' is not defined. +src/socket.io/topics.js: line 16, col 1, 'require' is not defined. +src/socket.io/topics.js: line 17, col 1, 'require' is not defined. +src/socket.io/topics.js: line 18, col 1, 'require' is not defined. +src/socket.io/topics.js: line 19, col 1, 'require' is not defined. +src/socket.io/topics.js: line 20, col 1, 'require' is not defined. +src/socket.io/topics.js: line 21, col 1, 'require' is not defined. +src/socket.io/topics.js: line 131, col 1, 'require' is not defined. +src/socket.io/topics.js: line 14, col 22, 'module' is not defined. +src/socket.io/topics.js: line 108, col 51, 'Promise' is not defined. + +src/socket.io/uploads.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/uploads.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 13, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/uploads.js: line 17, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 17, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 21, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 36, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 45, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/uploads.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/uploads.js: line 3, col 20, 'require' is not defined. +src/socket.io/uploads.js: line 4, col 21, 'require' is not defined. +src/socket.io/uploads.js: line 5, col 15, 'require' is not defined. +src/socket.io/uploads.js: line 6, col 14, 'require' is not defined. +src/socket.io/uploads.js: line 7, col 17, 'require' is not defined. +src/socket.io/uploads.js: line 11, col 17, 'module' is not defined. + +src/socket.io/user/picture.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/user/picture.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/picture.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/picture.js: line 7, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/picture.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/picture.js: line 21, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/picture.js: line 26, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/picture.js: line 26, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/picture.js: line 43, col 43, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/picture.js: line 43, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/user/picture.js: line 44, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/picture.js: line 3, col 14, 'require' is not defined. +src/socket.io/user/picture.js: line 4, col 17, 'require' is not defined. +src/socket.io/user/picture.js: line 6, col 1, 'module' is not defined. +src/socket.io/user/picture.js: line 26, col 39, 'Promise' is not defined. + +src/socket.io/user/profile.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/user/profile.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/profile.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/profile.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/profile.js: line 8, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/profile.js: line 17, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/profile.js: line 27, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/profile.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/profile.js: line 42, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/profile.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/profile.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/profile.js: line 44, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/profile.js: line 3, col 14, 'require' is not defined. +src/socket.io/user/profile.js: line 4, col 20, 'require' is not defined. +src/socket.io/user/profile.js: line 5, col 17, 'require' is not defined. +src/socket.io/user/profile.js: line 7, col 1, 'module' is not defined. + +src/socket.io/user/registration.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/user/registration.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/registration.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/registration.js: line 7, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/registration.js: line 8, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/registration.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/registration.js: line 22, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/registration.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/registration.js: line 36, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/registration.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/registration.js: line 3, col 14, 'require' is not defined. +src/socket.io/user/registration.js: line 4, col 16, 'require' is not defined. +src/socket.io/user/registration.js: line 6, col 1, 'module' is not defined. + +src/socket.io/user/status.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/user/status.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/status.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/status.js: line 7, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/status.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/status.js: line 15, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user/status.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/status.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/status.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user/status.js: line 3, col 14, 'require' is not defined. +src/socket.io/user/status.js: line 4, col 20, 'require' is not defined. +src/socket.io/user/status.js: line 6, col 1, 'module' is not defined. + +src/socket.io/user.js: line 1, col 1, Use the function form of "use strict". +src/socket.io/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 30, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 38, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 61, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 65, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 79, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 79, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/user.js: line 84, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/socket.io/user.js: line 84, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/user.js: line 87, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 95, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 102, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 109, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 113, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 125, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 129, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 133, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 137, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 141, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 146, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 154, col 54, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 158, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 162, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 166, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 174, col 51, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 178, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 187, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 191, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/socket.io/user.js: line 192, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/socket.io/user.js: line 196, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/socket.io/user.js: line 3, col 14, 'require' is not defined. +src/socket.io/user.js: line 4, col 17, 'require' is not defined. +src/socket.io/user.js: line 8, col 14, 'require' is not defined. +src/socket.io/user.js: line 9, col 16, 'require' is not defined. +src/socket.io/user.js: line 10, col 19, 'require' is not defined. +src/socket.io/user.js: line 11, col 17, 'require' is not defined. +src/socket.io/user.js: line 12, col 14, 'require' is not defined. +src/socket.io/user.js: line 13, col 16, 'require' is not defined. +src/socket.io/user.js: line 14, col 17, 'require' is not defined. +src/socket.io/user.js: line 15, col 12, 'require' is not defined. +src/socket.io/user.js: line 16, col 24, 'require' is not defined. +src/socket.io/user.js: line 17, col 20, 'require' is not defined. +src/socket.io/user.js: line 18, col 15, 'require' is not defined. +src/socket.io/user.js: line 22, col 1, 'require' is not defined. +src/socket.io/user.js: line 23, col 1, 'require' is not defined. +src/socket.io/user.js: line 24, col 1, 'require' is not defined. +src/socket.io/user.js: line 25, col 1, 'require' is not defined. +src/socket.io/user.js: line 199, col 1, 'require' is not defined. +src/socket.io/user.js: line 6, col 30, 'setTimeout' is not defined. +src/socket.io/user.js: line 20, col 20, 'module' is not defined. +src/socket.io/user.js: line 65, col 25, 'Promise' is not defined. + +src/start.js: line 1, col 1, Use the function form of "use strict". +src/start.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 8, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/start.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 72, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/start.js: line 73, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 89, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/start.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 90, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/start.js: line 90, col 73, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/start.js: line 90, col 87, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/start.js: line 98, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/start.js: line 99, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/start.js: line 102, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/start.js: line 108, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/start.js: line 111, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 114, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 133, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/start.js: line 140, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/start.js: line 3, col 15, 'require' is not defined. +src/start.js: line 4, col 17, 'require' is not defined. +src/start.js: line 14, col 20, 'require' is not defined. +src/start.js: line 18, col 22, 'require' is not defined. +src/start.js: line 33, col 27, 'require' is not defined. +src/start.js: line 34, col 25, 'require' is not defined. +src/start.js: line 38, col 13, 'require' is not defined. +src/start.js: line 39, col 13, 'require' is not defined. +src/start.js: line 40, col 13, 'require' is not defined. +src/start.js: line 41, col 13, 'require' is not defined. +src/start.js: line 73, col 21, 'require' is not defined. +src/start.js: line 105, col 9, 'require' is not defined. +src/start.js: line 111, col 38, 'require' is not defined. +src/start.js: line 114, col 36, 'require' is not defined. +src/start.js: line 136, col 15, 'require' is not defined. +src/start.js: line 138, col 15, 'require' is not defined. +src/start.js: line 140, col 20, 'require' is not defined. +src/start.js: line 6, col 15, 'module' is not defined. +src/start.js: line 47, col 13, 'process' is not defined. +src/start.js: line 48, col 13, 'process' is not defined. +src/start.js: line 68, col 9, 'process' is not defined. +src/start.js: line 99, col 9, 'process' is not defined. +src/start.js: line 101, col 5, 'process' is not defined. +src/start.js: line 102, col 5, 'process' is not defined. +src/start.js: line 108, col 5, 'process' is not defined. +src/start.js: line 122, col 9, 'process' is not defined. +src/start.js: line 124, col 9, 'process' is not defined. +src/start.js: line 145, col 9, 'process' is not defined. +src/start.js: line 149, col 16, 'process' is not defined. + +src/topics/bookmarks.js: line 2, col 1, Use the function form of "use strict". +src/topics/bookmarks.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 10, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 14, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 17, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 19, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 21, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 21, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 24, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 28, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 31, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 32, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 35, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 37, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 38, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 39, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 43, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 44, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 46, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/bookmarks.js: line 46, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 47, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 49, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/bookmarks.js: line 61, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/bookmarks.js: line 4, col 15, 'require' is not defined. +src/topics/bookmarks.js: line 6, col 12, 'require' is not defined. +src/topics/bookmarks.js: line 7, col 14, 'require' is not defined. +src/topics/bookmarks.js: line 9, col 1, 'module' is not defined. + +src/topics/create.js: line 2, col 1, Use the function form of "use strict". +src/topics/create.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 19, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 25, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 31, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 45, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 49, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 50, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 51, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 63, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 64, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 65, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 68, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 81, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 83, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 83, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 85, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 104, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 121, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 123, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 130, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 130, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 152, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 167, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 169, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 169, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 170, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 170, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 172, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 172, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 188, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 198, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 201, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 211, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 211, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 216, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 217, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 221, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 227, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 228, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 228, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 230, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 230, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 275, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 277, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/create.js: line 281, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 286, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 293, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/create.js: line 297, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 297, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 298, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 298, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 300, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 300, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/create.js: line 4, col 11, 'require' is not defined. +src/topics/create.js: line 6, col 12, 'require' is not defined. +src/topics/create.js: line 7, col 15, 'require' is not defined. +src/topics/create.js: line 8, col 17, 'require' is not defined. +src/topics/create.js: line 9, col 17, 'require' is not defined. +src/topics/create.js: line 10, col 19, 'require' is not defined. +src/topics/create.js: line 11, col 14, 'require' is not defined. +src/topics/create.js: line 12, col 14, 'require' is not defined. +src/topics/create.js: line 13, col 15, 'require' is not defined. +src/topics/create.js: line 14, col 20, 'require' is not defined. +src/topics/create.js: line 15, col 20, 'require' is not defined. +src/topics/create.js: line 16, col 20, 'require' is not defined. +src/topics/create.js: line 18, col 1, 'module' is not defined. +src/topics/create.js: line 59, col 15, 'Promise' is not defined. +src/topics/create.js: line 71, col 25, 'Promise' is not defined. +src/topics/create.js: line 85, col 68, 'Promise' is not defined. +src/topics/create.js: line 130, col 42, 'Promise' is not defined. +src/topics/create.js: line 172, col 44, 'Promise' is not defined. +src/topics/create.js: line 233, col 19, 'Promise' is not defined. +src/topics/create.js: line 300, col 61, 'Promise' is not defined. + +src/topics/data.js: line 1, col 1, Use the function form of "use strict". +src/topics/data.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 19, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 29, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/data.js: line 29, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/data.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 37, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/data.js: line 41, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 42, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 46, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 51, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 56, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 60, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 65, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 66, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/data.js: line 69, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 70, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/data.js: line 73, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 74, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/data.js: line 77, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/data.js: line 78, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/data.js: line 131, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 132, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/data.js: line 133, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/data.js: line 3, col 19, 'require' is not defined. +src/topics/data.js: line 5, col 12, 'require' is not defined. +src/topics/data.js: line 6, col 20, 'require' is not defined. +src/topics/data.js: line 7, col 15, 'require' is not defined. +src/topics/data.js: line 8, col 20, 'require' is not defined. +src/topics/data.js: line 9, col 17, 'require' is not defined. +src/topics/data.js: line 18, col 1, 'module' is not defined. + +src/topics/delete.js: line 1, col 1, Use the function form of "use strict". +src/topics/delete.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 14, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 15, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 20, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 32, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 33, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 33, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 34, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 35, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 35, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 36, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 42, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 44, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 45, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 46, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 46, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 47, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 48, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 51, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 63, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 65, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 65, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 65, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 72, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 73, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 85, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 86, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 87, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 88, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 89, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 90, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 107, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 110, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 111, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 111, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 112, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 113, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 115, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 115, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 115, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 116, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 116, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 120, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 121, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 124, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 125, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 126, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 127, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 128, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 129, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 130, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 131, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 132, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 133, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 140, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/delete.js: line 141, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 144, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/delete.js: line 147, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 148, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/delete.js: line 3, col 12, 'require' is not defined. +src/topics/delete.js: line 5, col 14, 'require' is not defined. +src/topics/delete.js: line 6, col 15, 'require' is not defined. +src/topics/delete.js: line 7, col 20, 'require' is not defined. +src/topics/delete.js: line 8, col 15, 'require' is not defined. +src/topics/delete.js: line 9, col 17, 'require' is not defined. +src/topics/delete.js: line 10, col 15, 'require' is not defined. +src/topics/delete.js: line 13, col 1, 'module' is not defined. +src/topics/delete.js: line 15, col 35, 'Promise' is not defined. +src/topics/delete.js: line 19, col 15, 'Promise' is not defined. +src/topics/delete.js: line 36, col 19, 'Promise' is not defined. +src/topics/delete.js: line 53, col 15, 'Promise' is not defined. +src/topics/delete.js: line 73, col 44, 'Promise' is not defined. +src/topics/delete.js: line 83, col 15, 'Promise' is not defined. +src/topics/delete.js: line 111, col 45, 'Promise' is not defined. +src/topics/delete.js: line 122, col 15, 'Promise' is not defined. +src/topics/delete.js: line 145, col 15, 'Promise' is not defined. + +src/topics/events.js: line 1, col 1, Use the function form of "use strict". +src/topics/events.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 33, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 33, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 37, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 37, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 41, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 41, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 45, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 45, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 49, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 49, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 53, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 53, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 57, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 57, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 57, col 135, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 61, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 61, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 61, col 130, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 65, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 65, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 65, col 135, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 69, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 69, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 69, col 131, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 73, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 73, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 75, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 79, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 79, col 60, 'rest operator' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 80, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 81, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 81, col 59, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 85, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 95, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 99, col 12, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 106, col 12, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 110, col 12, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 113, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 113, col 39, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 113, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 118, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 118, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 119, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 119, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 119, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 120, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 120, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 121, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 122, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 123, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 127, col 34, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 127, col 39, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 134, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 135, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 136, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 137, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 137, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 145, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 146, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 147, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 151, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 152, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 154, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 154, col 58, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 155, col 21, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 155, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 157, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 164, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 164, col 27, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 165, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 165, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 166, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 167, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 173, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 176, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 176, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 177, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 178, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 180, col 15, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 185, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 188, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 200, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 200, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 207, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 212, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 212, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 213, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 214, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 214, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 215, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 218, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 223, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 227, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 228, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 231, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 236, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 236, col 73, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 240, col 16, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/events.js: line 240, col 37, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 240, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 242, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 242, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 243, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 245, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 246, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 246, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 249, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 249, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 250, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/events.js: line 251, col 19, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 251, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 251, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/events.js: line 3, col 11, 'require' is not defined. +src/topics/events.js: line 4, col 15, 'require' is not defined. +src/topics/events.js: line 5, col 12, 'require' is not defined. +src/topics/events.js: line 6, col 14, 'require' is not defined. +src/topics/events.js: line 7, col 14, 'require' is not defined. +src/topics/events.js: line 8, col 15, 'require' is not defined. +src/topics/events.js: line 9, col 20, 'require' is not defined. +src/topics/events.js: line 10, col 17, 'require' is not defined. +src/topics/events.js: line 11, col 20, 'require' is not defined. +src/topics/events.js: line 12, col 20, 'require' is not defined. +src/topics/events.js: line 13, col 15, 'require' is not defined. +src/topics/events.js: line 14, col 17, 'require' is not defined. +src/topics/events.js: line 213, col 20, 'require' is not defined. +src/topics/events.js: line 18, col 16, 'module' is not defined. +src/topics/events.js: line 137, col 80, 'Map' is not defined. +src/topics/events.js: line 165, col 57, 'Promise' is not defined. +src/topics/events.js: line 200, col 11, 'Promise' is not defined. +src/topics/events.js: line 226, col 11, 'Promise' is not defined. +src/topics/events.js: line 244, col 15, 'Promise' is not defined. + +src/topics/follow.js: line 2, col 1, Use the function form of "use strict". +src/topics/follow.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 11, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 25, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 29, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 33, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 37, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 38, col 13, Confusing use of '!'. +src/topics/follow.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 50, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 51, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 51, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 54, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 55, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 55, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 58, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 59, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 59, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 62, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 63, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 63, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 66, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 71, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 76, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 80, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 84, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 89, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 92, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 92, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 92, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 97, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 106, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 111, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 113, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 113, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 113, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 117, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 118, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 121, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 122, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 125, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 126, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 127, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 127, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 131, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 135, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 135, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 136, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 139, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 143, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 144, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 147, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/follow.js: line 149, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 160, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 160, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/follow.js: line 169, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 173, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/follow.js: line 173, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/follow.js: line 4, col 12, 'require' is not defined. +src/topics/follow.js: line 5, col 23, 'require' is not defined. +src/topics/follow.js: line 6, col 20, 'require' is not defined. +src/topics/follow.js: line 7, col 17, 'require' is not defined. +src/topics/follow.js: line 8, col 15, 'require' is not defined. +src/topics/follow.js: line 10, col 1, 'module' is not defined. + +src/topics/fork.js: line 2, col 1, Use the function form of "use strict". +src/topics/fork.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 12, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/fork.js: line 18, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 20, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 27, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 34, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 58, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 58, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 60, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 77, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 78, col 56, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 78, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 86, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/fork.js: line 86, col 82, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 95, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 100, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 125, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/fork.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 133, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 136, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 143, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 144, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 145, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 147, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/fork.js: line 148, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 149, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 151, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 152, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 155, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/fork.js: line 4, col 12, 'require' is not defined. +src/topics/fork.js: line 5, col 15, 'require' is not defined. +src/topics/fork.js: line 6, col 20, 'require' is not defined. +src/topics/fork.js: line 7, col 20, 'require' is not defined. +src/topics/fork.js: line 8, col 17, 'require' is not defined. +src/topics/fork.js: line 9, col 14, 'require' is not defined. +src/topics/fork.js: line 11, col 1, 'module' is not defined. +src/topics/fork.js: line 34, col 48, 'Promise' is not defined. +src/topics/fork.js: line 69, col 15, 'Promise' is not defined. +src/topics/fork.js: line 112, col 15, 'Promise' is not defined. +src/topics/fork.js: line 118, col 15, 'Promise' is not defined. +src/topics/fork.js: line 158, col 15, 'Promise' is not defined. +src/topics/fork.js: line 159, col 15, 'Promise' is not defined. + +src/topics/index.js: line 1, col 1, Use the function form of "use strict". +src/topics/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 39, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 41, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 41, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 41, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 45, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 52, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 53, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 62, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 66, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 71, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 73, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 73, col 86, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 74, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 74, col 86, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 75, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 77, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 78, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 78, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 79, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 80, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 83, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 85, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 87, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 87, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 87, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 88, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 94, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 103, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 111, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 112, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 115, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 116, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 120, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 120, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 128, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 129, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 133, col 69, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 133, col 72, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/index.js: line 152, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 152, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 158, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 159, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 159, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 192, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 194, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 226, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 230, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 237, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 241, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 241, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 252, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 256, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 256, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 267, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 268, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 272, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 276, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 277, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 280, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 281, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 285, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 286, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 288, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/index.js: line 296, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 297, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 301, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/index.js: line 305, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/index.js: line 3, col 11, 'require' is not defined. +src/topics/index.js: line 4, col 19, 'require' is not defined. +src/topics/index.js: line 6, col 12, 'require' is not defined. +src/topics/index.js: line 7, col 15, 'require' is not defined. +src/topics/index.js: line 8, col 15, 'require' is not defined. +src/topics/index.js: line 9, col 17, 'require' is not defined. +src/topics/index.js: line 10, col 14, 'require' is not defined. +src/topics/index.js: line 11, col 14, 'require' is not defined. +src/topics/index.js: line 12, col 20, 'require' is not defined. +src/topics/index.js: line 13, col 20, 'require' is not defined. +src/topics/index.js: line 14, col 16, 'require' is not defined. +src/topics/index.js: line 18, col 1, 'require' is not defined. +src/topics/index.js: line 19, col 1, 'require' is not defined. +src/topics/index.js: line 20, col 1, 'require' is not defined. +src/topics/index.js: line 21, col 1, 'require' is not defined. +src/topics/index.js: line 22, col 1, 'require' is not defined. +src/topics/index.js: line 23, col 1, 'require' is not defined. +src/topics/index.js: line 24, col 1, 'require' is not defined. +src/topics/index.js: line 25, col 1, 'require' is not defined. +src/topics/index.js: line 26, col 1, 'require' is not defined. +src/topics/index.js: line 27, col 1, 'require' is not defined. +src/topics/index.js: line 28, col 1, 'require' is not defined. +src/topics/index.js: line 29, col 1, 'require' is not defined. +src/topics/index.js: line 30, col 1, 'require' is not defined. +src/topics/index.js: line 31, col 20, 'require' is not defined. +src/topics/index.js: line 32, col 1, 'require' is not defined. +src/topics/index.js: line 33, col 1, 'require' is not defined. +src/topics/index.js: line 34, col 17, 'require' is not defined. +src/topics/index.js: line 35, col 1, 'require' is not defined. +src/topics/index.js: line 36, col 1, 'require' is not defined. +src/topics/index.js: line 37, col 17, 'require' is not defined. +src/topics/index.js: line 313, col 1, 'require' is not defined. +src/topics/index.js: line 16, col 16, 'module' is not defined. +src/topics/index.js: line 94, col 92, 'Promise' is not defined. +src/topics/index.js: line 120, col 76, 'Promise' is not defined. +src/topics/index.js: line 173, col 15, 'Promise' is not defined. +src/topics/index.js: line 244, col 15, 'Promise' is not defined. +src/topics/index.js: line 259, col 15, 'Promise' is not defined. + +src/topics/merge.js: line 1, col 1, Use the function form of "use strict". +src/topics/merge.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 7, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/merge.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 11, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/merge.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 16, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 23, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/merge.js: line 24, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/merge.js: line 26, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 26, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 28, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 29, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 29, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 56, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/merge.js: line 57, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 63, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 71, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/merge.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/merge.js: line 74, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/merge.js: line 3, col 17, 'require' is not defined. +src/topics/merge.js: line 4, col 15, 'require' is not defined. +src/topics/merge.js: line 6, col 1, 'module' is not defined. +src/topics/merge.js: line 42, col 15, 'Promise' is not defined. + +src/topics/posts.js: line 2, col 1, Use the function form of "use strict". +src/topics/posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 15, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 18, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 23, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 28, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 29, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 36, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 47, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 51, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 59, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 62, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 62, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 63, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 70, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 78, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 82, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 96, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 106, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 110, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 112, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 113, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 113, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 113, col 94, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 114, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 117, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 117, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 126, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 126, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 127, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 127, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 132, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 134, col 72, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 134, col 75, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/topics/posts.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 160, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 178, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 179, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 179, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 185, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 186, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 186, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 187, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 189, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 190, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 191, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 200, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 208, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 215, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 216, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 220, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 221, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 225, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 226, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 227, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 230, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 230, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 242, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 243, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 247, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 248, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 249, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 251, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 251, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 255, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 256, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 256, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 261, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 263, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 264, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 267, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 268, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 269, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 269, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 274, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 275, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 275, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 277, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 285, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 289, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 293, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 294, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 295, col 80, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 298, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 299, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 299, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 303, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 307, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 308, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 312, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 313, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 317, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 318, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 321, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 322, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 322, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 323, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 323, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 323, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 324, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 324, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 329, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 331, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 332, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 338, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 338, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 340, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 342, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 344, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 345, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 345, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 346, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 348, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 348, col 67, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 348, col 88, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 349, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 350, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 351, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 352, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 356, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 361, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 363, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 364, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 377, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 378, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 380, col 17, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 382, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 399, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 399, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 405, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 405, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 407, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 409, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 409, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 414, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 414, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 415, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 415, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 415, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 417, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 418, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 419, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 419, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 419, col 88, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 420, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 420, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 421, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 424, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 427, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 427, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 428, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/posts.js: line 428, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 430, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/posts.js: line 432, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/posts.js: line 4, col 11, 'require' is not defined. +src/topics/posts.js: line 5, col 19, 'require' is not defined. +src/topics/posts.js: line 6, col 15, 'require' is not defined. +src/topics/posts.js: line 8, col 12, 'require' is not defined. +src/topics/posts.js: line 9, col 14, 'require' is not defined. +src/topics/posts.js: line 10, col 15, 'require' is not defined. +src/topics/posts.js: line 11, col 14, 'require' is not defined. +src/topics/posts.js: line 12, col 17, 'require' is not defined. +src/topics/posts.js: line 13, col 15, 'require' is not defined. +src/topics/posts.js: line 17, col 1, 'module' is not defined. +src/topics/posts.js: line 62, col 38, 'Set' is not defined. +src/topics/posts.js: line 123, col 19, 'Promise' is not defined. +src/topics/posts.js: line 275, col 37, 'Promise' is not defined. +src/topics/posts.js: line 324, col 56, 'Promise' is not defined. +src/topics/posts.js: line 348, col 34, 'Promise' is not defined. +src/topics/posts.js: line 428, col 15, 'Promise' is not defined. + +src/topics/recent.js: line 2, col 1, Use the function form of "use strict". +src/topics/recent.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 9, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 16, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 28, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 42, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 48, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 60, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 64, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/recent.js: line 69, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/recent.js: line 73, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/recent.js: line 74, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/recent.js: line 4, col 12, 'require' is not defined. +src/topics/recent.js: line 5, col 17, 'require' is not defined. +src/topics/recent.js: line 6, col 15, 'require' is not defined. +src/topics/recent.js: line 8, col 1, 'module' is not defined. + +src/topics/scheduled.js: line 1, col 1, Use the function form of "use strict". +src/topics/scheduled.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 5, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 21, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 30, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 33, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 34, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 36, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 37, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 37, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 42, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 43, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 50, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 50, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 50, col 72, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 55, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 58, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 60, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 61, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 62, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 63, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 64, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 69, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 69, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 77, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 79, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 84, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 85, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 97, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 99, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 100, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 101, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 102, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 103, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 108, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 109, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 110, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 112, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 113, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 121, col 16, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 124, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 129, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 130, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 130, col 85, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 132, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 133, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 137, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 137, col 84, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 140, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 140, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 141, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 144, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 145, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 145, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 146, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 146, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 154, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/scheduled.js: line 155, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/scheduled.js: line 155, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 157, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 157, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/scheduled.js: line 3, col 11, 'require' is not defined. +src/topics/scheduled.js: line 4, col 17, 'require' is not defined. +src/topics/scheduled.js: line 5, col 21, 'require' is not defined. +src/topics/scheduled.js: line 7, col 12, 'require' is not defined. +src/topics/scheduled.js: line 8, col 15, 'require' is not defined. +src/topics/scheduled.js: line 9, col 23, 'require' is not defined. +src/topics/scheduled.js: line 10, col 16, 'require' is not defined. +src/topics/scheduled.js: line 11, col 16, 'require' is not defined. +src/topics/scheduled.js: line 12, col 14, 'require' is not defined. +src/topics/scheduled.js: line 14, col 19, 'module' is not defined. +src/topics/scheduled.js: line 41, col 11, 'Promise' is not defined. +src/topics/scheduled.js: line 46, col 11, 'Promise' is not defined. +src/topics/scheduled.js: line 56, col 12, 'Promise' is not defined. +src/topics/scheduled.js: line 74, col 15, 'Promise' is not defined. +src/topics/scheduled.js: line 120, col 12, 'Promise' is not defined. +src/topics/scheduled.js: line 141, col 12, 'Promise' is not defined. +src/topics/scheduled.js: line 146, col 11, 'Promise' is not defined. + +src/topics/solved.js: line 1, col 1, Use the function form of "use strict". +src/topics/solved.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/solved.js: line 6, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/solved.js: line 7, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/solved.js: line 10, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/solved.js: line 11, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/solved.js: line 3, col 12, 'require' is not defined. +src/topics/solved.js: line 5, col 1, 'module' is not defined. + +src/topics/sorted.js: line 2, col 1, Use the function form of "use strict". +src/topics/sorted.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 14, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 40, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 42, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 45, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 63, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 87, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 95, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 95, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 101, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 101, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 101, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 102, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 103, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 108, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 109, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 112, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 113, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 113, col 85, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 114, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 116, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 123, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 124, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 126, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 126, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 126, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 128, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 135, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 139, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 141, col 35, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 141, col 72, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 141, col 82, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 142, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 142, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 142, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 147, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 148, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 149, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 151, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 153, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 153, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 155, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 157, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 162, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 166, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 175, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 175, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 176, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 190, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 191, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 200, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 204, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 237, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 238, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 238, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 239, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 239, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 250, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 251, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 251, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 253, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 259, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 259, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 264, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 267, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 268, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 268, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 269, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 274, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 274, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 275, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 277, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 281, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/sorted.js: line 283, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/sorted.js: line 289, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/sorted.js: line 4, col 11, 'require' is not defined. +src/topics/sorted.js: line 6, col 12, 'require' is not defined. +src/topics/sorted.js: line 7, col 20, 'require' is not defined. +src/topics/sorted.js: line 8, col 14, 'require' is not defined. +src/topics/sorted.js: line 9, col 20, 'require' is not defined. +src/topics/sorted.js: line 10, col 14, 'require' is not defined. +src/topics/sorted.js: line 11, col 17, 'require' is not defined. +src/topics/sorted.js: line 13, col 1, 'module' is not defined. +src/topics/sorted.js: line 141, col 44, 'Promise' is not defined. +src/topics/sorted.js: line 259, col 47, 'Promise' is not defined. + +src/topics/suggested.js: line 2, col 1, Use the function form of "use strict". +src/topics/suggested.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 12, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/suggested.js: line 12, col 79, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 13, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 19, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 23, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 24, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 30, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 37, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 38, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 41, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 46, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/suggested.js: line 47, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 48, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 48, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 49, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 49, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 50, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 54, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/suggested.js: line 55, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 55, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 63, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 65, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 66, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 67, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 67, col 81, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 73, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/suggested.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/suggested.js: line 75, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 76, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 77, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/suggested.js: line 4, col 11, 'require' is not defined. +src/topics/suggested.js: line 6, col 12, 'require' is not defined. +src/topics/suggested.js: line 7, col 14, 'require' is not defined. +src/topics/suggested.js: line 8, col 20, 'require' is not defined. +src/topics/suggested.js: line 9, col 17, 'require' is not defined. +src/topics/suggested.js: line 11, col 1, 'module' is not defined. +src/topics/suggested.js: line 23, col 45, 'Promise' is not defined. + +src/topics/tags.js: line 2, col 1, Use the function form of "use strict". +src/topics/tags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 21, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 26, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 27, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 27, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 28, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 28, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 35, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 38, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 39, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 44, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 45, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 45, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 46, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 47, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 47, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 49, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 50, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 50, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 52, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 53, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 55, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 55, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 56, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 65, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 65, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 69, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 69, col 63, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 74, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 80, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 82, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 85, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 86, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 86, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 87, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 89, col 90, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 93, col 94, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 98, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 99, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 104, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 107, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 114, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 119, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 120, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 121, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 121, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 123, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 123, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 124, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 124, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 128, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 129, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 129, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 135, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 144, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 144, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 144, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 145, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 146, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 146, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 147, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 148, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 148, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 150, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 151, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 155, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 155, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 157, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 157, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 160, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 161, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 162, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 168, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 168, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 168, col 83, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 171, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 171, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 173, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 173, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 173, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 174, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 178, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 179, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 180, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 180, col 50, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 188, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 189, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 194, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 195, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 195, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 196, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 196, col 80, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 196, col 85, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 196, col 92, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 196, col 98, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 200, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 201, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 201, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 201, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 202, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 203, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 203, col 86, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 203, col 91, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 203, col 97, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 203, col 104, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 203, col 110, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 207, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 207, col 57, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 208, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 211, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 211, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 214, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 217, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 217, col 86, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 217, col 91, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 217, col 98, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 221, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 229, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 229, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 229, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 233, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 235, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 235, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 237, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 238, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 239, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 240, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 241, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 242, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 248, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 249, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 249, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 250, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 250, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 254, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 256, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 256, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 260, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 261, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 267, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 268, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 268, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 269, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 269, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 270, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 270, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 274, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 278, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 282, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 285, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 285, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 286, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 287, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 290, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 293, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 295, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 295, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 295, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 301, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 302, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 306, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 307, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 314, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 324, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 332, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 333, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 337, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 338, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 339, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 339, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 342, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 343, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 347, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 348, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 349, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 351, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 351, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 352, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 353, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 355, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 357, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 364, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 365, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 366, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 367, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 368, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 369, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 369, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 370, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 371, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 372, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 377, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 385, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 388, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 389, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 390, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 391, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 393, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 394, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 394, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 395, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 396, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 397, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 402, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 410, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 413, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 415, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 419, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 419, col 63, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 422, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 423, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 424, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 424, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 425, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 425, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 426, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 428, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 428, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 428, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 429, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 429, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 436, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 440, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 450, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 454, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 463, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 464, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 468, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 473, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 474, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 474, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 475, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 479, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 481, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 481, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 482, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 485, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 485, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 496, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 497, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 506, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 517, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 518, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 527, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 529, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 529, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 531, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 534, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 541, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 543, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 547, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 553, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 553, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 555, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 556, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 559, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 560, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 563, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 563, col 57, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 563, col 67, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 564, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 567, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 567, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 568, col 13, Confusing use of '!'. +src/topics/tags.js: line 571, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 573, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 574, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 576, col 52, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 576, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 579, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 579, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 580, col 13, Confusing use of '!'. +src/topics/tags.js: line 584, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 585, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 587, col 54, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 587, col 59, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 590, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tags.js: line 591, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 591, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 595, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 597, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 597, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 598, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 599, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 599, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 601, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 603, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 603, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 609, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 609, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 611, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 612, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 614, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 616, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 618, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 621, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tags.js: line 623, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 627, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tags.js: line 4, col 15, 'require' is not defined. +src/topics/tags.js: line 5, col 19, 'require' is not defined. +src/topics/tags.js: line 6, col 11, 'require' is not defined. +src/topics/tags.js: line 8, col 12, 'require' is not defined. +src/topics/tags.js: line 9, col 14, 'require' is not defined. +src/topics/tags.js: line 10, col 14, 'require' is not defined. +src/topics/tags.js: line 11, col 20, 'require' is not defined. +src/topics/tags.js: line 12, col 17, 'require' is not defined. +src/topics/tags.js: line 13, col 20, 'require' is not defined. +src/topics/tags.js: line 14, col 23, 'require' is not defined. +src/topics/tags.js: line 15, col 20, 'require' is not defined. +src/topics/tags.js: line 16, col 15, 'require' is not defined. +src/topics/tags.js: line 17, col 15, 'require' is not defined. +src/topics/tags.js: line 18, col 15, 'require' is not defined. +src/topics/tags.js: line 20, col 1, 'module' is not defined. +src/topics/tags.js: line 32, col 15, 'Promise' is not defined. +src/topics/tags.js: line 45, col 15, 'Promise' is not defined. +src/topics/tags.js: line 58, col 19, 'Promise' is not defined. +src/topics/tags.js: line 74, col 65, 'Promise' is not defined. +src/topics/tags.js: line 225, col 15, 'Promise' is not defined. +src/topics/tags.js: line 379, col 15, 'Promise' is not defined. +src/topics/tags.js: line 384, col 15, 'Promise' is not defined. +src/topics/tags.js: line 404, col 15, 'Promise' is not defined. +src/topics/tags.js: line 409, col 15, 'Promise' is not defined. +src/topics/tags.js: line 433, col 15, 'Promise' is not defined. +src/topics/tags.js: line 553, col 26, 'Promise' is not defined. +src/topics/tags.js: line 597, col 57, 'Promise' is not defined. +src/topics/tags.js: line 103, col 34, 'Set' is not defined. +src/topics/tags.js: line 601, col 33, 'Set' is not defined. + +src/topics/teaser.js: line 2, col 1, Use the function form of "use strict". +src/topics/teaser.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 14, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 18, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 19, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 19, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 26, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 29, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 45, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 49, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 49, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 52, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 57, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 60, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 71, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 73, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 77, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 77, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 109, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 115, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 115, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 123, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 124, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 125, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 127, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 128, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 129, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 132, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 139, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 139, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/teaser.js: line 142, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 145, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 154, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 158, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 162, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 163, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 167, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/teaser.js: line 168, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/teaser.js: line 4, col 11, 'require' is not defined. +src/topics/teaser.js: line 6, col 12, 'require' is not defined. +src/topics/teaser.js: line 7, col 14, 'require' is not defined. +src/topics/teaser.js: line 8, col 14, 'require' is not defined. +src/topics/teaser.js: line 9, col 15, 'require' is not defined. +src/topics/teaser.js: line 10, col 17, 'require' is not defined. +src/topics/teaser.js: line 11, col 15, 'require' is not defined. +src/topics/teaser.js: line 13, col 1, 'module' is not defined. +src/topics/teaser.js: line 45, col 53, 'Promise' is not defined. +src/topics/teaser.js: line 71, col 15, 'Promise' is not defined. +src/topics/teaser.js: line 115, col 22, 'Promise' is not defined. + +src/topics/thumbs.js: line 2, col 1, Use the function form of "use strict". +src/topics/thumbs.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 18, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 20, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 25, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 26, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 26, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 27, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 30, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 33, col 14, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 35, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 42, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 47, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 47, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 49, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 49, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 49, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 51, col 17, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 59, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 59, col 83, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 63, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 73, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 73, col 35, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 77, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 84, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 87, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 99, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 101, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 101, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 102, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 103, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 103, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 104, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 112, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 113, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 114, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 114, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 122, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 122, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 123, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 123, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 125, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 125, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 128, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 129, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 130, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 143, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 143, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 147, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 148, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 151, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 152, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 152, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 160, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/thumbs.js: line 160, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 161, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 162, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 162, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/thumbs.js: line 164, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/thumbs.js: line 4, col 11, 'require' is not defined. +src/topics/thumbs.js: line 5, col 15, 'require' is not defined. +src/topics/thumbs.js: line 6, col 14, 'require' is not defined. +src/topics/thumbs.js: line 7, col 19, 'require' is not defined. +src/topics/thumbs.js: line 9, col 12, 'require' is not defined. +src/topics/thumbs.js: line 10, col 14, 'require' is not defined. +src/topics/thumbs.js: line 11, col 17, 'require' is not defined. +src/topics/thumbs.js: line 12, col 15, 'require' is not defined. +src/topics/thumbs.js: line 13, col 14, 'require' is not defined. +src/topics/thumbs.js: line 14, col 15, 'require' is not defined. +src/topics/thumbs.js: line 84, col 20, 'require' is not defined. +src/topics/thumbs.js: line 147, col 24, 'require' is not defined. +src/topics/thumbs.js: line 16, col 16, 'module' is not defined. +src/topics/thumbs.js: line 48, col 26, 'Promise' is not defined. +src/topics/thumbs.js: line 103, col 11, 'Promise' is not defined. +src/topics/thumbs.js: line 123, col 46, 'Promise' is not defined. +src/topics/thumbs.js: line 125, col 9, 'Promise' is not defined. +src/topics/thumbs.js: line 143, col 15, 'Promise' is not defined. +src/topics/thumbs.js: line 150, col 15, 'Promise' is not defined. +src/topics/thumbs.js: line 152, col 13, 'Promise' is not defined. + +src/topics/tools.js: line 1, col 1, Use the function form of "use strict". +src/topics/tools.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 15, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 18, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 22, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 26, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 38, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 53, col 94, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 69, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 73, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 78, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 87, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 91, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 95, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 100, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 105, col 91, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 113, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 117, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 121, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 121, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 127, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 136, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 136, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 137, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 137, col 84, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 138, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 140, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 140, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 152, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 153, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 166, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 168, col 67, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 171, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 173, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 174, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 175, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 176, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 177, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 180, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 183, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 184, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 185, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 186, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 187, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 193, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 199, col 77, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 204, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 205, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 205, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 206, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 212, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 217, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 217, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 218, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 222, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 229, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 230, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 235, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/tools.js: line 236, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 237, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 244, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 246, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 247, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 248, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 249, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 250, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 251, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 252, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 253, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 254, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 255, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 255, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 255, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 259, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 261, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 262, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 263, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 264, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 264, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 264, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 267, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 269, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 270, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 271, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 272, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 273, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/tools.js: line 277, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 288, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/tools.js: line 3, col 11, 'require' is not defined. +src/topics/tools.js: line 5, col 12, 'require' is not defined. +src/topics/tools.js: line 6, col 16, 'require' is not defined. +src/topics/tools.js: line 7, col 20, 'require' is not defined. +src/topics/tools.js: line 8, col 14, 'require' is not defined. +src/topics/tools.js: line 9, col 17, 'require' is not defined. +src/topics/tools.js: line 10, col 20, 'require' is not defined. +src/topics/tools.js: line 11, col 15, 'require' is not defined. +src/topics/tools.js: line 14, col 1, 'module' is not defined. +src/topics/tools.js: line 140, col 22, 'Promise' is not defined. +src/topics/tools.js: line 193, col 31, 'Promise' is not defined. +src/topics/tools.js: line 280, col 15, 'Promise' is not defined. + +src/topics/unread.js: line 2, col 1, Use the function form of "use strict". +src/topics/unread.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 18, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 24, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 30, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 49, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 55, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 60, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 78, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 91, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 93, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 94, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 96, col 22, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 96, col 40, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 96, col 54, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 101, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 101, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 105, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 106, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 110, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 111, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 114, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 115, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 115, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 118, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 122, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 122, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 123, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 124, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 125, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 127, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 127, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 130, col 22, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 130, col 30, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 130, col 36, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 130, col 50, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 133, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 144, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 145, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 145, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 147, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 148, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 150, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 151, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 153, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 156, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 156, col 82, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 191, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 193, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 199, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 200, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 200, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 200, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 204, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 205, col 13, Confusing use of '!'. +src/topics/unread.js: line 208, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 211, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 212, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 215, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 216, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 217, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 217, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 220, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 221, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 221, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 221, col 113, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 222, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 225, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 229, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 231, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 231, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 233, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 235, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 235, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 242, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 243, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 243, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 247, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 248, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 249, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 250, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 256, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 256, col 74, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 260, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 261, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 261, col 45, Functions declared within loops referencing an outer scoped variable may lead to confusing semantics. (params) +src/topics/unread.js: line 270, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 274, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 275, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 283, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 284, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 285, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 287, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 291, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 296, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 301, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 301, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 303, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 306, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 307, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 308, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 310, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 316, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 316, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 318, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 319, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 326, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 327, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 328, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 332, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 335, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 339, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 344, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 351, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 352, col 13, Confusing use of '!'. +src/topics/unread.js: line 353, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 355, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 355, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 357, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 358, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 362, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 363, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 363, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 364, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 370, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 370, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 374, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 386, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 387, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 391, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 392, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 398, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 399, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 401, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 405, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 409, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 409, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 410, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 413, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/unread.js: line 414, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/unread.js: line 415, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/topics/unread.js: line 4, col 15, 'require' is not defined. +src/topics/unread.js: line 5, col 11, 'require' is not defined. +src/topics/unread.js: line 7, col 12, 'require' is not defined. +src/topics/unread.js: line 8, col 14, 'require' is not defined. +src/topics/unread.js: line 9, col 15, 'require' is not defined. +src/topics/unread.js: line 10, col 23, 'require' is not defined. +src/topics/unread.js: line 11, col 20, 'require' is not defined. +src/topics/unread.js: line 12, col 20, 'require' is not defined. +src/topics/unread.js: line 13, col 14, 'require' is not defined. +src/topics/unread.js: line 14, col 15, 'require' is not defined. +src/topics/unread.js: line 15, col 17, 'require' is not defined. +src/topics/unread.js: line 275, col 9, 'require' is not defined. +src/topics/unread.js: line 17, col 1, 'module' is not defined. +src/topics/unread.js: line 101, col 90, 'Promise' is not defined. +src/topics/unread.js: line 301, col 49, 'Promise' is not defined. +src/topics/unread.js: line 317, col 15, 'Promise' is not defined. +src/topics/unread.js: line 355, col 75, 'Promise' is not defined. +src/topics/unread.js: line 396, col 15, 'Promise' is not defined. +src/topics/unread.js: line 346, col 9, 'console' is not defined. + +src/topics/user.js: line 1, col 1, Use the function form of "use strict". +src/topics/user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/user.js: line 6, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/user.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/topics/user.js: line 15, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/topics/user.js: line 16, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/topics/user.js: line 3, col 12, 'require' is not defined. +src/topics/user.js: line 5, col 1, 'module' is not defined. + +src/translator.js: line 1, col 1, Use the function form of "use strict". +src/translator.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/translator.js: line 11, col 105, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/translator.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/translator.js: line 3, col 17, 'require' is not defined. +src/translator.js: line 11, col 18, 'require' is not defined. +src/translator.js: line 11, col 69, 'require' is not defined. +src/translator.js: line 12, col 23, 'require' is not defined. +src/translator.js: line 6, col 9, 'global' is not defined. +src/translator.js: line 11, col 1, 'module' is not defined. + +src/upgrade.js: line 2, col 1, Use the function form of "use strict". +src/upgrade.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 14, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 24, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 26, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 27, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 30, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 30, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 47, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 55, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 62, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 64, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 65, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 66, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 68, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 70, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 83, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 85, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 87, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 87, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 93, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 96, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 96, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 101, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 102, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 102, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 113, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 115, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 117, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 117, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 121, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrade.js: line 122, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 122, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 122, col 118, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 123, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 123, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 128, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 128, col 21, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 130, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 131, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 133, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 142, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 142, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 168, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 169, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 186, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 190, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 191, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 192, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrade.js: line 194, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 200, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrade.js: line 4, col 14, 'require' is not defined. +src/upgrade.js: line 5, col 14, 'require' is not defined. +src/upgrade.js: line 6, col 16, 'require' is not defined. +src/upgrade.js: line 7, col 18, 'require' is not defined. +src/upgrade.js: line 8, col 17, 'require' is not defined. +src/upgrade.js: line 9, col 15, 'require' is not defined. +src/upgrade.js: line 11, col 17, 'require' is not defined. +src/upgrade.js: line 12, col 12, 'require' is not defined. +src/upgrade.js: line 13, col 14, 'require' is not defined. +src/upgrade.js: line 14, col 19, 'require' is not defined. +src/upgrade.js: line 37, col 28, 'require' is not defined. +src/upgrade.js: line 38, col 28, 'require' is not defined. +src/upgrade.js: line 68, col 34, 'require' is not defined. +src/upgrade.js: line 130, col 30, 'require' is not defined. +src/upgrade.js: line 204, col 1, 'require' is not defined. +src/upgrade.js: line 24, col 17, 'module' is not defined. +src/upgrade.js: line 27, col 43, '__dirname' is not defined. +src/upgrade.js: line 115, col 45, '__dirname' is not defined. +src/upgrade.js: line 94, col 5, 'console' is not defined. +src/upgrade.js: line 114, col 5, 'console' is not defined. +src/upgrade.js: line 122, col 5, 'console' is not defined. +src/upgrade.js: line 165, col 13, 'console' is not defined. +src/upgrade.js: line 175, col 5, 'console' is not defined. +src/upgrade.js: line 96, col 42, 'Promise' is not defined. +src/upgrade.js: line 123, col 48, 'Promise' is not defined. +src/upgrade.js: line 142, col 9, 'process' is not defined. +src/upgrade.js: line 146, col 13, 'process' is not defined. +src/upgrade.js: line 169, col 9, 'process' is not defined. +src/upgrade.js: line 181, col 9, 'process' is not defined. +src/upgrade.js: line 199, col 27, 'process' is not defined. +src/upgrade.js: line 200, col 9, 'process' is not defined. + +src/upgrades/1.0.0/chat_room_hashes.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.0.0/chat_room_hashes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_room_hashes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_room_hashes.js: line 11, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_room_hashes.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_room_hashes.js: line 17, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_room_hashes.js: line 20, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_room_hashes.js: line 28, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_room_hashes.js: line 28, col 89, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_room_hashes.js: line 37, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_room_hashes.js: line 37, col 115, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_room_hashes.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.0.0/chat_room_hashes.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.0.0/chat_room_hashes.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.0.0/chat_upgrade.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.0.0/chat_upgrade.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_upgrade.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_upgrade.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_upgrade.js: line 12, col 85, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 17, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_upgrade.js: line 18, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_upgrade.js: line 19, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_upgrade.js: line 21, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 23, col 21, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 24, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 24, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 31, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_upgrade.js: line 32, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/chat_upgrade.js: line 37, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 40, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 46, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 47, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 55, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 58, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 61, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 64, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 69, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/chat_upgrade.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.0.0/chat_upgrade.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.0.0/chat_upgrade.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.0.0/chat_upgrade.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.0.0/global_moderators.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.0.0/global_moderators.js: line 6, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.0.0/global_moderators.js: line 7, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/global_moderators.js: line 8, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/global_moderators.js: line 3, col 1, 'module' is not defined. +src/upgrades/1.0.0/global_moderators.js: line 7, col 24, 'require' is not defined. + +src/upgrades/1.0.0/social_post_sharing.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.0.0/social_post_sharing.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/social_post_sharing.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/social_post_sharing.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/social_post_sharing.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.0.0/social_post_sharing.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.0.0/social_post_sharing.js: line 11, col 24, 'require' is not defined. +src/upgrades/1.0.0/social_post_sharing.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.0.0/theme_to_active_plugins.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.0.0/theme_to_active_plugins.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/theme_to_active_plugins.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.0.0/theme_to_active_plugins.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/theme_to_active_plugins.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.0.0/theme_to_active_plugins.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.0.0/user_best_posts.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.0.0/user_best_posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/user_best_posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/user_best_posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/user_best_posts.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/user_best_posts.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/user_best_posts.js: line 13, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/user_best_posts.js: line 15, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/user_best_posts.js: line 16, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/user_best_posts.js: line 17, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/user_best_posts.js: line 17, col 89, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/user_best_posts.js: line 24, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/user_best_posts.js: line 25, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/user_best_posts.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.0.0/user_best_posts.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.0.0/user_best_posts.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.0.0/user_best_posts.js: line 12, col 23, 'require' is not defined. +src/upgrades/1.0.0/user_best_posts.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.0.0/users_notvalidated.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.0.0/users_notvalidated.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/users_notvalidated.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/users_notvalidated.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/users_notvalidated.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/users_notvalidated.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.0.0/users_notvalidated.js: line 14, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/users_notvalidated.js: line 15, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/users_notvalidated.js: line 16, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/users_notvalidated.js: line 16, col 92, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/users_notvalidated.js: line 23, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.0.0/users_notvalidated.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.0.0/users_notvalidated.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.0.0/users_notvalidated.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.0.0/users_notvalidated.js: line 12, col 23, 'require' is not defined. +src/upgrades/1.0.0/users_notvalidated.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 16, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 16, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 17, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 17, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 19, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 19, col 30, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 21, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 22, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 26, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 26, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 28, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 29, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 32, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 12, col 27, 'require' is not defined. +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 13, col 31, 'require' is not defined. +src/upgrades/1.1.0/assign_topic_read_privilege.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 16, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 18, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 20, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 27, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 28, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 35, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 38, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 39, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 39, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 39, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 42, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 42, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 44, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 48, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 50, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 51, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 52, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 4, col 17, 'require' is not defined. +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 11, col 23, 'require' is not defined. +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 12, col 24, 'require' is not defined. +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 7, col 1, 'module' is not defined. +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 21, col 15, 'Promise' is not defined. +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 33, col 15, 'Promise' is not defined. +src/upgrades/1.1.0/dismiss_flags_from_deleted_topics.js: line 41, col 11, 'Promise' is not defined. + +src/upgrades/1.1.0/group_title_update.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.1.0/group_title_update.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/group_title_update.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/group_title_update.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/group_title_update.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/group_title_update.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/group_title_update.js: line 14, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/group_title_update.js: line 15, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/group_title_update.js: line 16, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/group_title_update.js: line 17, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/group_title_update.js: line 22, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/group_title_update.js: line 24, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/group_title_update.js: line 25, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/group_title_update.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.1.0/group_title_update.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.1.0/group_title_update.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.1.0/group_title_update.js: line 12, col 22, 'require' is not defined. +src/upgrades/1.1.0/group_title_update.js: line 13, col 23, 'require' is not defined. +src/upgrades/1.1.0/group_title_update.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.1.0/separate_upvote_downvote.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.1.0/separate_upvote_downvote.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 14, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 15, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 17, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 18, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 20, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 23, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 26, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 28, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 32, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/separate_upvote_downvote.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.1.0/separate_upvote_downvote.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.1.0/separate_upvote_downvote.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.1.0/separate_upvote_downvote.js: line 12, col 23, 'require' is not defined. +src/upgrades/1.1.0/separate_upvote_downvote.js: line 13, col 23, 'require' is not defined. +src/upgrades/1.1.0/separate_upvote_downvote.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.1.0/user_post_count_per_tid.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.1.0/user_post_count_per_tid.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 14, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 15, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 16, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 18, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 19, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 19, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 23, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 32, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 33, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 33, col 78, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 40, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.0/user_post_count_per_tid.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.1.0/user_post_count_per_tid.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.1.0/user_post_count_per_tid.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.1.0/user_post_count_per_tid.js: line 12, col 23, 'require' is not defined. +src/upgrades/1.1.0/user_post_count_per_tid.js: line 13, col 24, 'require' is not defined. +src/upgrades/1.1.0/user_post_count_per_tid.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.1.1/remove_negative_best_posts.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.1.1/remove_negative_best_posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.1/remove_negative_best_posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.1/remove_negative_best_posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.1/remove_negative_best_posts.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.1/remove_negative_best_posts.js: line 13, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.1/remove_negative_best_posts.js: line 14, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.1/remove_negative_best_posts.js: line 15, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.1/remove_negative_best_posts.js: line 16, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.1/remove_negative_best_posts.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.1.1/remove_negative_best_posts.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.1.1/remove_negative_best_posts.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.1.1/remove_negative_best_posts.js: line 12, col 23, 'require' is not defined. +src/upgrades/1.1.1/remove_negative_best_posts.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.1.1/upload_privileges.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.1.1/upload_privileges.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.1/upload_privileges.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.1/upload_privileges.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.1/upload_privileges.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.1.1/upload_privileges.js: line 14, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.1/upload_privileges.js: line 19, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.1/upload_privileges.js: line 20, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.1/upload_privileges.js: line 24, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.1.1/upload_privileges.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.1.1/upload_privileges.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.1.1/upload_privileges.js: line 11, col 31, 'require' is not defined. +src/upgrades/1.1.1/upload_privileges.js: line 12, col 22, 'require' is not defined. +src/upgrades/1.1.1/upload_privileges.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 16, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 18, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 19, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 31, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 5, col 16, 'require' is not defined. +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 7, col 15, 'require' is not defined. +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 8, col 12, 'require' is not defined. +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 10, col 1, 'module' is not defined. +src/upgrades/1.10.0/hash_recent_ip_addresses.js: line 23, col 28, 'setImmediate' is not defined. + +src/upgrades/1.10.0/post_history_privilege.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.10.0/post_history_privilege.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/post_history_privilege.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/post_history_privilege.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/post_history_privilege.js: line 13, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.0/post_history_privilege.js: line 17, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.0/post_history_privilege.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.10.0/post_history_privilege.js: line 6, col 20, 'require' is not defined. +src/upgrades/1.10.0/post_history_privilege.js: line 7, col 12, 'require' is not defined. +src/upgrades/1.10.0/post_history_privilege.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.10.0/search_privileges.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.10.0/search_privileges.js: line 6, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.0/search_privileges.js: line 7, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/search_privileges.js: line 8, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/search_privileges.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/search_privileges.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/search_privileges.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/search_privileges.js: line 3, col 1, 'module' is not defined. +src/upgrades/1.10.0/search_privileges.js: line 7, col 22, 'require' is not defined. +src/upgrades/1.10.0/search_privileges.js: line 8, col 28, 'require' is not defined. + +src/upgrades/1.10.0/view_deleted_privilege.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.10.0/view_deleted_privilege.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.0/view_deleted_privilege.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 14, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 14, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 15, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.0/view_deleted_privilege.js: line 16, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 16, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.0/view_deleted_privilege.js: line 17, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.0/view_deleted_privilege.js: line 5, col 16, 'require' is not defined. +src/upgrades/1.10.0/view_deleted_privilege.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.10.0/view_deleted_privilege.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.10.2/event_filters.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.10.2/event_filters.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/event_filters.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/event_filters.js: line 12, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/event_filters.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/event_filters.js: line 13, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/event_filters.js: line 15, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/event_filters.js: line 15, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/event_filters.js: line 16, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/event_filters.js: line 16, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/event_filters.js: line 19, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/event_filters.js: line 19, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/event_filters.js: line 27, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/event_filters.js: line 28, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/event_filters.js: line 31, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/event_filters.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.10.2/event_filters.js: line 7, col 15, 'require' is not defined. +src/upgrades/1.10.2/event_filters.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.10.2/fix_category_post_zsets.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.10.2/fix_category_post_zsets.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 15, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 15, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 17, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 17, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 18, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 18, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 19, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 20, col 79, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 23, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 23, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 23, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_post_zsets.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.10.2/fix_category_post_zsets.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.10.2/fix_category_post_zsets.js: line 5, col 16, 'require' is not defined. +src/upgrades/1.10.2/fix_category_post_zsets.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.10.2/fix_category_post_zsets.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 12, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 13, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 16, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 16, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 17, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 17, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 19, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 19, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 22, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 7, col 15, 'require' is not defined. +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 15, col 24, 'require' is not defined. +src/upgrades/1.10.2/fix_category_topic_zsets.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.10.2/local_login_privileges.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.10.2/local_login_privileges.js: line 7, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/local_login_privileges.js: line 8, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/local_login_privileges.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/local_login_privileges.js: line 3, col 1, 'module' is not defined. +src/upgrades/1.10.2/local_login_privileges.js: line 7, col 22, 'require' is not defined. +src/upgrades/1.10.2/local_login_privileges.js: line 8, col 28, 'require' is not defined. + +src/upgrades/1.10.2/postgres_sessions.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.10.2/postgres_sessions.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/postgres_sessions.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/postgres_sessions.js: line 14, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/postgres_sessions.js: line 37, col 15, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/postgres_sessions.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.10.2/postgres_sessions.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.10.2/postgres_sessions.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 14, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 14, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 15, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 15, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 17, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 17, col 17, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 18, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 19, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 20, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 25, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 31, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 31, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 35, col 26, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 35, col 36, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 36, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 36, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 37, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 37, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 38, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 56, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 58, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 8, col 1, 'module' is not defined. +src/upgrades/1.10.2/upgrade_bans_to_hashes.js: line 17, col 57, 'Promise' is not defined. + +src/upgrades/1.10.2/username_email_history.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.10.2/username_email_history.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/username_email_history.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/username_email_history.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/username_email_history.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/username_email_history.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/username_email_history.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/username_email_history.js: line 14, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/username_email_history.js: line 14, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/username_email_history.js: line 15, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/username_email_history.js: line 16, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/username_email_history.js: line 19, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.10.2/username_email_history.js: line 26, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.10.2/username_email_history.js: line 26, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/username_email_history.js: line 28, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/username_email_history.js: line 29, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.10.2/username_email_history.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.10.2/username_email_history.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.10.2/username_email_history.js: line 6, col 14, 'require' is not defined. +src/upgrades/1.10.2/username_email_history.js: line 8, col 1, 'module' is not defined. +src/upgrades/1.10.2/username_email_history.js: line 26, col 19, 'Promise' is not defined. +src/upgrades/1.10.2/username_email_history.js: line 27, col 23, 'Promise' is not defined. + +src/upgrades/1.11.0/navigation_visibility_groups.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.11.0/navigation_visibility_groups.js: line 6, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 7, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 8, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 29, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 30, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 32, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 42, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 43, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 45, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 46, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 47, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.11.0/navigation_visibility_groups.js: line 3, col 1, 'module' is not defined. +src/upgrades/1.11.0/navigation_visibility_groups.js: line 30, col 16, 'require' is not defined. +src/upgrades/1.11.0/navigation_visibility_groups.js: line 43, col 16, 'require' is not defined. +src/upgrades/1.11.0/navigation_visibility_groups.js: line 44, col 24, 'require' is not defined. + +src/upgrades/1.11.0/resize_image_width.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.11.0/resize_image_width.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/resize_image_width.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.11.0/resize_image_width.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/resize_image_width.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/resize_image_width.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.11.0/resize_image_width.js: line 9, col 22, 'require' is not defined. +src/upgrades/1.11.0/resize_image_width.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.11.0/widget_visibility_groups.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.11.0/widget_visibility_groups.js: line 6, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.11.0/widget_visibility_groups.js: line 7, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/widget_visibility_groups.js: line 8, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/widget_visibility_groups.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/widget_visibility_groups.js: line 10, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/widget_visibility_groups.js: line 10, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/widget_visibility_groups.js: line 14, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.11.0/widget_visibility_groups.js: line 16, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.0/widget_visibility_groups.js: line 3, col 1, 'module' is not defined. +src/upgrades/1.11.0/widget_visibility_groups.js: line 7, col 29, 'require' is not defined. +src/upgrades/1.11.0/widget_visibility_groups.js: line 8, col 25, 'require' is not defined. + +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 13, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 15, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 15, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.11.1/remove_ignored_cids_per_user.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.12.0/category_watch_state.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.12.0/category_watch_state.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 12, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.0/category_watch_state.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 13, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 16, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.0/category_watch_state.js: line 16, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.0/category_watch_state.js: line 18, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.0/category_watch_state.js: line 18, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.0/category_watch_state.js: line 20, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 20, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 21, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 21, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.0/category_watch_state.js: line 22, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.0/category_watch_state.js: line 24, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/category_watch_state.js: line 24, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.0/category_watch_state.js: line 25, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.0/category_watch_state.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.12.0/category_watch_state.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.12.0/category_watch_state.js: line 7, col 20, 'require' is not defined. +src/upgrades/1.12.0/category_watch_state.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.12.0/global_view_privileges.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.12.0/global_view_privileges.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/global_view_privileges.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/global_view_privileges.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/global_view_privileges.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/global_view_privileges.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.12.0/global_view_privileges.js: line 4, col 20, 'require' is not defined. +src/upgrades/1.12.0/global_view_privileges.js: line 10, col 22, 'require' is not defined. +src/upgrades/1.12.0/global_view_privileges.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.12.0/group_create_privilege.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.12.0/group_create_privilege.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/group_create_privilege.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.0/group_create_privilege.js: line 3, col 20, 'require' is not defined. +src/upgrades/1.12.0/group_create_privilege.js: line 9, col 22, 'require' is not defined. +src/upgrades/1.12.0/group_create_privilege.js: line 5, col 1, 'module' is not defined. +src/upgrades/1.12.0/group_create_privilege.js: line 13, col 13, 'setImmediate' is not defined. + +src/upgrades/1.12.1/clear_username_email_history.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.12.1/clear_username_email_history.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/clear_username_email_history.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/clear_username_email_history.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/clear_username_email_history.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/clear_username_email_history.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/clear_username_email_history.js: line 12, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/clear_username_email_history.js: line 13, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/clear_username_email_history.js: line 18, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/clear_username_email_history.js: line 21, col 18, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/clear_username_email_history.js: line 23, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/clear_username_email_history.js: line 31, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/clear_username_email_history.js: line 31, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/clear_username_email_history.js: line 31, col 101, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/clear_username_email_history.js: line 40, col 17, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/clear_username_email_history.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.12.1/clear_username_email_history.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.12.1/clear_username_email_history.js: line 5, col 14, 'require' is not defined. +src/upgrades/1.12.1/clear_username_email_history.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.12.1/moderation_notes_refactor.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.12.1/moderation_notes_refactor.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 14, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 14, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 15, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 15, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 18, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 18, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 19, col 22, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 19, col 33, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 20, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 22, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 23, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 28, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/moderation_notes_refactor.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.12.1/moderation_notes_refactor.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.12.1/moderation_notes_refactor.js: line 8, col 1, 'module' is not defined. +src/upgrades/1.12.1/moderation_notes_refactor.js: line 15, col 19, 'Promise' is not defined. + +src/upgrades/1.12.1/post_upload_sizes.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.12.1/post_upload_sizes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/post_upload_sizes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/post_upload_sizes.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/post_upload_sizes.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/post_upload_sizes.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/post_upload_sizes.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/post_upload_sizes.js: line 13, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.1/post_upload_sizes.js: line 13, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/post_upload_sizes.js: line 14, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/post_upload_sizes.js: line 14, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/post_upload_sizes.js: line 14, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.1/post_upload_sizes.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.1/post_upload_sizes.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.12.1/post_upload_sizes.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.12.1/post_upload_sizes.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.12.1/post_upload_sizes.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.12.3/disable_plugin_metrics.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.12.3/disable_plugin_metrics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/disable_plugin_metrics.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/disable_plugin_metrics.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.12.3/disable_plugin_metrics.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.12.3/give_mod_info_privilege.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.12.3/give_mod_info_privilege.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 12, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 14, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 14, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 20, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 21, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 22, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 22, col 31, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_info_privilege.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.12.3/give_mod_info_privilege.js: line 6, col 20, 'require' is not defined. +src/upgrades/1.12.3/give_mod_info_privilege.js: line 7, col 16, 'require' is not defined. +src/upgrades/1.12.3/give_mod_info_privilege.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.12.3/give_mod_privileges.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.12.3/give_mod_privileges.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 12, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/give_mod_privileges.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 48, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 48, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 51, col 69, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/give_mod_privileges.js: line 51, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/give_mod_privileges.js: line 55, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/give_mod_privileges.js: line 56, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 56, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/give_mod_privileges.js: line 56, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/give_mod_privileges.js: line 57, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 57, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/give_mod_privileges.js: line 58, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 58, col 31, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/give_mod_privileges.js: line 5, col 20, 'require' is not defined. +src/upgrades/1.12.3/give_mod_privileges.js: line 6, col 16, 'require' is not defined. +src/upgrades/1.12.3/give_mod_privileges.js: line 7, col 12, 'require' is not defined. +src/upgrades/1.12.3/give_mod_privileges.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.12.3/update_registration_type.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.12.3/update_registration_type.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/update_registration_type.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/update_registration_type.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/update_registration_type.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.12.3/update_registration_type.js: line 9, col 22, 'require' is not defined. +src/upgrades/1.12.3/update_registration_type.js: line 5, col 1, 'module' is not defined. +src/upgrades/1.12.3/update_registration_type.js: line 17, col 13, 'setImmediate' is not defined. + +src/upgrades/1.12.3/user_pid_sets.js: line 2, col 1, Use the function form of "use strict". +src/upgrades/1.12.3/user_pid_sets.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 13, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/user_pid_sets.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 16, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.12.3/user_pid_sets.js: line 16, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/user_pid_sets.js: line 18, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 19, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 19, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/user_pid_sets.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.12.3/user_pid_sets.js: line 22, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/user_pid_sets.js: line 24, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/user_pid_sets.js: line 26, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.12.3/user_pid_sets.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.12.3/user_pid_sets.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.12.3/user_pid_sets.js: line 7, col 15, 'require' is not defined. +src/upgrades/1.12.3/user_pid_sets.js: line 8, col 16, 'require' is not defined. +src/upgrades/1.12.3/user_pid_sets.js: line 10, col 1, 'module' is not defined. + +src/upgrades/1.13.0/clean_flag_byCid.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.13.0/clean_flag_byCid.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_flag_byCid.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_flag_byCid.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_flag_byCid.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_flag_byCid.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_flag_byCid.js: line 12, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_flag_byCid.js: line 12, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_flag_byCid.js: line 14, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_flag_byCid.js: line 14, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_flag_byCid.js: line 14, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_flag_byCid.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_flag_byCid.js: line 16, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_flag_byCid.js: line 16, col 32, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_flag_byCid.js: line 18, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_flag_byCid.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.13.0/clean_flag_byCid.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.13.0/clean_flag_byCid.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.13.0/clean_post_topic_hash.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.13.0/clean_post_topic_hash.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 16, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 17, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 17, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 20, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 20, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 21, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 21, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 25, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 37, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 42, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 49, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 58, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 59, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 59, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 61, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 61, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 61, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 62, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 62, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 66, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 78, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 81, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 88, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/clean_post_topic_hash.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.13.0/clean_post_topic_hash.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.13.0/clean_post_topic_hash.js: line 6, col 1, 'module' is not defined. +src/upgrades/1.13.0/clean_post_topic_hash.js: line 21, col 15, 'Promise' is not defined. +src/upgrades/1.13.0/clean_post_topic_hash.js: line 62, col 15, 'Promise' is not defined. + +src/upgrades/1.13.0/cleanup_old_notifications.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.13.0/cleanup_old_notifications.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 14, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 14, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 17, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 17, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 18, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 18, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 21, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 21, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 25, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 26, col 122, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 31, col 150, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 43, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.0/cleanup_old_notifications.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.13.0/cleanup_old_notifications.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.13.0/cleanup_old_notifications.js: line 5, col 14, 'require' is not defined. +src/upgrades/1.13.0/cleanup_old_notifications.js: line 7, col 1, 'module' is not defined. +src/upgrades/1.13.0/cleanup_old_notifications.js: line 16, col 19, 'Promise' is not defined. +src/upgrades/1.13.0/cleanup_old_notifications.js: line 21, col 19, 'Promise' is not defined. + +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 13, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 18, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 28, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 28, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 30, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 30, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 30, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 32, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 32, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 41, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 6, col 1, 'module' is not defined. +src/upgrades/1.13.3/fix_users_sorted_sets.js: line 32, col 19, 'Promise' is not defined. + +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 9, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 4, col 20, 'require' is not defined. +src/upgrades/1.13.4/remove_allowFileUploads_priv.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.14.0/fix_category_image_field.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.14.0/fix_category_image_field.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/fix_category_image_field.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.0/fix_category_image_field.js: line 8, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/fix_category_image_field.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/fix_category_image_field.js: line 10, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.0/fix_category_image_field.js: line 10, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/fix_category_image_field.js: line 11, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/fix_category_image_field.js: line 11, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/fix_category_image_field.js: line 11, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/fix_category_image_field.js: line 12, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/fix_category_image_field.js: line 14, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.0/fix_category_image_field.js: line 14, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/fix_category_image_field.js: line 16, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/fix_category_image_field.js: line 18, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/fix_category_image_field.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.14.0/fix_category_image_field.js: line 9, col 23, 'require' is not defined. +src/upgrades/1.14.0/fix_category_image_field.js: line 5, col 1, 'module' is not defined. +src/upgrades/1.14.0/fix_category_image_field.js: line 14, col 23, 'Promise' is not defined. + +src/upgrades/1.14.0/unescape_navigation_titles.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.14.0/unescape_navigation_titles.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/unescape_navigation_titles.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.0/unescape_navigation_titles.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/unescape_navigation_titles.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/unescape_navigation_titles.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/unescape_navigation_titles.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/unescape_navigation_titles.js: line 13, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.0/unescape_navigation_titles.js: line 14, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.0/unescape_navigation_titles.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.14.0/unescape_navigation_titles.js: line 10, col 28, 'require' is not defined. +src/upgrades/1.14.0/unescape_navigation_titles.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 13, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 13, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 16, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 16, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 22, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 30, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 31, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 36, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 37, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 42, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 43, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 48, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 49, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.14.1/readd_deleted_recent_topics.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 13, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 13, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 15, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 15, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 16, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 16, col 32, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 19, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 19, col 21, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 22, col 29, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 24, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 27, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.15.0/add_target_uid_to_flags.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.15.0/consolidate_flags.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/consolidate_flags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/consolidate_flags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/consolidate_flags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/consolidate_flags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/consolidate_flags.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/consolidate_flags.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/consolidate_flags.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/consolidate_flags.js: line 14, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/consolidate_flags.js: line 15, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/consolidate_flags.js: line 15, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/consolidate_flags.js: line 19, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/consolidate_flags.js: line 19, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/consolidate_flags.js: line 22, col 42, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/consolidate_flags.js: line 22, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/consolidate_flags.js: line 23, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/consolidate_flags.js: line 35, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/consolidate_flags.js: line 36, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/consolidate_flags.js: line 39, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/consolidate_flags.js: line 39, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/consolidate_flags.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/consolidate_flags.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.15.0/consolidate_flags.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.15.0/consolidate_flags.js: line 6, col 14, 'require' is not defined. +src/upgrades/1.15.0/consolidate_flags.js: line 8, col 1, 'module' is not defined. +src/upgrades/1.15.0/consolidate_flags.js: line 22, col 19, 'Promise' is not defined. +src/upgrades/1.15.0/consolidate_flags.js: line 39, col 23, 'Promise' is not defined. + +src/upgrades/1.15.0/disable_sounds_plugin.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/disable_sounds_plugin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/disable_sounds_plugin.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/disable_sounds_plugin.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/disable_sounds_plugin.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.15.0/fix_category_colors.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/fix_category_colors.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fix_category_colors.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fix_category_colors.js: line 8, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fix_category_colors.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fix_category_colors.js: line 10, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fix_category_colors.js: line 10, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fix_category_colors.js: line 11, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fix_category_colors.js: line 11, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fix_category_colors.js: line 11, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fix_category_colors.js: line 12, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fix_category_colors.js: line 14, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fix_category_colors.js: line 14, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fix_category_colors.js: line 15, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fix_category_colors.js: line 15, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fix_category_colors.js: line 16, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fix_category_colors.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/fix_category_colors.js: line 9, col 23, 'require' is not defined. +src/upgrades/1.15.0/fix_category_colors.js: line 5, col 1, 'module' is not defined. +src/upgrades/1.15.0/fix_category_colors.js: line 14, col 23, 'Promise' is not defined. + +src/upgrades/1.15.0/fullname_search_set.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/fullname_search_set.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fullname_search_set.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fullname_search_set.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fullname_search_set.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fullname_search_set.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fullname_search_set.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fullname_search_set.js: line 14, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/fullname_search_set.js: line 14, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fullname_search_set.js: line 16, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fullname_search_set.js: line 17, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/fullname_search_set.js: line 18, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fullname_search_set.js: line 19, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fullname_search_set.js: line 19, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/fullname_search_set.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/fullname_search_set.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.15.0/fullname_search_set.js: line 6, col 14, 'require' is not defined. +src/upgrades/1.15.0/fullname_search_set.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.15.0/remove_allow_from_uri.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/remove_allow_from_uri.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_allow_from_uri.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/remove_allow_from_uri.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_allow_from_uri.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/remove_allow_from_uri.js: line 9, col 22, 'require' is not defined. +src/upgrades/1.15.0/remove_allow_from_uri.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 13, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 13, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 14, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 14, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 15, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 15, col 17, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 16, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 17, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 20, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 20, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 21, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 25, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 6, col 1, 'module' is not defined. +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 14, col 19, 'Promise' is not defined. +src/upgrades/1.15.0/remove_flag_reporters_zset.js: line 15, col 55, 'Promise' is not defined. + +src/upgrades/1.15.0/topic_poster_count.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/topic_poster_count.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/topic_poster_count.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/topic_poster_count.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/topic_poster_count.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/topic_poster_count.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/topic_poster_count.js: line 13, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/topic_poster_count.js: line 13, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/topic_poster_count.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/topic_poster_count.js: line 15, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/topic_poster_count.js: line 15, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/topic_poster_count.js: line 17, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/topic_poster_count.js: line 18, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/topic_poster_count.js: line 19, col 18, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/topic_poster_count.js: line 21, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/topic_poster_count.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/topic_poster_count.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.15.0/topic_poster_count.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.15.0/track_flags_by_target.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/track_flags_by_target.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/track_flags_by_target.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/track_flags_by_target.js: line 8, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/track_flags_by_target.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/track_flags_by_target.js: line 10, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/track_flags_by_target.js: line 10, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/track_flags_by_target.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/track_flags_by_target.js: line 5, col 1, 'module' is not defined. +src/upgrades/1.15.0/track_flags_by_target.js: line 10, col 15, 'Promise' is not defined. + +src/upgrades/1.15.0/verified_users_group.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.0/verified_users_group.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 15, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/verified_users_group.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 16, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 47, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/verified_users_group.js: line 47, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/verified_users_group.js: line 49, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 51, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 51, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/verified_users_group.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 52, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/verified_users_group.js: line 56, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/verified_users_group.js: line 57, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/verified_users_group.js: line 62, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/verified_users_group.js: line 63, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/verified_users_group.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 80, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.0/verified_users_group.js: line 87, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 93, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 93, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 95, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 97, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.0/verified_users_group.js: line 97, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.0/verified_users_group.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.15.0/verified_users_group.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.15.0/verified_users_group.js: line 6, col 14, 'require' is not defined. +src/upgrades/1.15.0/verified_users_group.js: line 7, col 16, 'require' is not defined. +src/upgrades/1.15.0/verified_users_group.js: line 8, col 14, 'require' is not defined. +src/upgrades/1.15.0/verified_users_group.js: line 9, col 20, 'require' is not defined. +src/upgrades/1.15.0/verified_users_group.js: line 12, col 1, 'module' is not defined. + +src/upgrades/1.15.4/clear_purged_replies.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.15.4/clear_purged_replies.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.4/clear_purged_replies.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 14, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.15.4/clear_purged_replies.js: line 14, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 16, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 16, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 16, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 17, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 21, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 22, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 22, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 22, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 23, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 23, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 23, col 86, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 24, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 24, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 26, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.15.4/clear_purged_replies.js: line 26, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 27, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 27, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.15.4/clear_purged_replies.js: line 3, col 11, 'require' is not defined. +src/upgrades/1.15.4/clear_purged_replies.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.15.4/clear_purged_replies.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.15.4/clear_purged_replies.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.16.0/category_tags.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.16.0/category_tags.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 14, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 16, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 16, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 16, col 53, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 20, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 20, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 21, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 25, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 25, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 28, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 30, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/category_tags.js: line 30, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 31, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 31, col 17, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 33, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 33, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 37, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/category_tags.js: line 37, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 37, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 38, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/category_tags.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.16.0/category_tags.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.16.0/category_tags.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.16.0/category_tags.js: line 6, col 16, 'require' is not defined. +src/upgrades/1.16.0/category_tags.js: line 8, col 1, 'module' is not defined. +src/upgrades/1.16.0/category_tags.js: line 21, col 45, 'Promise' is not defined. + +src/upgrades/1.16.0/migrate_thumbs.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.16.0/migrate_thumbs.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 13, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/migrate_thumbs.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 21, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/migrate_thumbs.js: line 21, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/migrate_thumbs.js: line 22, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 22, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/migrate_thumbs.js: line 22, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/migrate_thumbs.js: line 23, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 24, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/migrate_thumbs.js: line 26, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.16.0/migrate_thumbs.js: line 26, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.16.0/migrate_thumbs.js: line 27, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 30, col 66, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.16.0/migrate_thumbs.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.16.0/migrate_thumbs.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.16.0/migrate_thumbs.js: line 6, col 14, 'require' is not defined. +src/upgrades/1.16.0/migrate_thumbs.js: line 7, col 16, 'require' is not defined. +src/upgrades/1.16.0/migrate_thumbs.js: line 8, col 15, 'require' is not defined. +src/upgrades/1.16.0/migrate_thumbs.js: line 10, col 1, 'module' is not defined. +src/upgrades/1.16.0/migrate_thumbs.js: line 26, col 19, 'Promise' is not defined. + +src/upgrades/1.17.0/banned_users_group.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.17.0/banned_users_group.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 12, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/banned_users_group.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 13, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 28, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/banned_users_group.js: line 28, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/banned_users_group.js: line 33, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/banned_users_group.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/banned_users_group.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.17.0/banned_users_group.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.17.0/banned_users_group.js: line 5, col 16, 'require' is not defined. +src/upgrades/1.17.0/banned_users_group.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.17.0/category_name_zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.17.0/category_name_zset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/category_name_zset.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/category_name_zset.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/category_name_zset.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/category_name_zset.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/category_name_zset.js: line 12, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/category_name_zset.js: line 12, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/category_name_zset.js: line 13, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/category_name_zset.js: line 13, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/category_name_zset.js: line 13, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/category_name_zset.js: line 14, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/category_name_zset.js: line 15, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/category_name_zset.js: line 16, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/category_name_zset.js: line 16, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/category_name_zset.js: line 19, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/category_name_zset.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.17.0/category_name_zset.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.17.0/category_name_zset.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.17.0/default_favicon.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.17.0/default_favicon.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/default_favicon.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/default_favicon.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/default_favicon.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/default_favicon.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/default_favicon.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/default_favicon.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/default_favicon.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/default_favicon.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/default_favicon.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.17.0/default_favicon.js: line 4, col 14, 'require' is not defined. +src/upgrades/1.17.0/default_favicon.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.17.0/default_favicon.js: line 6, col 14, 'require' is not defined. +src/upgrades/1.17.0/default_favicon.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 9, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 13, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 13, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 4, col 20, 'require' is not defined. +src/upgrades/1.17.0/schedule_privilege_for_existing_categories.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.17.0/subcategories_per_page.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.17.0/subcategories_per_page.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/subcategories_per_page.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/subcategories_per_page.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/subcategories_per_page.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/subcategories_per_page.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/subcategories_per_page.js: line 12, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/subcategories_per_page.js: line 12, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/subcategories_per_page.js: line 13, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/subcategories_per_page.js: line 13, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/subcategories_per_page.js: line 13, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/subcategories_per_page.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.17.0/subcategories_per_page.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.17.0/subcategories_per_page.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.17.0/topic_thumb_count.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.17.0/topic_thumb_count.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/topic_thumb_count.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 13, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/topic_thumb_count.js: line 13, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/topic_thumb_count.js: line 14, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 14, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/topic_thumb_count.js: line 14, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/topic_thumb_count.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 16, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 17, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.17.0/topic_thumb_count.js: line 17, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/topic_thumb_count.js: line 19, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/topic_thumb_count.js: line 19, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.17.0/topic_thumb_count.js: line 19, col 92, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.17.0/topic_thumb_count.js: line 3, col 11, 'require' is not defined. +src/upgrades/1.17.0/topic_thumb_count.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.17.0/topic_thumb_count.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.17.0/topic_thumb_count.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.18.0/enable_include_unverified_emails.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.18.0/enable_include_unverified_emails.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.0/enable_include_unverified_emails.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/enable_include_unverified_emails.js: line 9, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/enable_include_unverified_emails.js: line 3, col 14, 'require' is not defined. +src/upgrades/1.18.0/enable_include_unverified_emails.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.18.0/topic_tags_refactor.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.18.0/topic_tags_refactor.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.0/topic_tags_refactor.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.0/topic_tags_refactor.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.0/topic_tags_refactor.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.0/topic_tags_refactor.js: line 12, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 14, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 14, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 14, col 53, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 18, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 18, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 19, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.0/topic_tags_refactor.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.0/topic_tags_refactor.js: line 21, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 22, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.0/topic_tags_refactor.js: line 25, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 28, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 28, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 28, col 88, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 30, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 30, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.0/topic_tags_refactor.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.18.0/topic_tags_refactor.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.18.0/topic_tags_refactor.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.18.4/category_topics_views.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.18.4/category_topics_views.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.4/category_topics_views.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.4/category_topics_views.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.4/category_topics_views.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.4/category_topics_views.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.4/category_topics_views.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.4/category_topics_views.js: line 13, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.18.4/category_topics_views.js: line 13, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.4/category_topics_views.js: line 14, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.18.4/category_topics_views.js: line 15, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.4/category_topics_views.js: line 16, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.4/category_topics_views.js: line 16, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.18.4/category_topics_views.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.18.4/category_topics_views.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.18.4/category_topics_views.js: line 5, col 16, 'require' is not defined. +src/upgrades/1.18.4/category_topics_views.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 13, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 14, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 24, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.19.0/navigation-enabled-hashes.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.19.0/reenable-username-login.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.19.0/reenable-username-login.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.0/reenable-username-login.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.0/reenable-username-login.js: line 8, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.0/reenable-username-login.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.0/reenable-username-login.js: line 3, col 14, 'require' is not defined. +src/upgrades/1.19.0/reenable-username-login.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 14, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 15, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 18, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 23, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 26, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 26, col 69, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 26, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 27, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 32, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 32, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 33, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 33, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 34, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 34, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 35, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 35, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 37, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 37, col 72, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 38, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 43, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 47, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 3, col 14, 'require' is not defined. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 7, col 12, 'require' is not defined. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 8, col 15, 'require' is not defined. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 9, col 14, 'require' is not defined. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 11, col 1, 'module' is not defined. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 33, col 19, 'Promise' is not defined. +src/upgrades/1.19.2/remove_leftover_thumbs_after_topic_purge.js: line 37, col 23, 'Promise' is not defined. + +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 13, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 13, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 14, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 17, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 18, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 20, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 21, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 27, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 9, col 23, 'require' is not defined. +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 10, col 23, 'require' is not defined. +src/upgrades/1.19.2/store_downvoted_posts_in_zset.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 8, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 13, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 16, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 16, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 19, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 19, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 20, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 20, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 22, col 17, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 25, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 27, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 30, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 31, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 35, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 35, col 73, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 3, col 16, 'require' is not defined. +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 10, col 1, 'module' is not defined. +src/upgrades/1.19.3/fix_user_uploads_zset.js: line 19, col 19, 'Promise' is not defined. + +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 10, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 15, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 16, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 18, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 18, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 19, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 19, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 19, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 21, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 25, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 25, col 28, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 27, col 17, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 30, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 33, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 36, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 37, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 37, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 41, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 41, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 42, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 42, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 42, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 46, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 46, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 46, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 47, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 48, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 50, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 54, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 54, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 56, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 56, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 56, col 94, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 5, col 16, 'require' is not defined. +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 7, col 12, 'require' is not defined. +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 8, col 15, 'require' is not defined. +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 12, col 1, 'module' is not defined. +src/upgrades/1.19.3/rename_post_upload_hashes.js: line 56, col 23, 'Promise' is not defined. + +src/upgrades/1.2.0/category_recent_tids.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.2.0/category_recent_tids.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/category_recent_tids.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/category_recent_tids.js: line 11, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/category_recent_tids.js: line 16, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/category_recent_tids.js: line 17, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/category_recent_tids.js: line 17, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/category_recent_tids.js: line 21, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/category_recent_tids.js: line 21, col 91, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/category_recent_tids.js: line 25, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/category_recent_tids.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.2.0/category_recent_tids.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.2.0/category_recent_tids.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 17, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 17, col 24, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 18, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 19, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 19, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 21, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 21, col 30, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 24, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 25, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 27, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 31, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 32, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 36, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 36, col 29, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 39, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 40, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 42, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 45, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 46, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 49, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 12, col 27, 'require' is not defined. +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 13, col 31, 'require' is not defined. +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 8, col 1, 'module' is not defined. +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 23, col 27, 'Promise' is not defined. +src/upgrades/1.2.0/edit_delete_deletetopic_privileges.js: line 38, col 27, 'Promise' is not defined. + +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 9, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 12, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 13, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 13, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 14, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 14, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 16, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 16, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 17, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 17, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 19, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 21, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 28, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 29, col 60, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 29, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 30, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 30, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 31, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 31, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 10, col 23, 'require' is not defined. +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 5, col 1, 'module' is not defined. +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 14, col 23, 'Promise' is not defined. +src/upgrades/1.3.0/favourites_to_bookmarks.js: line 30, col 23, 'Promise' is not defined. + +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 16, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 17, col 80, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 24, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 28, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 30, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 31, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 12, col 23, 'require' is not defined. +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 13, col 23, 'require' is not defined. +src/upgrades/1.3.0/sorted_sets_for_post_replies.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.4.0/global_and_user_language_keys.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.4.0/global_and_user_language_keys.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 9, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 16, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 22, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 22, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 23, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 23, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 25, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 25, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 27, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/global_and_user_language_keys.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.4.0/global_and_user_language_keys.js: line 10, col 22, 'require' is not defined. +src/upgrades/1.4.0/global_and_user_language_keys.js: line 11, col 22, 'require' is not defined. +src/upgrades/1.4.0/global_and_user_language_keys.js: line 12, col 23, 'require' is not defined. +src/upgrades/1.4.0/global_and_user_language_keys.js: line 5, col 1, 'module' is not defined. +src/upgrades/1.4.0/global_and_user_language_keys.js: line 23, col 19, 'Promise' is not defined. + +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 14, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 15, col 93, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 20, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 22, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 23, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 26, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 27, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 28, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 5, col 17, 'require' is not defined. +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 6, col 12, 'require' is not defined. +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 12, col 24, 'require' is not defined. +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 13, col 23, 'require' is not defined. +src/upgrades/1.4.0/sorted_set_for_pinned_topics.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.4.4/config_urls_update.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.4.4/config_urls_update.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/config_urls_update.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.4/config_urls_update.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/config_urls_update.js: line 12, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/config_urls_update.js: line 21, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/config_urls_update.js: line 22, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/config_urls_update.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.4.4/config_urls_update.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.4.4/sound_settings.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.4.4/sound_settings.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/sound_settings.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/sound_settings.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/sound_settings.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/sound_settings.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/sound_settings.js: line 22, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/sound_settings.js: line 24, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/sound_settings.js: line 29, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/sound_settings.js: line 39, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/sound_settings.js: line 41, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/sound_settings.js: line 42, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/sound_settings.js: line 43, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/sound_settings.js: line 43, col 76, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/sound_settings.js: line 47, col 29, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.4/sound_settings.js: line 48, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/sound_settings.js: line 55, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.4/sound_settings.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.4.4/sound_settings.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.4.4/sound_settings.js: line 11, col 22, 'require' is not defined. +src/upgrades/1.4.4/sound_settings.js: line 12, col 23, 'require' is not defined. +src/upgrades/1.4.4/sound_settings.js: line 7, col 1, 'module' is not defined. +src/upgrades/1.4.4/sound_settings.js: line 57, col 33, 'setImmediate' is not defined. + +src/upgrades/1.4.6/delete_sessions.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.4.6/delete_sessions.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.6/delete_sessions.js: line 11, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 13, col 63, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.6/delete_sessions.js: line 15, col 28, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.6/delete_sessions.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 19, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 22, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 23, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 24, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 27, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.4.6/delete_sessions.js: line 27, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.6/delete_sessions.js: line 28, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.4.6/delete_sessions.js: line 29, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.4.6/delete_sessions.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.4.6/delete_sessions.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.4.6/delete_sessions.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.4.6/delete_sessions.js: line 13, col 26, 'require' is not defined. +src/upgrades/1.4.6/delete_sessions.js: line 22, col 32, 'require' is not defined. +src/upgrades/1.4.6/delete_sessions.js: line 7, col 1, 'module' is not defined. +src/upgrades/1.4.6/delete_sessions.js: line 13, col 64, 'process' is not defined. +src/upgrades/1.4.6/delete_sessions.js: line 15, col 29, 'process' is not defined. + +src/upgrades/1.5.0/allowed_file_extensions.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.5.0/allowed_file_extensions.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/allowed_file_extensions.js: line 9, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/allowed_file_extensions.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.5.0/allowed_file_extensions.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.5.0/flags_refactor.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.5.0/flags_refactor.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/flags_refactor.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 14, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/flags_refactor.js: line 14, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/flags_refactor.js: line 15, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 16, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/flags_refactor.js: line 17, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/flags_refactor.js: line 17, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/flags_refactor.js: line 20, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 20, col 17, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 21, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/flags_refactor.js: line 22, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/flags_refactor.js: line 28, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 29, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 32, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 41, col 29, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/flags_refactor.js: line 42, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/flags_refactor.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.5.0/flags_refactor.js: line 9, col 23, 'require' is not defined. +src/upgrades/1.5.0/flags_refactor.js: line 10, col 23, 'require' is not defined. +src/upgrades/1.5.0/flags_refactor.js: line 11, col 23, 'require' is not defined. +src/upgrades/1.5.0/flags_refactor.js: line 5, col 1, 'module' is not defined. +src/upgrades/1.5.0/flags_refactor.js: line 17, col 19, 'Promise' is not defined. +src/upgrades/1.5.0/flags_refactor.js: line 20, col 47, 'Promise' is not defined. + +src/upgrades/1.5.0/moderation_history_refactor.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.5.0/moderation_history_refactor.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/moderation_history_refactor.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/moderation_history_refactor.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/moderation_history_refactor.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/moderation_history_refactor.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/moderation_history_refactor.js: line 14, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/moderation_history_refactor.js: line 15, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/moderation_history_refactor.js: line 16, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/moderation_history_refactor.js: line 16, col 88, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/moderation_history_refactor.js: line 21, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/moderation_history_refactor.js: line 28, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/moderation_history_refactor.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.5.0/moderation_history_refactor.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.5.0/moderation_history_refactor.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.5.0/moderation_history_refactor.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.5.0/post_votes_zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.5.0/post_votes_zset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/post_votes_zset.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/post_votes_zset.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/post_votes_zset.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/post_votes_zset.js: line 13, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/post_votes_zset.js: line 14, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/post_votes_zset.js: line 15, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/post_votes_zset.js: line 15, col 91, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/post_votes_zset.js: line 21, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/post_votes_zset.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.5.0/post_votes_zset.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.5.0/post_votes_zset.js: line 13, col 9, 'require' is not defined. +src/upgrades/1.5.0/post_votes_zset.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 12, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 12, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 13, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 13, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 14, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 14, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 18, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 19, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 6, col 1, 'module' is not defined. +src/upgrades/1.5.0/remove_relative_uploaded_profile_cover.js: line 13, col 19, 'Promise' is not defined. + +src/upgrades/1.5.1/rename_mods_group.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.5.1/rename_mods_group.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.1/rename_mods_group.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.1/rename_mods_group.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.1/rename_mods_group.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.1/rename_mods_group.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.1/rename_mods_group.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.1/rename_mods_group.js: line 15, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.1/rename_mods_group.js: line 16, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.1/rename_mods_group.js: line 17, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.1/rename_mods_group.js: line 17, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.1/rename_mods_group.js: line 18, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.1/rename_mods_group.js: line 18, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.1/rename_mods_group.js: line 19, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.1/rename_mods_group.js: line 24, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.1/rename_mods_group.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.5.1/rename_mods_group.js: line 4, col 17, 'require' is not defined. +src/upgrades/1.5.1/rename_mods_group.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.5.1/rename_mods_group.js: line 7, col 16, 'require' is not defined. +src/upgrades/1.5.1/rename_mods_group.js: line 10, col 1, 'module' is not defined. + +src/upgrades/1.5.2/rss_token_wipe.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.5.2/rss_token_wipe.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/rss_token_wipe.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/rss_token_wipe.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/rss_token_wipe.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/rss_token_wipe.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/rss_token_wipe.js: line 13, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.2/rss_token_wipe.js: line 14, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.2/rss_token_wipe.js: line 16, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.2/rss_token_wipe.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.5.2/rss_token_wipe.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.5.2/rss_token_wipe.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.5.2/rss_token_wipe.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.5.2/tags_privilege.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.5.2/tags_privilege.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/tags_privilege.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/tags_privilege.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/tags_privilege.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/tags_privilege.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.5.2/tags_privilege.js: line 13, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.2/tags_privilege.js: line 14, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.5.2/tags_privilege.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.5.2/tags_privilege.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.5.2/tags_privilege.js: line 12, col 28, 'require' is not defined. +src/upgrades/1.5.2/tags_privilege.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.6.0/clear-stale-digest-template.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.6.0/clear-stale-digest-template.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/clear-stale-digest-template.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/clear-stale-digest-template.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.6.0/clear-stale-digest-template.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/clear-stale-digest-template.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/clear-stale-digest-template.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/clear-stale-digest-template.js: line 3, col 16, 'require' is not defined. +src/upgrades/1.6.0/clear-stale-digest-template.js: line 4, col 14, 'require' is not defined. +src/upgrades/1.6.0/clear-stale-digest-template.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.6.0/generate-email-logo.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.6.0/generate-email-logo.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 15, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 20, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 21, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/generate-email-logo.js: line 28, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.6.0/generate-email-logo.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 5, col 14, 'require' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 6, col 15, 'require' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 7, col 12, 'require' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 8, col 14, 'require' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 9, col 15, 'require' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 11, col 1, 'module' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 25, col 28, 'setImmediate' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 31, col 32, 'setImmediate' is not defined. +src/upgrades/1.6.0/generate-email-logo.js: line 43, col 28, 'setImmediate' is not defined. + +src/upgrades/1.6.0/ipblacklist-fix.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.6.0/ipblacklist-fix.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/ipblacklist-fix.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.6.0/ipblacklist-fix.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/ipblacklist-fix.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.6.0/ipblacklist-fix.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.6.0/robots-config-change.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.6.0/robots-config-change.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/robots-config-change.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.6.0/robots-config-change.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.0/robots-config-change.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.6.0/robots-config-change.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 13, col 74, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 14, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 15, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 15, col 105, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 21, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 22, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 13, col 9, 'require' is not defined. +src/upgrades/1.6.2/topics_lastposttime_zset.js: line 7, col 1, 'module' is not defined. + +src/upgrades/1.7.0/generate-custom-html.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.0/generate-custom-html.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.0/generate-custom-html.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.0/generate-custom-html.js: line 10, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.0/generate-custom-html.js: line 15, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.0/generate-custom-html.js: line 18, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.0/generate-custom-html.js: line 19, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.0/generate-custom-html.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.7.0/generate-custom-html.js: line 4, col 14, 'require' is not defined. +src/upgrades/1.7.0/generate-custom-html.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.7.1/notification-settings.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.1/notification-settings.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.1/notification-settings.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.1/notification-settings.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.1/notification-settings.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.1/notification-settings.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.1/notification-settings.js: line 12, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.1/notification-settings.js: line 12, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.1/notification-settings.js: line 13, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.1/notification-settings.js: line 13, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.1/notification-settings.js: line 15, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.1/notification-settings.js: line 15, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.1/notification-settings.js: line 18, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.1/notification-settings.js: line 21, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.1/notification-settings.js: line 24, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.1/notification-settings.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.7.1/notification-settings.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.7.1/notification-settings.js: line 6, col 1, 'module' is not defined. +src/upgrades/1.7.1/notification-settings.js: line 13, col 19, 'Promise' is not defined. + +src/upgrades/1.7.3/key_value_schema_change.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/1.7.3/key_value_schema_change.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.3/key_value_schema_change.js: line 11, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 13, col 63, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.3/key_value_schema_change.js: line 15, col 28, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.3/key_value_schema_change.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 18, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 22, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 31, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 33, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/key_value_schema_change.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.7.3/key_value_schema_change.js: line 13, col 26, 'require' is not defined. +src/upgrades/1.7.3/key_value_schema_change.js: line 7, col 1, 'module' is not defined. +src/upgrades/1.7.3/key_value_schema_change.js: line 13, col 64, 'process' is not defined. +src/upgrades/1.7.3/key_value_schema_change.js: line 13, col 103, 'process' is not defined. +src/upgrades/1.7.3/key_value_schema_change.js: line 15, col 29, 'process' is not defined. +src/upgrades/1.7.3/key_value_schema_change.js: line 15, col 68, 'process' is not defined. + +src/upgrades/1.7.3/topic_votes.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.3/topic_votes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.3/topic_votes.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 13, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.3/topic_votes.js: line 13, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.3/topic_votes.js: line 14, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.3/topic_votes.js: line 14, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.3/topic_votes.js: line 16, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 16, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.3/topic_votes.js: line 18, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 18, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.3/topic_votes.js: line 20, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 21, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 22, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 26, col 25, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.3/topic_votes.js: line 28, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.3/topic_votes.js: line 32, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.3/topic_votes.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.7.3/topic_votes.js: line 5, col 12, 'require' is not defined. +src/upgrades/1.7.3/topic_votes.js: line 7, col 1, 'module' is not defined. +src/upgrades/1.7.3/topic_votes.js: line 14, col 19, 'Promise' is not defined. +src/upgrades/1.7.3/topic_votes.js: line 27, col 31, 'Promise' is not defined. + +src/upgrades/1.7.4/chat_privilege.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.4/chat_privilege.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/chat_privilege.js: line 4, col 16, 'require' is not defined. +src/upgrades/1.7.4/chat_privilege.js: line 6, col 1, 'module' is not defined. + +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 12, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 12, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 13, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 13, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 15, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 15, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 17, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 18, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 19, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 20, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 22, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 6, col 1, 'module' is not defined. +src/upgrades/1.7.4/fix_moved_topics_byvotes.js: line 13, col 19, 'Promise' is not defined. + +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 12, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 12, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 13, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 13, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 15, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 15, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 17, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 17, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 19, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 20, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 6, col 1, 'module' is not defined. +src/upgrades/1.7.4/fix_user_topics_per_category.js: line 13, col 19, 'Promise' is not defined. + +src/upgrades/1.7.4/global_upload_privilege.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.4/global_upload_privilege.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/global_upload_privilege.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/global_upload_privilege.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/global_upload_privilege.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/global_upload_privilege.js: line 13, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/global_upload_privilege.js: line 17, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/global_upload_privilege.js: line 18, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/global_upload_privilege.js: line 23, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/global_upload_privilege.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/global_upload_privilege.js: line 40, col 79, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/global_upload_privilege.js: line 41, col 77, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/global_upload_privilege.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.7.4/global_upload_privilege.js: line 5, col 16, 'require' is not defined. +src/upgrades/1.7.4/global_upload_privilege.js: line 6, col 20, 'require' is not defined. +src/upgrades/1.7.4/global_upload_privilege.js: line 7, col 12, 'require' is not defined. +src/upgrades/1.7.4/global_upload_privilege.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.7.4/rename_min_reputation_settings.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.4/rename_min_reputation_settings.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/rename_min_reputation_settings.js: line 9, col 94, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/rename_min_reputation_settings.js: line 17, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/rename_min_reputation_settings.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.7.4/rename_min_reputation_settings.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.7.4/vote_privilege.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.4/vote_privilege.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/vote_privilege.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/vote_privilege.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.4/vote_privilege.js: line 13, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/vote_privilege.js: line 17, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.4/vote_privilege.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.7.4/vote_privilege.js: line 6, col 20, 'require' is not defined. +src/upgrades/1.7.4/vote_privilege.js: line 7, col 12, 'require' is not defined. +src/upgrades/1.7.4/vote_privilege.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.7.6/flatten_navigation_data.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.6/flatten_navigation_data.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/flatten_navigation_data.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.6/flatten_navigation_data.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/flatten_navigation_data.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/flatten_navigation_data.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/flatten_navigation_data.js: line 12, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.7.6/flatten_navigation_data.js: line 13, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/flatten_navigation_data.js: line 14, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/flatten_navigation_data.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.7.6/flatten_navigation_data.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.7.6/notification_types.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.6/notification_types.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/notification_types.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.6/notification_types.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/notification_types.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/notification_types.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/notification_types.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.7.6/notification_types.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.7.6/update_min_pass_strength.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.7.6/update_min_pass_strength.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/update_min_pass_strength.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/1.7.6/update_min_pass_strength.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.7.6/update_min_pass_strength.js: line 3, col 12, 'require' is not defined. +src/upgrades/1.7.6/update_min_pass_strength.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.8.0/give_signature_privileges.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.8.0/give_signature_privileges.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.0/give_signature_privileges.js: line 3, col 20, 'require' is not defined. +src/upgrades/1.8.0/give_signature_privileges.js: line 5, col 1, 'module' is not defined. + +src/upgrades/1.8.0/give_spiders_privileges.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.8.0/give_spiders_privileges.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.0/give_spiders_privileges.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.0/give_spiders_privileges.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.0/give_spiders_privileges.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.0/give_spiders_privileges.js: line 13, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.0/give_spiders_privileges.js: line 17, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.0/give_spiders_privileges.js: line 18, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.0/give_spiders_privileges.js: line 23, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.0/give_spiders_privileges.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.0/give_spiders_privileges.js: line 44, col 76, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.0/give_spiders_privileges.js: line 45, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.0/give_spiders_privileges.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.8.0/give_spiders_privileges.js: line 5, col 16, 'require' is not defined. +src/upgrades/1.8.0/give_spiders_privileges.js: line 6, col 20, 'require' is not defined. +src/upgrades/1.8.0/give_spiders_privileges.js: line 7, col 12, 'require' is not defined. +src/upgrades/1.8.0/give_spiders_privileges.js: line 9, col 1, 'module' is not defined. + +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 14, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 15, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 16, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 16, col 87, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 27, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 29, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 30, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 31, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 36, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 45, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 4, col 12, 'require' is not defined. +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 5, col 15, 'require' is not defined. +src/upgrades/1.8.1/diffs_zset_to_listhash.js: line 8, col 1, 'module' is not defined. + +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 12, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 13, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 3, col 15, 'require' is not defined. +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 4, col 15, 'require' is not defined. +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 12, col 9, 'require' is not defined. +src/upgrades/1.9.0/refresh_post_upload_associations.js: line 6, col 1, 'module' is not defined. + +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 14, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 14, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 16, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 16, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 16, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 17, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 18, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 18, col 17, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 19, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 24, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 31, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 40, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 40, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 4, col 12, 'require' is not defined. +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 5, col 15, 'require' is not defined. +src/upgrades/2.8.7/fix-email-sorted-sets.js: line 8, col 1, 'module' is not defined. + +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 12, col 21, 'require' is not defined. +src/upgrades/3.0.0/reset_bootswatch_skin.js: line 6, col 1, 'module' is not defined. + +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 13, col 50, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 13, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 14, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 14, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 14, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 16, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 19, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 19, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 10, col 23, 'require' is not defined. +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 11, col 21, 'require' is not defined. +src/upgrades/3.1.0/reset_user_bootswatch_skin.js: line 6, col 1, 'module' is not defined. + +src/upgrades/3.2.0/fix_username_zsets.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.2.0/fix_username_zsets.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/fix_username_zsets.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/fix_username_zsets.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/fix_username_zsets.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/fix_username_zsets.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/fix_username_zsets.js: line 15, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/fix_username_zsets.js: line 15, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/fix_username_zsets.js: line 17, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/fix_username_zsets.js: line 17, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/fix_username_zsets.js: line 17, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/fix_username_zsets.js: line 18, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/fix_username_zsets.js: line 19, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/fix_username_zsets.js: line 22, col 57, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/fix_username_zsets.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.2.0/fix_username_zsets.js: line 5, col 15, 'require' is not defined. +src/upgrades/3.2.0/fix_username_zsets.js: line 8, col 1, 'module' is not defined. + +src/upgrades/3.2.0/migrate_api_tokens.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.2.0/migrate_api_tokens.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 13, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/migrate_api_tokens.js: line 13, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/migrate_api_tokens.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 16, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/migrate_api_tokens.js: line 16, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/migrate_api_tokens.js: line 17, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 17, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 18, col 42, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 18, col 49, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 18, col 54, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 23, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_api_tokens.js: line 3, col 16, 'require' is not defined. +src/upgrades/3.2.0/migrate_api_tokens.js: line 4, col 17, 'require' is not defined. +src/upgrades/3.2.0/migrate_api_tokens.js: line 6, col 12, 'require' is not defined. +src/upgrades/3.2.0/migrate_api_tokens.js: line 7, col 14, 'require' is not defined. +src/upgrades/3.2.0/migrate_api_tokens.js: line 8, col 13, 'require' is not defined. +src/upgrades/3.2.0/migrate_api_tokens.js: line 10, col 1, 'module' is not defined. +src/upgrades/3.2.0/migrate_api_tokens.js: line 16, col 15, 'Promise' is not defined. + +src/upgrades/3.2.0/migrate_post_sharing.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.2.0/migrate_post_sharing.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_post_sharing.js: line 8, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.2.0/migrate_post_sharing.js: line 8, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/migrate_post_sharing.js: line 9, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_post_sharing.js: line 11, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.2.0/migrate_post_sharing.js: line 12, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/migrate_post_sharing.js: line 13, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.2.0/migrate_post_sharing.js: line 3, col 12, 'require' is not defined. +src/upgrades/3.2.0/migrate_post_sharing.js: line 5, col 1, 'module' is not defined. + +src/upgrades/3.3.0/chat_message_mids.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.3.0/chat_message_mids.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_message_mids.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 14, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 18, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 18, col 27, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 19, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 19, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_message_mids.js: line 19, col 81, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 20, col 17, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 20, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 20, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 21, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 28, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 29, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 29, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 35, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 36, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_message_mids.js: line 44, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_message_mids.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.3.0/chat_message_mids.js: line 6, col 15, 'require' is not defined. +src/upgrades/3.3.0/chat_message_mids.js: line 8, col 1, 'module' is not defined. + +src/upgrades/3.3.0/chat_room_online_zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.3.0/chat_room_online_zset.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_online_zset.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_online_zset.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_online_zset.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_online_zset.js: line 16, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 16, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 18, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_online_zset.js: line 18, col 95, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 18, col 92, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_online_zset.js: line 21, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 22, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_online_zset.js: line 23, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 24, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_online_zset.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.3.0/chat_room_online_zset.js: line 5, col 15, 'require' is not defined. +src/upgrades/3.3.0/chat_room_online_zset.js: line 8, col 1, 'module' is not defined. + +src/upgrades/3.3.0/chat_room_owners.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.3.0/chat_room_owners.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_owners.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 15, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_owners.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 18, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_owners.js: line 18, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_owners.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 21, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_owners.js: line 21, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_owners.js: line 24, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 25, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_owners.js: line 25, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_owners.js: line 28, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_owners.js: line 29, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_owners.js: line 35, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_owners.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.3.0/chat_room_owners.js: line 5, col 15, 'require' is not defined. +src/upgrades/3.3.0/chat_room_owners.js: line 8, col 1, 'module' is not defined. +src/upgrades/3.3.0/chat_room_owners.js: line 24, col 39, 'Promise' is not defined. + +src/upgrades/3.3.0/chat_room_refactor.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.3.0/chat_room_refactor.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 16, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 22, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 22, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 23, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 23, col 79, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 23, col 76, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 24, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 24, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 25, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 27, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 27, col 62, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 35, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 35, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 36, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 36, col 79, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 36, col 76, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 37, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 37, col 33, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 39, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 40, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 40, col 21, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 41, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 41, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 42, col 26, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 42, col 36, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 43, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 43, col 93, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 43, col 115, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 44, col 29, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 44, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 45, col 29, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 45, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 50, col 29, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 50, col 87, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 50, col 84, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 51, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 59, col 29, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/chat_room_refactor.js: line 60, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 60, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 68, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 69, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 70, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 70, col 60, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/chat_room_refactor.js: line 72, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 80, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 84, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/chat_room_refactor.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.3.0/chat_room_refactor.js: line 6, col 15, 'require' is not defined. +src/upgrades/3.3.0/chat_room_refactor.js: line 8, col 1, 'module' is not defined. +src/upgrades/3.3.0/chat_room_refactor.js: line 24, col 19, 'Promise' is not defined. + +src/upgrades/3.3.0/save_rooms_zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.3.0/save_rooms_zset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/save_rooms_zset.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 13, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 16, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 20, col 46, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.3.0/save_rooms_zset.js: line 20, col 60, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 22, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 22, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 22, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 23, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 24, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 26, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 27, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 27, col 70, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 30, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.3.0/save_rooms_zset.js: line 31, col 25, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 36, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 36, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.3.0/save_rooms_zset.js: line 3, col 12, 'require' is not defined. +src/upgrades/3.3.0/save_rooms_zset.js: line 4, col 15, 'require' is not defined. +src/upgrades/3.3.0/save_rooms_zset.js: line 6, col 1, 'module' is not defined. +src/upgrades/3.3.0/save_rooms_zset.js: line 26, col 39, 'Promise' is not defined. + +src/upgrades/3.5.0/notification_translations.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.5.0/notification_translations.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.5.0/notification_translations.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.5.0/notification_translations.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.5.0/notification_translations.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.5.0/notification_translations.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.5.0/notification_translations.js: line 14, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.5.0/notification_translations.js: line 14, col 55, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.5.0/notification_translations.js: line 14, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.5.0/notification_translations.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.5.0/notification_translations.js: line 15, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.5.0/notification_translations.js: line 15, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.5.0/notification_translations.js: line 16, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.5.0/notification_translations.js: line 22, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.5.0/notification_translations.js: line 23, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.5.0/notification_translations.js: line 23, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.5.0/notification_translations.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.5.0/notification_translations.js: line 6, col 15, 'require' is not defined. +src/upgrades/3.5.0/notification_translations.js: line 8, col 1, 'module' is not defined. + +src/upgrades/3.6.0/category_tracking.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.6.0/category_tracking.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 12, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.6.0/category_tracking.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 13, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 20, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/category_tracking.js: line 20, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.6.0/category_tracking.js: line 20, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/category_tracking.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 22, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 22, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/category_tracking.js: line 24, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/category_tracking.js: line 24, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/category_tracking.js: line 29, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/category_tracking.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.6.0/category_tracking.js: line 6, col 14, 'require' is not defined. +src/upgrades/3.6.0/category_tracking.js: line 7, col 15, 'require' is not defined. +src/upgrades/3.6.0/category_tracking.js: line 9, col 1, 'module' is not defined. + +src/upgrades/3.6.0/chat_message_counts.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.6.0/chat_message_counts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/chat_message_counts.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.6.0/chat_message_counts.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/chat_message_counts.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/chat_message_counts.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/chat_message_counts.js: line 12, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/chat_message_counts.js: line 14, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/chat_message_counts.js: line 14, col 27, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/chat_message_counts.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/chat_message_counts.js: line 15, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/chat_message_counts.js: line 16, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/chat_message_counts.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.6.0/chat_message_counts.js: line 7, col 1, 'module' is not defined. + +src/upgrades/3.6.0/rename_newbie_config.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.6.0/rename_newbie_config.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/rename_newbie_config.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.6.0/rename_newbie_config.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/rename_newbie_config.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.6.0/rename_newbie_config.js: line 7, col 1, 'module' is not defined. + +src/upgrades/3.6.0/rewards_zsets.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.6.0/rewards_zsets.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/rewards_zsets.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.6.0/rewards_zsets.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.6.0/rewards_zsets.js: line 13, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/rewards_zsets.js: line 17, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/rewards_zsets.js: line 18, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.6.0/rewards_zsets.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.6.0/rewards_zsets.js: line 7, col 1, 'module' is not defined. + +src/upgrades/3.7.0/category-read-by-uid.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.7.0/category-read-by-uid.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-read-by-uid.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-read-by-uid.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/category-read-by-uid.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-read-by-uid.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-read-by-uid.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-read-by-uid.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-read-by-uid.js: line 15, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-read-by-uid.js: line 18, col 43, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/category-read-by-uid.js: line 18, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-read-by-uid.js: line 19, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-read-by-uid.js: line 19, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-read-by-uid.js: line 23, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-read-by-uid.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.7.0/category-read-by-uid.js: line 6, col 15, 'require' is not defined. +src/upgrades/3.7.0/category-read-by-uid.js: line 8, col 1, 'module' is not defined. + +src/upgrades/3.7.0/category-tid-created-zset.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.7.0/category-tid-created-zset.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-tid-created-zset.js: line 9, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 10, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-tid-created-zset.js: line 10, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-tid-created-zset.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-tid-created-zset.js: line 12, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 12, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 13, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/category-tid-created-zset.js: line 14, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 14, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 18, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 23, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 23, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/category-tid-created-zset.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.7.0/category-tid-created-zset.js: line 11, col 23, 'require' is not defined. +src/upgrades/3.7.0/category-tid-created-zset.js: line 6, col 1, 'module' is not defined. + +src/upgrades/3.7.0/change-category-sort-settings.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.7.0/change-category-sort-settings.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/change-category-sort-settings.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/change-category-sort-settings.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/change-category-sort-settings.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/change-category-sort-settings.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/change-category-sort-settings.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/change-category-sort-settings.js: line 18, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.7.0/change-category-sort-settings.js: line 18, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/change-category-sort-settings.js: line 20, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/change-category-sort-settings.js: line 20, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/change-category-sort-settings.js: line 20, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/change-category-sort-settings.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.7.0/change-category-sort-settings.js: line 22, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/change-category-sort-settings.js: line 27, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.7.0/change-category-sort-settings.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.7.0/change-category-sort-settings.js: line 5, col 15, 'require' is not defined. +src/upgrades/3.7.0/change-category-sort-settings.js: line 7, col 1, 'module' is not defined. + +src/upgrades/3.8.0/events-uid-filter.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.8.0/events-uid-filter.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/events-uid-filter.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/events-uid-filter.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/events-uid-filter.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/events-uid-filter.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/events-uid-filter.js: line 14, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/events-uid-filter.js: line 14, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/events-uid-filter.js: line 14, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/events-uid-filter.js: line 15, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/events-uid-filter.js: line 15, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/events-uid-filter.js: line 15, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/events-uid-filter.js: line 16, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/events-uid-filter.js: line 17, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/events-uid-filter.js: line 20, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/events-uid-filter.js: line 28, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/events-uid-filter.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.8.0/events-uid-filter.js: line 6, col 15, 'require' is not defined. +src/upgrades/3.8.0/events-uid-filter.js: line 8, col 1, 'module' is not defined. + +src/upgrades/3.8.0/remove-privilege-slugs.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.8.0/remove-privilege-slugs.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 12, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 13, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 15, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 17, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 17, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 17, col 33, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 24, col 51, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 24, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 26, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/remove-privilege-slugs.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.8.0/remove-privilege-slugs.js: line 6, col 16, 'require' is not defined. +src/upgrades/3.8.0/remove-privilege-slugs.js: line 7, col 15, 'require' is not defined. +src/upgrades/3.8.0/remove-privilege-slugs.js: line 9, col 1, 'module' is not defined. + +src/upgrades/3.8.0/user-upload-folders.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.8.0/user-upload-folders.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 7, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 16, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 17, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 23, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 24, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 27, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 27, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 29, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 29, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 30, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 32, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 35, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 35, col 62, 'Trailing comma in arguments lists' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 43, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.0/user-upload-folders.js: line 43, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 45, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 45, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 45, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 46, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 47, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 48, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.0/user-upload-folders.js: line 50, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 51, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 53, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 54, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 59, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 60, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 62, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 63, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 68, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 69, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 71, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 72, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 77, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.0/user-upload-folders.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.8.0/user-upload-folders.js: line 5, col 15, 'require' is not defined. +src/upgrades/3.8.0/user-upload-folders.js: line 6, col 14, 'require' is not defined. +src/upgrades/3.8.0/user-upload-folders.js: line 7, col 20, 'require' is not defined. +src/upgrades/3.8.0/user-upload-folders.js: line 9, col 12, 'require' is not defined. +src/upgrades/3.8.0/user-upload-folders.js: line 10, col 15, 'require' is not defined. +src/upgrades/3.8.0/user-upload-folders.js: line 13, col 1, 'module' is not defined. +src/upgrades/3.8.0/user-upload-folders.js: line 29, col 19, 'Promise' is not defined. + +src/upgrades/3.8.2/vote-visibility-config.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.8.2/vote-visibility-config.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.2/vote-visibility-config.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.2/vote-visibility-config.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.2/vote-visibility-config.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.2/vote-visibility-config.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.8.2/vote-visibility-config.js: line 7, col 1, 'module' is not defined. + +src/upgrades/3.8.3/remove-session-uuid.js: line 1, col 1, Use the function form of "use strict". +src/upgrades/3.8.3/remove-session-uuid.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/remove-session-uuid.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/remove-session-uuid.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.3/remove-session-uuid.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/remove-session-uuid.js: line 11, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/remove-session-uuid.js: line 13, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.3/remove-session-uuid.js: line 13, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.3/remove-session-uuid.js: line 15, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.3/remove-session-uuid.js: line 15, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.3/remove-session-uuid.js: line 4, col 12, 'require' is not defined. +src/upgrades/3.8.3/remove-session-uuid.js: line 5, col 15, 'require' is not defined. +src/upgrades/3.8.3/remove-session-uuid.js: line 7, col 1, 'module' is not defined. + +src/upgrades/3.8.3/topic-event-ids.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.8.3/topic-event-ids.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 11, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.3/topic-event-ids.js: line 12, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 12, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 14, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 17, col 14, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 20, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.3/topic-event-ids.js: line 20, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.3/topic-event-ids.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 21, col 67, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.3/topic-event-ids.js: line 21, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.3/topic-event-ids.js: line 22, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 23, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.3/topic-event-ids.js: line 25, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 27, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/upgrades/3.8.3/topic-event-ids.js: line 35, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.3/topic-event-ids.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.8.3/topic-event-ids.js: line 6, col 15, 'require' is not defined. +src/upgrades/3.8.3/topic-event-ids.js: line 8, col 1, 'module' is not defined. + +src/upgrades/3.8.4/downvote-visibility-config.js: line 3, col 1, Use the function form of "use strict". +src/upgrades/3.8.4/downvote-visibility-config.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.4/downvote-visibility-config.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/upgrades/3.8.4/downvote-visibility-config.js: line 11, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/upgrades/3.8.4/downvote-visibility-config.js: line 5, col 12, 'require' is not defined. +src/upgrades/3.8.4/downvote-visibility-config.js: line 7, col 1, 'module' is not defined. + +src/user/admin.js: line 2, col 1, Use the function form of "use strict". +src/user/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 10, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 16, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 17, col 13, Confusing use of '!'. +src/user/admin.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 22, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 25, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 30, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 31, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 32, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 35, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 38, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 39, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 39, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 40, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 40, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 41, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 42, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 43, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 43, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 51, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 51, col 58, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 54, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 66, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 66, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 66, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 67, col 70, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/admin.js: line 67, col 81, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 68, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 68, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 69, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 70, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 72, col 73, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 72, col 70, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 75, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/admin.js: line 81, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 81, col 28, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 82, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/admin.js: line 4, col 12, 'require' is not defined. +src/user/admin.js: line 5, col 14, 'require' is not defined. +src/user/admin.js: line 6, col 17, 'require' is not defined. +src/user/admin.js: line 7, col 19, 'require' is not defined. +src/user/admin.js: line 8, col 23, 'require' is not defined. +src/user/admin.js: line 10, col 21, 'require' is not defined. +src/user/admin.js: line 11, col 12, 'require' is not defined. +src/user/admin.js: line 12, col 17, 'require' is not defined. +src/user/admin.js: line 13, col 15, 'require' is not defined. +src/user/admin.js: line 15, col 1, 'module' is not defined. + +src/user/approval.js: line 1, col 1, Use the function form of "use strict". +src/user/approval.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 17, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 21, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 26, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 33, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 38, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 44, col 64, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 44, col 61, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 46, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 46, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 52, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 55, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 56, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 63, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 64, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 68, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 79, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 82, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 82, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 83, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 89, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 90, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 91, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 92, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 96, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 101, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 104, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 108, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 109, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 113, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 113, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 119, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 120, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 121, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 121, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 121, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 122, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 123, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 130, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 130, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 147, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 151, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 152, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 152, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 156, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/approval.js: line 160, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 161, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 162, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 162, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/approval.js: line 162, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/approval.js: line 3, col 19, 'require' is not defined. +src/user/approval.js: line 4, col 17, 'require' is not defined. +src/user/approval.js: line 5, col 17, 'require' is not defined. +src/user/approval.js: line 7, col 12, 'require' is not defined. +src/user/approval.js: line 8, col 14, 'require' is not defined. +src/user/approval.js: line 9, col 17, 'require' is not defined. +src/user/approval.js: line 10, col 23, 'require' is not defined. +src/user/approval.js: line 11, col 16, 'require' is not defined. +src/user/approval.js: line 12, col 15, 'require' is not defined. +src/user/approval.js: line 13, col 17, 'require' is not defined. +src/user/approval.js: line 14, col 17, 'require' is not defined. +src/user/approval.js: line 16, col 1, 'module' is not defined. +src/user/approval.js: line 93, col 15, 'Promise' is not defined. +src/user/approval.js: line 102, col 15, 'Promise' is not defined. +src/user/approval.js: line 130, col 15, 'Promise' is not defined. + +src/user/auth.js: line 1, col 1, Use the function form of "use strict". +src/user/auth.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 14, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 15, col 13, Confusing use of '!'. +src/user/auth.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 18, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 22, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 24, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 27, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 30, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 31, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 40, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 41, col 13, Confusing use of '!'. +src/user/auth.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 44, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 52, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 53, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 56, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 58, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 59, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 63, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 65, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 65, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 66, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 66, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 67, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 78, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 79, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 79, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 86, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 86, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 87, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 88, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 98, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 102, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 103, col 13, Confusing use of '!'. +src/user/auth.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 108, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 112, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 114, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 119, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 121, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 121, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 124, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 129, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 131, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 131, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 131, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 133, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 134, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 134, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 142, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 143, col 56, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/auth.js: line 143, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 144, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 144, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 144, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 145, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/auth.js: line 149, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 149, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/auth.js: line 3, col 19, 'require' is not defined. +src/user/auth.js: line 4, col 11, 'require' is not defined. +src/user/auth.js: line 5, col 12, 'require' is not defined. +src/user/auth.js: line 6, col 14, 'require' is not defined. +src/user/auth.js: line 7, col 16, 'require' is not defined. +src/user/auth.js: line 8, col 15, 'require' is not defined. +src/user/auth.js: line 9, col 15, 'require' is not defined. +src/user/auth.js: line 11, col 1, 'module' is not defined. +src/user/auth.js: line 66, col 30, 'Promise' is not defined. +src/user/auth.js: line 86, col 15, 'Promise' is not defined. +src/user/auth.js: line 121, col 37, 'Promise' is not defined. +src/user/auth.js: line 123, col 15, 'Promise' is not defined. +src/user/auth.js: line 139, col 15, 'Promise' is not defined. +src/user/auth.js: line 147, col 19, 'Promise' is not defined. + +src/user/bans.js: line 1, col 1, Use the function form of "use strict". +src/user/bans.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 14, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 27, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 28, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 39, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 43, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 57, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 62, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 62, col 76, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 67, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 67, col 52, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 68, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 70, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 72, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 72, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 76, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 76, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 77, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 81, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 81, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 82, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 85, col 17, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 89, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 102, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 105, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 106, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 109, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 110, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 112, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 112, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 125, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 127, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 134, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 142, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 144, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 147, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/bans.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 151, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/bans.js: line 155, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/bans.js: line 3, col 17, 'require' is not defined. +src/user/bans.js: line 5, col 14, 'require' is not defined. +src/user/bans.js: line 6, col 17, 'require' is not defined. +src/user/bans.js: line 7, col 12, 'require' is not defined. +src/user/bans.js: line 8, col 16, 'require' is not defined. +src/user/bans.js: line 9, col 20, 'require' is not defined. +src/user/bans.js: line 11, col 1, 'module' is not defined. +src/user/bans.js: line 88, col 19, 'Promise' is not defined. + +src/user/blocks.js: line 1, col 1, Use the function form of "use strict". +src/user/blocks.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 16, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 17, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 20, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 24, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 34, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 46, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 48, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 52, col 88, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 52, col 85, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 53, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 54, col 71, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 58, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 62, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 64, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 70, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 72, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 78, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 80, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 83, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 87, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 88, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 89, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 92, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/blocks.js: line 104, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 105, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 106, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 108, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/blocks.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/blocks.js: line 3, col 12, 'require' is not defined. +src/user/blocks.js: line 4, col 17, 'require' is not defined. +src/user/blocks.js: line 5, col 21, 'require' is not defined. +src/user/blocks.js: line 7, col 1, 'module' is not defined. +src/user/blocks.js: line 34, col 65, 'Promise' is not defined. +src/user/blocks.js: line 106, col 32, 'Set' is not defined. + +src/user/categories.js: line 1, col 1, Use the function form of "use strict". +src/user/categories.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 10, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 11, col 13, Confusing use of '!'. +src/user/categories.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 23, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/categories.js: line 23, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/categories.js: line 26, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 27, col 13, Confusing use of '!'. +src/user/categories.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 36, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 37, col 13, Confusing use of '!'. +src/user/categories.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 41, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 48, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 49, col 13, Confusing use of '!'. +src/user/categories.js: line 52, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 53, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 54, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/categories.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 62, col 34, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 63, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 64, col 13, Confusing use of '!'. +src/user/categories.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/categories.js: line 68, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/categories.js: line 71, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 75, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/categories.js: line 3, col 11, 'require' is not defined. +src/user/categories.js: line 5, col 12, 'require' is not defined. +src/user/categories.js: line 6, col 20, 'require' is not defined. +src/user/categories.js: line 7, col 17, 'require' is not defined. +src/user/categories.js: line 9, col 1, 'module' is not defined. + +src/user/create.js: line 1, col 1, Use the function form of "use strict". +src/user/create.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 15, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 36, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 43, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 46, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 53, col 71, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 65, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 66, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 75, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 76, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 79, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 83, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 83, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 84, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 93, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 115, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 116, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 116, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 125, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 129, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 139, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 145, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 153, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 176, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 182, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/create.js: line 183, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 184, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 184, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 187, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/create.js: line 191, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/create.js: line 3, col 16, 'require' is not defined. +src/user/create.js: line 4, col 17, 'require' is not defined. +src/user/create.js: line 6, col 12, 'require' is not defined. +src/user/create.js: line 7, col 15, 'require' is not defined. +src/user/create.js: line 8, col 17, 'require' is not defined. +src/user/create.js: line 9, col 17, 'require' is not defined. +src/user/create.js: line 10, col 16, 'require' is not defined. +src/user/create.js: line 11, col 14, 'require' is not defined. +src/user/create.js: line 12, col 19, 'require' is not defined. +src/user/create.js: line 14, col 1, 'module' is not defined. +src/user/create.js: line 96, col 15, 'Promise' is not defined. +src/user/create.js: line 130, col 15, 'Promise' is not defined. + +src/user/data.js: line 1, col 1, Use the function form of "use strict". +src/user/data.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 47, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 49, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 54, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 60, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 60, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 70, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 73, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 73, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 79, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 118, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 119, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 119, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 120, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 120, col 46, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 120, col 49, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/user/data.js: line 133, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 134, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 138, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 139, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 143, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 144, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 148, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 152, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 153, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 159, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 160, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 165, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 165, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 166, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 166, col 33, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 166, col 36, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/user/data.js: line 168, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 169, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 183, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 184, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 186, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 186, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 188, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 188, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 196, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 197, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 214, col 22, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 214, col 22, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 214, col 41, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 238, col 18, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 245, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 245, col 84, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 264, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 266, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 283, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 323, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 323, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 328, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 334, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 346, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 347, col 41, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 350, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 351, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 352, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 352, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 352, col 35, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 353, col 53, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 353, col 58, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 353, col 65, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 357, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 361, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 365, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/data.js: line 366, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/data.js: line 366, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/data.js: line 3, col 19, 'require' is not defined. +src/user/data.js: line 4, col 15, 'require' is not defined. +src/user/data.js: line 5, col 11, 'require' is not defined. +src/user/data.js: line 7, col 12, 'require' is not defined. +src/user/data.js: line 8, col 14, 'require' is not defined. +src/user/data.js: line 9, col 17, 'require' is not defined. +src/user/data.js: line 10, col 15, 'require' is not defined. +src/user/data.js: line 21, col 1, 'module' is not defined. +src/user/data.js: line 159, col 66, 'Promise' is not defined. +src/user/data.js: line 165, col 23, 'Promise' is not defined. + +src/user/delete.js: line 1, col 1, Use the function form of "use strict". +src/user/delete.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 7, col 1, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 21, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 21, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 26, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 41, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 42, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 42, col 58, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 42, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 47, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 48, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 48, col 59, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 48, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 49, col 41, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 49, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 55, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 56, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 56, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 60, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 61, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 62, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 62, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 63, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 63, col 60, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 63, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 64, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 64, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 64, col 101, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 70, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 86, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 93, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 93, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 105, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 106, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 107, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 108, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 109, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 110, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 111, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 112, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 113, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 114, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 115, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 115, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 116, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 116, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 117, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 118, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 119, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 120, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 120, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 121, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 122, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 123, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 128, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 134, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 138, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 158, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 158, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 158, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 159, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 159, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 160, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 166, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 167, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 167, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 168, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 168, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 171, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 172, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 172, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 173, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 173, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 176, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 177, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 177, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 178, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 178, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 181, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 182, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 182, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 183, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 184, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 186, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 187, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 187, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 192, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 193, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 194, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 194, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 199, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 200, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 200, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 201, col 49, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 201, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 202, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 205, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 206, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 206, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 207, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 208, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 211, col 9, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 212, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 212, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 213, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 213, col 69, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 214, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 215, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 215, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 215, col 66, 'computed property names' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 223, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 223, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 223, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 224, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 224, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 224, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 233, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/delete.js: line 234, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/delete.js: line 234, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/delete.js: line 3, col 15, 'require' is not defined. +src/user/delete.js: line 4, col 11, 'require' is not defined. +src/user/delete.js: line 5, col 14, 'require' is not defined. +src/user/delete.js: line 6, col 15, 'require' is not defined. +src/user/delete.js: line 7, col 20, 'require' is not defined. +src/user/delete.js: line 9, col 12, 'require' is not defined. +src/user/delete.js: line 10, col 15, 'require' is not defined. +src/user/delete.js: line 11, col 15, 'require' is not defined. +src/user/delete.js: line 12, col 16, 'require' is not defined. +src/user/delete.js: line 13, col 16, 'require' is not defined. +src/user/delete.js: line 14, col 19, 'require' is not defined. +src/user/delete.js: line 15, col 17, 'require' is not defined. +src/user/delete.js: line 16, col 15, 'require' is not defined. +src/user/delete.js: line 18, col 1, 'module' is not defined. +src/user/delete.js: line 141, col 15, 'Promise' is not defined. +src/user/delete.js: line 182, col 52, 'Promise' is not defined. +src/user/delete.js: line 206, col 46, 'Promise' is not defined. +src/user/delete.js: line 227, col 15, 'Promise' is not defined. + +src/user/digest.js: line 1, col 1, Use the function form of "use strict". +src/user/digest.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 20, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 21, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 23, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 26, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 26, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 34, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 39, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 42, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 47, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 47, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 49, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 55, col 58, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 55, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 56, col 42, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 60, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 61, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 63, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 63, col 63, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 65, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 66, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 85, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 86, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 90, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 91, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 91, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 92, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 93, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 97, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 97, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 98, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 98, col 13, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 103, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 111, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 121, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 123, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 133, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 135, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 141, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 142, col 68, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 142, col 94, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 148, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 152, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 152, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 153, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 159, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 159, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 167, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 168, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 180, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 181, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 189, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 191, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 192, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 193, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 195, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 195, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 197, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 198, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 199, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 201, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 201, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 203, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 204, col 19, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 205, col 20, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 208, col 6, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 208, col 14, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 208, col 26, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 208, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 211, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 214, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 221, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 221, col 19, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 221, col 28, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 224, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/digest.js: line 225, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/digest.js: line 226, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/digest.js: line 3, col 17, 'require' is not defined. +src/user/digest.js: line 4, col 15, 'require' is not defined. +src/user/digest.js: line 6, col 12, 'require' is not defined. +src/user/digest.js: line 7, col 15, 'require' is not defined. +src/user/digest.js: line 8, col 14, 'require' is not defined. +src/user/digest.js: line 9, col 14, 'require' is not defined. +src/user/digest.js: line 10, col 16, 'require' is not defined. +src/user/digest.js: line 11, col 19, 'require' is not defined. +src/user/digest.js: line 12, col 17, 'require' is not defined. +src/user/digest.js: line 13, col 17, 'require' is not defined. +src/user/digest.js: line 14, col 15, 'require' is not defined. +src/user/digest.js: line 16, col 16, 'module' is not defined. +src/user/digest.js: line 97, col 15, 'Promise' is not defined. +src/user/digest.js: line 98, col 64, 'Promise' is not defined. +src/user/digest.js: line 159, col 38, 'Promise' is not defined. + +src/user/email.js: line 2, col 1, Use the function form of "use strict". +src/user/email.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 18, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 19, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 23, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 28, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 29, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 40, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 46, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 52, col 35, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 52, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 53, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 55, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 56, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 56, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 67, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 67, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 68, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 68, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 69, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 75, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 75, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 76, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 76, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 77, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 77, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 81, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 81, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 82, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 82, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 83, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 83, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 85, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 90, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 90, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 91, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 96, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 97, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 98, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 103, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 112, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 125, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 126, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 126, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 128, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 128, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 139, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 142, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 143, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 144, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 145, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 146, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 155, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 157, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 163, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 166, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 167, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 168, col 9, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 168, col 12, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/user/email.js: line 180, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 181, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 181, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 191, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 196, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 206, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 209, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 217, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/email.js: line 217, col 57, 'default parameters' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 218, col 9, Confusing use of '!'. +src/user/email.js: line 222, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 228, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 233, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/email.js: line 233, col 63, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 236, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 238, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 238, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 238, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 244, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 245, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 245, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/email.js: line 4, col 15, 'require' is not defined. +src/user/email.js: line 5, col 17, 'require' is not defined. +src/user/email.js: line 7, col 14, 'require' is not defined. +src/user/email.js: line 8, col 15, 'require' is not defined. +src/user/email.js: line 9, col 17, 'require' is not defined. +src/user/email.js: line 10, col 12, 'require' is not defined. +src/user/email.js: line 11, col 14, 'require' is not defined. +src/user/email.js: line 12, col 17, 'require' is not defined. +src/user/email.js: line 13, col 16, 'require' is not defined. +src/user/email.js: line 14, col 16, 'require' is not defined. +src/user/email.js: line 16, col 19, 'module' is not defined. +src/user/email.js: line 34, col 11, 'Promise' is not defined. +src/user/email.js: line 42, col 67, 'Promise' is not defined. +src/user/email.js: line 204, col 11, 'Promise' is not defined. +src/user/email.js: line 241, col 11, 'Promise' is not defined. + +src/user/follow.js: line 2, col 1, Use the function form of "use strict". +src/user/follow.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 8, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 12, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 16, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 24, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 24, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 33, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 34, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 35, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 36, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 43, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 45, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 46, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 53, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 54, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 58, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 58, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 59, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 60, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 68, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 72, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 76, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 80, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 80, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 81, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/follow.js: line 81, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 90, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/follow.js: line 94, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/follow.js: line 4, col 17, 'require' is not defined. +src/user/follow.js: line 5, col 12, 'require' is not defined. +src/user/follow.js: line 7, col 1, 'module' is not defined. +src/user/follow.js: line 24, col 45, 'Promise' is not defined. +src/user/follow.js: line 58, col 55, 'Promise' is not defined. +src/user/follow.js: line 62, col 15, 'Promise' is not defined. + +src/user/index.js: line 1, col 1, Use the function form of "use strict". +src/user/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 44, col 15, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 52, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 55, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/index.js: line 57, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 61, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 63, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 70, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 75, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 76, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 83, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 84, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 97, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 101, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 108, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 112, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 119, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 123, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 124, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 125, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/index.js: line 128, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 129, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 133, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 137, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 138, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/index.js: line 142, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 143, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 147, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 151, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 152, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 156, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 160, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 164, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 172, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 173, col 9, Confusing use of '!'. +src/user/index.js: line 176, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 180, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 181, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 181, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 188, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 192, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 196, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 200, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 204, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 210, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 211, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 212, col 44, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/index.js: line 215, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 216, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 221, col 44, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/index.js: line 224, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 228, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 229, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 230, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 231, col 20, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/index.js: line 234, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/index.js: line 238, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 239, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/index.js: line 240, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/index.js: line 3, col 11, 'require' is not defined. +src/user/index.js: line 5, col 16, 'require' is not defined. +src/user/index.js: line 6, col 17, 'require' is not defined. +src/user/index.js: line 7, col 12, 'require' is not defined. +src/user/index.js: line 8, col 20, 'require' is not defined. +src/user/index.js: line 9, col 20, 'require' is not defined. +src/user/index.js: line 10, col 14, 'require' is not defined. +src/user/index.js: line 11, col 15, 'require' is not defined. +src/user/index.js: line 15, col 14, 'require' is not defined. +src/user/index.js: line 16, col 22, 'require' is not defined. +src/user/index.js: line 17, col 14, 'require' is not defined. +src/user/index.js: line 18, col 15, 'require' is not defined. +src/user/index.js: line 19, col 22, 'require' is not defined. +src/user/index.js: line 21, col 1, 'require' is not defined. +src/user/index.js: line 22, col 1, 'require' is not defined. +src/user/index.js: line 23, col 1, 'require' is not defined. +src/user/index.js: line 24, col 1, 'require' is not defined. +src/user/index.js: line 25, col 1, 'require' is not defined. +src/user/index.js: line 26, col 1, 'require' is not defined. +src/user/index.js: line 27, col 1, 'require' is not defined. +src/user/index.js: line 28, col 1, 'require' is not defined. +src/user/index.js: line 29, col 1, 'require' is not defined. +src/user/index.js: line 30, col 1, 'require' is not defined. +src/user/index.js: line 31, col 1, 'require' is not defined. +src/user/index.js: line 32, col 1, 'require' is not defined. +src/user/index.js: line 33, col 1, 'require' is not defined. +src/user/index.js: line 34, col 1, 'require' is not defined. +src/user/index.js: line 35, col 1, 'require' is not defined. +src/user/index.js: line 36, col 1, 'require' is not defined. +src/user/index.js: line 37, col 1, 'require' is not defined. +src/user/index.js: line 38, col 1, 'require' is not defined. +src/user/index.js: line 39, col 1, 'require' is not defined. +src/user/index.js: line 40, col 1, 'require' is not defined. +src/user/index.js: line 41, col 1, 'require' is not defined. +src/user/index.js: line 42, col 1, 'require' is not defined. +src/user/index.js: line 256, col 1, 'require' is not defined. +src/user/index.js: line 13, col 14, 'module' is not defined. +src/user/index.js: line 181, col 42, 'Promise' is not defined. +src/user/index.js: line 216, col 27, 'Promise' is not defined. + +src/user/info.js: line 1, col 1, Use the function form of "use strict". +src/user/info.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 14, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 16, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 16, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 21, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 22, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 34, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 35, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 35, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 36, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 38, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 38, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 41, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 41, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 45, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 45, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 45, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 46, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 48, col 9, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 61, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 62, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 63, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 66, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 72, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 73, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 74, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 75, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 83, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 84, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 84, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 85, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 87, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 95, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 95, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 96, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 97, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 97, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 99, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 100, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 110, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 111, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 112, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 112, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 113, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 114, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 124, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 125, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 125, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 129, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 129, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 130, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 130, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 130, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 131, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 132, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 134, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 141, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 142, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 142, col 55, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 152, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 152, col 39, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 152, col 57, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 153, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 154, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 157, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/info.js: line 157, col 36, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/info.js: line 157, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 158, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/info.js: line 3, col 11, 'require' is not defined. +src/user/info.js: line 4, col 19, 'require' is not defined. +src/user/info.js: line 6, col 12, 'require' is not defined. +src/user/info.js: line 7, col 15, 'require' is not defined. +src/user/info.js: line 8, col 16, 'require' is not defined. +src/user/info.js: line 9, col 15, 'require' is not defined. +src/user/info.js: line 10, col 17, 'require' is not defined. +src/user/info.js: line 11, col 15, 'require' is not defined. +src/user/info.js: line 13, col 1, 'module' is not defined. +src/user/info.js: line 35, col 42, 'Promise' is not defined. +src/user/info.js: line 48, col 38, 'Promise' is not defined. +src/user/info.js: line 85, col 31, 'Promise' is not defined. +src/user/info.js: line 142, col 15, 'Promise' is not defined. + +src/user/interstitials.js: line 1, col 1, Use the function form of "use strict". +src/user/interstitials.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 17, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 17, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/interstitials.js: line 18, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 19, col 5, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 23, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 23, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/interstitials.js: line 31, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 31, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 36, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 44, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 47, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 49, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 49, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/interstitials.js: line 56, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 57, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 57, col 17, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 84, col 45, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/interstitials.js: line 97, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/interstitials.js: line 98, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/interstitials.js: line 118, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 118, col 17, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 141, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 150, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 150, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/interstitials.js: line 173, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/interstitials.js: line 183, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 183, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/interstitials.js: line 189, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/interstitials.js: line 3, col 17, 'require' is not defined. +src/user/interstitials.js: line 4, col 14, 'require' is not defined. +src/user/interstitials.js: line 6, col 14, 'require' is not defined. +src/user/interstitials.js: line 7, col 12, 'require' is not defined. +src/user/interstitials.js: line 8, col 14, 'require' is not defined. +src/user/interstitials.js: line 9, col 20, 'require' is not defined. +src/user/interstitials.js: line 10, col 17, 'require' is not defined. +src/user/interstitials.js: line 11, col 15, 'require' is not defined. +src/user/interstitials.js: line 13, col 30, 'setTimeout' is not defined. +src/user/interstitials.js: line 15, col 23, 'module' is not defined. +src/user/interstitials.js: line 31, col 45, 'Promise' is not defined. +src/user/interstitials.js: line 57, col 130, 'Promise' is not defined. + +src/user/invite.js: line 2, col 1, Use the function form of "use strict". +src/user/invite.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 17, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 18, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 18, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 19, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 22, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 23, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 26, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 30, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 33, col 47, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 39, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 50, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 55, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 57, col 52, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 57, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 57, col 64, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 60, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 68, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 68, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 74, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 78, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 78, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 86, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 87, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 87, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 102, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 103, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 107, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 107, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 110, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 111, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 115, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 117, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 118, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 120, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 120, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 121, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 121, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 121, col 105, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 121, col 102, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 125, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 125, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 131, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 132, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 137, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 139, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 140, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 142, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 142, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 148, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/invite.js: line 149, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 154, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 155, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 155, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 157, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 158, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 160, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 163, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 165, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 166, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 167, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 168, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 172, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 174, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 175, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 176, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/invite.js: line 176, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 179, col 13, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/invite.js: line 179, col 16, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/user/invite.js: line 4, col 15, 'require' is not defined. +src/user/invite.js: line 5, col 15, 'require' is not defined. +src/user/invite.js: line 6, col 19, 'require' is not defined. +src/user/invite.js: line 8, col 12, 'require' is not defined. +src/user/invite.js: line 9, col 14, 'require' is not defined. +src/user/invite.js: line 10, col 17, 'require' is not defined. +src/user/invite.js: line 11, col 16, 'require' is not defined. +src/user/invite.js: line 12, col 20, 'require' is not defined. +src/user/invite.js: line 13, col 15, 'require' is not defined. +src/user/invite.js: line 14, col 17, 'require' is not defined. +src/user/invite.js: line 16, col 1, 'module' is not defined. +src/user/invite.js: line 108, col 15, 'Promise' is not defined. +src/user/invite.js: line 118, col 19, 'Promise' is not defined. +src/user/invite.js: line 138, col 15, 'Promise' is not defined. + +src/user/jobs/export-posts.js: line 1, col 1, Use the function form of "use strict". +src/user/jobs/export-posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 25, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-posts.js: line 25, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-posts.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 30, col 72, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-posts.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 34, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 35, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-posts.js: line 35, col 64, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-posts.js: line 35, col 75, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-posts.js: line 36, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 38, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-posts.js: line 39, col 32, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-posts.js: line 48, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 49, col 24, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-posts.js: line 3, col 15, 'require' is not defined. +src/user/jobs/export-posts.js: line 9, col 12, 'require' is not defined. +src/user/jobs/export-posts.js: line 10, col 14, 'require' is not defined. +src/user/jobs/export-posts.js: line 11, col 23, 'require' is not defined. +src/user/jobs/export-posts.js: line 17, col 18, 'require' is not defined. +src/user/jobs/export-posts.js: line 22, col 12, 'require' is not defined. +src/user/jobs/export-posts.js: line 23, col 15, 'require' is not defined. +src/user/jobs/export-posts.js: line 32, col 23, 'require' is not defined. +src/user/jobs/export-posts.js: line 13, col 1, 'process' is not defined. +src/user/jobs/export-posts.js: line 13, col 24, 'process' is not defined. +src/user/jobs/export-posts.js: line 25, col 1, 'process' is not defined. +src/user/jobs/export-posts.js: line 54, col 9, 'process' is not defined. +src/user/jobs/export-posts.js: line 16, col 33, '__dirname' is not defined. +src/user/jobs/export-posts.js: line 30, col 36, '__dirname' is not defined. + +src/user/jobs/export-profile.js: line 1, col 1, Use the function form of "use strict". +src/user/jobs/export-profile.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 25, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 25, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 32, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 36, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 49, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 50, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 53, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 54, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 55, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 56, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 57, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 58, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 59, col 24, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 63, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 64, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 64, col 69, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 64, col 83, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 65, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 65, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 89, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 91, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 92, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 92, col 62, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 92, col 73, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 93, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 93, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 93, col 62, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 96, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 97, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 103, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 104, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 105, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 106, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 107, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-profile.js: line 107, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 113, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-profile.js: line 113, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 115, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 117, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 119, col 37, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-profile.js: line 3, col 15, 'require' is not defined. +src/user/jobs/export-profile.js: line 9, col 12, 'require' is not defined. +src/user/jobs/export-profile.js: line 10, col 14, 'require' is not defined. +src/user/jobs/export-profile.js: line 11, col 11, 'require' is not defined. +src/user/jobs/export-profile.js: line 17, col 18, 'require' is not defined. +src/user/jobs/export-profile.js: line 22, col 12, 'require' is not defined. +src/user/jobs/export-profile.js: line 23, col 15, 'require' is not defined. +src/user/jobs/export-profile.js: line 35, col 22, 'require' is not defined. +src/user/jobs/export-profile.js: line 90, col 19, 'require' is not defined. +src/user/jobs/export-profile.js: line 104, col 24, 'require' is not defined. +src/user/jobs/export-profile.js: line 105, col 19, 'require' is not defined. +src/user/jobs/export-profile.js: line 13, col 1, 'process' is not defined. +src/user/jobs/export-profile.js: line 13, col 24, 'process' is not defined. +src/user/jobs/export-profile.js: line 25, col 1, 'process' is not defined. +src/user/jobs/export-profile.js: line 85, col 9, 'process' is not defined. +src/user/jobs/export-profile.js: line 16, col 33, '__dirname' is not defined. +src/user/jobs/export-profile.js: line 33, col 39, '__dirname' is not defined. +src/user/jobs/export-profile.js: line 48, col 19, 'Promise' is not defined. +src/user/jobs/export-profile.js: line 65, col 34, 'Promise' is not defined. + +src/user/jobs/export-uploads.js: line 1, col 1, Use the function form of "use strict". +src/user/jobs/export-uploads.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 23, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 25, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-uploads.js: line 25, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 31, col 75, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 34, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 40, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 43, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 47, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 52, col 33, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 53, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 58, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 62, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 67, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 68, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs/export-uploads.js: line 68, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 74, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 77, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs/export-uploads.js: line 77, col 71, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs/export-uploads.js: line 3, col 15, 'require' is not defined. +src/user/jobs/export-uploads.js: line 9, col 12, 'require' is not defined. +src/user/jobs/export-uploads.js: line 10, col 14, 'require' is not defined. +src/user/jobs/export-uploads.js: line 11, col 18, 'require' is not defined. +src/user/jobs/export-uploads.js: line 12, col 17, 'require' is not defined. +src/user/jobs/export-uploads.js: line 18, col 18, 'require' is not defined. +src/user/jobs/export-uploads.js: line 23, col 12, 'require' is not defined. +src/user/jobs/export-uploads.js: line 34, col 22, 'require' is not defined. +src/user/jobs/export-uploads.js: line 14, col 1, 'process' is not defined. +src/user/jobs/export-uploads.js: line 14, col 24, 'process' is not defined. +src/user/jobs/export-uploads.js: line 25, col 1, 'process' is not defined. +src/user/jobs/export-uploads.js: line 70, col 13, 'process' is not defined. +src/user/jobs/export-uploads.js: line 17, col 33, '__dirname' is not defined. +src/user/jobs/export-uploads.js: line 31, col 39, '__dirname' is not defined. +src/user/jobs/export-uploads.js: line 32, col 41, '__dirname' is not defined. + +src/user/jobs.js: line 1, col 1, Use the function form of "use strict". +src/user/jobs.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 14, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 14, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 25, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 26, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 27, col 42, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 32, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 36, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/jobs.js: line 36, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 37, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 40, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 50, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 54, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 56, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 56, col 26, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/jobs.js: line 57, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 63, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/jobs.js: line 3, col 17, 'require' is not defined. +src/user/jobs.js: line 4, col 17, 'require' is not defined. +src/user/jobs.js: line 5, col 12, 'require' is not defined. +src/user/jobs.js: line 6, col 14, 'require' is not defined. +src/user/jobs.js: line 10, col 1, 'module' is not defined. + +src/user/notifications.js: line 2, col 1, Use the function form of "use strict". +src/user/notifications.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 18, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 23, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 23, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 25, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 27, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 31, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 37, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 41, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 41, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 41, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 42, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 43, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 43, col 77, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 46, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 47, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 51, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 52, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 53, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 53, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 53, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 54, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 56, col 29, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 63, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 65, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 65, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 68, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 69, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 70, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 71, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 74, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 75, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 77, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 87, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 89, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 90, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 94, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 95, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 99, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 104, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 104, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 106, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 110, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 111, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 111, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 125, col 44, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 125, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 131, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 138, col 39, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 139, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 140, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 148, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 149, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 149, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 153, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 157, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 161, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 161, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 163, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 163, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 163, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 164, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 165, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 165, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 168, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 168, col 58, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 177, col 6, 'destructuring assignment' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 177, col 83, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 177, col 88, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 181, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 182, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 186, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 186, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 186, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 187, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 188, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 188, col 48, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 189, col 31, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 189, col 90, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 192, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 197, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 198, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 202, col 54, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 204, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 204, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 209, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 209, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 215, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 220, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 221, col 18, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 232, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 237, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 238, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 241, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 248, col 48, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 249, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 250, col 20, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 252, col 14, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 259, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/notifications.js: line 260, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 261, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/notifications.js: line 262, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/notifications.js: line 4, col 17, 'require' is not defined. +src/user/notifications.js: line 5, col 11, 'require' is not defined. +src/user/notifications.js: line 7, col 12, 'require' is not defined. +src/user/notifications.js: line 8, col 14, 'require' is not defined. +src/user/notifications.js: line 9, col 23, 'require' is not defined. +src/user/notifications.js: line 10, col 20, 'require' is not defined. +src/user/notifications.js: line 11, col 17, 'require' is not defined. +src/user/notifications.js: line 12, col 20, 'require' is not defined. +src/user/notifications.js: line 13, col 14, 'require' is not defined. +src/user/notifications.js: line 14, col 15, 'require' is not defined. +src/user/notifications.js: line 260, col 24, 'require' is not defined. +src/user/notifications.js: line 16, col 27, 'module' is not defined. +src/user/notifications.js: line 104, col 54, 'Promise' is not defined. +src/user/notifications.js: line 125, col 11, 'Promise' is not defined. +src/user/notifications.js: line 188, col 27, 'Set' is not defined. + +src/user/online.js: line 1, col 1, Use the function form of "use strict". +src/user/online.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 9, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/online.js: line 10, col 13, Confusing use of '!'. +src/user/online.js: line 13, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 13, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/online.js: line 14, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 21, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/online.js: line 22, col 13, Confusing use of '!'. +src/user/online.js: line 25, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 25, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 37, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/online.js: line 37, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/online.js: line 39, col 52, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 39, col 57, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 42, col 21, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/online.js: line 43, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 46, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 47, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/online.js: line 47, col 45, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/online.js: line 3, col 12, 'require' is not defined. +src/user/online.js: line 4, col 16, 'require' is not defined. +src/user/online.js: line 5, col 17, 'require' is not defined. +src/user/online.js: line 6, col 14, 'require' is not defined. +src/user/online.js: line 8, col 1, 'module' is not defined. +src/user/online.js: line 25, col 48, 'Promise' is not defined. + +src/user/password.js: line 1, col 1, Use the function form of "use strict". +src/user/password.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/password.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/password.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/password.js: line 10, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/password.js: line 18, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/password.js: line 20, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/password.js: line 20, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/password.js: line 23, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/password.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/password.js: line 43, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/password.js: line 44, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/password.js: line 44, col 56, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/password.js: line 4, col 15, 'require' is not defined. +src/user/password.js: line 6, col 12, 'require' is not defined. +src/user/password.js: line 7, col 18, 'require' is not defined. +src/user/password.js: line 9, col 1, 'module' is not defined. + +src/user/picture.js: line 1, col 1, Use the function form of "use strict". +src/user/picture.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 15, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 15, col 59, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 26, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 29, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 36, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 37, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 51, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 52, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 52, col 30, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 53, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 53, col 66, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 71, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 72, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 78, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 85, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 90, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 98, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 99, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 99, col 65, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 115, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 116, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 128, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 142, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 143, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 143, col 69, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 157, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 164, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 165, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 175, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 177, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 180, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 186, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 187, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 191, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 197, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 198, col 16, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 201, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 203, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 206, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 207, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 217, col 30, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 221, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 225, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/picture.js: line 226, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 227, col 41, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 230, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/picture.js: line 231, col 52, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/picture.js: line 3, col 17, 'require' is not defined. +src/user/picture.js: line 4, col 14, 'require' is not defined. +src/user/picture.js: line 5, col 14, 'require' is not defined. +src/user/picture.js: line 6, col 15, 'require' is not defined. +src/user/picture.js: line 8, col 12, 'require' is not defined. +src/user/picture.js: line 9, col 14, 'require' is not defined. +src/user/picture.js: line 10, col 15, 'require' is not defined. +src/user/picture.js: line 11, col 14, 'require' is not defined. +src/user/picture.js: line 13, col 1, 'module' is not defined. + +src/user/posts.js: line 1, col 1, Use the function form of "use strict". +src/user/posts.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 10, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 14, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 18, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 19, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 20, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 22, col 13, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 25, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 27, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 32, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 36, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 52, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 52, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 55, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 56, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 57, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 58, col 13, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 64, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 66, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 69, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 78, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 80, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 83, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 87, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 98, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 100, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 101, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 106, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 106, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 108, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 109, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 111, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 111, col 68, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 111, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 113, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 113, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 119, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 123, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 127, col 33, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 131, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 133, col 33, Confusing use of '!'. +src/user/posts.js: line 136, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 140, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/posts.js: line 145, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/posts.js: line 146, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/posts.js: line 3, col 12, 'require' is not defined. +src/user/posts.js: line 4, col 14, 'require' is not defined. +src/user/posts.js: line 5, col 20, 'require' is not defined. +src/user/posts.js: line 6, col 17, 'require' is not defined. +src/user/posts.js: line 7, col 16, 'require' is not defined. +src/user/posts.js: line 9, col 1, 'module' is not defined. +src/user/posts.js: line 36, col 66, 'Promise' is not defined. +src/user/posts.js: line 91, col 15, 'Promise' is not defined. +src/user/posts.js: line 112, col 19, 'Promise' is not defined. + +src/user/profile.js: line 2, col 1, Use the function form of "use strict". +src/user/profile.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 16, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 17, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 27, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 39, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 40, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 41, col 38, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 41, col 50, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 75, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 87, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 98, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 104, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 120, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 128, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 133, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 133, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 141, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 141, col 41, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 141, col 66, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 143, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 153, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 158, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 164, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 168, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 170, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 192, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 207, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 213, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 223, col 31, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 224, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 228, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 230, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 234, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 235, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 235, col 48, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 246, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 246, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 250, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 254, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 254, col 51, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 258, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 259, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 263, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 263, col 59, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 265, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 266, col 53, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 269, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 273, col 34, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 276, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 280, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 281, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 281, col 50, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 285, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 288, col 61, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/profile.js: line 293, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/profile.js: line 298, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 298, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 307, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 316, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 322, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/profile.js: line 4, col 11, 'require' is not defined. +src/user/profile.js: line 5, col 19, 'require' is not defined. +src/user/profile.js: line 6, col 17, 'require' is not defined. +src/user/profile.js: line 8, col 15, 'require' is not defined. +src/user/profile.js: line 9, col 17, 'require' is not defined. +src/user/profile.js: line 10, col 14, 'require' is not defined. +src/user/profile.js: line 11, col 12, 'require' is not defined. +src/user/profile.js: line 12, col 16, 'require' is not defined. +src/user/profile.js: line 13, col 17, 'require' is not defined. +src/user/profile.js: line 15, col 1, 'module' is not defined. +src/user/profile.js: line 41, col 15, 'Promise' is not defined. +src/user/profile.js: line 260, col 15, 'Promise' is not defined. +src/user/profile.js: line 298, col 46, 'Promise' is not defined. +src/user/profile.js: line 323, col 15, 'Promise' is not defined. + +src/user/reset.js: line 1, col 1, Use the function form of "use strict". +src/user/reset.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 23, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 28, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 32, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 33, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 45, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 46, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 54, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 56, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 60, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 60, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 64, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 68, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 69, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 69, col 19, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 77, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 78, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 84, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 86, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 90, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 94, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 95, col 9, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 99, col 77, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 101, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 105, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 106, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 112, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 133, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 134, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 136, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 137, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 140, col 36, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 144, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 145, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 150, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 154, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 155, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 158, col 53, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 158, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 159, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 160, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 160, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 160, col 35, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/reset.js: line 168, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 172, col 21, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 175, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/reset.js: line 179, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/reset.js: line 3, col 15, 'require' is not defined. +src/user/reset.js: line 4, col 17, 'require' is not defined. +src/user/reset.js: line 6, col 14, 'require' is not defined. +src/user/reset.js: line 7, col 16, 'require' is not defined. +src/user/reset.js: line 8, col 15, 'require' is not defined. +src/user/reset.js: line 9, col 15, 'require' is not defined. +src/user/reset.js: line 11, col 12, 'require' is not defined. +src/user/reset.js: line 12, col 14, 'require' is not defined. +src/user/reset.js: line 13, col 17, 'require' is not defined. +src/user/reset.js: line 14, col 18, 'require' is not defined. +src/user/reset.js: line 15, col 17, 'require' is not defined. +src/user/reset.js: line 17, col 19, 'module' is not defined. +src/user/reset.js: line 38, col 11, 'Promise' is not defined. +src/user/reset.js: line 119, col 11, 'Promise' is not defined. +src/user/reset.js: line 173, col 11, 'Promise' is not defined. +src/user/reset.js: line 180, col 11, 'Promise' is not defined. + +src/user/search.js: line 2, col 1, Use the function form of "use strict". +src/user/search.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 14, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 15, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 16, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 17, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 28, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/search.js: line 29, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 30, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 31, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 32, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 33, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 37, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 43, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 48, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 51, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 56, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 57, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 58, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 63, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 63, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 69, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 77, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 81, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/search.js: line 86, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 87, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 89, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 92, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 92, col 54, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 93, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 93, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 97, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/search.js: line 98, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 99, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 101, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 107, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 109, col 29, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 114, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 115, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 123, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 124, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 125, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 129, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 131, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 141, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 149, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 151, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 153, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 155, col 34, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 166, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/search.js: line 167, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 167, col 47, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/search.js: line 168, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/search.js: line 4, col 11, 'require' is not defined. +src/user/search.js: line 6, col 14, 'require' is not defined. +src/user/search.js: line 7, col 17, 'require' is not defined. +src/user/search.js: line 8, col 12, 'require' is not defined. +src/user/search.js: line 9, col 16, 'require' is not defined. +src/user/search.js: line 10, col 15, 'require' is not defined. +src/user/search.js: line 12, col 1, 'module' is not defined. +src/user/search.js: line 35, col 27, 'process' is not defined. +src/user/search.js: line 76, col 32, 'process' is not defined. +src/user/search.js: line 63, col 42, 'Promise' is not defined. + +src/user/settings.js: line 2, col 1, Use the function form of "use strict". +src/user/settings.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 13, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 19, col 24, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 21, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 24, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 24, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 30, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 35, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 35, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 35, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 36, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 37, col 53, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 42, col 49, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 45, col 5, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 46, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 49, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 50, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 82, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 83, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 99, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 100, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 106, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 109, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 115, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 118, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 129, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 152, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 153, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 158, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/settings.js: line 159, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 164, col 32, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 167, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 171, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/settings.js: line 176, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/settings.js: line 4, col 19, 'require' is not defined. +src/user/settings.js: line 6, col 14, 'require' is not defined. +src/user/settings.js: line 7, col 12, 'require' is not defined. +src/user/settings.js: line 8, col 17, 'require' is not defined. +src/user/settings.js: line 9, col 23, 'require' is not defined. +src/user/settings.js: line 10, col 19, 'require' is not defined. +src/user/settings.js: line 12, col 1, 'module' is not defined. +src/user/settings.js: line 42, col 22, 'Promise' is not defined. + +src/user/topics.js: line 1, col 1, Use the function form of "use strict". +src/user/topics.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/topics.js: line 6, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/topics.js: line 7, col 46, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/topics.js: line 10, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/topics.js: line 12, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/topics.js: line 3, col 12, 'require' is not defined. +src/user/topics.js: line 5, col 1, 'module' is not defined. +src/user/topics.js: line 11, col 15, 'Promise' is not defined. + +src/user/uploads.js: line 1, col 1, Use the function form of "use strict". +src/user/uploads.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 13, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 13, col 22, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 14, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 15, col 23, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 15, col 43, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 19, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 22, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 22, col 46, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 23, col 52, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 23, col 67, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 25, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 31, col 28, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 31, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 34, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 35, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 39, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 43, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 48, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 48, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 49, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 56, col 47, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 56, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 57, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 57, col 52, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 59, col 45, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 59, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 60, col 33, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 66, col 40, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 67, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 72, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/user/uploads.js: line 72, col 88, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 72, col 85, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 73, col 40, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 73, col 56, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 74, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 74, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 79, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/user/uploads.js: line 80, col 38, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 80, col 72, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 81, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/user/uploads.js: line 3, col 14, 'require' is not defined. +src/user/uploads.js: line 4, col 15, 'require' is not defined. +src/user/uploads.js: line 5, col 17, 'require' is not defined. +src/user/uploads.js: line 6, col 16, 'require' is not defined. +src/user/uploads.js: line 8, col 12, 'require' is not defined. +src/user/uploads.js: line 9, col 15, 'require' is not defined. +src/user/uploads.js: line 10, col 14, 'require' is not defined. +src/user/uploads.js: line 11, col 15, 'require' is not defined. +src/user/uploads.js: line 23, col 26, 'Promise' is not defined. +src/user/uploads.js: line 33, col 15, 'Promise' is not defined. +src/user/uploads.js: line 48, col 59, 'Promise' is not defined. +src/user/uploads.js: line 59, col 19, 'Promise' is not defined. +src/user/uploads.js: line 61, col 23, 'Promise' is not defined. +src/user/uploads.js: line 65, col 23, 'Promise' is not defined. +src/user/uploads.js: line 73, col 19, 'Promise' is not defined. +src/user/uploads.js: line 73, col 61, 'Promise' is not defined. +src/user/uploads.js: line 30, col 1, 'module' is not defined. +src/user/uploads.js: line 87, col 13, 'setImmediate' is not defined. + +src/utils.js: line 1, col 1, Use the function form of "use strict". +src/utils.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 12, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 15, col 17, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/utils.js: line 15, col 20, 'object spread property' is only available in ES9 (use 'esversion: 9'). +src/utils.js: line 18, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 24, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 36, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 44, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 50, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 55, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 57, col 10, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/utils.js: line 70, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 71, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/utils.js: line 3, col 16, 'require' is not defined. +src/utils.js: line 4, col 15, 'require' is not defined. +src/utils.js: line 5, col 14, 'require' is not defined. +src/utils.js: line 15, col 20, 'require' is not defined. +src/utils.js: line 18, col 18, 'require' is not defined. +src/utils.js: line 36, col 22, 'require' is not defined. +src/utils.js: line 39, col 16, 'require' is not defined. +src/utils.js: line 48, col 28, 'require' is not defined. +src/utils.js: line 71, col 25, 'require' is not defined. +src/utils.js: line 7, col 1, 'process' is not defined. +src/utils.js: line 8, col 55, 'process' is not defined. +src/utils.js: line 11, col 1, 'process' is not defined. +src/utils.js: line 12, col 18, 'process' is not defined. +src/utils.js: line 8, col 5, 'console' is not defined. +src/utils.js: line 75, col 1, 'module' is not defined. + +src/webserver.js: line 2, col 1, Use the function form of "use strict". +src/webserver.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 12, col 54, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 13, col 1, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 15, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 16, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 17, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 18, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 19, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 20, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 21, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 22, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 24, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 25, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 26, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 27, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 28, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 29, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 30, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 31, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 32, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 33, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 34, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 35, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 36, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 38, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 52, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 54, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 63, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 64, col 30, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 65, col 17, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 67, col 23, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 74, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 74, col 27, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 83, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/webserver.js: line 98, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/webserver.js: line 99, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 119, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 120, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 122, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 123, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 125, col 44, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 143, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 147, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 155, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 156, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 160, col 13, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 181, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 182, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 183, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 190, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 196, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 215, col 23, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 221, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 229, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 235, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 240, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 241, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 247, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/webserver.js: line 248, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 249, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 250, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 259, col 22, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 276, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 277, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 278, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 285, col 27, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 290, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 291, col 23, 'spread operator' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 292, col 13, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 292, col 28, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 292, col 55, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 294, col 31, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 298, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 299, col 26, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 308, col 22, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/webserver.js: line 310, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 312, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 313, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 314, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 318, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 319, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/webserver.js: line 320, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 325, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 326, col 26, Expected '{' and instead saw 'reject'. +src/webserver.js: line 326, col 44, Expected '{' and instead saw 'resolve'. +src/webserver.js: line 329, col 51, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/webserver.js: line 4, col 12, 'require' is not defined. +src/webserver.js: line 5, col 14, 'require' is not defined. +src/webserver.js: line 6, col 14, 'require' is not defined. +src/webserver.js: line 7, col 15, 'require' is not defined. +src/webserver.js: line 8, col 17, 'require' is not defined. +src/webserver.js: line 9, col 15, 'require' is not defined. +src/webserver.js: line 14, col 17, 'require' is not defined. +src/webserver.js: line 15, col 15, 'require' is not defined. +src/webserver.js: line 16, col 20, 'require' is not defined. +src/webserver.js: line 17, col 22, 'require' is not defined. +src/webserver.js: line 18, col 17, 'require' is not defined. +src/webserver.js: line 19, col 19, 'require' is not defined. +src/webserver.js: line 20, col 17, 'require' is not defined. +src/webserver.js: line 21, col 18, 'require' is not defined. +src/webserver.js: line 22, col 16, 'require' is not defined. +src/webserver.js: line 24, col 20, 'require' is not defined. +src/webserver.js: line 25, col 12, 'require' is not defined. +src/webserver.js: line 26, col 19, 'require' is not defined. +src/webserver.js: line 27, col 14, 'require' is not defined. +src/webserver.js: line 28, col 17, 'require' is not defined. +src/webserver.js: line 29, col 14, 'require' is not defined. +src/webserver.js: line 30, col 16, 'require' is not defined. +src/webserver.js: line 31, col 17, 'require' is not defined. +src/webserver.js: line 32, col 15, 'require' is not defined. +src/webserver.js: line 33, col 21, 'require' is not defined. +src/webserver.js: line 34, col 20, 'require' is not defined. +src/webserver.js: line 35, col 16, 'require' is not defined. +src/webserver.js: line 36, col 14, 'require' is not defined. +src/webserver.js: line 38, col 17, 'require' is not defined. +src/webserver.js: line 41, col 14, 'require' is not defined. +src/webserver.js: line 46, col 14, 'require' is not defined. +src/webserver.js: line 91, col 5, 'require' is not defined. +src/webserver.js: line 99, col 24, 'require' is not defined. +src/webserver.js: line 114, col 15, 'require' is not defined. +src/webserver.js: line 119, col 24, 'require' is not defined. +src/webserver.js: line 120, col 28, 'require' is not defined. +src/webserver.js: line 143, col 29, 'require' is not defined. +src/webserver.js: line 149, col 24, 'require' is not defined. +src/webserver.js: line 181, col 17, 'require' is not defined. +src/webserver.js: line 182, col 24, 'require' is not defined. +src/webserver.js: line 190, col 21, 'require' is not defined. +src/webserver.js: line 312, col 17, 'require' is not defined. +src/webserver.js: line 313, col 18, 'require' is not defined. +src/webserver.js: line 336, col 1, 'require' is not defined. +src/webserver.js: line 49, col 1, 'module' is not defined. +src/webserver.js: line 50, col 1, 'module' is not defined. +src/webserver.js: line 72, col 1, 'exports' is not defined. +src/webserver.js: line 79, col 1, 'exports' is not defined. +src/webserver.js: line 83, col 1, 'exports' is not defined. +src/webserver.js: line 283, col 19, 'exports' is not defined. +src/webserver.js: line 308, col 1, 'exports' is not defined. +src/webserver.js: line 336, col 24, 'exports' is not defined. +src/webserver.js: line 132, col 28, 'global' is not defined. +src/webserver.js: line 137, col 9, 'global' is not defined. +src/webserver.js: line 255, col 13, 'process' is not defined. +src/webserver.js: line 263, col 13, 'process' is not defined. +src/webserver.js: line 272, col 42, 'process' is not defined. +src/webserver.js: line 281, col 20, 'process' is not defined. +src/webserver.js: line 301, col 17, 'process' is not defined. +src/webserver.js: line 290, col 16, 'Promise' is not defined. +src/webserver.js: line 318, col 16, 'Promise' is not defined. + +src/widgets/admin.js: line 1, col 1, Use the function form of "use strict". +src/widgets/admin.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 6, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 10, col 13, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/admin.js: line 11, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 11, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 23, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/admin.js: line 24, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 28, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/admin.js: line 30, col 27, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/admin.js: line 36, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/admin.js: line 37, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 37, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 41, col 32, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/admin.js: line 47, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/admin.js: line 48, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 49, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/admin.js: line 54, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 56, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/admin.js: line 58, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/admin.js: line 3, col 19, 'require' is not defined. +src/widgets/admin.js: line 4, col 17, 'require' is not defined. +src/widgets/admin.js: line 5, col 16, 'require' is not defined. +src/widgets/admin.js: line 6, col 15, 'require' is not defined. +src/widgets/admin.js: line 81, col 1, 'require' is not defined. +src/widgets/admin.js: line 8, col 15, 'module' is not defined. +src/widgets/admin.js: line 11, col 45, 'Promise' is not defined. +src/widgets/admin.js: line 27, col 28, 'Promise' is not defined. +src/widgets/admin.js: line 37, col 53, 'Promise' is not defined. + +src/widgets/index.js: line 1, col 1, Use the function form of "use strict". +src/widgets/index.js: line 3, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 4, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 5, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 7, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 8, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 9, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 10, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 11, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 12, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 14, col 1, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 16, col 18, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 20, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 23, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 25, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 25, col 65, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 27, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 28, col 35, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 30, col 64, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 37, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 38, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 44, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 45, col 38, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 50, col 1, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 55, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 60, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 65, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 66, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 67, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 67, col 43, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 74, col 9, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 81, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 81, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 95, col 14, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 98, col 27, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 99, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 100, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 108, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 116, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 117, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 117, col 39, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 117, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 118, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 120, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 122, col 39, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 125, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 126, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 128, col 36, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 133, col 35, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 145, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 146, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 146, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 154, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 155, col 28, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 171, col 19, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 176, col 29, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 179, col 20, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 180, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 181, col 24, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 190, col 40, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 190, col 44, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 194, col 29, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 195, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 210, col 37, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 211, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 212, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 213, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 213, col 21, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 215, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 229, col 36, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 230, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 235, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 236, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 236, col 9, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 240, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 241, col 14, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 241, col 14, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 241, col 45, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 242, col 18, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 242, col 33, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 243, col 17, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 244, col 26, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 247, col 21, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 250, col 25, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 251, col 25, 'object short notation' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 269, col 17, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 270, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 270, col 5, 'destructuring binding' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 275, col 5, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 276, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 276, col 21, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 278, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 291, col 25, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 292, col 5, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 292, col 37, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 294, col 9, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 294, col 66, 'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 295, col 25, 'template literal syntax' is only available in ES6 (use 'esversion: 6'). +src/widgets/index.js: line 296, col 9, 'let' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 302, col 26, 'async functions' is only available in ES8 (use 'esversion: 8'). +src/widgets/index.js: line 303, col 10, 'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 303, col 25, 'for of' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz). +src/widgets/index.js: line 3, col 17, 'require' is not defined. +src/widgets/index.js: line 4, col 11, 'require' is not defined. +src/widgets/index.js: line 5, col 20, 'require' is not defined. +src/widgets/index.js: line 7, col 17, 'require' is not defined. +src/widgets/index.js: line 8, col 16, 'require' is not defined. +src/widgets/index.js: line 9, col 20, 'require' is not defined. +src/widgets/index.js: line 10, col 12, 'require' is not defined. +src/widgets/index.js: line 11, col 23, 'require' is not defined. +src/widgets/index.js: line 12, col 14, 'require' is not defined. +src/widgets/index.js: line 309, col 1, 'require' is not defined. +src/widgets/index.js: line 14, col 17, 'module' is not defined. +src/widgets/index.js: line 25, col 30, 'Promise' is not defined. +src/widgets/index.js: line 44, col 35, 'Promise' is not defined. +src/widgets/index.js: line 236, col 49, 'Promise' is not defined. +src/widgets/index.js: line 270, col 35, 'Promise' is not defined. + +25739 errors +(base) Michaels-MacBook-Pro-88:nodebb-f24-team-bulbasaur michaelli$