Skip to content

Conversation

bjornharrtell
Copy link
Collaborator

This fails with:

node_modules/@types/node/globals.d.ts:72:13 - error TS2403: Subsequent variable declarations must have the same type.  Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.

72 declare var AbortSignal: {
               ~~~~~~~~~~~

  ../../node_modules/typescript/lib/lib.dom.d.ts:2090:13
    2090 declare var AbortSignal: {
                     ~~~~~~~~~~~
    'AbortSignal' was also declared here.

Which is due to old type/nodes transitive dependency from @bazel/typescript:

=> Found "protobufjs#@types/node@10.17.60"
info This module exists because "@bazel#typescript#protobufjs" depends on it

So this is effectively blocked by #7817.

@github-actions github-actions bot added the json label Apr 1, 2023
@dbaileychess dbaileychess enabled auto-merge (squash) April 6, 2023 01:57
@dbaileychess dbaileychess merged commit 52f2596 into google:master Apr 6, 2023
jochenparm pushed a commit to jochenparm/flatbuffers that referenced this pull request Oct 29, 2024
Co-authored-by: Derek Bailey <derekbailey@google.com>
jochenparm pushed a commit to jochenparm/flatbuffers that referenced this pull request Oct 29, 2024
Co-authored-by: Derek Bailey <derekbailey@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants