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.
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.