LionWeb-io / lionweb-typescript

Implements (select parts of) the LionWeb specification, and tooling around that - all in TypeScript.
Apache License 2.0
10 stars 4 forks source link

Configure sub modules of the test package #125

Closed dslmeinte closed 4 months ago

dslmeinte commented 4 months ago

And use these in the artifacts package

joswarmer commented 4 months ago

Although you can now import submodules in the code, the dependency in package.json is still to test, not to test/languages and test/instances. So artefacts is still dependent on the full test package.

joswarmer commented 4 months ago

It looks like all package dependencies are still always between the full packages, so submodules only give a syntactic change in the import statement, or am I missing something?