Skip to content

Commit

Permalink
Remove source phase resolution time negative error types
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jan 6, 2025
1 parent 8296db8 commit 978e07f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info: |
negative:
phase: resolution
type: SyntaxError
type: Error
features: [source-phase-imports]
flags: [module]
---*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info: |
negative:
phase: resolution
type: SyntaxError
type: Error
features: [source-phase-imports]
flags: [module]
---*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info: |
Source Text Module Record provides a GetModuleSource implementation that always returns an abrupt completion indicating that a source phase import is not available.
negative:
phase: resolution
type: SyntaxError
type: Error
features: [source-phase-imports]
flags: [module]
---*/
Expand Down

0 comments on commit 978e07f

Please sign in to comment.