mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
mutable closures (let variables)
This commit is contained in:
@@ -82,7 +82,6 @@ const add_trivial_definition = node => {
|
||||
|
||||
export const find_definitions = (ast, globals, scope = {}, closure_scope = {}, module_name) => {
|
||||
|
||||
|
||||
// sanity check
|
||||
if(!(globals instanceof Set)) {
|
||||
throw new Error('not a set')
|
||||
|
||||
Reference in New Issue
Block a user