Skip to content

Commit 633163a

Browse files
committed
chore(transformer): Removed unused imports
1 parent f0c7b7a commit 633163a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/transformer/descriptor/method/methodSignature.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import * as ts from 'typescript';
22
import { Scope } from '../../scope/scope';
3-
import { GetDescriptor } from '../descriptor';
43
import { TypescriptCreator } from '../../helper/creator';
5-
import { GetNullDescriptor } from '../null/null';
64
import { GetMethodDescriptor } from './method';
75

86
export function GetMethodSignatureDescriptor(node: ts.MethodSignature, scope: Scope): ts.Expression {

0 commit comments

Comments
 (0)