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
Hello. I am trying to run power-assert in the browser using webpack and babel. The code transformation works great, but there is an error pointing to the return statement of the following line:
Uncaught TypeError: Cannot assign to read only property 'ok' of object '[object Object]'
at assign (<anonymous>)
at eval (eval at empowerAssertObject (power-assert.js:4495), <anonymous>:1:1)
at empowerAssertObject (power-assert.js:4495)
at empowerCore (power-assert.js:4482)
at empower (power-assert.js:4663)
at applyEmpower (power-assert.js:17203)
at customize (power-assert.js:17209)
at power-assert.js:17226
at createCommonjsModule (_commonjsHelpers-4f955397.js:14)
at power-assert.js:17172
The text was updated successfully, but these errors were encountered:
Hello. I am trying to run power-assert in the browser using webpack and babel. The code transformation works great, but there is an error pointing to the return statement of the following line:
https://github.com/power-assert-js/power-assert/blob/master/build/power-assert.js#L13557
Here comes the stack trace:
The text was updated successfully, but these errors were encountered: