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

Supporting more build environments #748

Merged
merged 28 commits into from
Mar 28, 2021
Merged

Supporting more build environments #748

merged 28 commits into from
Mar 28, 2021

Commits on Feb 21, 2021

  1. [experimental] an eager mode for importSync

    This has the benefit of not requiring anything beyond web standards, and the downside of making some things eager that used to be lazy.
    ef4 committed Feb 21, 2021
    Configuration menu
    Copy the full SHA
    66b93cd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    ad28a2f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. [wip]

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

Commits on Mar 8, 2021

  1. [wip]

    ef4 committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    29453de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b3a259 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37494e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36c73e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84b4b98 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. improved template loading

    ef4 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    2c0883f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcc3cec View commit details
    Browse the repository at this point in the history
  3. not needed in eager mode

    and it breaks right now anyway due to ownedByEmberPackage
    ef4 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    05ab33c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56db384 View commit details
    Browse the repository at this point in the history
  5. make whole packagejson more extensible

    and use it in ember-source compat adapter to make sure we keep the template compiler
    ef4 committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    ee622da View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. fixup

    ef4 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    547fb75 View commit details
    Browse the repository at this point in the history
  2. cleaning up imports

    ef4 committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    71e45cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f15cdf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. more file extensions

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

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    1619275 View commit details
    Browse the repository at this point in the history
  2. finishing merge

    ef4 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    ca63cef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7fc231 View commit details
    Browse the repository at this point in the history
  4. don't force eager mode always

    ef4 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    fb101aa View commit details
    Browse the repository at this point in the history
  5. post-merge formatting

    ef4 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    03cc3c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3bdd70 View commit details
    Browse the repository at this point in the history
  7. use Package's packageJSON

    Because it's extended to account for non-resolvable deps.
    ef4 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    5b9c466 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad49d5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d72faaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e6b5861 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    22910a3 View commit details
    Browse the repository at this point in the history