You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perhaps by disabling javascript minifier or like this:
"use strict";// run with node index.jsvarsourceMap=require("source-map");varfs=require("fs");constmain=asyncfunction(){// wg. awaitletdata;try{data=fs.readFileSync("......./mirador-annotations/demo/dist/demo.c2b8bf94.js.map","");}catch(err){console.error(err);}letrawSourceMap=JSON.parse(data);constconsumer=awaitnewsourceMap.SourceMapConsumer(rawSourceMap);console.log(consumer.originalPositionFor({line: 18,column: 363225}));consumer.destroy;};main();
Dear reader,
how could I get the original class/function names?
The text was updated successfully, but these errors were encountered: