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
4
4
Status : Draft
5
5
SupercededBy :
6
6
Version :
7
- Area : \ # requires
7
+ Area : Hash- requires
8
8
Comments Due : 2018-05-15
9
9
Plan to implement : Yes
10
10
---
@@ -26,8 +26,9 @@ These features are documented in [about_Requires](https://docs.microsoft.com/en-
26
26
> cannot use them in functions, cmdlets, or snap-ins.
27
27
28
28
Currently 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.
31
32
32
33
This RFC proposes the following changes:
33
34
You can’t perform that action at this time.
0 commit comments