-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
On ready backport #2296
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
On ready backport #2296
Conversation
* adding on compiler ready hook * add wip onCompilerReady hook * rename hook to onReady * onready ready * typo * add test and docs * fix test * step forward * fix tests * fix multiple resolve * improve * add decorator test * not expose boot function * better docs * improve docs Co-Authored-By: James Sumners <james@sumners.email> * Update docs/Hooks.md * fix immediate to nextTick * add types * fix test * add missing ts test * Revert "fix test" This reverts commit 671ae92. * fix ready order execution * add more test * fix hook execute once * better code * multuple ready test * fix docs add error management Co-authored-by: James Sumners <james@sumners.email>
It seems CI is failing. |
The logger test has changed the output, I remember this issue but can't remember the cause. If you set await inject all is fine. I would like to re check better |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Eomm any updates on this one? |
Done 👍 |
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.
lgtm
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.
LGTM
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Backport of #2166
Related #2123
Checklist
npm run test
andnpm run benchmark