-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptBugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
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.
Metadata
Metadata
Assignees
Labels
APIRelates to the public API for TypeScriptRelates to the public API for TypeScriptBugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue