@aral I had to try because I’ve never noticed this. The entire filename still appears case insensitive to me. 🤔
Conversation
Notices
-
Embed this notice
David Nelson (dmnelson@mastodon.social)'s status on Monday, 10-Feb-2025 02:41:50 JST David Nelson
- Aral Balkan repeated this.
-
Embed this notice
Aral Balkan (aral@mastodon.ar.al)'s status on Monday, 10-Feb-2025 02:41:50 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.
-
Embed this notice
David Nelson (dmnelson@mastodon.social)'s status on Monday, 10-Feb-2025 05:00:49 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.