You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Manifest documentation mentions that "module" is deprecated in favor of "exports", but there is currently no section explaining "exports". This field is the recommended modern way for packages to declare their public entry points and subpaths.
Proposed fix:
Add a section for "exports" in the manifest documentation page.
Include examples for single entry point, multiple conditions (import/require), and subpath exports.