the-forest/client/node_modules/.cache/babel-loader/dee60ceb6dc747248b2e5b37956410f3b0197c1b57418ff30fe046bf9fb222ec.json
2024-09-17 20:35:18 -04:00

1 line
1.6 KiB
JSON

{"ast":null,"code":"/** Error thrown by the client. */\nexport class LibsqlError extends Error {\n /** Machine-readable error code. */\n code;\n /** Raw numeric error code */\n rawCode;\n constructor(message, code, rawCode, cause) {\n if (code !== undefined) {\n message = `${code}: ${message}`;\n }\n super(message, {\n cause\n });\n this.code = code;\n this.rawCode = rawCode;\n this.name = \"LibsqlError\";\n }\n}","map":{"version":3,"names":["LibsqlError","Error","code","rawCode","constructor","message","cause","undefined","name"],"sources":["/Users/shoofle/Projects/the-forest/node_modules/@libsql/core/lib-esm/api.js"],"sourcesContent":["/** Error thrown by the client. */\nexport class LibsqlError extends Error {\n /** Machine-readable error code. */\n code;\n /** Raw numeric error code */\n rawCode;\n constructor(message, code, rawCode, cause) {\n if (code !== undefined) {\n message = `${code}: ${message}`;\n }\n super(message, { cause });\n this.code = code;\n this.rawCode = rawCode;\n this.name = \"LibsqlError\";\n }\n}\n"],"mappings":"AAAA;AACA,OAAO,MAAMA,WAAW,SAASC,KAAK,CAAC;EACnC;EACAC,IAAI;EACJ;EACAC,OAAO;EACPC,WAAWA,CAACC,OAAO,EAAEH,IAAI,EAAEC,OAAO,EAAEG,KAAK,EAAE;IACvC,IAAIJ,IAAI,KAAKK,SAAS,EAAE;MACpBF,OAAO,GAAG,GAAGH,IAAI,KAAKG,OAAO,EAAE;IACnC;IACA,KAAK,CAACA,OAAO,EAAE;MAAEC;IAAM,CAAC,CAAC;IACzB,IAAI,CAACJ,IAAI,GAAGA,IAAI;IAChB,IAAI,CAACC,OAAO,GAAGA,OAAO;IACtB,IAAI,CAACK,IAAI,GAAG,aAAa;EAC7B;AACJ","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}