File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Author: Robert Holt
44Status : Draft
55SupercededBy :
66Version :
7- Area : \ # requires
7+ Area : Hash- requires
88Comments Due : 2018-05-15
99Plan to implement : Yes
1010---
@@ -26,8 +26,9 @@ These features are documented in [about_Requires](https://docs.microsoft.com/en-
2626> cannot use them in functions, cmdlets, or snap-ins.
2727
2828Currently however, this is untrue, as ` #requires `
29- statements are effectively hoisted to the top of any
30- script, no matter where they are placed in that script.
29+ statements are allowed by the parser/tokenizer anywhere in
30+ a script and then effectively hoisted to the top of that
31+ script, no matter where they are placed.
3132
3233This RFC proposes the following changes:
3334
You can’t perform that action at this time.
0 commit comments