basic typechecking #766
Annotations
4 errors and 1 warning
Check:
src/typechecker.ts#L124
Replace `·argType.kind·===·'enum·value'·||·argType.kind·===·'null'·||` with `⏎··············argType.kind·===·'enum·value'·||⏎··············argType.kind·===·'null'·||⏎·············`
|
Check:
src/typechecker.ts#L486
Replace `'concrete·string',·'concrete·number',·'concrete·bigint',·'concrete·boolean',·'enum·value'` with `⏎······'concrete·string',⏎······'concrete·number',⏎······'concrete·bigint',⏎······'concrete·boolean',⏎······'enum·value',⏎····`
|
Check:
test/typecheck.js#L1409
Replace `⏎······'a·Boolean',⏎······'!·Throwy()',⏎······[completionBiblio]⏎····` with `'a·Boolean',·'!·Throwy()',·[completionBiblio]`
|
Check
Process completed with exit code 1.
|
Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|