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

Module Unification #143

Merged
merged 5 commits into from
Oct 18, 2016
Merged

Module Unification #143

merged 5 commits into from
Oct 18, 2016

Commits on May 9, 2016

  1. Module Unification

    dgeb committed May 9, 2016
    Configuration menu
    Copy the full SHA
    fca9184 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Update module resolution rules.

    Based on discussions and experimentation with @rwjblue, we’ve refined 
    the rules to better meet the needs of the resolver from a variety of
    scenarios.
    
    We’ve also named the different module resolution patterns to make
    discussions more meaningful.
    dgeb committed May 17, 2016
    Configuration menu
    Copy the full SHA
    57dee59 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Remove $src and $root module path aliases.

    Until we can fully explore the implications for these aliases within
    editors and Node-based tooling, the Core Team has decided to remove 
    this aspect of the RFC.
    dgeb committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    19bfc12 View commit details
    Browse the repository at this point in the history
  2. Clarify namespacing for addons invoking their own components.

    The Core Team decided that it would be most clear if addons invoked 
    helpers and components with the same namespacing to be used by
    consumers of the addon. Without a namespace, components could be 
    single non-dasherized words, which is verboten. Furthermore, this
    decision makes templates more portable - it will be easier for an 
    addon to adopt a component from a consumer, for instance.
    dgeb committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    e62f80a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Pretty-print example trees.

    Thanks to @locks for his help here.
    dgeb committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    8dbef17 View commit details
    Browse the repository at this point in the history