async -> sync spawn mode #89
Annotations
9 errors and 7 warnings
build:
src/lib/shell_imp.ts#L2
"js-yaml" is extraneous
|
build:
src/lib/shell_imp.ts#L5
Trailing spaces not allowed
|
build:
src/lib/shell_imp.ts#L21
Replace `··const·result·=·cp.spawnSync(execPath,·['--calculate',·'--impl='·+·impl])` with `const·result·=·cp⏎····.spawnSync(execPath,·['--calculate',·'--impl='·+·impl])⏎····`
|
build:
src/lib/shell_imp.ts#L22
Replace `····const·yamlData·=·yaml.dump(yaml.load(result))` with `··const·yamlData·=·yaml.dump(yaml.load(result));`
|
build:
src/lib/shell_imp.ts#L23
Replace `····` with `··`
|
build:
src/lib/shell_imp.ts#L24
Replace `··return·yamlData` with `return·yamlData;`
|
build:
src/lib/shell_imp.ts#L30
Insert `⏎`
|
build:
src/lib/shell_imp.ts#L30
Newline required at end of file but not found
|
build
Process completed with exit code 1.
|
build:
src/lib/boavizta.ts#L41
Unexpected any. Specify a different type
|
build:
src/lib/boavizta.ts#L58
Unexpected any. Specify a different type
|
build:
src/lib/boavizta.ts#L58
Unexpected any. Specify a different type
|
build:
src/lib/boavizta.ts#L82
Unexpected any. Specify a different type
|
build:
src/lib/boavizta.ts#L82
Unexpected any. Specify a different type
|
build:
src/lib/shell_imp.ts#L20
'runModelInShell' is defined but never used
|
build:
src/types/boavizta.ts#L7
Unexpected any. Specify a different type
|