-
-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix for declaration output to include d.ts files for interfaces #175
fix for declaration output to include d.ts files for interfaces #175
Conversation
sorry for not updating tests but the current build appears to be failing anyway. I'm not a great test whiz so any help with this would be gratefully received! |
Any plans to merge this soon? Thanks! |
Yes, definitely, I've just been incredibly busy with other things recently and haven't had a lot of time to dedicate to this project. But this is a good change and will be merged and released. |
Released in v0.8.2. Thanks! |
@jbrantly Thanks! I noticed that on once upgrading to 0.8.2 (from 0.8.1), Now webpack outputs full paths to asset files. Is that on purpose? It makes seeing what changed in each compilation a bit more involved. Thanks again. |
@bartzy just to be clear, are all files full paths or just declaration files? That was not an intended change and I will see about fixing in the next release (which should be very soon). v0.8.2 was released somewhat hastily just to try to fix a long standing bug but there is more that I want to get released so v0.8.3 will be following shortly. |
@jbrantly Only declaration files are showing as full paths, sorry for the confusion. |
@jbrantly sweet, thanks for merging! |
@mrblackus That'd be great, thanks. Apologies for the regression. |
No problem, issue is open here #186 ;) |
tackles the missing d.ts files for interface objects in typescript. closes #174