Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/imbrn/v8n
/ v8n
Function
v8n
src/v8n.js:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
optional from
'./rules/optional'
;
3
4
function
v8n() {
5
return
typeof Proxy !==
'undefined'
6
? proxyContext(
new
Context())
7
: proxylessContext(
new
Context());
8
}
9
10
// Custom rules
11
let
customRules = {};
Callers
5
test-extend.ts
File · 0.85
test-v8n.ts
File · 0.85
test-umd.ts
File · 0.85
v8n.test.js
File · 0.85
asyncCompositeRule
Function · 0.85
Calls
2
proxyContext
Function · 0.85
proxylessContext
Function · 0.85
Tested by
1
asyncCompositeRule
Function · 0.68