You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need emitters to have as low dependencies as possible, and "tsx" is convenient, but not necessary. We could write our scripts in TypeScript, compile them in JS at release time, and ship that (not sure the details, I'm sure a JS expert could provide help). But we shouldn't rely on "typescript" being installed. It ends up like this for 3P people:
The text was updated successfully, but these errors were encountered:
closing for now, since this makes code much more complicated. we will have to rewrite our installation scripts in js, and I think it's not worth it considering it's industry standard to use tsx
We need emitters to have as low dependencies as possible, and "tsx" is convenient, but not necessary. We could write our scripts in TypeScript, compile them in JS at release time, and ship that (not sure the details, I'm sure a JS expert could provide help). But we shouldn't rely on "typescript" being installed. It ends up like this for 3P people:
The text was updated successfully, but these errors were encountered: