@wendellhu/redi
Advanced tools
Comparing version 0.13.2 to 0.13.3
@@ -326,3 +326,3 @@ (function (global, factory) { | ||
function DependencyNotFoundError(id) { | ||
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector."); | ||
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector. The stack of dependencies is: \"").concat(ResolvingStack.map(function (id) { return prettyPrintIdentifier(id); }).join(' -> '), "\"."); | ||
return _super.call(this, msg) || this; | ||
@@ -329,0 +329,0 @@ } |
@@ -52,3 +52,3 @@ var __extends = (this && this.__extends) || (function () { | ||
function DependencyNotFoundError(id) { | ||
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector."); | ||
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector. The stack of dependencies is: \"").concat(ResolvingStack.map(function (id) { return prettyPrintIdentifier(id); }).join(' -> '), "\"."); | ||
return _super.call(this, msg) || this; | ||
@@ -55,0 +55,0 @@ } |
@@ -320,3 +320,3 @@ var IdentifierDecoratorSymbol = Symbol('$$IDENTIFIER_DECORATOR'); | ||
function DependencyNotFoundError(id) { | ||
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector."); | ||
var msg = "Cannot find \"".concat(prettyPrintIdentifier(id), "\" registered by any injector. The stack of dependencies is: \"").concat(ResolvingStack.map(function (id) { return prettyPrintIdentifier(id); }).join(' -> '), "\"."); | ||
return _super.call(this, msg) || this; | ||
@@ -323,0 +323,0 @@ } |
{ | ||
"$schema": "https://raw.githubusercontent.com/wzhudev/squirrel/master/src/schema/package.schema.json", | ||
"name": "@wendellhu/redi", | ||
"version": "0.13.2", | ||
"version": "0.13.3", | ||
"description": "A dependency library for TypeScript and JavaScript, along with a binding for React.", | ||
@@ -6,0 +6,0 @@ "author": "Wenzhao Hu<wzhudev@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
466801