Skip to content

Commit

Permalink
Remove v8-compile-cache
Browse files Browse the repository at this point in the history
`v8-compile-cache` no longer has performance benefits on Node.js 20.
  • Loading branch information
ybiquitous committed Jun 6, 2023
1 parent 2413e8f commit 0bdc6f3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-dodos-invent.md
@@ -0,0 +1,5 @@
---
"stylelint": patch
---

Fixed: remove `v8-compile-cache`
3 changes: 0 additions & 3 deletions bin/stylelint.js
Expand Up @@ -2,7 +2,4 @@

'use strict';

// to use V8's code cache to speed up instantiation time
require('v8-compile-cache');

require('../lib/cli')(process.argv.slice(2));
11 changes: 0 additions & 11 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -152,7 +152,6 @@
"supports-hyperlinks": "^3.0.0",
"svg-tags": "^1.0.0",
"table": "^6.8.1",
"v8-compile-cache": "^2.3.0",
"write-file-atomic": "^5.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 0bdc6f3

Please sign in to comment.