(name, type, initializer, flags)
| 162266 | } |
| 162267 | } |
| 162268 | function makeVariableStatement(name, type, initializer, flags) { |
| 162269 | if (flags === void 0) { flags = 2 /* NodeFlags.Const */; } |
| 162270 | return ts.factory.createVariableStatement(/*modifiers*/ undefined, ts.factory.createVariableDeclarationList([ts.factory.createVariableDeclaration(name, /*exclamationToken*/ undefined, type, initializer)], flags)); |
| 162271 | } |
| 162272 | function createRequireCall(moduleSpecifier) { |
| 162273 | return ts.factory.createCallExpression(ts.factory.createIdentifier("require"), /*typeArguments*/ undefined, [moduleSpecifier]); |
| 162274 | } |
no outgoing calls
no test coverage detected