Skip to content

module: Revert remove experimental status from JSON modules

This reverts commit ec8776da from https://github.com/nodejs/node/pull/27752, adding back the --experimental-json-modules flag to reflect the fact that JSON modules are being reverted for web (https://github.com/whatwg/html/pull/4943) and should not be considered a stable feature.

Tracking issue at https://github.com/nodejs/modules/issues/391 with further information.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading