MCPcopy Index your code
hub / github.com/nodejs/node / createBaseExpression

Function createBaseExpression

test/fixtures/snapshot/typescript.js:23975–23979  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

23973 // Expression
23974 //
23975 function createBaseExpression(kind) {
23976 var node = createBaseNode(kind);
23977 // the following properties are commonly set by the checker/binder
23978 return node;
23979 }
23980 // @api
23981 function createArrayLiteralExpression(elements, multiLine) {
23982 var node = createBaseExpression(204 /* SyntaxKind.ArrayLiteralExpression */);

Callers 15

createElementAccessChainFunction · 0.85
createCallExpressionFunction · 0.85
createCallChainFunction · 0.85
createNewExpressionFunction · 0.85
createTypeAssertionFunction · 0.85

Calls 1

createBaseNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…