()
| 25557 | } |
| 25558 | // @api |
| 25559 | function createMissingDeclaration() { |
| 25560 | var node = createBaseDeclaration(276 /* SyntaxKind.MissingDeclaration */, |
| 25561 | /*decorators*/ undefined, |
| 25562 | /*modifiers*/ undefined); |
| 25563 | return node; |
| 25564 | } |
| 25565 | // |
| 25566 | // Module references |
| 25567 | // |
nothing calls this directly
no test coverage detected
searching dependent graphs…