Jens Reimann
Jens Reimann
> Since this appears to have stalled, I started pruning the dependency tree myself. See #744 and #746 Sorry for that. Yes, that might be quicker.
Trunk doesn't compile anything at the moment. It only orchestrates the build. For JavaScript, it will directly use the provided JS file, without any compilation. You can use the hooks,...
So assuming you had an `index.ts` file. What else would be required, and what would trunk need to do?
I do recall that there may be a `tsconfig`? Is that a thing?
Thanks for all the explanations! That really helps. So I think a good first step might be to just add `tsc` support, right?
@jrgemignani can you explain what you have in mind? It's simply a replication of 8a7f0be, which has roughly the same description.
I added some text. Does that work?
I agree that having a chain of internal build dependencies makes sense. However, this will be a bigger task, as trunk currently has no idea, other than the hard coded...
Absolutely.
Hm, so it might make sense to keep the original path prefix (`styles/` in this case)?