Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Conversation

@mrnerdhair
Copy link

TL;DR: I switched the Object.create(null) objects used to keep track of state and event configs with new Map(), and made sure no assumptions are made regarding what objects get fed in. Strict equality semantics (===) are used when determining which state/event is being referred to in any calls.

There are also some improvements regarding testing in here; I wrote a harness to allow running multiple instances of each unit test, one for each of 8 types of keys.

@mrnerdhair
Copy link
Author

(closing/reopening pr to trigger retest)

@mrnerdhair mrnerdhair closed this Jun 7, 2018
@mrnerdhair mrnerdhair reopened this Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant