es6-module-transpiler
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -91,3 +90,3 @@ "use strict"; | ||
import_ = imports_[_i]; | ||
_results.push(builder.set(import_, function() { | ||
_results.push(builder["var"](import_, function() { | ||
return builder.prop(dependencyName, import_); | ||
@@ -94,0 +93,0 @@ })); |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.4.0 | ||
(function() { | ||
@@ -3,0 +2,0 @@ "use strict"; |
{ | ||
"name": "es6-module-transpiler", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "es6-module-transpiler is an experimental compiler that allows you to write your JavaScript or CoffeeScript using a subset of the current ES6 module syntax, and compile it into AMD, CommonJS, and globals styles.", | ||
"homepage": "http://square.github.com/es6-module-transpiler", | ||
"keywords": ["es6", "module", "transpile", "amd", "commonjs"], | ||
"keywords": [ | ||
"es6", | ||
"module", | ||
"transpile", | ||
"amd", | ||
"commonjs" | ||
], | ||
"bugs": "https://github.com/square/es6-module-transpiler/issues", | ||
@@ -26,4 +32,3 @@ "preferGlobal": true, | ||
"scripts": { | ||
"build": "bin/compile-modules --to .compiled --type cjs src/* && coffee -o lib/ -c .compiled/src && rm -rf .compiled", | ||
"test": "npm run-script build && jasmine-node --coffee spec", | ||
"test": "grunt && jasmine-node --coffee spec", | ||
"package": "npm run-script test && gluejs --basepath lib --include . --exclude 'require_support' --out ../dist/es6-module-transpiler.js --global ModuleTranspiler && uglifyjs dist/es6-module-transpiler.js > dist/es6-module-transpiler.min.js" | ||
@@ -33,4 +38,6 @@ }, | ||
"gluejs": "~0.2.0", | ||
"uglify-js": "~2.2.4" | ||
"uglify-js": "~2.2.4", | ||
"grunt": "~0.4.0", | ||
"grunt-cli": "~0.1.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
143270
41
4
1835