(file)
| 36034 | } |
| 36035 | |
| 36036 | function parseJSON(file) { |
| 36037 | try { |
| 36038 | return JSON.parse(file); |
| 36039 | } catch (error) { |
| 36040 | throw new Error("Failed to parse JSON: ".concat(error)); |
| 36041 | } |
| 36042 | } |
| 36043 | },{"@babel/runtime/helpers/esm/slicedToArray":"T12H","../utils/assert":"iVaU","./browser-load":"WFKF","../webgl":"yQJr","../core":"fdK2","../geometry":"EJCl"}],"HSmR":[function(require,module,exports) { |
| 36044 | "use strict"; |
| 36045 |
no outgoing calls
no test coverage detected