MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / load

Method load

src/back/extensions/NodeInterceptor.ts:18–18  ·  view source on GitHub ↗
(request: string, parent: string, original: LoadFunction)

Source from the content-addressed store, hash-verified

16export interface INodeModuleFactory {
17 readonly nodeModuleName: string | string[];
18 load(request: string, parent: string, original: LoadFunction): any;
19 alternativeModuleName?(name: string): string | undefined;
20}
21

Callers 1

installNodeInterceptorFunction · 0.65

Implementers 1

FPLNodeModuleFactorysrc/back/extensions/NodeInterceptor.ts

Calls

no outgoing calls

Tested by

no test coverage detected