Skip to content

Instantly share code, notes, and snippets.

@GauthamBanasandra
Created May 25, 2018 09:41
Show Gist options
  • Save GauthamBanasandra/fe9094919da22f207dc07bea264d5e79 to your computer and use it in GitHub Desktop.
Save GauthamBanasandra/fe9094919da22f207dc07bea264d5e79 to your computer and use it in GitHub Desktop.
source map not getting applied
function OnUpdate(doc, meta) {
var bucket = '`beer-sample`',
city = 'Bangalore';
var res = new N1qlQuery(`SELECT * FROM system:bucket WHERE city == "city"`);
}
{"version":3,"sources":["/Users/gautham/projects/github/n1ql-js/components/transpiler-js/inputs/input1.js"],"names":["OnUpdate","doc","meta","bucket","city","res","N1qlQuery"],"mappings":"AAAA,SAASA,QAAT,CAAkBC,GAAlB,EAAuBC,IAAvB,EAA6B;AAAA,IAC5B,IAAIC,MAAA,GAAS,eAAb,EACCC,IAAA,GAAO,WADR,CAD4B;AAAA,IAG5B,IAAIC,GAAA,GAAM,IAAIC,SAAJ,CAAc,kDAAd,CAAV,CAH4B;AAAA"}
function OnUpdate(doc, meta) {
var bucket = '`beer-sample`', city = 'Bangalore';
var res = new N1qlQuery(`SELECT * FROM system:bucket WHERE city == "city"`);
}
//# sourceMappingURL=file:///Users/gautham/projects/github/n1ql-js/components/transpiler-js/inputs/input1.map.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment