Skip to content

Commit a0793a8

Browse files
committed
Compiler Argument TNull to TNever
1 parent fcf926e commit a0793a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/compiler/compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export namespace TypeCompiler {
161161
}
162162
}
163163

164-
function* Never(schema: Types.TNull, value: string): IterableIterator<string> {
164+
function* Never(schema: Types.TNever, value: string): IterableIterator<string> {
165165
yield `(false)`
166166
}
167167

0 commit comments

Comments
 (0)