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

Warning on console when using CLI #132

Closed dslmeinte closed 4 months ago

dslmeinte commented 4 months ago

The following warning is given on the console when running @lionweb/cli:

(node:70593) ExperimentalWarning: Import assertions are not a stable feature of the JavaScript language. Avoid relying on their current behavior and syntax as those might change in a future version of Node.js.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:70593) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time

Seems to be caused by: https://github.com/LionWeb-io/lionweb-typescript/blob/main/packages/validation/src/languages/LanguageUtils.ts#L5

dslmeinte commented 4 months ago

Fixed as PR #134