MCPcopy
hub / github.com/midrender/revideo / SourceNode

Interface SourceNode

packages/vite-plugin/src/partials/webgl.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare module 'source-map' {
8 interface SourceNode {
9 add(value: string | SourceNode): void;
10 }
11
12 interface SourceMapGenerator {
13 toJSON(): any;

Callers 8

resolveGlslFunction · 0.95
moveOffsetMethod · 0.65
originSignalFunction · 0.65
createPathMethod · 0.65
drawArrowFunction · 0.65
constructorMethod · 0.65
getColorAtPointMethod · 0.65
reparentMethod · 0.65

Implementers 4

Nodepackages/2d/src/lib/components/Node.ts
Vector2packages/core/src/types/Vector.ts
Matrix2Dpackages/core/src/types/Matrix2D.ts
Threadpackages/core/src/threading/Thread.ts

Calls

no outgoing calls

Tested by

no test coverage detected