phetsims / query-string-machine

Query String Machine is a query string parser that supports type coercion, default values & validation. No dependencies.
MIT License
3 stars 3 forks source link

Convert to TypeScript #49

Open samreid opened 2 years ago

samreid commented 2 years ago

One day, we may want this to be in TypeScript. Relates to #45

samreid commented 2 years ago

Please be aware @jonathanolson added types for Query String Machine in phet-types.d.ts as part of https://github.com/phetsims/chipper/issues/1253 and https://github.com/phetsims/chipper/commit/862597f13cc550aab0cbc00acedfd2b4b86d3bbb

chrisklus commented 1 year ago

Un-assigning until work on https://github.com/phetsims/query-string-machine/issues/51 is scheduled. The current and eventually deprecated QSM may never be converted to TypeScript, so this eventually may be closed.