Skip to content
This repository was archived by the owner on Sep 2, 2023. It is now read-only.
This repository was archived by the owner on Sep 2, 2023. It is now read-only.

ES modules warnings removal timelines #485

Closed
@guybedford

Description

@guybedford

We're currently emitting the following warnings for ES module features:

  • conditional exports resolutions ({ require: ... } or { node: ... } but not { default: ... })
  • package self-resolution
  • experimental modules warning whenever using ES module imports
  • experimental loader warning when using --experimental-loader

All these warnings apply to both 12 and 13 currently, just behind the --experimental-modules flag on 12.

On our current timeline I believe we were planning to unflag the implementation in 12.x for April, which I assume would involve removing the first three warnings of the list at least?

Does that sound like a correct assumption? Should we possibly disable the warnings sooner on either branch?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions