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

Allow (js/ts) file extensions to be ignored #237

Closed
xiaoxiangmoe opened this issue May 23, 2020 · 2 comments
Closed

Allow (js/ts) file extensions to be ignored #237

xiaoxiangmoe opened this issue May 23, 2020 · 2 comments

Comments

@xiaoxiangmoe
Copy link
Contributor

import { identity } from './identity.util.ts' works.
import { identity } from './identity.util' will return 404.

@yyx990803
Copy link
Member

This is because you have a dot in the file name...

@xiaoxiangmoe
Copy link
Contributor Author

xiaoxiangmoe commented May 23, 2020

It's common usage from Angular. Also some user use it in React.
For example: foo.service, bar.component

@github-actions github-actions bot locked and limited conversation to collaborators Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants