Skip to content

Commit

Permalink
Drop Node <16, old Firefox support
Browse files Browse the repository at this point in the history
Transpiled private class field accessors slow things down. Dropping old
engine support makes it run faster.
  • Loading branch information
cutiful committed Dec 25, 2023
1 parent 3fe349c commit a96a65e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@
"prettier": "^2.6.2",
"rollup": "^3.20.2"
},
"browserslist": "node >= 12, firefox >= 52",
"browserslist": "node >= 16, last 4 chrome versions, last 4 firefox versions",
"license": "Apache-2.0"
}

0 comments on commit a96a65e

Please sign in to comment.