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 45e7a86 commit 0ac413bCopy full SHA for 0ac413b
src/bin/css_to_ts/classNames.ts
@@ -48,7 +48,7 @@ export function generateClassNamesTsCode(params: {
48
``,
49
`export type RiIconClassName = typeof riIconClassNames[number];`,
50
51
- `export type FrClassName = FrCoreClassName | frIconClassNames | RiIconClassName;`,
+ `export type FrClassName = FrCoreClassName | FrIconClassName | RiIconClassName;`,
52
``
53
].join("\n");
54
}
src/bin/tools/crawl.ts
@@ -32,7 +32,7 @@ async function crawlRec(params: {
32
);
33
34
35
- const filePath = fileOrDirectoryBasename;
+ const filePath = fileOrDirectoryPath;
36
37
filePaths.push(filePath);
38
})
0 commit comments