Microsoft/TypeScript

Suggestion: case-sensitive imports

Open

#21.736 aperta il 7 feb 2018

Vedi su GitHub
 (29 commenti) (73 reazioni) (0 assegnatari)TypeScript (6726 fork)batch import
Effort: ModerateHelp WantedSuggestion

Metriche repository

Star
 (48.455 star)
Metriche merge PR
 (Merge medio 6g 17h) (9 PR mergiate in 30 g)

Descrizione

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

Guida contributor