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 78
78
},
79
79
"migration-16" : {
80
80
"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" ,
82
82
"factory" : " ./update-10_1_0"
83
83
}
84
84
}
Original file line number Diff line number Diff line change 5
5
} from '@angular-devkit/schematics' ;
6
6
import { UpdateChanges } from '../common/UpdateChanges' ;
7
7
import { getIdentifierPositions } from '../common/tsUtils' ;
8
- import * as ts from 'typescript' ;
9
8
10
9
const version = '10.1.0' ;
11
10
@@ -14,7 +13,7 @@ export default function(): Rule {
14
13
context . logger . info ( `Applying migration for Ignite UI for Angular to version ${ version } ` ) ;
15
14
16
15
const update = new UpdateChanges ( __dirname , host , context ) ;
17
- // update.applyChanges();
16
+ update . applyChanges ( ) ;
18
17
19
18
// replace DropPosition.None with DropPosition.AfterDropTarget
20
19
for ( const entryPath of update . tsFiles ) {
You can’t perform that action at this time.
0 commit comments