Hi all, has anyone integrated a NodeJS project in ...
# general
l
Hi all, has anyone integrated a NodeJS project in Pants? Most of my packages are Python, but there’s a single NodeJS one I’d like to integrate too
👀 1
h
Joining to the question 😛
h
There is not yet low level support for JS in Pants, although we are very interested in finding people willing to participate in developing this. But there has been a lot of recent work by @ancient-vegetable-10556 on "experimental shell command" - a mechanism for having Pants orchestrate arbitrary underlying tools. This might be a good fit for at least a small JS build such as yours.
🙏 1
w
At the moment, the only node-ish anything we do is the ability to run
npx
for tooling (e.g. Prettier). I believe someone was going to work on the dependency inference, which is a good step 1 for support. If you have any workflow feedback, or specifics you can share - here is a good spot: https://github.com/pantsbuild/pants/discussions/17357
🙏 1
☝️ 1