Skip to content

Allow configuration of removing 'falsy' double slash #8470

@s7726

Description

@s7726

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 TypeScriptBugA bug in TypeScriptFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions