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

Extend metrics functionality #144

Closed dslmeinte closed 2 months ago

dslmeinte commented 3 months ago

See separate commits for what's changed.

dslmeinte commented 3 months ago

Sorry, first need to add more unit tests before it's good to go.

joswarmer commented 2 months ago

There is a textualizer.ts both in utilities/src/m3 and a textualizer.ts in utilities/src/serialization and another one in cli/src/serialization. Maybe they should get more distinctive names.

dslmeinte commented 2 months ago

There is a textualizer.ts both in utilities/src/m3 and a textualizer.ts in utilities/src/serialization and another one in cli/src/serialization. Maybe they should get more distinctive names.

I did some renaming so that cli/src/serialization/textualizer.ts is now textualize-command.ts. For the other two we have issue #106.