phetsims / shred

A library of JavaScript code that is used in PhET simulations that depict atoms, subatomic particles, and atomic structure. This was originally created to contain the code that is shared between the "Build an Atom" and "Isotopes and Atomic Mass" simulations, thought it may be applied to additional simulations in the future.
GNU General Public License v3.0
1 stars 6 forks source link

convert repo to typescript #38

Closed zepumph closed 1 year ago

zepumph commented 1 year ago

This would make BAN sim development so much nicer. @Luisav1 and I will take a look.

zepumph commented 1 year ago

Model is done above, now on to the view.

zepumph commented 1 year ago

Alright. This issue has been completed. There are just a few ts-expect-errors that can only be handled once BAA and IAAM are converted to typescript. Closing

zepumph commented 1 year ago

Just kidding. 4 TODOs left.