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

Inline HBS Reform #462

Closed
wants to merge 21 commits into from
Closed

Inline HBS Reform #462

wants to merge 21 commits into from

Commits on Jun 10, 2021

  1. dropping ember-templates-imports stuff

    It doesn't belong in here.
    ef4 committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    d48a2ae View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. refactoring

     - drop modules-api-polyfill
     - drop proposal syntaxes
    ef4 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    89b6d6b View commit details
    Browse the repository at this point in the history
  2. dropping useEmberModule

    ef4 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    353ce72 View commit details
    Browse the repository at this point in the history
  3. drop modulePaths

    ef4 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2808daf View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. fix browserslist warning

    ef4 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9ded2e8 View commit details
    Browse the repository at this point in the history
  2. drop configurability of modules

    and update tests to use the newest standard by default
    ef4 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    60df8f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. adding types for babel traverse

    Before we were inheriting old ones from some dep of ours.
    ef4 committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    a7d7ca9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

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

Commits on Jul 7, 2021

  1. optimize names for simple case

    ef4 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    988a35b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de70ee2 View commit details
    Browse the repository at this point in the history
  3. dropping unused dep

    ef4 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    0a44d96 View commit details
    Browse the repository at this point in the history
  4. check modules on demand

    This lets us interop with other plugins that are inserting calls to our modules.
    ef4 committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    864c1ee View commit details
    Browse the repository at this point in the history
  5. use shared babel-import-util

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

Commits on Jul 8, 2021

  1. Configuration menu
    Copy the full SHA
    6206fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b4fe3 View commit details
    Browse the repository at this point in the history
  3. dropping node 10

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

Commits on Jul 9, 2021

  1. keep node-specific code separate

    So we have a pure JS implementation with no node dependencies that can be built for the browser.
    ef4 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    9f5f66f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0e727 View commit details
    Browse the repository at this point in the history
  3. refactoring for readability

    ef4 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    1b1e38b View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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

Commits on Oct 13, 2021

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