We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd1576 commit bf7e824Copy full SHA for bf7e824
dist-raw/node-options.js
@@ -26,6 +26,7 @@ function parseArgv(argv) {
26
'--preserve-symlinks-main': Boolean,
27
'--input-type': String,
28
'--experimental-specifier-resolution': String,
29
+ // Legacy alias for node versions prior to 12.16
30
'--es-module-specifier-resolution': '--experimental-specifier-resolution',
31
}, {
32
argv,
0 commit comments