Commit 003bbb6
fix: Make HookContext properties public (#45)
## This PR
- When writing a custom hook I notice that we cannot read the
`HookContext` properties.
- This PR is making all the `HookContext` properties public.
Signed-off-by: Thomas Poignant <[email protected]>
Co-authored-by: Nicklas Lundin <[email protected]>1 parent 7256a3c commit 003bbb6
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
0 commit comments