-
-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow json modules to be resolved in Node >=17.5.0 without flag (#1665)
* Enable JSON modules by default in Node >=17.5.0 * Added tests for experimental json modules no longer requiring flag * bump node version used for development; just more convenient this way Co-authored-by: Andrew Bradley <[email protected]>
- Loading branch information
1 parent
30f03e1
commit 20cbbf5
Showing
3 changed files
with
38 additions
and
13 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
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 |
---|---|---|
|
@@ -171,7 +171,7 @@ | |
"singleQuote": true | ||
}, | ||
"volta": { | ||
"node": "16.9.1", | ||
"node": "17.5.0", | ||
"npm": "6.14.15" | ||
} | ||
} |
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