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

Fare thee well, resolver monkeypatching #99

Merged
merged 3 commits into from
Jun 13, 2018

Conversation

dfreeman
Copy link
Member

This PR probably constitutes the beginning of a march toward 1.0 for Ember CSS Modules. It should fix #98, and unlocks many of the static analysis possibilities mentioned in #76, also eliminating most of the Ember monkeypatching this addon does. The only remaining bit is support for localClassNames and localClassNameBindings on components, which we should eventually be able to phase out in favor of:

  • Glimmer components (which don't have an invisible root element)
  • Decorators (which can install any additional logic they need on use)

@dfreeman dfreeman merged commit 6733e77 into master Jun 13, 2018
@dfreeman dfreeman deleted the fare-thee-well-resolver-monkeypatching branch June 13, 2018 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support template-only-glimmer-components optional feature
1 participant