Background: StackOverflow post
TypeScript Version: Current
core.ts:getNormalizedParts() removes 'falsy' double slashes, which breaks my application. Please allow for an option to not remove extra slashes.
http://somewhere/directory//directory2/file.ts
becomes
http://somewhere/directory/directory2/file.ts
which does not resolve in the environment in question.
Background: StackOverflow post
TypeScript Version: Current
core.ts:getNormalizedParts() removes 'falsy' double slashes, which breaks my application. Please allow for an option to not remove extra slashes.
http://somewhere/directory//directory2/file.tsbecomes
http://somewhere/directory/directory2/file.tswhich does not resolve in the environment in question.