Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ evalStatically
Method
evalStatically
src/parsetree/base.js:73–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
evalStatically() {
74
throw
new
Error(
"This expression cannot be evaluated statically: "
+ this.
type
);
75
}
76
}
77
78
/**
Callers
7
deno-hyperscript.js
File · 0.45
node-hyperscript.js
File · 0.45
bun-hyperscript.js
File · 0.45
parse
Method · 0.45
getProxy
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected