More UI improvements and better dev mode #99
ci.yml
on: pull_request
lint
33s
typecheck
19s
Matrix: test
Annotations
10 errors
typecheck:
src/webview.ts#L28
Cannot find module '../srcDev/dist/server/server' or its corresponding type declarations.
|
typecheck:
src/webview.ts#L30
Parameter 'message' implicitly has an 'any' type.
|
typecheck:
srcDev/src/index.ts#L7
Cannot find name 'document'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
|
typecheck:
srcDev/src/index.ts#L7
Cannot find name 'HTMLIFrameElement'.
|
typecheck:
srcDev/src/index.ts#L14
Cannot find name 'window'.
|
typecheck:
srcDev/src/index.ts#L14
Parameter 'e' implicitly has an 'any' type.
|
typecheck
Process completed with exit code 2.
|
test (ubuntu-latest)
Process completed with exit code 1.
|
test (macos-latest)
Process completed with exit code 1.
|
test (windows-latest)
Process completed with exit code 1.
|