@wry/context
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -6,4 +6,4 @@ /// <reference types="node" /> | ||
export { setTimeoutWithContext as setTimeout }; | ||
declare function setTimeoutWithContext(callback: () => any, delay: number): NodeJS.Timer; | ||
declare function setTimeoutWithContext(callback: () => any, delay: number): NodeJS.Timeout; | ||
export declare function asyncFromGen<TArgs extends any[]>(genFn: (...args: TArgs) => any): (...args: TArgs) => Promise<any>; | ||
export declare function wrapYieldingFiberMethods<F extends Function>(Fiber: F): F; |
@@ -208,1 +208,2 @@ 'use strict'; | ||
exports.wrapYieldingFiberMethods = wrapYieldingFiberMethods; | ||
//# sourceMappingURL=context.js.map |
{ | ||
"name": "@wry/context", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -31,3 +31,3 @@ "description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around", | ||
}, | ||
"gitHead": "1060dc2e752f0f9c6040456bc70a693a13d5b478" | ||
"gitHead": "925e08dec81c57f9557e61f9b5153f349c1a5896" | ||
} |
@@ -36,3 +36,3 @@ import typescriptPlugin from 'rollup-plugin-typescript2'; | ||
exports: "named", | ||
sourceMap: true, | ||
sourcemap: true, | ||
name: "context", | ||
@@ -39,0 +39,0 @@ globals, |
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
55841
610