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

Rewrite with a stronger dependency on package name maps #33

Closed
wants to merge 1 commit into from

Commits on Aug 3, 2018

  1. Rewrite with a stronger dependency on package name maps

    This incorporates some of the ideas touched on in the issue tracker, mostly around using package name maps to provide a better fallback story and web developer control. It touches on the following issues:
    
    * Fixes #10, fixes #14, fixes #15, and fixes #24 by moving away from std:x|y and its attendant problems.
    * Opens the door to solutions for #5 based on the speculative package name map fallback ideas.
    
    It also adds a bit more motivation to the intro, and rearranges to emphasize the standards process, before diving into many details on the importing infrastructure.
    
    For now we delete the "Trying these ideas out" section, and spec.md, as they are all about the old infrastructure.
    domenic committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    bedc20a View commit details
    Browse the repository at this point in the history