Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ addBeforeProcessHook
Method
addBeforeProcessHook
src/core/runtime/runtime.js:924–924 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
922
#afterProcessHooks = [];
923
924
addBeforeProcessHook(fn) { this.#beforeProcessHooks.push(fn); }
925
addAfterProcessHook(fn) { this.#afterProcessHooks.push(fn); }
926
927
processNode(elt) {
Callers
3
_hyperscript.js
File · 0.45
componentPlugin
Function · 0.45
initLiveTemplates
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected