Created
May 25, 2018 09:41
-
-
Save GauthamBanasandra/fe9094919da22f207dc07bea264d5e79 to your computer and use it in GitHub Desktop.
source map not getting applied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function OnUpdate(doc, meta) { | |
var bucket = '`beer-sample`', | |
city = 'Bangalore'; | |
var res = new N1qlQuery(`SELECT * FROM system:bucket WHERE city == "city"`); | |
} | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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