-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reexports #1206
base: master
Are you sure you want to change the base?
Add reexports #1206
Conversation
}); | ||
|
||
logger('Write result to ' + facadeFilePath); | ||
fs.writeFileSync(facadeFilePath, resultContent, { encoding: this._encoding }); | ||
}); | ||
} | ||
} | ||
|
||
|
||
function formatName(name: string): string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we re-use prepareModuleName
from module.facade-generator
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, can't. it first merged strings, and then camilized. And here i need first camilized and then merge. Also it add Module in the end, end i need one Module and one component
https://trello.com/c/HzUtQKx1/1060-add-reexports-to-wrapper-packages
devextreme-angular/dist/ui/vector-map/index.ts
must change generation of devextreme-angular/dist/index.ts (otherwise reexports from different files will clash