interpreter batch #224
Annotations
10 errors
build:
src/blocks/scratch3_procedures.js#L71
Strings must use singlequote
|
build:
src/compiler/irgen.js#L1482
Missing whitespace after semicolon
|
build:
src/compiler/irgen.js#L1482
Expected an assignment or function call and instead saw an expression
|
build:
src/compiler/irgen.js#L1482
'z' is not defined
|
build:
src/compiler/irgen.js#L1482
Missing semicolon
|
build:
src/compiler/jsgen.js#L1475
Expected an assignment or function call and instead saw an expression
|
build:
src/compiler/jsgen.js#L1475
'z' is not defined
|
build:
src/compiler/jsgen.js#L1475
Missing semicolon
|
build:
src/engine/blocks.js#L813
This line has a length of 134. Maximum allowed is 120
|
build:
src/engine/camera.js#L5
'Runtime' is assigned a value but never used. Allowed unused vars must match /^_/u
|