1{"version":3,"file":"ExponentFileSystem.web.js","sourceRoot":"","sources":["../src/ExponentFileSystem.web.ts"],"names":[],"mappings":"AAAA,eAAe;IACb,IAAI,IAAI;QACN,OAAO,oBAAoB,CAAC;IAC9B,CAAC;IACD,IAAI,iBAAiB;QACnB,OAAO,IAAI,CAAC;IACd,CAAC;IACD,IAAI,cAAc;QAChB,OAAO,IAAI,CAAC;IACd,CAAC;IACD,IAAI,aAAa;QACf,OAAO,IAAI,CAAC;IACd,CAAC;IACD,IAAI,eAAe;QACjB,OAAO,IAAI,CAAC;IACd,CAAC;CACF,CAAC","sourcesContent":["export default {\n  get name(): string {\n    return 'ExponentFileSystem';\n  },\n  get documentDirectory(): string | null {\n    return null;\n  },\n  get cacheDirectory(): string | null {\n    return null;\n  },\n  get bundledAssets(): string | null {\n    return null;\n  },\n  get bundleDirectory(): string | null {\n    return null;\n  },\n};\n"]}