hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.57k stars 4.86k forks source link

feat: bind hexo context to helper function callback #5555

Open dimaslanjaka opened 1 month ago

dimaslanjaka commented 1 month ago

What does it do?

Screenshots

image image

based on https://hexo.io/api/helper#How-do-I-use-another-registered-helper-in-my-custom-helper image

Pull request tasks

github-actions[bot] commented 1 month ago

How to test

git clone -b fix-helper-context https://github.com/dimaslanjaka/hexo.git
cd hexo
npm install
npm test
dimaslanjaka commented 1 month ago

@uiolee @SukkaW review pls, any miss/wrong ?