This PR resolves #1503 . These are the changes implemented on the js-slang side
Changes
[x] Change initial values binded to keys from DECLARED_BUT_NOT_YET_ASSIGNED to UNASSIGNED_CONST and UNASSIGNED_LET, which contains extra information about declaration type
Description
This PR resolves #1503 . These are the changes implemented on the js-slang side
Changes
DECLARED_BUT_NOT_YET_ASSIGNED
toUNASSIGNED_CONST
andUNASSIGNED_LET
, which contains extra information about declaration type