We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c51f346 commit f8b4068Copy full SHA for f8b4068
1 file changed
src/vs/base/common/uri.ts
@@ -465,7 +465,7 @@ const encodeTable: { [ch: number]: string } = {
465
};
466
467
function encodeURIComponentFast(uriComponent: string, allowSlash: boolean): string {
468
- let res: string = undefined;
+ let res: string | undefined = undefined;
469
let nativeEncodePos = -1;
470
471
for (let pos = 0; pos < uriComponent.length; pos++) {
0 commit comments