typescript-go
typescript-go copied to clipboard
Import containing a dot give an error
Steps to reproduce
Import something from 'socket.io/dist/namespace'
Behavior with [email protected]
Build correctly without errors
Behavior with tsgo
Give an error like: "TS2307: This could be one of two things - either 'socket.io/dist/namespace' doesn't exist on your file system, or I can't find any declarations for it."