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
error: Uncaught TypeError: _ is not a function
at v (https://esm.sh/v92/postcss-nested@5.0.6/deno/postcss-nested.js:2:998)
at https://esm.sh/v92/postcss-nested@5.0.6/deno/postcss-nested.js:2:1397
at Array.forEach (<anonymous>)
at x (https://esm.sh/v92/postcss-nested@5.0.6/deno/postcss-nested.js:2:1379)
at https://esm.sh/v92/postcss-nested@5.0.6/deno/postcss-nested.js:2:2454
at https://esm.sh/v92/postcss@8.4.16/deno/postcss.js:24:5129
at M.each (https://esm.sh/v92/postcss@8.4.16/deno/postcss.js:24:1199)
at Proxy.<anonymous> (https://esm.sh/v92/postcss@8.4.16/deno/postcss.js:24:5088)
at Rule (https://esm.sh/v92/postcss-nested@5.0.6/deno/postcss-nested.js:2:2365)
at C.visitSync (https://esm.sh/v92/postcss@8.4.16/deno/postcss.js:26:11276)
@ije Kindly ping because I feel this is a serious issue. I also tried past versions, and got the same error since v72 (well, v71 does give the same transformed import, but a new error also appeared).
Failing module
Error message
After running
deno run
I got this:Additional info
I noticed the following code:
...is transformed into:
Which is not correct all the time, for example when the default export is a function with properties.
postcss-nested
uses both of them:In comparison, Skypack is transforming is correctly:
The text was updated successfully, but these errors were encountered: