-
Hi 👋, I can't fully explain why this just broke, it was working fine for a long time, however digging into // @ts-expect-error: untyped.
import Parser from 'parse5/lib/parser/index.js' Changing Is there anything that could be causing import resolution to fail that I missed, or was this somehow missed and should be fixed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey! I tried updating to v7 a month ago, but a lot had changed in the internals, which |
Beta Was this translation helpful? Give feedback.
Hey!
I think this is because
parse5
inhast-util-raw
is on 6. You are somehow forcing 7 in there.That shouldn’t occur. Depending on what you did and which package manager you are using, there should be a solution.
I tried updating to v7 a month ago, but a lot had changed in the internals, which
raw
deeply depends on. At some point I’ll try again but not likely very soon