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

fix: don't warn on "compilerOptions.rootDirs" #155

Merged
merged 2 commits into from
Jan 28, 2025

Conversation

nayeemrmn
Copy link
Collaborator

I missed this somehow.

Ref denoland/deno#27844.

Self::ImportMap(d) => d.fmt(f),
Self::ImportMap(d) => write!(f, "Import map: {d}"),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drive-by: this was normally prefixed in CLI but it's mixed with other errors now.

@nayeemrmn nayeemrmn merged commit 47918b2 into denoland:main Jan 28, 2025
3 checks passed
@nayeemrmn nayeemrmn deleted the root-dirs-allowed branch January 28, 2025 22:45
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 this pull request may close these issues.

2 participants