Searched refs:compiler (Results 1 - 3 of 3) sorted by relevance

/yui3/src/handlebars/
H A DMakefile18 # Files that make up the handlebars-compiler module.
20 $(HANDLEBARS_LIB)/handlebars/compiler/parser.js \
21 $(HANDLEBARS_LIB)/handlebars/compiler/base.js \
22 $(HANDLEBARS_LIB)/handlebars/compiler/ast.js \
23 $(HANDLEBARS_LIB)/handlebars/compiler/compiler.js
28 COMPILER_TARGETS = $(addprefix $(OUTPUT_DIR)/handlebars-compiler-, $(notdir $(COMPILER_FILES)))
38 import: import-base import-compiler
43 # target: import-compiler - Imports the source files that make up handlebars-compiler
[all...]
/yui3/src/handlebars/js/
H A Dhandlebars-compiler-compiler.js56 compiler: Compiler,
101 // These changes will propagate to the other compiler components
143 var result = new this.compiler().compile(program, this.options);
666 compiler: JavaScriptCompiler,
669 var children = environment.children, child, compiler;
673 compiler = new this.compiler();
679 this.context.programs[index] = compiler.compile(child, options, this.context);
/yui3/build/handlebars-compiler/
H A Dhandlebars-compiler-debug.js1 YUI.add('handlebars-compiler', function(Y) {
8 // handlebars-compiler module.
687 compiler: Compiler,
732 // These changes will propagate to the other compiler components
774 var result = new this.compiler().compile(program, this.options);
1297 compiler: JavaScriptCompiler,
1300 var children = environment.children, child, compiler;
1304 compiler = new this.compiler();
1310 this.context.programs[index] = compiler
[all...]

Completed in 29 milliseconds