Skip to content

Commit fd27d1f

Browse files
jmdyckrwaldron
authored andcommitted
Remove mention of "phase: early", since it's never used
(It was folded into "phase: parse" in PR tc39#1366.)
1 parent 93a2ba8 commit fd27d1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

INTERPRETING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ attribute is a YAML dictonary with two keys:
179179

180180
- `phase` - the stage of the test interpretation process that the error is
181181
expected to be produced; valid phases are:
182-
- `parse`: occurs while parsing the source text.
183-
- `early`: occurs prior to evaluation.
182+
- `parse`: occurs while parsing the source text, or while checking it for early errors.
184183
- `resolution`: occurs during module resolution.
185184
- `runtime`: occurs during evaluation.
186185
- `type` - the name of the constructor of the expected error

0 commit comments

Comments
 (0)