@aral I had to try because I’ve never noticed this. The entire filename still appears case insensitive to me. 🤔
Conversation
Notices
-
David Nelson (dmnelson@mastodon.social)'s status on Monday, 10-Feb-2025 02:40:56 JST David Nelson
- Aral Balkan repeated this.
-
Aral Balkan (aral@mastodon.ar.al)'s status on Monday, 10-Feb-2025 02:40:55 JST Aral Balkan
@dmnelson Hmm, I wonder if Node.js has some funky import handling on macOS… I just ran into it in my Kitten project where imports success for main.layout.js Main.layout.js and MAIN.layout.js but not for main.Layout.js, main.layout.JS, etc.
Odd.
-
David Nelson (dmnelson@mastodon.social)'s status on Monday, 10-Feb-2025 04:59:13 JST David Nelson
@aral Interesting. Maybe they have some of their own file comparison logic on top of whatever the OS does and it has a… different… outcome in case-insensitive filesystems.