Andrew Kelley
2dfb1ebee2
const global values can reference each other
...
Before, if you did something like:
```
const hi1 = "hi";
const hi2 = hi1;
```
This would create the "hi" data twice in the built object.
But since the value is const we don't have to duplicate the
data, now we take advantage of this fact.
closes #336
2017-05-27 00:54:14 -04:00
..
2016-12-26 02:49:30 -05:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-01 13:12:38 -04:00
2017-05-01 13:12:38 -04:00
2017-05-23 21:38:31 -04:00
2017-05-26 16:44:13 -04:00
2017-05-23 21:38:31 -04:00
2017-05-21 10:44:55 -04:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-27 00:54:14 -04:00
2017-04-18 02:28:05 -04:00
2017-05-09 22:54:23 -04:00
2017-05-19 10:39:59 -04:00
2017-05-26 14:39:18 -04:00
2017-03-26 04:58:48 -04:00
2017-03-26 04:58:48 -04:00
2017-03-26 06:39:28 -04:00
2017-03-26 03:39:18 -04:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-19 10:39:59 -04:00
2017-05-23 21:38:31 -04:00
2017-05-02 12:59:09 -04:00
2017-04-20 11:53:00 +00:00
2017-05-19 10:39:59 -04:00
2017-05-19 10:39:59 -04:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-07 13:26:41 -04:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-27 00:54:14 -04:00
2017-05-23 21:38:31 -04:00
2017-05-04 12:43:11 -04:00