Update LICENSE #9
Annotations
24 errors and 5 warnings
lint:
README.md#L21
More than 1 blank line not allowed
|
lint:
src/color.ts#L1
Missing trailing comma
|
lint:
src/color.ts#L2
Expected indentation of 2 spaces but found 4
|
lint:
src/color.ts#L3
Expected indentation of 2 spaces but found 4
|
lint:
src/color.ts#L4
Expected indentation of 2 spaces but found 4
|
lint:
src/color.ts#L5
Expected indentation of 2 spaces but found 4
|
lint:
src/color.ts#L6
Expected indentation of 2 spaces but found 4
|
lint:
src/color.ts#L7
Expected indentation of 2 spaces but found 4
|
lint:
src/color.ts#L10
Extra semicolon
|
lint:
src/color.ts#L10
Newline required at end of file but not found
|
test/index.test.ts > JSONCanvas > should create a simple JSONCanvas, add a node and then export it to string:
test/index.test.ts#L18
TypeError: Cannot read properties of undefined (reading 'RED')
β― test/index.test.ts:18:28
|
test/index.test.ts > JSONCanvas > should serialize JSON Canvas to JSONCanvas object:
test/index.test.ts#L30
TypeError: JSONCanvas.from_string is not a function
β― test/index.test.ts:30:31
|
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
|
typecheck:
test/index.test.ts#L18
'CanvasColor' cannot be used as a value because it was imported using 'import type'.
|
typecheck:
test/index.test.ts#L20
Property 'add_node' does not exist on type 'JSONCanvas'. Did you mean 'addNode'?
|
typecheck:
test/index.test.ts#L21
Property 'to_string' does not exist on type 'JSONCanvas'. Did you mean 'toString'?
|
typecheck:
test/index.test.ts#L30
Property 'from_string' does not exist on type 'typeof JSONCanvas'. Did you mean 'fromString'?
|
typecheck
Process completed with exit code 1.
|
test/index.test.ts > JSONCanvas > should create a simple JSONCanvas, add a node and then export it to string:
test/index.test.ts#L18
TypeError: Cannot read properties of undefined (reading 'RED')
β― test/index.test.ts:18:28
|
test/index.test.ts > JSONCanvas > should serialize JSON Canvas to JSONCanvas object:
test/index.test.ts#L30
TypeError: JSONCanvas.from_string is not a function
β― test/index.test.ts:30:31
|
test (lts/*, macos-latest)
Process completed with exit code 1.
|
test/index.test.ts > JSONCanvas > should create a simple JSONCanvas, add a node and then export it to string:
test/index.test.ts#L18
TypeError: Cannot read properties of undefined (reading 'RED')
β― test/index.test.ts:18:28
|
test/index.test.ts > JSONCanvas > should serialize JSON Canvas to JSONCanvas object:
test/index.test.ts#L30
TypeError: JSONCanvas.from_string is not a function
β― test/index.test.ts:30:31
|
test (lts/*, windows-latest)
Process completed with exit code 1.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (lts/*, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (lts/*, macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (lts/*, windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|