Define the variables that are in-scope when a property is expanded #13
Labels
2025
A change made in preparing the 2025 edition
clarification
Discusses and clarifies ambiguities
diagnostics
Issues relating to the diagnostics mechanism
properties
Issues relating to the properties mechanism
In the specification it is not defined what variables are in-scope when a property is expanded. So what variables is a
<value-of>
in a property allowed to reference?I would expect only the variables that are lexically in scope, meaning, for properties, only global variables defined before the property is defined? Or also the variables that are defined in the pattern/rule that fired and caused the property to be expanded?
The text was updated successfully, but these errors were encountered: