Skip to content

Commit 833ba00

Browse files
committed
Add missing type
1 parent 95f73a8 commit 833ba00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/host/app/components/operator-mode/create-file-modal.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ export class ${className} extends ${exportName} {
724724
});
725725
}
726726

727-
function convertToClassName(input) {
727+
function convertToClassName(input: string) {
728728
// \p{L}: a letter
729729
let invalidLeadingCharactersRemoved = camelCase(
730730
input.replace(/^[^\p{L}_$]+/u, ''),

0 commit comments

Comments
 (0)