Skip to content

feat(editor): add brush #179

feat(editor): add brush

feat(editor): add brush #179

Triggered via push August 23, 2023 17:54
Status Failure
Total duration 1m 51s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
typecheck: editor/core/composables/count.ts#L2
Cannot find name 'useState'.
typecheck: editor/core/composables/stores/app.ts#L5
Cannot find name 'shallowRef'.
typecheck: editor/core/composables/stores/brush.ts#L4
Cannot find name 'ref'.
typecheck: editor/core/composables/user.ts#L7
Cannot find name 'ref'.
typecheck: editor/core/composables/user.ts#L8
Cannot find name 'ref'.
typecheck: editor/core/composables/user.ts#L10
Cannot find name 'computed'.
typecheck: editor/core/composables/user.ts#L11
Cannot find name 'computed'.
typecheck: editor/core/composables/user.ts#L11
Parameter 'name' implicitly has an 'any' type.
typecheck: editor/core/nuxt.config.ts#L5
Cannot find name 'defineNuxtConfig'.
typecheck: editor/core/server/api/pageview.ts#L4
Cannot find name 'defineEventHandler'.
build
Process completed with exit code 1.
lint: editor/core/utils/pixi/brush/index.ts#L15
'options' is assigned a value but never used. Allowed unused vars must match /^_/u