ErrLookup › handlebars-lang/handlebars.js

handlebars-lang/handlebars.js

Minimal templating on steroids. · JavaScript · 40 source files

Analyzed at 13a7a67991 on 2026-09-02. 27 documented errors.

Code / MessageTypeSeverityTags
Arg not supported with multiple helpers
exception error api-misuse, helpers, argument-error
Attempting to register a partial called "${name}" as undefin
exception error partials, undefined-value, api-misuse
Arg not supported with multiple decorators
exception error decorators, api-misuse, argument-error
Unknown type: ${node.type}
exception error ast, compiler, parser
Unsupported number of partial arguments: ${params.length}
exception error partials, template-compiler, template-syntax
You specified knownHelpersOnly, but used the unknown helper
exception error compiler-options, knownhelpers, helpers
You must pass a string or Handlebars AST to Handlebars.compi
exception error compile, type-error, input-validation
TrackIds and stringParams are no longer supported. See Githu
exception error compiler-options, deprecated-api, version-migration
Compile completed with content left on stack
exception error internal, compiler-bug, codegen
replaceStack on non-inline
exception error internal, compiler-bug, codegen
Invalid stack pop
exception error handlebars, compiler-internals, stack-underflow
Must pass iterator to #each
exception error handlebars, each-helper, missing-argument
Missing helper: "${name}"
exception error handlebars, missing-helper, template-runtime
#if requires exactly one argument
exception error handlebars, if-helper, wrong-argument-count
#unless requires exactly one argument
exception error handlebars, unless-helper, wrong-argument-count
#with requires exactly one argument
exception error handlebars, template, helper-arity, with-helper
Template was precompiled with an older version of Handlebars
exception error handlebars, precompiled-template, version-mismatch, runtime
Template was precompiled with a newer version of Handlebars
exception error handlebars, precompiled-template, version-mismatch, runtime
No environment passed to template
exception error handlebars, precompiled-template, missing-argument, environment
Unknown template object: ${typeof templateSpec}
exception error handlebars, precompiled-template, invalid-argument, template-spec
The partial ${options.name} could not be compiled when runni
exception error handlebars, runtime, partials, precompilation
"${name}" not defined in ${obj}
exception error handlebars, strict-mode, missing-property, template-data
The partial "${options.name}" could not be found
exception error handlebars, partials, missing-registration
Must define at least one template or directory.
exception error handlebars, cli, precompiler, missing-argument
Unable to minimize simple output
exception error handlebars, cli, precompiler, conflicting-options
Unable to output multiple templates in simple mode
exception error handlebars, cli, precompiler, simple-mode, multiple-templates
Name missing for template
exception error handlebars, cli, precompiler, missing-name