mattpocock / ts-error-translator

VSCode extension to turn TypeScript errors into plain English
https://ts-error-translator.vercel.app
2.36k stars 91 forks source link

Translation request for 2351 #205

Closed gipo355 closed 1 year ago

gipo355 commented 1 year ago

Error Text

This expression is not constructable.

Supporting Information

Please provide other information which led to this error, and any specific questions you have about it:

Trying to learn on ESM typescript with type: module on a fastify project.

Am not able to figure out how to solve redis/ioredis#1809

From the issue history it appears to be hackable with import { default as redis } but it doesn't work for me

Do you have any idea on what it means and how to overcome it?

Thank you!

gipo355 commented 1 year ago

had to actually use import { Redis }