oak-graphql icon indicating copy to clipboard operation
oak-graphql copied to clipboard

left side assignment error

Open WhoAdarshPandya opened this issue 4 years ago • 2 comments

hey i just upgraded to deno version 1.4.1 , but it's giving error like

error: Uncaught SyntaxError: Invalid left-hand side in assignment
      this.pushQueue.push(event);~~~~~~~~~~~~~~~~~~~~~~~~    at <https://deno.land/x/[email protected]/graphql-subscriptions/pubsub-async-iterator.ts>:81:1

in tsconfig.json { "compilerOptions":{ "allowjs":true } }

running script : deno run -c tsconfig.json -A --unstable app.ts

(Doesn't seems to be working with --no-check also)

WhoAdarshPandya avatar Sep 21 '20 15:09 WhoAdarshPandya

@aaronwlee, would you accept a PR for this or are you already working on this yourself?

opiation avatar Sep 24 '20 22:09 opiation

I'm getting the same error for Deno 1.8.3

borsemayur2 avatar Apr 13 '21 00:04 borsemayur2