<@U03JDB8MCE7> With the new JS stuff, what is the ...
# general
w
@worried-painter-31382 With the new JS stuff, what is the implication of having a TS repo - because we're calling down to the package.json, correct? Will the files that need to be compiled/bundled not end up in the Process?
w
A ts repo will not (currently) enjoy the
test
(because it only operates on
javascript_source
) goal, and will have to model the dependencies themselves. Otherwise a
resources(sources=["*.ts"])
lets you maintain lockfiles and create distributions/packages with pants.
w
👍 Thanks! Just want to take a quick shot at removing my adhoc tool, so I can test out the JS backend in all its glory