You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the main reason why #227 is failing linting because of a newly introduced linting rule.
In the code generator, the canonical name of time units are all singular. Plural forms are all aliases and (I believe) won't be included in the generated code.
We should remove the aliases to make eslint happy and to improve code quality.
In
time.ts
we have time units and their aliases.This is the main reason why #227 is failing linting because of a newly introduced linting rule.
In the code generator, the canonical name of time units are all singular. Plural forms are all aliases and (I believe) won't be included in the generated code.
We should remove the aliases to make eslint happy and to improve code quality.
reactor-ts/src/core/time.ts
Lines 11 to 25 in b81e1ce
https://github.com/lf-lang/lingua-franca/blob/4dbd9f822d1c769f37de179d00deb87aeff5f6d4/core/src/main/java/org/lflang/TimeUnit.java#L40-L58
The text was updated successfully, but these errors were encountered: