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
..
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-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00
2017-05-19 10:39:59 -04:00
2017-03-26 04:58:48 -04:00
2017-03-26 04:58:48 -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-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-23 21:38:31 -04:00
2017-05-23 21:38:31 -04:00