Jonathan Romano

Results 126 comments of Jonathan Romano

Something I'd like to tack on here is a desire to output both a version with bundled dependencies and without. EG, it would be nice to bundle dependencies in a...

Per your blog post, this likely relies on functional indexes. Thought it might be helpful to cross-link the new PR for that directly here: https://github.com/django/django/pull/11929

Just ran into this myself, and would mean poor ergonomics for the utility I'm building. What would be required in order to add this feature?

I think this may be at least mostly resolved by the new dependsOn configuration where you can specify what to do with params? It doesn't provide any fine-grained control, but...

That's a "normal" typescript thing - ts itself doesn't know what to do with svg files, it's your bundler that's handling those. You'll need to throw a `declare module '*.svg';`...

Maybe the specific tsconfig you're running tsc against isn't configured to pick it up, but vs code is resolving to a different tsconfig or something?

Just realized this may not work properly with run-many. The way I implemented this, it blocks if the task is for the initiating project, but what if there are multiple...

No - I'm saying the total number of _root_ tasks would be limited. Let's say you had 3 apps, each with 20 libs. If you run-many across all 3 libs...

That being said, this PR has been sitting for over a month without any feedback from the Nx team - is there anything I can do to get this queued...

Thanks for the response! I'm happy to make adjustments, and would certainly be interested in how this could be made more robust and usable.