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

[FEAT] Implements Decorators #17548

Merged
merged 4 commits into from
Feb 8, 2019
Merged

Commits on Feb 8, 2019

  1. [FEAT] Implements Decorators

    This PR refactors the Descriptor system in Ember metal, mostly replacing
    it with a Decorator system instead. `defineProperty` has been updated to
    apply decorators following the currently implemented spec. This means
    that the value returned by `computed` goes through the exact same flow
    when applied as a decorator using decorator syntax, and applied using
    classic syntax.
    NullVoxPopuli authored and Chris Garrett committed Feb 8, 2019
    4 Configuration menu
    Copy the full SHA
    1c72067 View commit details
    Browse the repository at this point in the history
  2. add symbol polyfill to tests

    Chris Garrett committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b3021dc View commit details
    Browse the repository at this point in the history
  3. use HAS_NATIVE_SYMBOL consistently

    Chris Garrett committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    f2dfd13 View commit details
    Browse the repository at this point in the history
  4. add action decorator

    Chris Garrett committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    53b84e2 View commit details
    Browse the repository at this point in the history