-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
blockerBlocks the releaseBlocks the releaseeditorialIssue is non-normativeIssue is non-normativeresolve-candidateThis issue appears to have been answered or resolved, and may be closed soon.This issue appears to have been answered or resolved, and may be closed soon.
Description
The PR #305 trying to document the hoisting decision introduced the wording that has effect on the shadowing resolution.
To resolve the value of a Variable, its Name is used to identify either a local variable, or a variable defined elsewhere.
If a local variable and an externally defined one use the same name, the local variable takes precedence.
That was not part of a discussion, and the decision is debatable.
Metadata
Metadata
Assignees
Labels
blockerBlocks the releaseBlocks the releaseeditorialIssue is non-normativeIssue is non-normativeresolve-candidateThis issue appears to have been answered or resolved, and may be closed soon.This issue appears to have been answered or resolved, and may be closed soon.