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

v2 addon shim #732

Merged
merged 15 commits into from
Mar 30, 2021
Merged

v2 addon shim #732

merged 15 commits into from
Mar 30, 2021

Commits on Mar 27, 2021

  1. [wip] v2 shim

    ef4 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    a4ce69e View commit details
    Browse the repository at this point in the history
  2. exposing shim module separately

    Because it is for use in node, and the rest is for use in the browser.
    ef4 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    6defb91 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    ab2df1b View commit details
    Browse the repository at this point in the history
  2. post-merge formatting

    ef4 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    31995fa View commit details
    Browse the repository at this point in the history
  3. expand app-js

    ef4 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    725c526 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    b0608f6 View commit details
    Browse the repository at this point in the history
  2. moving packageName into shared utilities

    for use in ember-auto-import
    ef4 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    020afc5 View commit details
    Browse the repository at this point in the history
  3. fixing up linting rules

    we had to move shim up to the top level because that's the path we want people to import
    ef4 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    09d9e7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e8f532 View commit details
    Browse the repository at this point in the history
  5. moving ember-cli-models into shared-internals

    (from ember-auto-import)
    ef4 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    8ebbf51 View commit details
    Browse the repository at this point in the history
  6. progress on shim

    ef4 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    44a9b9c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. upgrading broccoli-funnel

    To get a newer walkSync, to make it not crash on symlink cycles.
    
    Also, I had to fix a bug in broccoli-funnel so this is a fork for now.
    ef4 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    dad9d18 View commit details
    Browse the repository at this point in the history
  2. Revert "upgrading broccoli-funnel"

    This reverts commit dad9d18.
    
    This newer broccoli-funnel has too many bugs
    ef4 committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    258a5dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffcd4f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    451f780 View commit details
    Browse the repository at this point in the history