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

Ability to walk the graph and tell when a module resolution error occurs due to a dynamic import #260

Open
dsherret opened this issue Mar 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dsherret
Copy link
Member

We need a way to use .walk and tell if an error is for a dynamic import that's also not imported via a regular import.

Also, this seems slightly wrong:

https://github.com/denoland/deno_graph/blob/9dbc98a1393a22fd10138f82b64eb7c1de0da1a8/src/graph.rs#L1090C33-L1094

@dsherret dsherret added the enhancement New feature or request label Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant