Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement XState 5 API support in templates #479

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

NullVoxPopuli
Copy link
Owner

@NullVoxPopuli NullVoxPopuli commented Jan 4, 2024

This is the bulk of the XState 5 support, and is basically a total rewrite.

Copy link

stackblitz bot commented Jan 4, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@NullVoxPopuli NullVoxPopuli changed the title XState 5 Implement XState 5 API support in templates Jan 4, 2024
Updates

Remove some deps

Deps

Deps

wip

wip

linting

lint:fix

updates

oofta

Remove unused file

something is wrong with the usage test

It seems the usage of gts at all is broken in this repo

I have a @glimmer/syntax mismatch somewhere

Grrr template-compiler

Add sidewatch

<script type="module">
import { start } from './test-helper';
import.meta.glob("./**/*.{js,ts,gjs,gts}", { eager: true });

Check notice

Code scanning / CodeQL

Syntax error Note test

Error: Unexpected token
import { capabilities } from '@ember/component';
import { destroy, isDestroying, associateDestroyableChild } from '@ember/destroyable';

import { waitForPromise } from '@ember/test-waiters';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import waitForPromise.
import { destroy, isDestroying, associateDestroyableChild } from '@ember/destroyable';

import { waitForPromise } from '@ember/test-waiters';
import { toPromise, createActor } from 'xstate';

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import toPromise.
}

let options = {};
let input = {};

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable input.

let options = {};
let input = {};
let context = {};

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable context.
let options = {};
let input = {};
let context = {};
let snapshot = {};

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable snapshot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant