-
-
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.
[DEPRECATION] Deprecate
Component#sendAction
(RFC #335)
This also implicitly deprecated passing actions to the built-in inputs like `{{input enter="foo"}}, instead users must do `{{input enter=(action "foo")}}`. There is a build-time deprecation that uses AST visitors to output precise information of file and line the offending code is. There is also a runtime-deprecation for cases that the AST deprecation can't catch.
- Loading branch information
Miguel Camba
committed
Jun 18, 2018
1 parent
396424c
commit b21f77b
Showing
12 changed files
with
411 additions
and
140 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
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
Oops, something went wrong.