1
0
Fork 0
Commit Graph

5 Commits (6bba4322bf9dc1a589bf1ff634c606853bde51bf)

Author SHA1 Message Date
Mike Gerwitz e3b6ee05fa tools/gen-index: Generate getters
LoVullo dropped support for IE<9, so getters can now be used to
lazy-load modules.

This also means that, during the transition from LoVullo's internal
rating-fw repo to liza, and broken require paths (program/, mainly)
will not cause problems unless the module containing those requires is
explicitly requested.

* tools/gen-index.js: Generate getters.
2017-02-07 15:38:33 -05:00
Mike Gerwitz 5c2c468183 ECMAScript 3 compatibility fixes
This is crazy, but LoVullo Associates still supports browsers as far back as
IE7, meaning that we need to maintain ES3 support; that will hopefully
change soon.
2015-05-31 23:51:08 -04:00
Mike Gerwitz 67c2f04e96 nullglob for gen-index 2015-05-12 13:45:19 -04:00
Mike Gerwitz 78a06d2d8e gen-index now uses relative path instead of __dirname 2014-04-23 15:34:57 -04:00
Mike Gerwitz 7d27e83f29 Added gen-index script
This removes the burden of manually creating a namespace object
2014-04-18 10:03:19 -04:00