MCPcopy Create free account
hub / github.com/browserify/static-module / resolveProperty

Function resolveProperty

index.js:406–408  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

404}
405
406function resolveProperty(node) {
407 return node.type === 'Identifier' ? node.name : node.value;
408}
409
410function st (msg) {
411 var r = new Readable;

Callers 1

walkFunction · 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…