frintjs / frint

Modular JavaScript framework for building scalable and reactive applications
https://frint.js.org/
MIT License
756 stars 37 forks source link

Show deprecated warnings when creating Store and Model classes #313

Closed fahad19 closed 7 years ago

fahad19 commented 7 years ago

Doing so would show warnings right when they are created, instead of waiting for them to be instantiated later (which may or may not happen in an App).

This allows us to catch the warnings early on and more reliably.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.0006%) to 97.272% when pulling f62dda289b929a949768b25f6ed23e1a1db589a4 on deprecated-warnings into 2c84f9a1dd0ac177287a4c2ea7e24e69c93dfcb2 on master.