@@ -2,18 +2,18 @@ import * as fs from 'fs';
22import * as path from 'path' ;
33import * as ts from 'typescript' ;
44import * as tss from 'typescript/lib/tsserverlibrary' ;
5- import { SchematicContext , Tree , FileVisitor } from '@angular-devkit/schematics' ;
5+ import type { SchematicContext , Tree , FileVisitor } from '@angular-devkit/schematics' ;
66import type { WorkspaceSchema } from '@schematics/angular/utility/workspace-models' ;
77import {
88 ClassChanges , BindingChanges , SelectorChange ,
99 SelectorChanges , ThemeChanges , ImportsChanges , MemberChanges , ThemeChange , ThemeType
1010} from './schema' ;
1111import {
12- getLanguageService , getRenamePositions , getIdentifierPositions , replaceMatch ,
12+ getLanguageService , getRenamePositions , getIdentifierPositions ,
1313 createProjectService , isMemberIgniteUI , NG_LANG_SERVICE_PACKAGE_NAME , NG_CORE_PACKAGE_NAME , findMatches
1414} from './tsUtils' ;
1515import {
16- getProjectPaths , getWorkspace , getProjects , escapeRegExp ,
16+ getProjectPaths , getWorkspace , getProjects , escapeRegExp , replaceMatch ,
1717 getPackageManager , canResolvePackage , tryInstallPackage , tryUninstallPackage , getPackageVersion
1818} from './util' ;
1919import { ServerHost } from './ServerHost' ;
0 commit comments