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

Make the helper keyword handling less strict #1150

Merged
merged 3 commits into from
Mar 7, 2022

Commits on Mar 6, 2022

  1. Reduce the strictness of the helper keyword handling

    The current implementation throws an error if you try to curry helpers using the helper keyword. This reduces the strictness of the resolver since Ember itself catches the cases were users provide unsupported dynamic values to the helper keyword.
    Windvis committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c3b43d4 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    fcb867d View commit details
    Browse the repository at this point in the history
  2. tests were sensitive to nondeterministic ordering

    The lazy css doesn't get a deterministic ordering
    ef4 committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    69663bc View commit details
    Browse the repository at this point in the history