[hh:mm:ss] Starting minify-vscode-reh-web ... Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating ▲ [WARNING] The "??" operator here will always return the left operand [suspicious-nullish-coalescing] out-vscode-reh-web/vs/workbench/workbench.web.main.js:376247:99: 376247 │ x: onFirstLine ? xterm.buffer.active.cursorX + 4 : xterm.buffer.active.cursorX + 1 ?? 0, ╵ ~~ The left operand of the "??" operator here will never be null or undefined, so it will always be returned. This usually indicates a bug in your code: out-vscode-reh-web/vs/workbench/workbench.web.main.js:376247:67: 376247 │ x: onFirstLine ? xterm.buffer.active.cursorX + 4 : xterm.buffer.active.cursorX + 1 ?? 0, ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ▲ [WARNING] The "??" operator here will always return the left operand [suspicious-nullish-coalescing] out-vscode-reh-web/vs/workbench/workbench.web.main.js:431267:79: 431267 │ ... = (editor.getModel()?.getLineCount() * lineHeight) ?? editor.getContentHeight(); // Can't just call getCo... ╵ ~~ The left operand of the "??" operator here will never be null or undefined, so it will always be returned. This usually indicates a bug in your code: out-vscode-reh-web/vs/workbench/workbench.web.main.js:431267:31: 431267 │ const contentHeight = (editor.getModel()?.getLineCount() * lineHeight) ?? editor.getContentHeight(); ... ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ▲ [WARNING] The "??" operator here will always return the left operand [suspicious-nullish-coalescing] out-vscode-reh-web/vs/workbench/workbench.web.main.js:474530:96: 474530 │ return this.viewModel?.welcomeExperience === 1 /* WelcomeExperience.ForWorkspace */ ?? true; ╵ ~~ The left operand of the "??" operator here will never be null or undefined, so it will always be returned. This usually indicates a bug in your code: out-vscode-reh-web/vs/workbench/workbench.web.main.js:474530:19: 474530 │ return this.viewModel?.welcomeExperience === 1 /* WelcomeExperience.ForWorkspace */ ?? true; ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ▲ [WARNING] The "??" operator here will always return the left operand [suspicious-nullish-coalescing] out-vscode-reh-web/vs/workbench/workbench.web.main.js:495189:141: 495189 │ ...ce: () => !this.getCustomEditorCapabilities(contributedEditor.id)?.supportsMultipleEditorsPerDocument ?? true ╵ ~~ The left operand of the "??" operator here will never be null or undefined, so it will always be returned. This usually indicates a bug in your code: out-vscode-reh-web/vs/workbench/workbench.web.main.js:495189:49: 495189 │ ...PerResource: () => !this.getCustomEditorCapabilities(contributedEditor.id)?.supportsMultipleEditorsPerDocu... ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ▲ [WARNING] The "??" operator here will always return the left operand [suspicious-nullish-coalescing] out-vscode-reh-web/vs/workbench/workbench.web.main.js:496023:59: 496023 │ return !item?.handle.startsWith('vscode-command:') ?? false; ╵ ~~ The left operand of the "??" operator here will never be null or undefined, so it will always be returned. This usually indicates a bug in your code: out-vscode-reh-web/vs/workbench/workbench.web.main.js:496023:15: 496023 │ return !item?.handle.startsWith('vscode-command:') ?? false; ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ▲ [WARNING] The "??" operator here will always return the left operand [suspicious-nullish-coalescing] out-vscode-reh-web/vs/workbench/workbench.web.main.js:534030:119: 534030 │ ... enabledCommands: typeof markdown.isTrusted === 'object' ? markdown.isTrusted?.enabledCommands : [] ?? [] ╵ ~~ The left operand of the "??" operator here will never be null or undefined, so it will always be returned. This usually indicates a bug in your code: out-vscode-reh-web/vs/workbench/workbench.web.main.js:534030:116: 534030 │ ... enabledCommands: typeof markdown.isTrusted === 'object' ? markdown.isTrusted?.enabledCommands : [] ?? [] ╵ ~~ [hh:mm:ss] Finished minify-vscode-reh-web after 11909 ms