@spinajs/reflection
Advanced tools
Comparing version 2.0.14 to 2.0.19
@@ -1,2 +0,1 @@ | ||
import * as ts from 'typescript'; | ||
import { Exception } from '@spinajs/exceptions'; | ||
@@ -43,3 +42,3 @@ export * from 'typescript-mix'; | ||
*/ | ||
getClassMembers(className: string): Map<string, ts.MethodDeclaration>; | ||
getClassMembers(className: string): Map<string, any>; | ||
private walkClassNode; | ||
@@ -46,0 +45,0 @@ private walkMemberNode; |
@@ -165,3 +165,3 @@ "use strict"; | ||
}) | ||
.flatMap((d) => glob.sync(path.join(d, filter))) | ||
.flatMap((d) => glob.sync(path.join(d, filter).replace(/\\/g, '/'))) | ||
.flatMap((f) => { | ||
@@ -168,0 +168,0 @@ logger.trace(`Loading file ${f}`); |
{ | ||
"name": "@spinajs/reflection", | ||
"version": "2.0.14", | ||
"version": "2.0.19", | ||
"description": "SpinaJS reflection helpers", | ||
@@ -32,6 +32,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.12", | ||
"@spinajs/di": "^2.0.12", | ||
"@spinajs/configuration": "^2.0.19", | ||
"@spinajs/di": "^2.0.19", | ||
"@spinajs/exceptions": "^2.0.12", | ||
"@spinajs/log": "^2.0.14", | ||
"@spinajs/log": "^2.0.19", | ||
"glob": "^8.0.3", | ||
"lodash": "^4.17.21", | ||
@@ -42,5 +43,6 @@ "typescript": "^4.7.4", | ||
"devDependencies": { | ||
"@types/node": "^18.0.4" | ||
"@types/glob": "7.2.0", | ||
"@types/node": "^16.11.11" | ||
}, | ||
"gitHead": "81b84e0b70c385409a01e655412c48d021a96352" | ||
"gitHead": "51e801176ecec955cbf1eb2d91e9f4740cb2b471" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16379
8
2
265
+ Addedglob@^8.0.3
Updated@spinajs/di@^2.0.19
Updated@spinajs/log@^2.0.19