In that spirit, I'm hoping to find time for a very...
# plugins
b
In that spirit, I'm hoping to find time for a very narrow-focused JS/TS (specifically
react
-based) plugin. Once it's in our monorepo I can shop here to see if it's worth
experimental
-ing it
🙌 3
👍 1
w
What's your plan of attack? Because I've been working on a basic one in one of my projects, super trivial stuff but rebuilds when I need it to 🙂
b
do I really look like a guy with a plan
My internal plan was to toss dependency inference to the wind and bundle the code all together as one big unit. It's still a win to move our shell-based lint invocation into the unified Pants CI
w
I like your style
ðŸĶĒ 1
b
It also means sandboxing tools like
npm
and
react
so only web devs really need them installed ðŸ˜Ī
l
I would love to see this - starting to think about how we are doing to do the same
b
Tangentially related,
pyright
needs
npm
to run, so there'd be a shared subsytem for
npm
which
pyright
could leverage