Closed
Description
The import assertions proposal is in stage 3 and V8 implemented it (the API will be available in V8 8.9).
The JSON modules proposal is in stage 2 and is built on top of import assertions.
I think it's time to discuss about what we are going to do with --experimental-json-modules
.
We'll be able to implement the type: "json"
assertion soon. Should we aim to replace --experimental-json-modules
with it? Should we add a new experimental flag? Should we deprecate the current behavior of --experimental-json-modules
?
@nodejs/modules