fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Fuse.Scripting: use compiler to generate closures #1466

Closed mortend closed 1 year ago

mortend commented 1 year ago

Use lambda expressions instead of manually created closure classes.

There was a bug in Uno blocking us from using lambda expressions before, fixed by https://github.com/fuse-open/uno/pull/446.