MCPcopy
hub / github.com/rollup/rollup / bindReferences

Method bindReferences

src/Module.ts:408–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406 }
407
408 bindReferences(): void {
409 this.ast!.bind();
410 }
411
412 cacheInfoGetters(): void {
413 cacheObjectGetters(this.info, [

Callers 1

sortAndBindModulesMethod · 0.80

Calls 1

bindMethod · 0.65

Tested by

no test coverage detected