Closed
Description
Currently the following experimental modules flags don't have warnings:
--experimental-json-modules
--experimental-wasm-modules
--experimental-resolve-self
--experimental-conditional-exports
--es-module-specifier-resolution=node
Ideally when using any of these flags we should provide a warning message that not only is the base experimental modules implementation unstable, but these flags are not even clear if they will be provided as final features in the implementation and any of them might be removed still.