Class: TypeNotCompilableError
errors.TypeNotCompilableError
Error that is thrown whenever CheckedType.getCompilableType is called, despite the type not being compilable.
This is thrown to avoid the compiler from using UndefinedType for a compilation, as that would cause undefined behavior.
Since
0.10.0
Hierarchy
-
↳
TypeNotCompilableError
Table of contents
Constructors
Constructors
constructor
• new TypeNotCompilableError()
Overrides
KipperInternalError.constructor
Defined in
kipper/core/src/errors.ts:288