Josh
npm:@triton-one/yellowstone-grpc4: "This expression is not constructable"
Hey all,
I'm attempting to import a class from a default export named "Client" from this npm package named "@triton-one/yellowstone-grpc4", however trying to construct it gives an error saying it's not constructable. Checking the type definition file, the class looks like it's being exported properly, and does contain a constructor. Here's a minimal example to reproduce the issue:
Any ideas?
1 replies
Migrating large Node project to Deno
Is there any reliable way to migrate a Node project to Deno? Currently working on a large project that is in dependency purgatory and am sweet talking the team into Deno, but they don't want to have to rewrite everything. It has gulp and workbox as well which are essentials. It has a lot of weird Node quirks which I'd like to remove completely if we switch over
11 replies