Skip to content

Commit e83d30a

Browse files
committed
remove no longer existing --experimental-json-modules module
ref. nodejs/node@c3f7251
1 parent 13415cd commit e83d30a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ If the provided JavaScript path ends with `.mjs`,
6363

6464
* [ECMAScript module mode](https://nodejs.org/api/esm.html) is automatically [enabled](https://nodejs.org/api/esm.html#esm_enabling).
6565
* [`--es-module-specifier-resolution`](https://nodejs.org/api/esm.html#esm_customizing_esm_specifier_resolution_algorithm) is automatically set to `node`.
66-
* [Experimental JSON modules support](https://nodejs.org/api/esm.html#esm_experimental_json_modules) is automatically enabled.
6766

6867
#### Reporters
6968

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ const codecovBashPath = process.platform === 'win32' ? join(cwd, 'coverage', Mat
7272
...ext === 'mjs' ? [
7373
'--experimental-modules',
7474
'--es-module-specifier-resolution=node',
75-
'--experimental-json-modules',
7675
'--no-warnings'
7776
] : [],
7877
entryPath

0 commit comments

Comments
 (0)