-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update evaluatorCallback types (this, and access to class proper…
…ties) (#64) fix: update evaluatorCallback types (this, and access to class properties) - fix typings for `evaluatorCallback` to use generics, which allows simpler discriminated unions of specific node types - fix evaluatorCallback not passing `context` as an arg (was only on `this`) - make `context` and `isAsync` public so callbacks have access when using `this` fixes #63
- Loading branch information
Showing
3 changed files
with
24 additions
and
14 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
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
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