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

Relocator does not match imports namespaced with node: #191

Open
theycallmeswift opened this issue Aug 5, 2024 · 0 comments
Open

Relocator does not match imports namespaced with node: #191

theycallmeswift opened this issue Aug 5, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@theycallmeswift
Copy link

I discovered this through a lot of trial+error and head scratching. When you import functions from path (e.g. import { resolve } from 'path'), they work as expected. However, importing from node:path causes them to be missed (e.g. import { resolve } from 'node:path').

@styfle styfle added bug Something isn't working help wanted Extra attention is needed labels Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants