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: respect @deno-types for type imports #529

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

nayeemrmn
Copy link
Collaborator

@nayeemrmn nayeemrmn commented Sep 16, 2024

Will fix .. denoland/deno#25644.

Copy link
Member

@dsherret dsherret left a comment

Choose a reason for hiding this comment

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

LGTM once main is merged in.

dependency.maybe_type.maybe_specifier().unwrap().as_str(),
"file:///bar.d.ts",
);
}
Copy link
Member

Choose a reason for hiding this comment

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

Note for the future: it's more maintainable to add a test like this in tests/specs/graph probably.

@nayeemrmn nayeemrmn merged commit 30158e8 into denoland:main Sep 25, 2024
16 checks passed
@nayeemrmn nayeemrmn deleted the deno-types-with-type-import branch September 26, 2024 02:49
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