-
Notifications
You must be signed in to change notification settings - Fork 135
Path of existing <reference> breaks when adding more references to tsd.d.ts #96
Comments
This is weird. Not sure what is going on in your case, but I'm moving to release a new version soon that included a some fixes and revisions on this bundle feature, I'll keep you posted when you can try this update, I'm pretty sure that has a fix for this. |
Any news on this? |
Just FYI, I'm seeing the exact same thing, using the latest tsd (0.5.7). Regenerating/updating the tsd.d.ts using If it helps, I'm seeing this on Windows 7 x64 and Win 8.1 x64. |
Sorry for late response. I finally pushed a prerelease of 0.6.0 to npm. Many parts of it are refactored for these kind of problems: It is tagged:
Then try:
Note you don't need --bundle (it is for additional custom bundles), instead if you have a "bundle" in tsd.json then TSD will bundle there automatically (with --save). Let me know if this works for you. |
I tested this some more and I'm pretty sure this is fixed so I'll close this for now. |
The problem is still present in 0.6.0-beta.5. |
With the following tsd.json:
I run the following commands:
After the first command, my tsd.d.ts file is:
After the second command, however, my tsd.d.ts file is:
The reference path to lodash has been changed and is now incorrect.
EDIT: using tsd 0.5.7.
The text was updated successfully, but these errors were encountered: