You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
437 B
1 line
437 B
{"ast":null,"code":"export function getLocalAssetUri(hash, type) {\n return null;\n}","map":{"version":3,"sources":["../src/LocalAssets.web.ts"],"names":[],"mappings":"AAAA,OAAM,SAAU,gBAAgB,CAAC,IAAY,EAAE,IAAmB,EAAA;EAEhE,OAAO,IAAI;AACb","sourcesContent":["export function getLocalAssetUri(hash: string, type: string | null): string | null {\n // noop on web\n return null;\n}\n"],"sourceRoot":""},"metadata":{},"sourceType":"module"} |