File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
devextreme-react-generator Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "author" : " Developer Express Inc." ,
33 "name" : " devextreme-react-generator" ,
4- "version" : " 4.1.2 " ,
4+ "version" : " 4.1.3 " ,
55 "description" : " DevExtreme React UI and Visualization Components" ,
66 "repository" : {
77 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -521,8 +521,10 @@ function generate({
521521 }
522522 Object . keys ( rawData . commonReexports ) . forEach ( ( key ) => {
523523 const targetFileName = key === commonTargetFolderName ? 'index.ts' : `${ key . replace ( `${ commonTargetFolderName } /` , '' ) } .ts` ;
524+ const fullPath = joinPaths ( commonPath , targetFileName ) ;
525+ mkdirSync ( getDirName ( fullPath ) , { recursive : true } ) ;
524526 writeFile (
525- joinPaths ( commonPath , targetFileName ) ,
527+ fullPath ,
526528 generateCommonReexports ( key , rawData . commonReexports [ key ] ) ,
527529 { encoding : 'utf8' } ,
528530 ) ;
Original file line number Diff line number Diff line change 3636 "@types/react" : " ^16.14.28" ,
3737 "@types/react-dom" : " ^16.9.16" ,
3838 "del" : " ^3.0.0" ,
39- "devextreme-react-generator" : " ^4.1.2 " ,
39+ "devextreme-react-generator" : " ^4.1.3 " ,
4040 "gulp" : " ^4.0.2" ,
4141 "gulp-header" : " ^2.0.9" ,
4242 "gulp-shell" : " ^0.8.0" ,
You can’t perform that action at this time.
0 commit comments