Closed mrkswrnr closed 11 years ago
Thanks for reporting the issue! I have reproduced it and am working to fix.
@diabox
Hi! I have fixed the issue in the latest version (0.2-RC5). Would you mind trying it?
Thanks
Sorry for my late response. Looks like the issue has been fixed. Works for me :-) Thank you!
Environment:
Description: When using directories to structure typescript imports, the following leads to an error:
javascripts/test.ts
javascripts/controllers/UserController.ts
javascripts/components/Controller.ts exists
Console output:
* Path to tempdir replaced with %Temp%
The plugin seems to search for Controller.js under tsc output-root, it was created under %Temp%\1368293357756-1\components\Controller.js though.
Thanks for the plugin :-)