Comparing version 0.0.82 to 0.0.83
{ | ||
"name": "traceur", | ||
"version": "0.0.82", | ||
"version": "0.0.83", | ||
"description": "ES6 to ES5 compiler", | ||
@@ -57,3 +57,3 @@ "keywords": [ | ||
"requirejs": "2.x", | ||
"traceur": "0.0.81", | ||
"traceur": "0.0.82", | ||
"promises-aplus-tests": "2.x" | ||
@@ -60,0 +60,0 @@ }, |
@@ -120,5 +120,2 @@ // Copyright 2013 Traceur Authors. | ||
// Set the global options for back compat, but try to use options by argument. | ||
traceurAPI.options.setFromObject(commandOptions); | ||
if (!shouldExit && !rootSources.length) { | ||
@@ -125,0 +122,0 @@ // TODO: Start trepl |
@@ -61,3 +61,3 @@ // Copyright 2014 Traceur Authors. | ||
var parsed = this.parse(contents.toString(), inputFilePath); | ||
this.writeTreeToFile(this.transform(parsed, undefined, inputFilePath), | ||
this.writeTreeToFile(this.transform(parsed, inputFilePath), | ||
outputFilePath); | ||
@@ -64,0 +64,0 @@ }.bind(this)); |
@@ -42,2 +42,3 @@ // Copyright 2012 Traceur Authors. | ||
options.bundle = includes.length > 1; | ||
var compiler = new NodeCompiler(options); | ||
@@ -44,0 +45,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1263656
32929