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

Properly detect TypeScript extensions #8

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

mnaoumov
Copy link
Contributor

@mnaoumov mnaoumov commented Jan 5, 2024

Fixes #7

… a leading dot

Signed-off-by: William So <polyipseity@gmail.com>
@polyipseity polyipseity added the bug Something isn't working label Jan 11, 2024
Signed-off-by: William So <polyipseity@gmail.com>
@polyipseity
Copy link
Owner

Awesome that you have also fixed me forgetting to escape the dot in the last regex.

I have modified the first two regex to accept with and without a leading dot because I am pretty sure the extension property used to have a leading dot. They probably changed it recently.

@polyipseity polyipseity merged commit f740f7a into polyipseity:main Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeScript modules are not transpiled
2 participants