phetsims / fluid-pressure-and-flow

"Fluid Pressure and Flow" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 5 forks source link

convert to ES6 #329

Closed pixelzoom closed 5 years ago

pixelzoom commented 5 years ago

As noted in https://github.com/phetsims/fluid-pressure-and-flow/issues/323#issuecomment-511153615 evaluation:

The code is ES5, and should be converted to ES6. Recommended to publish a baseline dev version and do this conversion before doing any other work on the sim. (2-4 hours)

pixelzoom commented 5 years ago

1.0.0-dev.20 was published as a baseline before doing this conversion.

pixelzoom commented 5 years ago

TODO:

pixelzoom commented 5 years ago

@ariel-phet @kathy-phet FYI

Conversion to ES6 is completed. Baseline after conversion is 1.0.0-dev.21.

Closing.