File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -437,8 +437,8 @@ The `--experimental-json-modules` flag is needed for the module
437437to work.
438438
439439` ` ` bash
440- node -- experimental- modules -- entry - type = module index .js # fails
441- node -- experimental- modules -- entry - type = module -- experimental- json- modules index .js # works
440+ node -- experimental- modules index .js # fails
441+ node -- experimental- modules -- experimental- json- modules index .js # works
442442` ` `
443443
444444## Experimental Loader hooks
@@ -593,9 +593,6 @@ of these top-level routines.
593593
594594_isMain_ is **true** when resolving the Node.js application entry point.
595595
596- When using the ` -- entry- type` flag, it overrides the ESM_FORMAT result while
597- providing errors in the case of explicit conflicts.
598-
599596<details>
600597<summary>Resolver algorithm specification</summary>
601598
You can’t perform that action at this time.
0 commit comments