Skip to content

Commit 875cb6f

Browse files
committed
Tweak type
1 parent 2509d09 commit 875cb6f

File tree

1 file changed

+1
-1
lines changed
  • packages/tailwindcss-language-service/src/util

1 file changed

+1
-1
lines changed

packages/tailwindcss-language-service/src/util/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export type EditorState = {
3232
readDirectory: (
3333
document: TextDocument,
3434
directory: string
35-
) => Promise<Array<[name: string, type: { isDirectory: boolean }]>>
35+
) => Promise<Array<[string, { isDirectory: boolean }]>>
3636
}
3737

3838
type DiagnosticSeveritySetting = 'ignore' | 'warning' | 'error'

0 commit comments

Comments
 (0)