Closed pgrm closed 9 years ago
I've added a simple console.log at the file in question and yes it's failing when express
is used. But when compiling it, everything worked. I'm using tsd for all my usings so everything should be the same. Any clues?
The problem was that the whole files seemed to have been commented out for dts-bundle - see https://github.com/TypeStrong/dts-bundle/issues/16 for more details
I had this error too, took a while to diagnose but discovered it was due to a missing /// <reference path="...d.ts"
statement. Could possibly have some better error handling here.
Getting the following exception, when I'm trying to bundle my precompiled d.ts files:
Not sure if this is relevant, but I've noticed that in map exports
express
is missing - here the map exports dts-bundle is reporting:but I'm using also express, can that be the problem? any more information I can provide you with which would help?