Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rieken <johannes.rieken@gmail.com>2020-10-05 12:37:56 +0300
committerJohannes Rieken <johannes.rieken@gmail.com>2020-10-05 12:37:56 +0300
commitea3c3a0c1ddbbbec84b647ac0299733490279c71 (patch)
treecef547c6f0b3d53155b6af727e4abdec46420175 /.vscode/searches
parent96de3782bba397dc57a020dfd138b8d57e165faf (diff)
update es6 search file https://github.com/microsoft/vscode/issues/103454
Diffstat (limited to '.vscode/searches')
-rw-r--r--.vscode/searches/es6.code-search30
1 files 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 {