(kind)
| 21523 | return new (TokenConstructor || (TokenConstructor = ts.objectAllocator.getTokenConstructor()))(kind, /*pos*/ -1, /*end*/ -1); |
| 21524 | } |
| 21525 | function createBaseNode(kind) { |
| 21526 | return new (NodeConstructor || (NodeConstructor = ts.objectAllocator.getNodeConstructor()))(kind, /*pos*/ -1, /*end*/ -1); |
| 21527 | } |
| 21528 | } |
| 21529 | ts.createBaseNodeFactory = createBaseNodeFactory; |
| 21530 | })(ts || (ts = {})); |
no outgoing calls
no test coverage detected
searching dependent graphs…