I just ran node --help on v14.0.0-rc.3, I was surprised to see that --experimental-modules was still listed. I understand why this flag is still tolerated by the CLI but should it be be hidden from the help listing as it no longer needs to be specified?
I just ran
node --helpon v14.0.0-rc.3, I was surprised to see that--experimental-moduleswas still listed. I understand why this flag is still tolerated by the CLI but should it be be hidden from the help listing as it no longer needs to be specified?