Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/handlebars-lang/handlebars.js
/ compiler.js
File
compiler.js
lib/handlebars/compiler/compiler.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* eslint-disable
new
-cap */
2
3
import
Exception from
'../exception'
;
4
import
{ isArray, indexOf, extend } from
'../utils'
;
Callers
nothing calls this directly
Calls
9
extend
Function · 0.90
indexOf
Function · 0.90
argEquals
Function · 0.85
transformLiteralToPath
Function · 0.85
accept
Method · 0.80
PartialStatement
Method · 0.80
SubExpression
Method · 0.80
simpleId
Method · 0.80
helperExpression
Method · 0.80
Tested by
no test coverage detected