You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{[ts.SyntaxKind.PropertySignature]: (p: ts.PropertySignature)=>{// match p is 'a: never'// ...return[ts.createPropertySignature(undefined,ts.createIdentifier('a'),undefined,ts.createKeywordTypeNode(ts.SyntaxKind.NumberKeyword),undefined),ts.createPropertySignature(undefined,ts.createIdentifier('b'),undefined,ts.createKeywordTypeNode(ts.SyntaxKind.StringKeyword),undefined)]}}
to
interfaceFoo{a: numberb: string}
The text was updated successfully, but these errors were encountered:
Syntax node(list) factory
Signal node factory
to
Multi node factory
to
The text was updated successfully, but these errors were encountered: