-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Standardise usage of internal and local events (#298)
* unify usage of internal events for everything * fix usage of old event * apply transform after execute. * remove logger * extend validateEventsToSubscribe to cleanup the event namespace * add some tests to validate new logic * change how namespace is defined for internal events, make clear where a function is waiting for an internal event * add util to check and convert to local events * make use of the new utils * add logic to be able to apply local and remote transforms * add changesets * fix tests * pr comment, add code comments * remove unneeded changeset
- Loading branch information
Showing
14 changed files
with
291 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@signalwire/core': patch | ||
--- | ||
|
||
Normalize usage of events to always use our "internal" version for registering, transforms, caching, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.