Skip to content

module: remove experimental modules warning

This PR removes the experimental modules warnings for Node.js.

The modules group currently does not have consensus to remove the experimental warning for using ES modules in Node.js, but these timelines are currently being discussed.

This PR was separated out from https://github.com/nodejs/node/pull/31845. I would like if we could keep this PR open while discussion is happening, with the goal to eventually merge it when the appropriate timeline is agreed and met.

@nodejs/modules-active-members

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