()
| 58 | } |
| 59 | |
| 60 | export function questionToken(): ts.QuestionToken { |
| 61 | return ts.factory.createToken(ts.SyntaxKind.QuestionToken); |
| 62 | } |
| 63 | |
| 64 | export function reference( |
| 65 | name: string | ts.Identifier, |
no outgoing calls
no test coverage detected
searching dependent graphs…