@reactive-js/scheduler
Advanced tools
Comparing version 0.0.19 to 0.0.20
import { DisposableLike } from "@reactive-js/disposable"; | ||
export interface SchedulerContinuationLike { | ||
run(shouldYield: () => boolean): SchedulerContinuationResultLike | void; | ||
run(shouldYield?: () => boolean): SchedulerContinuationResultLike | void; | ||
} | ||
@@ -5,0 +5,0 @@ export interface SchedulerContinuationResultLike { |
import { DisposableLike } from "@reactive-js/disposable"; | ||
export interface SchedulerContinuationLike { | ||
run(shouldYield: () => boolean): SchedulerContinuationResultLike | void; | ||
run(shouldYield?: () => boolean): SchedulerContinuationResultLike | void; | ||
} | ||
@@ -5,0 +5,0 @@ export interface SchedulerContinuationResultLike { |
import { DisposableLike } from "@reactive-js/disposable"; | ||
export interface SchedulerContinuationLike { | ||
run(shouldYield: () => boolean): SchedulerContinuationResultLike | void; | ||
run(shouldYield?: () => boolean): SchedulerContinuationResultLike | void; | ||
} | ||
@@ -5,0 +5,0 @@ export interface SchedulerContinuationResultLike { |
@@ -24,10 +24,10 @@ [@reactive-js/scheduler](../README.md) › [SchedulerContinuationLike](schedulercontinuationlike.md) | ||
▸ **run**(`shouldYield`: function): *[SchedulerContinuationResultLike](schedulercontinuationresultlike.md) | void* | ||
▸ **run**(`shouldYield?`: undefined | function): *[SchedulerContinuationResultLike](schedulercontinuationresultlike.md) | void* | ||
**Parameters:** | ||
▪ **shouldYield**: *function* | ||
Name | Type | | ||
------ | ------ | | ||
`shouldYield?` | undefined | function | | ||
▸ (): *boolean* | ||
**Returns:** *[SchedulerContinuationResultLike](schedulercontinuationresultlike.md) | void* |
{ | ||
"name": "@reactive-js/scheduler", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"main": "dist/cjs/index.js", | ||
@@ -41,3 +41,3 @@ "module": "dist/esm5/index.js", | ||
"dependencies": { | ||
"@reactive-js/disposable": "^0.0.19" | ||
"@reactive-js/disposable": "^0.0.20" | ||
}, | ||
@@ -54,3 +54,3 @@ "scripts": { | ||
}, | ||
"gitHead": "fe0fe2eb19f54f103e64a4679266e3aea4c62194" | ||
"gitHead": "d78cd2b94c3a6a1a4eac41b8c9ca81bd9b98167d" | ||
} |
@@ -10,3 +10,3 @@ import { DisposableLike } from "@reactive-js/disposable"; | ||
export interface SchedulerContinuationLike { | ||
run(shouldYield: () => boolean): SchedulerContinuationResultLike | void; | ||
run(shouldYield?: () => boolean): SchedulerContinuationResultLike | void; | ||
} | ||
@@ -13,0 +13,0 @@ |
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
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
330911
+ Added@reactive-js/disposable@0.0.20(transitive)
- Removed@reactive-js/disposable@0.0.19(transitive)