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
I think more realistically we should move to TypeScript and add a compilation step. The initial "vision" for this repo was to minimize the amount of tooling and dependencies we rely on, such that people loading iframes can understand where the code comes from with minimal hops. I think a ts->js compilation step would get us a lot of safety and comfort for a minimal number of extra hops: one. Typescript as a dependency is also safe to take, as long as the compiled code is checked in and reviewed.
Would be nice to have static type + lint checks, to verify validity of logic pre-runtime
The text was updated successfully, but these errors were encountered: