MCPcopy Create free account
hub / github.com/nodejs/node / isSubstitutionPrevented

Function isSubstitutionPrevented

test/fixtures/snapshot/typescript.js:107321–107323  ·  view source on GitHub ↗

* Determines whether a node should not be substituted. * * @param node The node to test.

(node)

Source from the content-addressed store, hash-verified

107319 * @param node The node to test.
107320 */
107321 function isSubstitutionPrevented(node) {
107322 return noSubstitution && node.id && noSubstitution[node.id];
107323 }
107324 }
107325 ts.transformSystemModule = transformSystemModule;
107326})(ts || (ts = {}));

Callers 1

onSubstituteNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected