Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixups to Merge Existing and New Import Maps #10837

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

yoavweiss
Copy link
Contributor

@yoavweiss yoavweiss commented Dec 9, 2024

This fixes #10833, by addressing the two editorial issue pointed out there:

  • Defines oldImportMap as the global's import map.
  • Removes specifierKey from scopeImports, rather than specifier.

I believe the below checks do not apply, as this is an editorial change.

  • At least two implementers are interested (and none opposed):
  • Tests are written and can be reviewed and commented upon at:
  • Implementation bugs are filed:
    • Chromium: …
    • Gecko: …
    • WebKit: …
    • Deno (only for timers, structured clone, base64 utils, channel messaging, module resolution, web workers, and web storage): …
    • Node.js (only for timers, structured clone, base64 utils, channel messaging, and module resolution): …
  • Corresponding HTML AAM & ARIA in HTML issues & PRs:
  • MDN issue is filed: …
  • The top of this comment includes a clear commit message to use.

(See WHATWG Working Mode: Changes for more details.)


/webappapis.html ( diff )

@yoavweiss yoavweiss requested a review from domenic December 9, 2024 05:22
Copy link
Member

@domenic domenic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@domenic domenic merged commit b8e8f6d into whatwg:main Dec 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Invalid reference to "oldModuleMap" and "specifier" in "merge existing and new import maps"
2 participants