-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX beta] Export
on
from correct path
`on` is a modifier and supposed to be exported from `@ember/modifier`, not `@ember/helper`. (cherry picked from commit 428a30f)
- Loading branch information
Chris Garrett
committed
Mar 25, 2021
1 parent
8586987
commit 1d53f7b
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export { setModifierManager } from '@glimmer/manager'; | ||
export { modifierCapabilities as capabilities } from '@ember/-internals/glimmer'; | ||
export { on } from '@glimmer/runtime'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters