Skip to content

Instantly share code, notes, and snippets.

@nomyfan
Created February 6, 2023 02:51
Show Gist options
  • Save nomyfan/af858846cfe33e8ef184cb2b29507c02 to your computer and use it in GitHub Desktop.
Save nomyfan/af858846cfe33e8ef184cb2b29507c02 to your computer and use it in GitHub Desktop.
Sourcemap
function greet(name) {
const prefix = "hello";
return prefix + " " + name;
}
function greet(e){const n="hello";return n+" "+e}
{"version":3,"sources":["u.js"],"names":["greet","name","prefix"],"mappings":"AAAA,SAASA,MAAMC,GACb,MAAMC,EAAS,QAEf,OAAOA,EAAS,IAAMD,CACxB"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment