-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #1914 The documentation would refer to `$$` in an attribute and hook with similar language (the "parsed" value). But, in an attribute, it refers to the value before any conversions. In a hook, it refers to the value after any conversions. Now, "parsed" is used to refer to the pre-conversion value, and "final" is used to refer to the post-conversion value. Those terms were chosen because they make sense when no conversions are applied (or when `$$` is used *in* a conversion). But, "final" can still be a little confusing, since you can write to `$$`.
- Loading branch information
1 parent
c66c9f6
commit 0a22b33
Showing
1 changed file
with
27 additions
and
16 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