ember-template-compiler
Advanced tools
Comparing version 1.4.0-beta.1 to 1.4.0
@@ -8,3 +8,3 @@ { | ||
"description": "An npm module for the ember-template-compiler.js file that ships with ember.js", | ||
"version": "1.4.0-beta.1", | ||
"version": "1.4.0", | ||
"repository": { | ||
@@ -11,0 +11,0 @@ "type": "git", |
@@ -14,17 +14,2 @@ var sut = require('../lib/main'); | ||
it("compiles down a handlebars template to a function when asObject isn't defined", function() { | ||
result = sut.precompile(template); | ||
expect(typeof(result)).toBe("function"); | ||
}); | ||
it("compiles down a handlebars template to a function when passed asObject=true", function() { | ||
result = sut.precompile(template, true); | ||
expect(typeof(result)).toBe("function"); | ||
}); | ||
it("compiles down a handlebars template to a string when asObject=false", function() { | ||
result = sut.precompile(template, false); | ||
expect(typeof(result)).toBe("string"); | ||
}); | ||
}); |
@@ -10,3 +10,3 @@ (function() { | ||
* See https://raw.github.com/emberjs/ember.js/master/LICENSE | ||
* @version 1.4.0-beta.1 | ||
* @version 1.4.0 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
15067
279