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

Expose diffing through CLI #118

Closed dslmeinte closed 2 months ago

dslmeinte commented 5 months ago

Command: diff (to stick to the verb idiom)

should execute diff from @lionweb/validation on the given chunks. Maybe use the --language[s] flag to do a language-aware diff?

dslmeinte commented 2 months ago

Done per commit #aa0ef9f, but without any language-awareness.