@spinajs/reflection
Advanced tools
Comparing version
import { Exception } from '@spinajs/exceptions'; | ||
export * from 'typescript-mix'; | ||
/** | ||
* Class info structure | ||
*/ | ||
export declare class ClassInfo<T> { | ||
/** | ||
* Full file path of loaded class | ||
*/ | ||
file: string; | ||
/** | ||
* Class name | ||
*/ | ||
name: string; | ||
/** | ||
* Javascript class object | ||
*/ | ||
type: any; | ||
/** | ||
* Resolved instance | ||
*/ | ||
instance?: T; | ||
} | ||
/** | ||
* Exception thrown when some error during reflection occurs | ||
@@ -26,0 +5,0 @@ */ |
@@ -32,3 +32,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ResolveFromFiles = exports.TypescriptCompiler = exports.ReflectionException = exports.ClassInfo = void 0; | ||
exports.ResolveFromFiles = exports.TypescriptCompiler = exports.ReflectionException = void 0; | ||
const fs = __importStar(require("fs")); | ||
@@ -45,8 +45,2 @@ const glob_1 = __importDefault(require("glob")); | ||
/** | ||
* Class info structure | ||
*/ | ||
class ClassInfo { | ||
} | ||
exports.ClassInfo = ClassInfo; | ||
/** | ||
* Exception thrown when some error during reflection occurs | ||
@@ -53,0 +47,0 @@ */ |
import { Exception } from '@spinajs/exceptions'; | ||
export * from 'typescript-mix'; | ||
/** | ||
* Class info structure | ||
*/ | ||
export declare class ClassInfo<T> { | ||
/** | ||
* Full file path of loaded class | ||
*/ | ||
file: string; | ||
/** | ||
* Class name | ||
*/ | ||
name: string; | ||
/** | ||
* Javascript class object | ||
*/ | ||
type: any; | ||
/** | ||
* Resolved instance | ||
*/ | ||
instance?: T; | ||
} | ||
/** | ||
* Exception thrown when some error during reflection occurs | ||
@@ -26,0 +5,0 @@ */ |
@@ -12,7 +12,2 @@ import * as fs from 'fs'; | ||
/** | ||
* Class info structure | ||
*/ | ||
export class ClassInfo { | ||
} | ||
/** | ||
* Exception thrown when some error during reflection occurs | ||
@@ -19,0 +14,0 @@ */ |
{ | ||
"name": "@spinajs/reflection", | ||
"version": "2.0.110", | ||
"version": "2.0.111", | ||
"description": "SpinaJS reflection helpers", | ||
@@ -44,6 +44,6 @@ | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.110", | ||
"@spinajs/di": "^2.0.110", | ||
"@spinajs/exceptions": "^2.0.110", | ||
"@spinajs/log": "^2.0.110", | ||
"@spinajs/configuration": "^2.0.111", | ||
"@spinajs/di": "^2.0.111", | ||
"@spinajs/exceptions": "^2.0.111", | ||
"@spinajs/log": "^2.0.111", | ||
"glob": "^8.1.0", | ||
@@ -50,0 +50,0 @@ "lodash": "^4.17.21", |
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
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
159657
-1.01%395
-11.83%Updated
Updated
Updated