don't pass isFinal when generating hscript

This commit is contained in:
2023-04-22 14:18:27 -06:00
parent d90566b7e2
commit 2fd2f94254

View File

@@ -163,7 +163,7 @@ class SpecialForms {
Helpers.parseComplexType(type, nameExp);
default: null;
},
isFinal: isFinal,
isFinal: isFinal && !k.hscript,
expr: k.convert(valueExp)
};
}