event-driven-io / emmett

Emmett - a Node.js library taking your event-driven applications back to the future!
https://event-driven-io.github.io/emmett/
195 stars 19 forks source link

Nested source codes to allow e2e samples and compatibility tests without sharing node_modules #46

Closed oskardudycz closed 8 months ago

oskardudycz commented 8 months ago

Nested source codes to allow e2e samples and compatibility tests without sharing node_modules

A structure that won't share node_modules is needed to ensure testing compatibility and usage with a clean install of Emmett modules.

This pull request nests all the current source codes under src. Thanks to that, adding samples that do not fall back to the source codes will be possible instead of using bundled Emmett code from node_modules.

That will allow catching bugs caused by transpilation, bundling, etc.