forked from JaneaSystems/nodejs-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit merges the changes from the node-chakracore v8.6.0 release into nodejs-mobile.
- Loading branch information
Showing
1,623 changed files
with
103,633 additions
and
90,940 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ test/addons/??_*/ | |
test/fixtures | ||
test/tmp*/ | ||
tools/eslint | ||
tools/icu | ||
node_modules | ||
benchmark/tmp/ | ||
doc/**/*.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
!.gitignore | ||
!.gitkeep | ||
!.mailmap | ||
!.nycrc | ||
!.remarkrc | ||
|
||
core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"exclude": [ | ||
"**/internal/process/write-coverage.js" | ||
], | ||
"reporter": ["html", "text"] | ||
} |
Oops, something went wrong.