From ea3c3a0c1ddbbbec84b647ac0299733490279c71 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 5 Oct 2020 11:37:56 +0200 Subject: [PATCH] update es6 search file https://github.com/microsoft/vscode/issues/103454 --- .vscode/searches/es6.code-search | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/.vscode/searches/es6.code-search b/.vscode/searches/es6.code-search index 15b2f660bf5..1de25cd22e4 100644 --- a/.vscode/searches/es6.code-search +++ b/.vscode/searches/es6.code-search @@ -2,7 +2,7 @@ # Flags: CaseSensitive WordMatch # ContextLines: 2 -10 results - 2 files +7 results - 2 files src/vs/base/browser/dom.ts: 74 }; @@ -22,26 +22,8 @@ src/vs/base/browser/dom.ts: 88 src/vs/base/common/strings.ts: - 15 - 16 /** - 17: * @deprecated ES6: use `String.padStart` - 18 */ - 19 export function pad(n: number, l: number, char: string = '0'): string { - - 146 - 147 /** - 148: * @deprecated ES6: use `String.startsWith` - 149 */ - 150 export function startsWith(haystack: string, needle: string): boolean { - - 167 - 168 /** - 169: * @deprecated ES6: use `String.endsWith` - 170 */ - 171 export function endsWith(haystack: string, needle: string): boolean { - - 857 - 858 /** - 859: * @deprecated ES6 - 860 */ - 861 export function repeat(s: string, count: number): string { + 15 + 16 /** + 17: * @deprecated ES6: use `String.padStart` + 18 */ + 19 export function pad(n: number, l: number, char: string = '0'): string {