Skip to content

Commit

Permalink
Leverage class fields and private class fields.
Browse files Browse the repository at this point in the history
The “Class Fields” proposal has been adopted as part of ECMAScript 2022
and tests pass leveraging this feature in Chrome, Firefox, and Safari.

Closes #63.
  • Loading branch information
theengineear committed Apr 12, 2022
1 parent be737a0 commit c26c2b4
Show file tree
Hide file tree
Showing 4 changed files with 387 additions and 498 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
browser: true,
},
parserOptions: {
ecmaVersion: 2020,
ecmaVersion: 'latest',
sourceType: 'module',
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@netflix/element-server": "^1.0.12",
"@netflix/x-test": "^1.0.0-rc.16",
"eslint": "^7.5.0",
"eslint": "^8.13.0",
"puppeteer": "^13.4.0",
"tap-parser": "^10.0.1"
}
Expand Down
Loading

0 comments on commit c26c2b4

Please sign in to comment.