@adonisjs/ioc-transformer
Advanced tools
Comparing version 2.0.0 to 2.0.1
import * as tsStatic from 'typescript'; | ||
import { RcFile } from '@ioc:Adonis/Core/Application'; | ||
/** | ||
@@ -7,2 +6,6 @@ * Converts Ioc container import statements to `use` statements | ||
*/ | ||
export declare function iocTransformer(ts: typeof tsStatic, rcFile: RcFile): (ctx: tsStatic.TransformationContext) => (sourceFile: tsStatic.SourceFile) => tsStatic.SourceFile; | ||
export declare function iocTransformer(ts: typeof tsStatic, rcFile: { | ||
aliases: { | ||
[key: string]: string; | ||
}; | ||
}): (ctx: tsStatic.TransformationContext) => (sourceFile: tsStatic.SourceFile) => tsStatic.SourceFile; |
{ | ||
"name": "@adonisjs/ioc-transformer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Typescript transformer to transform import statements to IoC container use calls", | ||
@@ -39,4 +39,2 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@adonisjs/application": "^3.0.10", | ||
"@adonisjs/fold": "^7.0.4", | ||
"@adonisjs/mrm-preset": "^2.4.0", | ||
@@ -79,5 +77,2 @@ "@types/node": "^14.11.2", | ||
}, | ||
"peerDependencies": { | ||
"@adonisjs/application": "^3.0.0" | ||
}, | ||
"dependencies": {}, | ||
@@ -84,0 +79,0 @@ "publishConfig": { |
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
0
13
63
7430