Comparing version 0.3.0-beta-12 to 0.3.0-beta-13
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.3 | ||
// Generated by CoffeeScript 1.10.0 | ||
var annotateContainer; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.3 | ||
// Generated by CoffeeScript 1.10.0 | ||
var Container, ModuleNotFound, construct, getArguments, runFactory, throwNotFound; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.3 | ||
// Generated by CoffeeScript 1.10.0 | ||
var ARGUMENT_NAMES, STRIP_COMMENTS; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.3 | ||
// Generated by CoffeeScript 1.10.0 | ||
var Container, clearCache, evaluateType, getFullPath, getPath, isRelative, populateContainer; | ||
@@ -56,3 +56,3 @@ | ||
return Object.keys(modules).forEach(function(key) { | ||
var e, fullPath, module, moduleConfig, path, type; | ||
var e, error, fullPath, module, moduleConfig, path, type; | ||
moduleConfig = modules[key]; | ||
@@ -63,4 +63,4 @@ path = getPath(moduleConfig); | ||
module = require(fullPath); | ||
} catch (_error) { | ||
e = _error; | ||
} catch (error) { | ||
e = error; | ||
module = require(path); | ||
@@ -67,0 +67,0 @@ } |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.9.3 | ||
// Generated by CoffeeScript 1.10.0 | ||
var ModuleNotFound, | ||
@@ -3,0 +3,0 @@ extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, |
{ | ||
"name": "amend", | ||
"version": "0.3.0-beta-12", | ||
"version": "0.3.0-beta-13", | ||
"description": "Dependency injection module and IoC container.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
25464