Skip to content

(WIP) v6

(WIP) v6 #10769

Triggered via pull request December 5, 2025 20:29
@davidkpianodavidkpiano
synchronize #5257
v6
Status Failure
Total duration 45s
Artifacts

nodejs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: packages/core/src/createMachineFromConfig.ts#L8
'TransitionConfig' is defined but never used. Allowed unused vars must match /^_/u
build: packages/core/src/createMachine2.ts#L119
Expected an assignment or function call and instead saw an expression
build: packages/core/src/createMachine2.ts#L78
'config' is defined but never used. Allowed unused args must match /^_/u
build: packages/core/src/createMachine2.ts#L1
Do not use "@ts-nocheck" because it alters compilation errors
build: packages/core/src/StateNode.ts#L519
Invalid type "string | InitialTransitionConfig<TContext, TEvent, any, any, any, any, any, any>" of template literal expression
build: packages/core/src/StateNode.ts#L519
'_target' may use Object's default stringification format ('[object Object]') when stringified
build: packages/core/src/StateNode.ts#L208
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build: packages/core/src/StateNode.ts#L203
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
build: packages/core/src/StateMachine.ts#L461
'snapshot' is defined but never used. Allowed unused args must match /^_/u
build: packages/core/src/StateMachine.ts#L341
'internalQueue' is defined but never used. Allowed unused args must match /^_/u