phetsims / wave-interference

"Wave Interference" is an educational simulation in HTML5, by PhET Interactive Simulations.
MIT License
18 stars 5 forks source link

Convert to TypeScript #529

Open samreid opened 1 year ago

samreid commented 1 year ago

To avoid merge problems, I decided to commit intermediate work with typescript eslint rules disabled and some ts-nochecks. Local testing is passing, hopefully this doesn't cause issues for our workflow.

samreid commented 1 year ago

@kathy-phet said:

Hi Sam, I’m not sure what prompted moving wave interference to type script, but i wanted to ask you not to spend time on that since it’s not a priority at the moment. Thanks.

samreid commented 1 year ago

See the comment in https://github.com/phetsims/phet-core/issues/116#issuecomment-1505881808

samreid commented 3 months ago

Numerous files were marked as // @ts-nocheck since they were partway through porting to TypeScript when this work was paused.