0xtechnobabble
ee5a49e2fe
LibJS: Implement const variable declarations
...
This also tightens the means of redeclaration of a variable by proxy,
since we now have a way of knowing how a variable was initially
declared, we can check if it was declared using `let` or `const` and
not tolerate redeclaration like we did previously.
2020-03-12 14:58:16 +01:00
..
2020-03-12 14:58:16 +01:00
2020-03-12 14:58:16 +01:00
2020-03-11 19:00:26 +01:00
2020-03-09 22:19:06 +01:00
2020-03-12 09:25:49 +01:00
2020-03-12 12:22:13 +01:00
2020-03-12 12:22:13 +01:00
2020-03-09 22:18:03 +01:00
2020-03-09 22:18:03 +01:00
2020-03-08 19:23:58 +01:00
2020-03-08 19:23:58 +01:00
2020-03-12 14:58:16 +01:00
2020-03-12 14:58:16 +01:00
2020-03-12 13:52:54 +01:00
2020-03-12 13:42:23 +01:00
2020-03-12 09:25:49 +01:00
2020-03-09 22:19:06 +01:00
2020-03-09 22:18:03 +01:00
2020-03-12 14:58:16 +01:00
2020-03-12 13:42:23 +01:00
2020-03-11 19:00:22 +01:00
2020-03-11 19:00:22 +01:00
2020-03-11 19:00:26 +01:00
2020-03-11 19:00:26 +01:00
2020-03-12 09:25:49 +01:00
2020-03-12 13:42:23 +01:00
2020-03-12 13:42:23 +01:00
2020-03-12 13:42:23 +01:00