specs-feup / lara-framework

Tools and APIs to develop weavers for the LARA language (LARA Compiler, LARA Interpreter, Weaver Generator, etc...)
Apache License 2.0
13 stars 2 forks source link

Fix/weaver generator actions return type #70

Closed joaobispo closed 4 months ago

joaobispo commented 4 months ago

Return type of JS interfacing action methods now return Object instead of the specific type, and actions that return null are converted to JS undefined

This is coherent with the signature of JS interfacing attribute methods, and improves compatibility with JS calls

joaobispo commented 4 months ago

Closing this PR, for some reason it is not running checks.