You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It detects case-sensitivity based on platform name, which is considered a bad practice.
I am working on Mac OS system with case-sensitive file system, so it's broken for me (I faced the problem with it while using tsify.
Expected behavior:
File system case sensitivity detection is based on it's real behavior. Actual behavior:
File system case sensitivity detection is based on platform name.
The text was updated successfully, but these errors were encountered:
koroandr
changed the title
Detect fs case-sensitivity based on it's real behavior
Detect fs case sensitivity based on it's real behavior
Oct 3, 2016
TypeScript Version: 1.8.10
Code
In src/compiler/sys.ts there is such line (316):
It detects case-sensitivity based on platform name, which is considered a bad practice.
I am working on Mac OS system with case-sensitive file system, so it's broken for me (I faced the problem with it while using tsify.
Expected behavior:
File system case sensitivity detection is based on it's real behavior.
Actual behavior:
File system case sensitivity detection is based on platform name.
The text was updated successfully, but these errors were encountered: