We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2509d09 commit 875cb6fCopy full SHA for 875cb6f
packages/tailwindcss-language-service/src/util/state.ts
@@ -32,7 +32,7 @@ export type EditorState = {
32
readDirectory: (
33
document: TextDocument,
34
directory: string
35
- ) => Promise<Array<[name: string, type: { isDirectory: boolean }]>>
+ ) => Promise<Array<[string, { isDirectory: boolean }]>>
36
}
37
38
type DiagnosticSeveritySetting = 'ignore' | 'warning' | 'error'
0 commit comments