Browse Source

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

Manfred Kroehnert 12 năm trước cách đây
mục cha
commit
c267613dda
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;