Open
Description
This change introduces failures compiling globby
under Webpack with target=webworker using a resolve/fallback for fileURLToPath
in the url
module.
I'm sure that scenario sounds weird, but it used to work with a certain amount of gymnastics: https://github.com/DavidAnson/markdownlint-cli2/tree/main/webworker
This commit introduces the issue by hiding a call to fileURLToPath
inside the Node-only export toPath
: 2c06ae5#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Unfortunately, I may be the only person on the planet who cares? FYI, I guess. I'll try more gymnastics to get my scenario working again.
Metadata
Metadata
Assignees
Labels
No labels