Explorar o código

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

Manfred Kroehnert %!s(int64=12) %!d(string=hai) anos
pai
achega
c267613dda
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;