()
| 367 | /* Functions for turning sparse hashes into arrays and vice versa */ |
| 368 | var lookup = function () { |
| 369 | function lookup() { |
| 370 | _classCallCheck(this, lookup); |
| 371 | } |
| 372 | |
| 373 | _createClass(lookup, null, [{ |
| 374 | key: "buildLookup", |
nothing calls this directly
no test coverage detected