Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 46 forks source link

Refactor "shim" file into modules #525

Closed hossam-nasr closed 11 months ago

hossam-nasr commented 11 months ago

Similar to https://github.com/Azure/azure-functions-nodejs-library/pull/50 on the node library. This PR doesn't make any code or functionality changes, just reorganizes code. It removes the use of namespaces, and gets rid of the "shim.ts" file in favor of exporting modules for each "namespace"