Skip to content

esm: emit experimental warnings in common place

Previously, experimental warnings were scattered (sometimes by me) around the ESM code with inconsistent messaging. This PR consolidates them to ESMLoader instantiation (so subsequent code does not need to consider whether a warning has yet been emitted).

This PR also adds an experimental warning for Network Imports (which was previously not emitted).

Merge request reports

Loading