Sha256: 9b012169f0de7c832c1f37be9fab9c8605f2080580249fe5d76b002399c71fd3

Contents?: true

Size: 1.33 KB

Versions: 69

Compression:

Stored size: 1.33 KB

Contents

define(
  ["./handlebars.runtime","./handlebars/compiler/ast","./handlebars/compiler/base","./handlebars/compiler/compiler","./handlebars/compiler/javascript-compiler","exports"],
  function(__dependency1__, __dependency2__, __dependency3__, __dependency4__, __dependency5__, __exports__) {
    "use strict";
    /*globals Handlebars: true */
    var Handlebars = __dependency1__["default"];

    // Compiler imports
    var AST = __dependency2__["default"];
    var Parser = __dependency3__.parser;
    var parse = __dependency3__.parse;
    var Compiler = __dependency4__.Compiler;
    var compile = __dependency4__.compile;
    var precompile = __dependency4__.precompile;
    var JavaScriptCompiler = __dependency5__["default"];

    var _create = Handlebars.create;
    var create = function() {
      var hb = _create();

      hb.compile = function(input, options) {
        return compile(input, options, hb);
      };
      hb.precompile = function (input, options) {
        return precompile(input, options, hb);
      };

      hb.AST = AST;
      hb.Compiler = Compiler;
      hb.JavaScriptCompiler = JavaScriptCompiler;
      hb.Parser = Parser;
      hb.parse = parse;

      return hb;
    };

    Handlebars = create();
    Handlebars.create = create;

    Handlebars['default'] = Handlebars;

    __exports__["default"] = Handlebars;
  });

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
trusty-festivity-extension-2.6.3 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.6.2 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.6.1 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.6 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.19 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.18 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.17 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.16 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.15 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.14 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.13 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.12 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.11 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.10 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.9 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.8 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.7 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.6 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.5 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js
trusty-festivity-extension-2.5.4 node_modules/bower/node_modules/handlebars/dist/amd/handlebars.js