File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
projects/igniteui-angular/migrations Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7878 },
7979 "migration-16" : {
8080 "version" : " 10.1.0" ,
81- "description" : " Updates Ignite UI for Angular from v9.1 .x to v10.1.0" ,
81+ "description" : " Updates Ignite UI for Angular from v10.0 .x to v10.1.0" ,
8282 "factory" : " ./update-10_1_0"
8383 }
8484 }
Original file line number Diff line number Diff line change 55} from '@angular-devkit/schematics' ;
66import { UpdateChanges } from '../common/UpdateChanges' ;
77import { getIdentifierPositions } from '../common/tsUtils' ;
8- import * as ts from 'typescript' ;
98
109const version = '10.1.0' ;
1110
@@ -14,7 +13,7 @@ export default function(): Rule {
1413 context . logger . info ( `Applying migration for Ignite UI for Angular to version ${ version } ` ) ;
1514
1615 const update = new UpdateChanges ( __dirname , host , context ) ;
17- // update.applyChanges();
16+ update . applyChanges ( ) ;
1817
1918 // replace DropPosition.None with DropPosition.AfterDropTarget
2019 for ( const entryPath of update . tsFiles ) {
You can’t perform that action at this time.
0 commit comments