Microsoft/TypeScript

Suggestion: case-sensitive imports

Open

#21 736 ouverte le 7 févr. 2018

Voir sur GitHub
 (29 commentaires) (73 réactions) (0 assignés)TypeScript (6 726 forks)batch import
Effort: ModerateHelp WantedSuggestion

Métriques du dépôt

Stars
 (48 455 stars)
Métriques de merge PR
 (Merge moyen 6j 17h) (9 PRs mergées en 30 j)

Description

TypeScript Version: 2.7.0-dev.201xxxxx

My mac does not have case sensitive imports. That is you can import the file x.js as ./X.js and everything will work. However, our servers run on linux (like most) and I got a runtime exception that took down the whole server because linux imports are case sensitive.

I think this would be an awesome addition to Typescript to prevent fatal mistakes that are hard to catch like this one.

Related Issues:

https://github.com/Microsoft/TypeScript/issues/14460

Guide contributeur