@@ -2,14 +2,14 @@ import * as ts from 'typescript';
22import * as _ts from '../ts-internal' ;
33import * as _ from 'lodash' ;
44
5- import { Application } from '../application' ;
6- import { ParameterType } from '../utils/options/declaration' ;
7- import { Reflection , Type , ProjectReflection } from '../models/index' ;
8- import { Context } from './context' ;
9- import { ConverterComponent , ConverterNodeComponent , ConverterTypeComponent , TypeTypeConverter , TypeNodeConverter } from './components' ;
10- import { CompilerHost } from './utils/compiler-host' ;
11- import { Component , Option , ChildableComponent , ComponentClass } from '../utils/component' ;
12- import { normalizePath } from '../utils/fs' ;
5+ import { Application } from '../application' ;
6+ import { ParameterType } from '../utils/options/declaration' ;
7+ import { Reflection , Type , ProjectReflection } from '../models/index' ;
8+ import { Context } from './context' ;
9+ import { ConverterComponent , ConverterNodeComponent , ConverterTypeComponent , TypeTypeConverter , TypeNodeConverter } from './components' ;
10+ import { CompilerHost } from './utils/compiler-host' ;
11+ import { Component , Option , ChildableComponent , ComponentClass } from '../utils/component' ;
12+ import { normalizePath } from '../utils/fs' ;
1313
1414/**
1515 * Result structure of the [[Converter.convert]] method.
0 commit comments