Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node loader should pass actual URL object instead of file-URL-as-string to vfile #79

Closed
4 tasks done
wooorm opened this issue Aug 30, 2021 · 0 comments
Closed
4 tasks done

Comments

@wooorm
Copy link
Owner

wooorm commented Aug 30, 2021


Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and couldn’t find anything (or linked relevant results below)

Affected packages and versions: TODO

Steps to reproduce

const file = await process(new VFile({value, path: context.url}))

Expected behavior

new URL(...)

Actual behavior

...

@wooorm wooorm closed this as completed in d5a4aa6 Aug 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant