@opensumi/ide-utils 2.16.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/ansi.d.ts +5 -0
- package/lib/ansi.d.ts.map +1 -0
- package/lib/ansi.js +14 -0
- package/lib/ansi.js.map +1 -0
- package/lib/arrays.d.ts +49 -0
- package/lib/arrays.d.ts.map +1 -0
- package/lib/arrays.js +275 -0
- package/lib/arrays.js.map +1 -0
- package/lib/async.d.ts +185 -0
- package/lib/async.d.ts.map +1 -0
- package/lib/async.js +467 -0
- package/lib/async.js.map +1 -0
- package/lib/buffer.d.ts +35 -0
- package/lib/buffer.d.ts.map +1 -0
- package/lib/buffer.js +174 -0
- package/lib/buffer.js.map +1 -0
- package/lib/cache.d.ts +12 -0
- package/lib/cache.d.ts.map +1 -0
- package/lib/cache.js +37 -0
- package/lib/cache.js.map +1 -0
- package/lib/cancellation.d.ts +23 -0
- package/lib/cancellation.d.ts.map +1 -0
- package/lib/cancellation.js +120 -0
- package/lib/cancellation.js.map +1 -0
- package/lib/charCode.d.ts +406 -0
- package/lib/charCode.d.ts.map +1 -0
- package/lib/charCode.js +8 -0
- package/lib/charCode.js.map +1 -0
- package/lib/character-classifier.d.ts +25 -0
- package/lib/character-classifier.d.ts.map +1 -0
- package/lib/character-classifier.js +59 -0
- package/lib/character-classifier.js.map +1 -0
- package/lib/const/encoding.d.ts +10 -0
- package/lib/const/encoding.d.ts.map +1 -0
- package/lib/const/encoding.js +244 -0
- package/lib/const/encoding.js.map +1 -0
- package/lib/const/index.d.ts +2 -0
- package/lib/const/index.d.ts.map +1 -0
- package/lib/const/index.js +5 -0
- package/lib/const/index.js.map +1 -0
- package/lib/date.d.ts +2 -0
- package/lib/date.d.ts.map +1 -0
- package/lib/date.js +22 -0
- package/lib/date.js.map +1 -0
- package/lib/decorators.d.ts +11 -0
- package/lib/decorators.d.ts.map +1 -0
- package/lib/decorators.js +151 -0
- package/lib/decorators.js.map +1 -0
- package/lib/disposable.d.ts +88 -0
- package/lib/disposable.d.ts.map +1 -0
- package/lib/disposable.js +316 -0
- package/lib/disposable.js.map +1 -0
- package/lib/encoding.d.ts +34 -0
- package/lib/encoding.d.ts.map +1 -0
- package/lib/encoding.js +217 -0
- package/lib/encoding.js.map +1 -0
- package/lib/errors.d.ts +56 -0
- package/lib/errors.d.ts.map +1 -0
- package/lib/errors.js +148 -0
- package/lib/errors.js.map +1 -0
- package/lib/event.d.ts +268 -0
- package/lib/event.d.ts.map +1 -0
- package/lib/event.js +816 -0
- package/lib/event.js.map +1 -0
- package/lib/file-uri.d.ts +15 -0
- package/lib/file-uri.d.ts.map +1 -0
- package/lib/file-uri.js +46 -0
- package/lib/file-uri.js.map +1 -0
- package/lib/filters.d.ts +47 -0
- package/lib/filters.d.ts.map +1 -0
- package/lib/filters.js +698 -0
- package/lib/filters.js.map +1 -0
- package/lib/functional.d.ts +4 -0
- package/lib/functional.d.ts.map +1 -0
- package/lib/functional.js +45 -0
- package/lib/functional.js.map +1 -0
- package/lib/glob.d.ts +46 -0
- package/lib/glob.d.ts.map +1 -0
- package/lib/glob.js +561 -0
- package/lib/glob.js.map +1 -0
- package/lib/hash.d.ts +38 -0
- package/lib/hash.d.ts.map +1 -0
- package/lib/hash.js +294 -0
- package/lib/hash.js.map +1 -0
- package/lib/index.d.ts +41 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +45 -0
- package/lib/index.js.map +1 -0
- package/lib/iterator.d.ts +17 -0
- package/lib/iterator.d.ts.map +1 -0
- package/lib/iterator.js +24 -0
- package/lib/iterator.js.map +1 -0
- package/lib/lifecycle.d.ts +17 -0
- package/lib/lifecycle.d.ts.map +1 -0
- package/lib/lifecycle.js +39 -0
- package/lib/lifecycle.js.map +1 -0
- package/lib/linked-list.d.ts +18 -0
- package/lib/linked-list.d.ts.map +1 -0
- package/lib/linked-list.js +138 -0
- package/lib/linked-list.js.map +1 -0
- package/lib/linked-text.d.ts +13 -0
- package/lib/linked-text.d.ts.map +1 -0
- package/lib/linked-text.js +50 -0
- package/lib/linked-text.js.map +1 -0
- package/lib/lru-map.d.ts +41 -0
- package/lib/lru-map.d.ts.map +1 -0
- package/lib/lru-map.js +120 -0
- package/lib/lru-map.js.map +1 -0
- package/lib/map.d.ts +124 -0
- package/lib/map.d.ts.map +1 -0
- package/lib/map.js +819 -0
- package/lib/map.js.map +1 -0
- package/lib/marshalling.d.ts +7 -0
- package/lib/marshalling.d.ts.map +1 -0
- package/lib/marshalling.js +59 -0
- package/lib/marshalling.js.map +1 -0
- package/lib/objects.d.ts +6 -0
- package/lib/objects.d.ts.map +1 -0
- package/lib/objects.js +103 -0
- package/lib/objects.js.map +1 -0
- package/lib/os.d.ts +40 -0
- package/lib/os.d.ts.map +1 -0
- package/lib/os.js +75 -0
- package/lib/os.js.map +1 -0
- package/lib/path.d.ts +101 -0
- package/lib/path.d.ts.map +1 -0
- package/lib/path.js +1747 -0
- package/lib/path.js.map +1 -0
- package/lib/platform.d.ts +48 -0
- package/lib/platform.d.ts.map +1 -0
- package/lib/platform.js +154 -0
- package/lib/platform.js.map +1 -0
- package/lib/process.d.ts +5 -0
- package/lib/process.d.ts.map +1 -0
- package/lib/process.js +23 -0
- package/lib/process.js.map +1 -0
- package/lib/progress.d.ts +56 -0
- package/lib/progress.d.ts.map +1 -0
- package/lib/progress.js +27 -0
- package/lib/progress.js.map +1 -0
- package/lib/promise-util.d.ts +10 -0
- package/lib/promise-util.d.ts.map +1 -0
- package/lib/promise-util.js +17 -0
- package/lib/promise-util.js.map +1 -0
- package/lib/sequence.d.ts +20 -0
- package/lib/sequence.d.ts.map +1 -0
- package/lib/sequence.js +17 -0
- package/lib/sequence.js.map +1 -0
- package/lib/strings.d.ts +181 -0
- package/lib/strings.d.ts.map +1 -0
- package/lib/strings.js +858 -0
- package/lib/strings.js.map +1 -0
- package/lib/types.d.ts +69 -0
- package/lib/types.d.ts.map +1 -0
- package/lib/types.js +201 -0
- package/lib/types.js.map +1 -0
- package/lib/uint.d.ts +32 -0
- package/lib/uint.d.ts.map +1 -0
- package/lib/uint.js +28 -0
- package/lib/uint.js.map +1 -0
- package/lib/uri.d.ts +94 -0
- package/lib/uri.d.ts.map +1 -0
- package/lib/uri.js +231 -0
- package/lib/uri.js.map +1 -0
- package/lib/uuid.d.ts +2 -0
- package/lib/uuid.d.ts.map +1 -0
- package/lib/uuid.js +10 -0
- package/lib/uuid.js.map +1 -0
- package/package.json +25 -0
package/lib/strings.d.ts
ADDED
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The empty string.
|
|
3
|
+
*/
|
|
4
|
+
export declare const empty = "";
|
|
5
|
+
/**
|
|
6
|
+
* 浏览器全局可以直接使用 TextEncoder/TextDecoder
|
|
7
|
+
* Node.js 11+ 才可以全局使用,以下需要 require('util')
|
|
8
|
+
*/
|
|
9
|
+
export declare namespace stringUtils {
|
|
10
|
+
const StringTextEncoder: any;
|
|
11
|
+
const StringTextDecoder: any;
|
|
12
|
+
}
|
|
13
|
+
export declare function isFalsyOrWhitespace(str: string | undefined): boolean;
|
|
14
|
+
/**
|
|
15
|
+
* @returns the provided number with the given number of preceding zeros.
|
|
16
|
+
*/
|
|
17
|
+
export declare function pad(n: number, l: number, char?: string): string;
|
|
18
|
+
/**
|
|
19
|
+
* Helper to produce a string with a variable number of arguments. Insert variable segments
|
|
20
|
+
* into the string using the {n} notation where N is the index of the argument following the string.
|
|
21
|
+
* @param value string to which formatting is applied
|
|
22
|
+
* @param args replacements for {n}-entries
|
|
23
|
+
*/
|
|
24
|
+
export declare function format(value: string, ...args: any[]): string;
|
|
25
|
+
/**
|
|
26
|
+
* Handles mnemonics for buttons. Depending on OS:
|
|
27
|
+
* - Windows: Supported via & character (replace && with & and & with && for escaping)
|
|
28
|
+
* - Linux: Supported via _ character (replace && with _)
|
|
29
|
+
* - macOS: Unsupported (replace && with empty string)
|
|
30
|
+
*/
|
|
31
|
+
export declare function mnemonicButtonLabel(label: string, forceDisableMnemonics?: boolean): string;
|
|
32
|
+
/**
|
|
33
|
+
* Converts HTML characters inside the string to use entities instead. Makes the string safe from
|
|
34
|
+
* being used e.g. in HTMLElement.innerHTML.
|
|
35
|
+
*/
|
|
36
|
+
export declare function escape(html: string): string;
|
|
37
|
+
/**
|
|
38
|
+
* Escapes regular expression characters in a given string
|
|
39
|
+
*/
|
|
40
|
+
export declare function escapeRegExpCharacters(value: string): string;
|
|
41
|
+
/**
|
|
42
|
+
* Counts how often `character` occurs inside `value`.
|
|
43
|
+
*/
|
|
44
|
+
export declare function count(value: string, character: string): number;
|
|
45
|
+
/**
|
|
46
|
+
* Removes all occurrences of needle from the beginning and end of haystack.
|
|
47
|
+
* @param haystack string to trim
|
|
48
|
+
* @param needle the thing to trim (default is a blank)
|
|
49
|
+
*/
|
|
50
|
+
export declare function trim(haystack: string, needle?: string): string;
|
|
51
|
+
/**
|
|
52
|
+
* Removes all occurrences of needle from the beginning of haystack.
|
|
53
|
+
* @param haystack string to trim
|
|
54
|
+
* @param needle the thing to trim
|
|
55
|
+
*/
|
|
56
|
+
export declare function ltrim(haystack: string, needle: string): string;
|
|
57
|
+
/**
|
|
58
|
+
* Removes all occurrences of needles from the end of haystack.
|
|
59
|
+
* @param source
|
|
60
|
+
* @param needles
|
|
61
|
+
* @example
|
|
62
|
+
* ```ts
|
|
63
|
+
* let source = '/path/to/file.ts,;';
|
|
64
|
+
* const res = multiRightTrim(source, [`,`, ';']);
|
|
65
|
+
* // res === '/path/to/file.ts';
|
|
66
|
+
* ```
|
|
67
|
+
*/
|
|
68
|
+
export declare function multiRightTrim(source: string, needles: string[]): string;
|
|
69
|
+
/**
|
|
70
|
+
* Removes all occurrences of needle from the end of haystack.
|
|
71
|
+
* @param haystack string to trim
|
|
72
|
+
* @param needle the thing to trim
|
|
73
|
+
*/
|
|
74
|
+
export declare function rtrim(haystack: string, needle: string): string;
|
|
75
|
+
export declare function convertSimple2RegExpPattern(pattern: string): string;
|
|
76
|
+
export declare function stripWildcards(pattern: string): string;
|
|
77
|
+
/**
|
|
78
|
+
* Determines if haystack starts with needle.
|
|
79
|
+
*/
|
|
80
|
+
export declare function startsWith(haystack: string, needle: string): boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Determines if haystack ends with needle.
|
|
83
|
+
*/
|
|
84
|
+
export declare function endsWith(haystack: string, needle: string): boolean;
|
|
85
|
+
export interface RegExpOptions {
|
|
86
|
+
matchCase?: boolean;
|
|
87
|
+
wholeWord?: boolean;
|
|
88
|
+
multiline?: boolean;
|
|
89
|
+
global?: boolean;
|
|
90
|
+
unicode?: boolean;
|
|
91
|
+
}
|
|
92
|
+
export declare function createRegExp(searchString: string, isRegex: boolean, options?: RegExpOptions): RegExp;
|
|
93
|
+
export declare function regExpLeadsToEndlessLoop(regexp: RegExp): boolean;
|
|
94
|
+
export declare function regExpContainsBackreference(regexpValue: string): boolean;
|
|
95
|
+
export declare function regExpFlags(regexp: RegExp): string;
|
|
96
|
+
/**
|
|
97
|
+
* Returns first index of the string that is not whitespace.
|
|
98
|
+
* If string is empty or contains only whitespaces, returns -1
|
|
99
|
+
*/
|
|
100
|
+
export declare function firstNonWhitespaceIndex(str: string): number;
|
|
101
|
+
/**
|
|
102
|
+
* Returns the leading whitespace of the string.
|
|
103
|
+
* If the string contains only whitespaces, returns entire string
|
|
104
|
+
*/
|
|
105
|
+
export declare function getLeadingWhitespace(str: string, start?: number, end?: number): string;
|
|
106
|
+
/**
|
|
107
|
+
* Returns last index of the string that is not whitespace.
|
|
108
|
+
* If string is empty or contains only whitespaces, returns -1
|
|
109
|
+
*/
|
|
110
|
+
export declare function lastNonWhitespaceIndex(str: string, startIndex?: number): number;
|
|
111
|
+
export declare function compare(a: string, b: string): number;
|
|
112
|
+
export declare function compareIgnoreCase(a: string, b: string): number;
|
|
113
|
+
export declare function isLowerAsciiLetter(code: number): boolean;
|
|
114
|
+
export declare function isUpperAsciiLetter(code: number): boolean;
|
|
115
|
+
export declare function equalsIgnoreCase(a: string, b: string): boolean;
|
|
116
|
+
export declare function startsWithIgnoreCase(str: string, candidate: string): boolean;
|
|
117
|
+
/**
|
|
118
|
+
* @returns the length of the common prefix of the two strings.
|
|
119
|
+
*/
|
|
120
|
+
export declare function commonPrefixLength(a: string, b: string): number;
|
|
121
|
+
/**
|
|
122
|
+
* @returns the length of the common suffix of the two strings.
|
|
123
|
+
*/
|
|
124
|
+
export declare function commonSuffixLength(a: string, b: string): number;
|
|
125
|
+
/**
|
|
126
|
+
* Return the overlap between the suffix of `a` and the prefix of `b`.
|
|
127
|
+
* For instance `overlap("foobar", "arr, I'm a pirate") === 2`.
|
|
128
|
+
*/
|
|
129
|
+
export declare function overlap(a: string, b: string): number;
|
|
130
|
+
export declare function isHighSurrogate(charCode: number): boolean;
|
|
131
|
+
export declare function isLowSurrogate(charCode: number): boolean;
|
|
132
|
+
/**
|
|
133
|
+
* Returns true if `str` contains any Unicode character that is classified as "R" or "AL".
|
|
134
|
+
*/
|
|
135
|
+
export declare function containsRTL(str: string): boolean;
|
|
136
|
+
export declare function containsEmoji(str: string): boolean;
|
|
137
|
+
/**
|
|
138
|
+
* Returns true if `str` contains only basic ASCII characters in the range 32 - 126 (including 32 and 126) or \n, \r, \t
|
|
139
|
+
*/
|
|
140
|
+
export declare function isBasicASCII(str: string): boolean;
|
|
141
|
+
export declare function containsFullWidthCharacter(str: string): boolean;
|
|
142
|
+
export declare function isFullWidthCharacter(charCode: number): boolean;
|
|
143
|
+
/**
|
|
144
|
+
* Given a string and a max length returns a shorted version. Shorting
|
|
145
|
+
* happens at favorable positions - such as whitespace or punctuation characters.
|
|
146
|
+
*/
|
|
147
|
+
export declare function lcut(text: string, n: number): string;
|
|
148
|
+
export declare function removeAnsiEscapeCodes(str: string): string;
|
|
149
|
+
export declare const removeAccents: (str: string) => string;
|
|
150
|
+
export declare const UTF8_BOM_CHARACTER: string;
|
|
151
|
+
export declare function startsWithUTF8BOM(str: string): boolean;
|
|
152
|
+
export declare function stripUTF8BOM(str: string): string;
|
|
153
|
+
export declare function safeBtoa(str: string): string;
|
|
154
|
+
export declare function repeat(s: string, count: number): string;
|
|
155
|
+
/**
|
|
156
|
+
* Checks if the characters of the provided query string are included in the
|
|
157
|
+
* target string. The characters do not have to be contiguous within the string.
|
|
158
|
+
*/
|
|
159
|
+
export declare function fuzzyContains(target: string, query: string): boolean;
|
|
160
|
+
export declare function containsUppercaseCharacter(target: string, ignoreEscapedChars?: boolean): boolean;
|
|
161
|
+
export declare function uppercaseFirstLetter(str: string): string;
|
|
162
|
+
export declare function getNLines(str: string, n?: number): string;
|
|
163
|
+
/**
|
|
164
|
+
* See http://en.wikipedia.org/wiki/Surrogate_pair
|
|
165
|
+
*/
|
|
166
|
+
export declare function computeCodePoint(highSurrogate: number, lowSurrogate: number): number;
|
|
167
|
+
/**
|
|
168
|
+
* get the code point that begins at offset `offset`
|
|
169
|
+
*/
|
|
170
|
+
export declare function getNextCodePoint(str: string, len: number, offset: number): number;
|
|
171
|
+
/**
|
|
172
|
+
* A manual encoding of `str` to UTF8.
|
|
173
|
+
* Use only in environments which do not offer native conversion methods!
|
|
174
|
+
*/
|
|
175
|
+
export declare function encodeUTF8(str: string): Uint8Array;
|
|
176
|
+
/**
|
|
177
|
+
* A manual decoding of a UTF8 string.
|
|
178
|
+
* Use only in environments which do not offer native conversion methods!
|
|
179
|
+
*/
|
|
180
|
+
export declare function decodeUTF8(buffer: Uint8Array): string;
|
|
181
|
+
//# sourceMappingURL=strings.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"strings.d.ts","sourceRoot":"","sources":["../src/strings.ts"],"names":[],"mappings":"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"}
|