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
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Describe the bug
The Cicero JavaScript backend does not include the type hierarchy, which is needed at run time for pattern matching.
To Reproduce
Compiling the
helloworld
template either for es6 or cicero:The default target includes the
inheritance
variable, but thecicero
one does not.Expected behavior
Both should include the
inheritance
variable.The text was updated successfully, but these errors were encountered: