DEVEXP-382_Change package exports for Fax API#55
Conversation
|
I did not dug to full implementation but according to PR's description, what you're trying to fix could be compared to package tree for java to avoid name collisions. |
Thanks for your remark and for considering different approaches for organizing the TypeScript code. I appreciate your willingness to explore the use of namespaces and I'm open to discussing this further. |
👍 |
This PR showcases a new way of exporting an API packages (The rationale behind the need to do that is explained in the Jira ticket)
Summary of the changes:
FaxBefore:
Now:
If you agree with this approach, the same needs to be done for the other APIs. This PR is just a POC of a "small" API.