We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb9ab0 commit 4c7c592Copy full SHA for 4c7c592
1 file changed
1-Draft/RFCNNNN-#Requires-Additions.md
@@ -4,7 +4,7 @@ Author: Robert Holt
4
Status: Draft
5
SupercededBy:
6
Version:
7
-Area: \#requires
+Area: Hash-requires
8
Comments Due: 2018-05-15
9
Plan to implement: Yes
10
---
@@ -26,8 +26,9 @@ These features are documented in [about_Requires](https://docs.microsoft.com/en-
26
> cannot use them in functions, cmdlets, or snap-ins.
27
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.
+statements are allowed by the parser/tokenizer anywhere in
+a script and then effectively hoisted to the top of that
31
+script, no matter where they are placed.
32
33
This RFC proposes the following changes:
34
0 commit comments