-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v8cache experimental flag #112
Conversation
Codecov Report
@@ Coverage Diff @@
## master #112 +/- ##
==========================================
- Coverage 69.86% 69.25% -0.61%
==========================================
Files 16 16
Lines 657 670 +13
==========================================
+ Hits 459 464 +5
- Misses 198 206 +8
Continue to review full report at Codecov.
|
c17638b
to
fd312d2
Compare
55b09a4
to
054c273
Compare
Rebased. While the build files look pretty ugly, this improves the self-build startup time by around 100ms on my machine. |
The wrapper being used here was conflicting with Jest's Node hooks, so I've updated to a more robust wrapper approach. |
09bcab4
to
e5f40e4
Compare
28da385
to
9f1f355
Compare
Fixes #51.
Usage is
ncc build x.js --v8-cache
or thev8cache: true
option for the API.