@locker/near-membrane-base
Advanced tools
Comparing version 0.10.12 to 0.10.13
{ | ||
"name": "@locker/near-membrane-base", | ||
"version": "0.10.12", | ||
"version": "0.10.13", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "author": "Caridy Patiño <caridy@gmail.com>", | ||
}, | ||
"gitHead": "37c0df31a5f6c89a3d33231067b68577874d1d5b" | ||
"gitHead": "7df5686fda093935f1fdaba33a928c4d6641488e" | ||
} |
import { createMembraneMarshall } from './membrane'; | ||
export declare function createConnector(evaluator: typeof eval): ReturnType<typeof createMembraneMarshall>; | ||
export declare function createBlueConnector(globalObjectVirtualizationTarget?: WindowProxy & typeof globalThis): ReturnType<typeof createMembraneMarshall>; | ||
export declare function createRedConnector(evaluator: typeof eval): ReturnType<typeof createMembraneMarshall>; | ||
//# sourceMappingURL=connector.d.ts.map |
@@ -23,3 +23,3 @@ import { Instrumentation } from './instrumentation'; | ||
private readonly redGlobalThisPointer; | ||
constructor(providedOptions: VirtualEnvironmentOptions); | ||
constructor(options: VirtualEnvironmentOptions); | ||
evaluate(sourceText: string): any; | ||
@@ -26,0 +26,0 @@ lazyRemapProperties(target: ProxyTarget, ownKeys: PropertyKeys, unforgeableGlobalThisKeys?: PropertyKeys): void; |
@@ -74,4 +74,4 @@ /** | ||
export declare type ProxyTarget = CallableFunction | any[] | object; | ||
export declare function createMembraneMarshall(isInShadowRealm?: boolean): (color: string, foreignCallableHooksCallback: HooksCallback, providedOptions?: HooksOptions | undefined) => HooksCallback; | ||
export declare function createMembraneMarshall(globalObjectVirtualizationTarget?: WindowProxy & typeof globalThis): (color: string, foreignCallableHooksCallback: HooksCallback, options?: HooksOptions | undefined) => HooksCallback; | ||
export {}; | ||
//# sourceMappingURL=membrane.d.ts.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
327981
6705