Comparing version 0.0.36 to 0.0.37
@@ -29,10 +29,10 @@ import { Injector } from './injector'; | ||
export interface PropertyDecoratorContextCallback { | ||
(instance: any, propertyName: string | Symbol, injector: Injector): void; | ||
(instance: any, propertyName: string | symbol, injector: Injector): void; | ||
} | ||
export interface PropertyAnnotation { | ||
propertyKey: string | Symbol; | ||
propertyKey: string | symbol; | ||
contextCallback: PropertyDecoratorContextCallback; | ||
} | ||
export interface MethodAnnotation { | ||
methodName: string | Symbol; | ||
methodName: string | symbol; | ||
params: any[]; | ||
@@ -39,0 +39,0 @@ } |
@@ -0,0 +0,0 @@ export class Annotations { |
@@ -0,0 +0,0 @@ import { Annotations, ClassDecoratorContextCallback, ParamDecoratorConfig, PropertyDecoratorContextCallback } from './annotations'; |
@@ -0,0 +0,0 @@ import { Annotations } from './annotations'; |
@@ -0,0 +0,0 @@ export declare class ForwardRef<T = any> { |
@@ -0,0 +0,0 @@ export class ForwardRef { |
@@ -0,0 +0,0 @@ export interface Injectable { |
@@ -0,0 +0,0 @@ import { makeClassDecorator } from './decorators'; |
@@ -0,0 +0,0 @@ export declare class InjectionToken<T> { |
@@ -0,0 +0,0 @@ export class InjectionToken { |
@@ -0,0 +0,0 @@ import { Type } from './type'; |
@@ -0,0 +0,0 @@ export var InjectFlags; |
@@ -0,0 +0,0 @@ import { Type } from './type'; |
@@ -0,0 +0,0 @@ import { makeParamDecorator, makePropertyDecorator } from './decorators'; |
@@ -0,0 +0,0 @@ import { Injector } from './injector'; |
@@ -0,0 +0,0 @@ import { makeInjectError } from './utils/_api'; |
@@ -0,0 +0,0 @@ import { Type } from './type'; |
export {}; |
@@ -0,0 +0,0 @@ import { Provider } from './provider'; |
@@ -0,0 +0,0 @@ import { InjectFlags, Injector } from './injector'; |
@@ -0,0 +0,0 @@ import { Provider } from './provider'; |
@@ -0,0 +0,0 @@ import { InjectFlags } from './injector'; |
@@ -0,0 +0,0 @@ export declare const Type: FunctionConstructor; |
export const Type = Function; |
export * from './inject-error'; | ||
export * from './stringify'; |
export * from './inject-error'; | ||
export * from './stringify'; |
export declare function makeInjectError(name: string): (token: any) => Error; |
@@ -0,0 +0,0 @@ import { stringify } from './stringify'; |
export declare function stringify(token: any): string; |
@@ -0,0 +0,0 @@ export function stringify(token) { |
@@ -0,0 +0,0 @@ export * from './core/utils/_api'; |
@@ -0,0 +0,0 @@ export * from './core/utils/_api'; |
{ | ||
"name": "@tanbo/di", | ||
"version": "0.0.36", | ||
"version": "0.0.37", | ||
"description": "A dependency injection Library", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/public-api.js", |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
28345