MCPcopy
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
3import Exception from '../exception';
4import { isArray, indexOf, extend } from '../utils';

Callers

nothing calls this directly

Calls 9

extendFunction · 0.90
indexOfFunction · 0.90
argEqualsFunction · 0.85
transformLiteralToPathFunction · 0.85
acceptMethod · 0.80
PartialStatementMethod · 0.80
SubExpressionMethod · 0.80
simpleIdMethod · 0.80
helperExpressionMethod · 0.80

Tested by

no test coverage detected