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

Group orchestration files together #528

Closed hossam-nasr closed 11 months ago

hossam-nasr commented 11 months ago

No functional changes, just moving code around. This PR moves orchestration-related files to their own orchestrations directory, reducing the flatness of src. Also renames the files to match the casing of the classes they export. This PR also deletes the shim file (it does nothing now. It should have been deleted with #525, but a rebase brought it back and I merged before noticing)