-
Notifications
You must be signed in to change notification settings - Fork 15
beforeSource
, afterSource
, and afterAll
hooks
#343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
``` | ||
|
||
```ts | ||
interface BeforeSourceTransformObject { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did this interface come from somewhere or was AI generated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kmaschi these were inferred by AI, let me know if they should be removed.
``` | ||
|
||
```ts | ||
interface AfterSourceTransformObject { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similar question about the source of this interface.
This PR adds descriptions of new hooks types and provides example use cases.