-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
feat(extend/injector): bring up new extend Injector #4049
Conversation
f44cdfd
to
0213f5f
Compare
af6c27f
to
90c8d81
Compare
@hexojs/core It is ready to be reviewed now. |
LGTM! |
b32694f
to
c3244e5
Compare
I have refactored the A new The test on my local machine with a dummy hexo site looks good as well: CI build will be fixed in #4102. The PR is ready for review. |
Apply suggestions from code review by @dailyrandomphoto
Apply code suggestions from code review by @dailyrandomphoto
Make sure injector is executed before after_route_render
93f12c6
to
630b76e
Compare
Rebased and ready for review. |
630b76e
to
d94e3dd
Compare
- Remove injectorFilter from plugin dir - Move cache into Injector Class - Remove decache
d94e3dd
to
8cdaf0b
Compare
Resolve conflict completed & ready for review. |
What does it do?
Implementation of #4047. Should only be merged after #4048 is fixed.
How to test
Screenshots
Pull request tasks
Issue resolved: #3086
Issue resolved: #4047