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
Rollup.js is spitting out this error when I packaging mariadb:
(!) `this` has been rewritten to `undefined`
https://rollupjs.org/guide/en/#error-this-is-undefined
node_modules/mariadb/lib/misc/utils.js
149: for (let i = 0; i < value.length; i++) {
150: if (i !== 0) out += ',';
151: out += this.escape(opts, info, value[i]);
^
152: }
153: if (opts.arrayParenthesis) out += ')';
Rollup.js is spitting out this error when I packaging
mariadb:Line is here:
mariadb-connector-nodejs/lib/misc/utils.js
Line 151 in c70948f
I can work around this, but you might consider changing
thistoglobalThisorglobal.The text was updated successfully, but these errors were encountered: