Skip to content

Commit ea3c3a0

Browse files
committed
update es6 search file microsoft#103454
1 parent 96de378 commit ea3c3a0

1 file changed

Lines changed: 6 additions & 24 deletions

File tree

.vscode/searches/es6.code-search

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Flags: CaseSensitive WordMatch
33
# ContextLines: 2
44

5-
10 results - 2 files
5+
7 results - 2 files
66

77
src/vs/base/browser/dom.ts:
88
74 };
@@ -22,26 +22,8 @@ src/vs/base/browser/dom.ts:
2222
88
2323

2424
src/vs/base/common/strings.ts:
25-
15
26-
16 /**
27-
17: * @deprecated ES6: use `String.padStart`
28-
18 */
29-
19 export function pad(n: number, l: number, char: string = '0'): string {
30-
31-
146
32-
147 /**
33-
148: * @deprecated ES6: use `String.startsWith`
34-
149 */
35-
150 export function startsWith(haystack: string, needle: string): boolean {
36-
37-
167
38-
168 /**
39-
169: * @deprecated ES6: use `String.endsWith`
40-
170 */
41-
171 export function endsWith(haystack: string, needle: string): boolean {
42-
43-
857
44-
858 /**
45-
859: * @deprecated ES6
46-
860 */
47-
861 export function repeat(s: string, count: number): string {
25+
15
26+
16 /**
27+
17: * @deprecated ES6: use `String.padStart`
28+
18 */
29+
19 export function pad(n: number, l: number, char: string = '0'): string {

0 commit comments

Comments
 (0)