File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ interface IDBRequest {
88
99interface IDBOpenDBRequest extends= IDBRequest<IDBDatabase>
1010
11- type-def IDBValidKey {
11+ typedef IDBValidKey {
1212 type long
1313 type DOMString
1414 type Date
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dictionary MemoryDescriptor {
1616 member shared type= boolean
1717}
1818
19- type-def ImportValue legacyNamespace= WebAssembly {
19+ typedef ImportValue legacyNamespace= WebAssembly {
2020 type ExportValue
2121 type long
2222}
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ function convertKDLNodes(nodes: Node[]): DeepPartial<WebIdl> {
145145 case "dictionary" :
146146 dictionary [ name ] = merge ( dictionary [ name ] , handleDictionary ( node ) ) ;
147147 break ;
148- case "type-def " :
148+ case "typedef " :
149149 typedefs . push ( handleTypeDef ( node ) ) ;
150150 break ;
151151 default :
You can’t perform that action at this time.
0 commit comments