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

[FEATURE ember-glimmer-set-component-template] Enable by default. #18198

Merged
merged 3 commits into from
Aug 1, 2019

Commits on Jul 31, 2019

  1. Configuration menu
    Copy the full SHA
    215b6de View commit details
    Browse the repository at this point in the history
  2. Avoid assertions for Symbol when not present.

    Co-authored-by: Godfrey Chan <godfreykfc@gmail.com>
    rwjblue and chancancode committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    77b4bc6 View commit details
    Browse the repository at this point in the history
  3. [BUGFIX beta] Reduce false positives for HAS_NATIVE_SYMBOL with polyf…

    …ills.
    
    Prior to this change the core.js polyfills would be detected as "native
    symbols" (they monkey patch `Object.prototype.toString` to avoid detection by
    our prior check).
    
    Co-authored-by: Godfrey Chan <godfreykfc@gmail.com>
    rwjblue and chancancode committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    7a3175d View commit details
    Browse the repository at this point in the history