MCPcopy
hub / github.com/rollup/rollup / includePath

Method includePath

src/ast/nodes/shared/Node.ts:102–102  ·  view source on GitHub ↗

* Explicitly include a path of this Node.

(path: ObjectPath, context: InclusionContext)

Source from the content-addressed store, hash-verified

100 * Explicitly include a path of this Node.
101 */
102 includePath(path: ObjectPath, context: InclusionContext): void;
103
104 /**
105 * Special version of include for assignment left-hand sides which ensures

Callers 15

includeVariableMethod · 0.65
includeAllPathsMethod · 0.65
includePathMethod · 0.65
includePathMethod · 0.65
includePathMethod · 0.65
includePathMethod · 0.65
includePathMethod · 0.65
includePathMethod · 0.65
includePathMethod · 0.65
includeCallArgumentsMethod · 0.65
includeCallArgumentsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected