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've started converting this sim to TypeScript a bit at a time. But it will be more challenging than most, because of certain JavaScript patterns that I now regret using (parameters of type constructor, duck typing, etc.) So I'm creating this issue to track progress and challenges.
function-builder is currently 32% converted, function-builder-basics 13%.
The text was updated successfully, but these errors were encountered:
I've started converting this sim to TypeScript a bit at a time. But it will be more challenging than most, because of certain JavaScript patterns that I now regret using (parameters of type constructor, duck typing, etc.) So I'm creating this issue to track progress and challenges.
function-builder is currently 32% converted, function-builder-basics 13%.
The text was updated successfully, but these errors were encountered: