phetsims / joist

Joist is the main framework for PhET Interactive Simulations. Joist creates and displays the simulation content, home screen, navigation bar, About dialog, enables switching between tabs, and other framework-related features.
MIT License
8 stars 6 forks source link

Address `strictAxonDependencies: false` in Helper.ts #948

Closed pixelzoom closed 3 weeks ago

pixelzoom commented 5 months ago

For https://github.com/phetsims/axon/issues/441, @samreid added 1 occurrence of strictAxonDependencies: false to Helper.ts. It should be inspected/addressed when this repo is worked on.

samreid commented 3 weeks ago

We decided to remove this feature in https://github.com/phetsims/axon/issues/441. I will remove the flag and the TODO, closing.