Skip to content

Commit 1a2aec6

Browse files
authored
Introduce OptionalPrefixToken and OptionalPostfixToken
Add typedefs for OptionalPrefixToken and OptionalPostfixToken.
1 parent 5deedfe commit 1a2aec6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

inputfiles/patches/html-autocomplete.kdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,11 @@ enum AutoFillContactField {
7272
enum AutoFillCredentialField {
7373
webauthn
7474
}
75+
76+
typedef OptionalPrefixToken overrideType=#"`${T} ` | """# {
77+
typeParameters T extends=string
78+
}
79+
80+
typedef OptionalPostfixToken overrideType=#"` ${T}` | """# {
81+
typeParameters T extends=string
82+
}

0 commit comments

Comments
 (0)