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
Importing dist/xss.js from js-xss produces a module whose default export is {}, rather than the filterXSS function. The module seems to be doing some kinda funny trickery with its exporting, so maybe this is out of scope of what ember-cli-cjs-transform is trying to support, but wanted to raise the issue just in case it's worth fixing.
Importing
dist/xss.js
from js-xss produces a module whose default export is{}
, rather than thefilterXSS
function. The module seems to be doing some kinda funny trickery with its exporting, so maybe this is out of scope of whatember-cli-cjs-transform
is trying to support, but wanted to raise the issue just in case it's worth fixing.Here is a sample project reproducing the issue.
The text was updated successfully, but these errors were encountered: