PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
handlebars
/
lib
/
handlebars
/* global window */ export default function(Handlebars) { /* istanbul ignore next */ let root = typeof global !== 'undefined' ? global : window, $Handlebars = root.Handlebars; /* istanbul ignore next */ Handlebars.noConflict = function() { if (root.Handlebars === Handlebars) { root.Handlebars = $Handlebars; } return Handlebars; }; }
[-] helpers.js
[edit]
[-] exception.js
[edit]
[-] utils.js
[edit]
[+]
decorators
[-] base.js
[edit]
[+]
..
[-] no-conflict.js
[edit]
[-] decorators.js
[edit]
[-] safe-string.js
[edit]
[+]
compiler
[+]
helpers
[-] runtime.js
[edit]
[-] logger.js
[edit]