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

Commit893a5e0

Browse files
committed
refactor(ts-client): import order
1 parentae9ab07 commit893a5e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/cli/generate.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env node
22

33
import{Command}from'@molt/command'
4+
import*asPathfrom'node:path'
45
import{z}from'zod'
56
import{generateFiles}from'../generator/files.js'
67

@@ -35,7 +36,7 @@ const args = Command.create().description(`Generate a type safe GraphQL client.`
3536
},
3637
})
3738
.parse()
38-
import*asPathfrom'node:path'
39+
3940
awaitgenerateFiles({
4041
sourceDirPath:Path.dirname(args.schema),
4142
outputDirPath:args.output,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp