fix: emit source dts files in ts_project output - #984
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
Summary:
|
|
@acozzette WDYT of this? Technically I think this is "more aligned with tsc", but it sure is odd 🤷 |
|
Where things like |
|
FWIW I'm trying to make |
|
I feel like I'm not familiar enough with the situation to have a very informed opinion. But if the choice is between copying the file and not copying it, doing less for now seems like a good call. |
|
|
|
I think that makes sense. If we're already doing it in the common case where |
Changes are visible to end-users: yes
Source
ts_project(srcs)dts files are now passed through to the resultingJsInfoas-is with no modifications or outDir/rootDir applied just liketscdoes not emit them while emitted dts may still depend on them.Test plan