Skip to content

Commit

Permalink
add v8-compile-cache in bin/eslint.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jun 29, 2019
1 parent 8cd7adc commit 60ccfa2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/eslint.js
Expand Up @@ -9,6 +9,9 @@

"use strict";

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

//------------------------------------------------------------------------------
// Helpers
//------------------------------------------------------------------------------
Expand Down

0 comments on commit 60ccfa2

Please sign in to comment.