escalier-lang / escalier-next

Improved type safety with tight TypeScript interop
https://escalier-lang.github.io/escalier-next/
MIT License
14 stars 0 forks source link

Update Visitor.fs and BuildGraph.fs to handle function declarations properly #357

Open kevinbarabash opened 2 months ago

kevinbarabash commented 2 months ago

Right now we handle let foo = fn () {} but don't handle fn foo() {}.