alm-tools / alm-tools.github.io

Website
https://alm-tools.github.io
MIT License
3 stars 3 forks source link

When I use QuickFix Import File, the Path is always lowercase. #3

Closed nerothe closed 7 years ago

nerothe commented 7 years ago

So if i have a File "../TestTest.js" and i want to get the class "Test" from it then it should be: import { Test } from "../TestTest"; but I get: import { Test } from "../testtest";

So the Path gets lowercased when I use QuickFix - in my case this will result in an file-not-found error on my server. It would be awesome if someone could help!

Thanks for your Time, and I love this piece of software!

~nerothe

basarat commented 7 years ago

I've experience that as well. Its resulted in a few of my builds breaking because of my commits. Raised here as this one is coming from Microsoft/TypeScript proper : https://github.com/Microsoft/TypeScript/issues/13339 :rose:

basarat commented 7 years ago

Tracked upstream : https://github.com/Microsoft/TypeScript/issues/13109 :rose: