Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix/state machine#97

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ShMcK merged 8 commits intomasterfromfix/state-machine
Feb 1, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
319 changes: 229 additions & 90 deletionspackage-lock.json
View file
Open in desktop

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletionspackage.json
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -32,27 +32,27 @@
},
"dependencies": {
"@sentry/electron": "^1.2.0",
"@sentry/node": "^5.11.1",
"@sentry/node": "^5.11.2",
"chokidar": "^3.3.0",
"dotenv": "^8.2.0",
"jsdom": "^16.0.1"
},
"devDependencies": {
"@types/assert": "^1.4.4",
"@types/assert": "^1.4.5",
"@types/chokidar": "^2.1.3",
"@types/dotenv": "^8.2.0",
"@types/glob": "^7.1.1",
"@types/jest": "^24.9.1",
"@types/jest": "^25.1.1",
"@types/jsdom": "^12.2.4",
"@types/node": "^13.5.0",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"@types/node": "^13.5.3",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"graphql": "^14.6.0",
"prettier": "^1.19.1",
"ts-jest": "^25.0.0",
"ts-jest": "^25.1.0",
"typescript": "^3.7.5",
"vscode": "^1.1.36",
"vscode-test": "^1.3.0"
Expand Down
2 changes: 1 addition & 1 deletionsrc/channel/index.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -98,7 +98,7 @@ class Channel implements Channel {
throw new Error('Invalid tutorial to continue')
}
const continueConfig: T.TutorialConfig = tutorialContinue.version.data.config
tutorialConfig(
awaittutorialConfig(
{
config: continueConfig,
alreadyConfigured: true,
Expand Down
18 changes: 3 additions & 15 deletionstypings/graphql.d.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -137,7 +137,7 @@ export type MutationUpdateTutorialProgressArgs = {
}

export type MutationCreateTutorialArgs = {
input:CreateTutorialInput
input:Scalars['String']
}

export type MutationCreateTutorialVersionArgs = {
Expand DownExpand Up@@ -347,14 +347,14 @@ export type ResolversTypes = {
TutorialProgressType: TutorialProgressType
TutorialProgressStatus: TutorialProgressStatus
Boolean: ResolverTypeWrapper<Scalars['Boolean']>
createTutorialInput: CreateTutorialInput
createTutorialVersionInput: CreateTutorialVersionInput
updateTutorialVersionInput: UpdateTutorialVersionInput
JSONObject: ResolverTypeWrapper<Scalars['JSONObject']>
Sha1: ResolverTypeWrapper<Scalars['Sha1']>
Role: Role
FileFormat: FileFormat
tutorialRepoInput: TutorialRepoInput
createTutorialInput: CreateTutorialInput
GithubUser: ResolverTypeWrapper<GithubUser>
}

Expand All@@ -380,14 +380,14 @@ export type ResolversParentTypes = {
TutorialProgressType: TutorialProgressType
TutorialProgressStatus: TutorialProgressStatus
Boolean: Scalars['Boolean']
createTutorialInput: CreateTutorialInput
createTutorialVersionInput: CreateTutorialVersionInput
updateTutorialVersionInput: UpdateTutorialVersionInput
JSONObject: Scalars['JSONObject']
Sha1: Scalars['Sha1']
Role: Role
FileFormat: FileFormat
tutorialRepoInput: TutorialRepoInput
createTutorialInput: CreateTutorialInput
GithubUser: GithubUser
}

Expand DownExpand Up@@ -601,15 +601,3 @@ export type DirectiveResolvers<ContextType = any> = {
* Use "DirectiveResolvers" root object instead. If you wish to get "IDirectiveResolvers", add "typesPrefix: I" to your config.
*/
export type IDirectiveResolvers<ContextType = any> = DirectiveResolvers<ContextType>

export interface IntrospectionResultData {
__schema: {
types: {
kind: string
name: string
possibleTypes: {
name: string
}[]
}[]
}
}
7 changes: 4 additions & 3 deletionstypings/index.d.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -66,15 +66,16 @@ export interface MachineStateSchema {
Error: {}
NewOrContinue: {}
SelectTutorial: {}
LoadTutorialSummary: {}
Summary: {}
LoadTutorialData: {}
SetupNewTutorial: {}
ContinueTutorial: {}
}
}
Tutorial: {
states: {
Initialize: {}
Summary: {}
LoadNext: {}
Error: {}
Level: {
states: {
Load: {}
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp