Comparing version 0.3.10 to 0.3.11
@@ -18,2 +18,2 @@ var transform = require('./transform'); | ||
} | ||
}; | ||
} |
@@ -20,3 +20,3 @@ var __export; | ||
imports.map( getPath ) : | ||
imports.map( getPath ).concat( 'exports' ) | ||
[ 'exports' ].concat( imports.map( getPath ) ) | ||
).map( quote ).join( ',' ) + | ||
@@ -33,3 +33,3 @@ '],'; | ||
imports.map( getImportName ) : | ||
imports.map( getImportName ).concat( 'exports' ) | ||
[ 'exports' ].concat( imports.map( getImportName ) ) | ||
).join( ', ' ); | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "esperanto", | ||
"description": "An easier way to convert ES6 modules to AMD and CommonJS", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"author": "Rich Harris", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -163,3 +163,3 @@ # esperanto | ||
No muss, no fuss. Oh, and did I mention that it's an order of magnitude faster than the alternatives? | ||
No muss, no fuss. Oh, and did I mention that it's an order of magnitude faster than the alternatives? See [here](https://github.com/Rich-Harris/esperanto/tree/master/comparison) for more comparisons. | ||
@@ -166,0 +166,0 @@ |
14530