some chages #438
Annotations
9 errors
Build:
src/compiler/AstCompiler/AstCompiler.ts#L85
Property 'pushTypeDecl' does not exist on type 'AstCompiler'.
|
Build:
src/compiler/AstCompiler/AstCompiler.ts#L90
Property 'pushTypeImpl' does not exist on type 'AstCompiler'.
|
Build:
src/compiler/AstCompiler/AstCompiler.ts#L159
Expected 2 arguments, but got 1.
|
Build:
src/compiler/AstCompiler/AstCompiler.ts#L165
A function whose declared type is neither 'void' nor 'any' must return a value.
|
Build:
src/compiler/AstCompiler/AstCompiler.ts#L173
Function lacks ending return statement and return type does not include 'undefined'.
|
Build:
src/compiler/AstCompiler/scope/stdScope/stdScope.ts#L74
Argument of type 'TirType | TirAliasType<TirStructType> | TirType[] | undefined' is not assignable to parameter of type 'TirType'.
|
Build:
src/compiler/AstCompiler/scope/stdScope/stdScope.ts#L82
Argument of type 'TirType | TirAliasType<TirStructType> | TirType[] | undefined' is not assignable to parameter of type 'TirType[]'.
|
Build:
src/diagnostics/DiagnosticEmitter.ts#L128
A function whose declared type is neither 'void' nor 'any' must return a value.
|
Build
Process completed with exit code 2.
|
Loading