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

Function visitWithStatement

test/fixtures/snapshot/typescript.js:106857–106859  ·  view source on GitHub ↗

* Visits the body of a WithStatement to hoist declarations. * * @param node The node to visit.

(node)

Source from the content-addressed store, hash-verified

106855 * @param node The node to visit.
106856 */
106857 function visitWithStatement(node) {
106858 return factory.updateWithStatement(node, ts.visitNode(node.expression, visitor, ts.isExpression), ts.visitNode(node.statement, topLevelNestedVisitor, ts.isStatement, factory.liftToBlock));
106859 }
106860 /**
106861 * Visits the body of a SwitchStatement to hoist declarations.
106862 *

Callers 1

topLevelNestedVisitorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…