1
0
Jelajahi Sumber

amberc.js: also export Combo object and async_map()

Manfred Kroehnert 12 tahun lalu
induk
melakukan
c267613dda
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      bin/amberc.js

+ 2 - 0
bin/amberc.js

@@ -743,3 +743,5 @@ AmberC.prototype.closure_compile = function(sourceFile, minifiedFile, callback)
 };
 
 module.exports.Compiler = AmberC;
+module.exports.Combo = Combo;
+module.exports.map = async_map;