You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is no infrastructure checking that the public API of this is stable on TypeScript. As of #31, we have the infrastructure in place to do this, and the tests can be small and integrated into the existing test infrastructure, but they're important for guaranteeing the public API is stable as TS ships new versions.
The text was updated successfully, but these errors were encountered:
The package was authored against 3.7.5, and continues to work correctly
against the 4.3 nightlies, so it's reasonable to check it against all
the intermediate versions as well. This makes the contract explicit,
even if there is no formal testing of the public API (#32) yet.
- add constructor overloads to match those from Map and Set
- add both type and runtime tests to verify this works as expected
- convert entire test suite to TS to get type validation in place at
least to some degree (partially addresses #32)
Right now there is no infrastructure checking that the public API of this is stable on TypeScript. As of #31, we have the infrastructure in place to do this, and the tests can be small and integrated into the existing test infrastructure, but they're important for guaranteeing the public API is stable as TS ships new versions.
The text was updated successfully, but these errors were encountered: