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

Static and dynamic import of the same module should be static dep #136

Closed
nayeemrmn opened this issue Feb 13, 2022 · 0 comments · Fixed by #137
Closed

Static and dynamic import of the same module should be static dep #136

nayeemrmn opened this issue Feb 13, 2022 · 0 comments · Fixed by #137

Comments

@nayeemrmn
Copy link
Collaborator

// temp.ts
import "./nonexistent.ts";
await import("./nonexistent.ts");

deno cache temp.ts gives no error, since the last import was dynamic and overrides Dependency::is_dynamic.

@nayeemrmn nayeemrmn changed the title Static and dynamic import of the same module should be static Static and dynamic import of the same module should be static dep Feb 13, 2022
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

Successfully merging a pull request may close this issue.

1 participant