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

[api-extractor] support .d.mts and .d.cts files #4023

Merged
merged 2 commits into from
Jul 12, 2023

Conversation

ds300
Copy link
Contributor

@ds300 ds300 commented Mar 21, 2023

Summary

TypeScript supports emitting and loading typings with .d.cts and .d.mts file extensions. We published a package which uses these extensions for its typings file, but it broke our api-extractor usage so we applied this patch.

Details

This was the only place I found that specifically hard-coded the .d.ts requirement.

How it was tested

Sorry I don't have time to dig into how you're doing testing in this repo.

Impacted documentation

I don't think this affects any docs, or needs to be explicitly document itself.

@JoshuaKGoldberg
Copy link

👋 friendly ping @dmichon-msft, is there anything we can do to get this merged in?

@JoshuaKGoldberg
Copy link

cc ... @iclanton? Is there someone we can bug about this? 🙂

@JoshuaKGoldberg
Copy link

🙌 thanks!

Qjuh pushed a commit to discordjs/rushstack that referenced this pull request Nov 7, 2023
[api-extractor] support .d.mts and .d.cts files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants