Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade deno std to 0.133.0 #298

Closed
KyleJune opened this issue Apr 4, 2022 · 0 comments
Closed

Upgrade deno std to 0.133.0 #298

KyleJune opened this issue Apr 4, 2022 · 0 comments
Labels
deno Not working in Deno

Comments

@KyleJune
Copy link

KyleJune commented Apr 4, 2022

Failing module

I'm not sure which, just that it's one that makes use of std/async/abortable.ts.

Error message

After running deno run I got this:

error: TS2339 [ERROR]: Property 'reason' does not exist on type 'AbortSignal'.
    return Promise.reject(createAbortError(signal.reason));
                                                  ~~~~~~
    at https://deno.land/std@0.130.0/async/abortable.ts:25:51

TS2339 [ERROR]: Property 'reason' does not exist on type 'AbortSignal'.
  const abort = () => waiter.reject(createAbortError(signal.reason));
                                                            ~~~~~~
    at https://deno.land/std@0.130.0/async/abortable.ts:28:61

TS2339 [ERROR]: Property 'reason' does not exist on type 'AbortSignal'.
    throw createAbortError(signal.reason);
                                  ~~~~~~
    at https://deno.land/std@0.130.0/async/abortable.ts:43:35

TS2339 [ERROR]: Property 'reason' does not exist on type 'AbortSignal'.
  const abort = () => waiter.reject(createAbortError(signal.reason));
                                                            ~~~~~~
    at https://deno.land/std@0.130.0/async/abortable.ts:46:61

Found 4 errors.

Additional info

  • esm.sh version: v74
  • Deno version: 1.20.4
@KyleJune KyleJune added the deno Not working in Deno label Apr 4, 2022
@ije ije closed this as completed in a739cd2 Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno Not working in Deno
Projects
None yet
Development

No branches or pull requests

1 participant