Skip to content

Commit

Permalink
Add events package
Browse files Browse the repository at this point in the history
The @openrpc/client-js library has a bug[1] and this package needs to be
added to make it work. I don't fully understand the details :(

This package is a dependency of codemirror-languageserver and other
people seem to have the same issue[2].

[1]: open-rpc/client-js#310
[2]: FurqanSoftware/codemirror-languageserver#26
  • Loading branch information
beviu committed Feb 14, 2024
1 parent 9f74985 commit d4142f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"@codemirror/view": "^6.23.1",
"@lezer/highlight": "^1.2.0",
"@lezer/lr": "^1.4.0",
"codemirror-languageserver": "^1.11.0"
"codemirror-languageserver": "^1.11.0",
"events": "^3.3.0"
}
}

0 comments on commit d4142f1

Please sign in to comment.