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

BugA bug in TypeScriptDomain: APIRelates to the public API for TypeScriptFixedA PR has been merged for this issue

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions