@wry/context
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -8,6 +8,6 @@ declare const makeSlotClass: () => { | ||
}; | ||
bind<TArgs_1 extends any[], TResult_1>(callback: (...args: TArgs_1) => TResult_1): (...args: TArgs_1) => TResult_1; | ||
noContext<TResult_2, TArgs_2 extends any[], TThis_1 = any>(callback: (this: TThis_1, ...args: TArgs_2) => TResult_2, args?: TArgs_2 | undefined, thisArg?: TThis_1 | undefined): TResult_2; | ||
bind<TArgs_1 extends any[], TResult_2>(callback: (...args: TArgs_1) => TResult_2): (...args: TArgs_1) => TResult_2; | ||
noContext<TResult_3, TArgs_2 extends any[], TThis_1 = any>(callback: (this: TThis_1, ...args: TArgs_2) => TResult_3, args?: TArgs_2 | undefined, thisArg?: TThis_1 | undefined): TResult_3; | ||
}; | ||
export declare const Slot: ReturnType<typeof makeSlotClass>; | ||
export {}; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Slot = void 0; | ||
// This currentContext variable will only be used if the makeSlotClass | ||
@@ -4,0 +5,0 @@ // function is called, which happens only if this is the first copy of the |
{ | ||
"name": "@wry/context", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -29,5 +29,5 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around", | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
"tslib": "^1.14.1" | ||
}, | ||
"gitHead": "6dde75e2e92698ba65a7d4f9d9e8d455b23303b4" | ||
"gitHead": "31944d3d98c11026f1631bdce8dd27ffb3b7e8c0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56092
610
Updatedtslib@^1.14.1