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
Work directly with prototype to manage Frames. I have no idea how, but it does feel like we ought to be able to implement the Frame runtime without having to use TypeScript class wrappers. This could make things much easier when we get around to doing a Transpiler.
The most likely "gotcha" will be the fact that JavaScript does not treat Strings and Arrays as Objects, but we might be able to fix that with properties...
The text was updated successfully, but these errors were encountered:
Work directly with prototype to manage Frames. I have no idea how, but it does feel like we ought to be able to implement the Frame runtime without having to use TypeScript class wrappers. This could make things much easier when we get around to doing a Transpiler.
The most likely "gotcha" will be the fact that JavaScript does not treat Strings and Arrays as Objects, but we might be able to fix that with properties...
The text was updated successfully, but these errors were encountered: