feat!: rework debounce
function
#396
Annotations
20 errors and 1 warning
Unhandled error:
tests/curry/debounce.test.ts#L50
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:50:19
|
Unhandled error:
tests/curry/debounce.test.ts#L54
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:54:19
|
Unhandled error:
tests/curry/debounce.test.ts#L61
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:61:19
|
tests/curry/debounce.test.ts > debounce > flush > only calls the function if the debounced function was called:
tests/curry/debounce.test.ts#L50
TypeError: func.isPending is not a function
❯ tests/curry/debounce.test.ts:50:19
|
tests/curry/debounce.test.ts > debounce > flush > debouncing resumes after a flush:
tests/curry/debounce.test.ts#L61
TypeError: func.isPending is not a function
❯ tests/curry/debounce.test.ts:61:19
|
Test (22.x)
Process completed with exit code 1.
|
Test (18.x)
The job was canceled because "_22_x" failed.
|
Unhandled error:
tests/curry/debounce.test.ts#L50
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:50:19
|
Unhandled error:
tests/curry/debounce.test.ts#L54
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:54:19
|
Unhandled error:
tests/curry/debounce.test.ts#L61
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:61:19
|
tests/curry/debounce.test.ts > debounce > flush > only calls the function if the debounced function was called:
tests/curry/debounce.test.ts#L50
TypeError: func.isPending is not a function
❯ tests/curry/debounce.test.ts:50:19
|
tests/curry/debounce.test.ts > debounce > flush > debouncing resumes after a flush:
tests/curry/debounce.test.ts#L61
TypeError: func.isPending is not a function
❯ tests/curry/debounce.test.ts:61:19
|
Test (18.x)
Process completed with exit code 1.
|
Test (20.x)
The job was canceled because "_22_x" failed.
|
Unhandled error:
tests/curry/debounce.test.ts#L50
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:50:19
|
Unhandled error:
tests/curry/debounce.test.ts#L54
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:54:19
|
Unhandled error:
tests/curry/debounce.test.ts#L61
TypeCheckError: Property 'isPending' does not exist on type 'DebounceFunction<any>'.
❯ tests/curry/debounce.test.ts:61:19
|
tests/curry/debounce.test.ts > debounce > flush > only calls the function if the debounced function was called:
tests/curry/debounce.test.ts#L50
TypeError: func.isPending is not a function
❯ tests/curry/debounce.test.ts:50:19
|
tests/curry/debounce.test.ts > debounce > flush > debouncing resumes after a flush:
tests/curry/debounce.test.ts#L61
TypeError: func.isPending is not a function
❯ tests/curry/debounce.test.ts:61:19
|
Test (20.x)
The operation was canceled.
|
Test (22.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|