- Bundle robot3 1.3.0 locally (not yet published to npm) - Fix remaining type inference issues with `as any` casts for invoke() events - Resolves state machine transition type errors Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
188 B
JavaScript
7 lines
188 B
JavaScript
import './test-state.js';
|
|
import './test-invoke.js';
|
|
import './test-guard.js';
|
|
import './test-immediate.js';
|
|
import './test-reduce.js';
|
|
import './test-action.js';
|
|
import './test-debug.js'; |