Class: UndefinedCustomType
compiler.UndefinedCustomType
Represents an undefined custom type that was specified by the user, but can not be evaluated.
This is used to represent an invalid type that can not be used for type checking. If a type like this is encountered, then the type checking will silently fail, as this type should have already thrown an error.
Since
0.10.0
Table of contents
Constructors
Properties
Constructors
constructor
• new UndefinedCustomType(identifier)
Parameters
| Name | Type |
|---|---|
identifier |
string |
Defined in
kipper/core/src/compiler/analysis/type.ts:16
Properties
identifier
• Readonly identifier: string
Defined in
kipper/core/src/compiler/analysis/type.ts:16