File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Flags: CaseSensitive WordMatch
33# ContextLines: 2
44
5- 10 results - 2 files
5+ 7 results - 2 files
66
77src/vs/base/browser/dom.ts:
88 74 };
@@ -22,26 +22,8 @@ src/vs/base/browser/dom.ts:
2222 88
2323
2424src/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 {
You can’t perform that action at this time.
0 commit comments