Hey all, I'm curious on how stable the TypeScript ...
# general
c
Hey all, I'm curious on how stable the TypeScript and JavaScript support is for Pants. We currently have a monorepo that is primarily in Python but we are starting to use a little bit of JavaScript with AWS AppSync and potentially will convert those JavaScript files to TypeScript. We will have very few JS/TS dependencies since we are limited to the AppSync JS runtime but the code is scattered into our various python microservices.
1
b
I think it's not stable, but growing, and in need of testing/experimentation/people willing to dive in and try working it out and maybe even contributors 🙂
c
Thanks! We're in pretty early stages of experimenting with this addition of JS/TS code in our repo so I'll continue to explore options. I haven't worked in a node based repo in a few years now so I'm not sure how much help I'd be with contributing but I will keep it in mind as I experiment with our various options.