Update improved type analysis to develop #876
Annotations
10 errors
src/compiler/intermediate.js#L178
Unexpected var, use let or const instead
|
src/compiler/intermediate.js#L183
Unexpected if as the only statement in an else block
|
src/compiler/irgen.js#L8
This line has a length of 145. Maximum allowed is 120
|
src/compiler/irgen.js#L141
Use '===' to compare with null
|
src/compiler/irgen.js#L141
Expected '===' and instead saw '=='
|
src/compiler/irgen.js#L149
This line has a length of 140. Maximum allowed is 120
|
src/compiler/irgen.js#L347
This line has a length of 128. Maximum allowed is 120
|
src/compiler/irgen.js#L364
Expected a 'break' statement before 'case'
|
src/compiler/irgen.js#L455
This line has a length of 122. Maximum allowed is 120
|
src/compiler/irgen.js#L468
This line has a length of 136. Maximum allowed is 120
|
This job failed
Loading