{
  "version": 3,
  "sources": ["../src/index.browser.ts"],
  "sourcesContent": ["// loaders.gl\n// SPDX-License-Identifier: MIT\n\nexport function installFilePolyfills() {}\n\n// Dummy export to avoid import errors in browser tests\nexport const NodeFileSystem = null;\n\nexport function fetchNode(path: string, options: RequestInit): Promise<Response> {\n  throw new Error('fetchNode not available in browser');\n}\n\n// Ensure process and process.env are defined, as Node code tends to crash on these\n// @ts-ignore\nglobalThis.process = globalThis.process || {};\n// @ts-ignore\nglobalThis.process.env = globalThis.process.env || {};\n"],
  "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;;;;;;;AAGM,SAAU,uBAAoB;AAAI;AAGjC,IAAM,iBAAiB;AAExB,SAAU,UAAU,MAAc,SAAoB;AAC1D,QAAM,IAAI,MAAM,oCAAoC;AACtD;AAIA,WAAW,UAAU,WAAW,WAAW,CAAA;AAE3C,WAAW,QAAQ,MAAM,WAAW,QAAQ,OAAO,CAAA;",
  "names": []
}
