@rslint/tsgo 0.0.15 → 0.1.15-canary.1768370256

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.
Files changed (206) hide show
  1. package/LICENSE +21 -0
  2. package/bin/tsgo.cjs +34 -0
  3. package/package.json +30 -11
  4. package/index.js +0 -1
  5. package/lib/lib.d.ts +0 -22
  6. package/lib/lib.decorators.d.ts +0 -384
  7. package/lib/lib.decorators.legacy.d.ts +0 -22
  8. package/lib/lib.dom.asynciterable.d.ts +0 -41
  9. package/lib/lib.dom.d.ts +0 -39429
  10. package/lib/lib.dom.iterable.d.ts +0 -571
  11. package/lib/lib.es2015.collection.d.ts +0 -147
  12. package/lib/lib.es2015.core.d.ts +0 -597
  13. package/lib/lib.es2015.d.ts +0 -28
  14. package/lib/lib.es2015.generator.d.ts +0 -77
  15. package/lib/lib.es2015.iterable.d.ts +0 -605
  16. package/lib/lib.es2015.promise.d.ts +0 -81
  17. package/lib/lib.es2015.proxy.d.ts +0 -128
  18. package/lib/lib.es2015.reflect.d.ts +0 -144
  19. package/lib/lib.es2015.symbol.d.ts +0 -46
  20. package/lib/lib.es2015.symbol.wellknown.d.ts +0 -326
  21. package/lib/lib.es2016.array.include.d.ts +0 -116
  22. package/lib/lib.es2016.d.ts +0 -21
  23. package/lib/lib.es2016.full.d.ts +0 -23
  24. package/lib/lib.es2016.intl.d.ts +0 -31
  25. package/lib/lib.es2017.arraybuffer.d.ts +0 -21
  26. package/lib/lib.es2017.d.ts +0 -26
  27. package/lib/lib.es2017.date.d.ts +0 -31
  28. package/lib/lib.es2017.full.d.ts +0 -23
  29. package/lib/lib.es2017.intl.d.ts +0 -44
  30. package/lib/lib.es2017.object.d.ts +0 -49
  31. package/lib/lib.es2017.sharedmemory.d.ts +0 -135
  32. package/lib/lib.es2017.string.d.ts +0 -45
  33. package/lib/lib.es2017.typedarrays.d.ts +0 -53
  34. package/lib/lib.es2018.asyncgenerator.d.ts +0 -77
  35. package/lib/lib.es2018.asynciterable.d.ts +0 -53
  36. package/lib/lib.es2018.d.ts +0 -24
  37. package/lib/lib.es2018.full.d.ts +0 -24
  38. package/lib/lib.es2018.intl.d.ts +0 -83
  39. package/lib/lib.es2018.promise.d.ts +0 -30
  40. package/lib/lib.es2018.regexp.d.ts +0 -37
  41. package/lib/lib.es2019.array.d.ts +0 -79
  42. package/lib/lib.es2019.d.ts +0 -24
  43. package/lib/lib.es2019.full.d.ts +0 -24
  44. package/lib/lib.es2019.intl.d.ts +0 -23
  45. package/lib/lib.es2019.object.d.ts +0 -33
  46. package/lib/lib.es2019.string.d.ts +0 -37
  47. package/lib/lib.es2019.symbol.d.ts +0 -24
  48. package/lib/lib.es2020.bigint.d.ts +0 -765
  49. package/lib/lib.es2020.d.ts +0 -27
  50. package/lib/lib.es2020.date.d.ts +0 -42
  51. package/lib/lib.es2020.full.d.ts +0 -24
  52. package/lib/lib.es2020.intl.d.ts +0 -474
  53. package/lib/lib.es2020.number.d.ts +0 -28
  54. package/lib/lib.es2020.promise.d.ts +0 -47
  55. package/lib/lib.es2020.sharedmemory.d.ts +0 -99
  56. package/lib/lib.es2020.string.d.ts +0 -44
  57. package/lib/lib.es2020.symbol.wellknown.d.ts +0 -41
  58. package/lib/lib.es2021.d.ts +0 -23
  59. package/lib/lib.es2021.full.d.ts +0 -24
  60. package/lib/lib.es2021.intl.d.ts +0 -166
  61. package/lib/lib.es2021.promise.d.ts +0 -48
  62. package/lib/lib.es2021.string.d.ts +0 -33
  63. package/lib/lib.es2021.weakref.d.ts +0 -78
  64. package/lib/lib.es2022.array.d.ts +0 -121
  65. package/lib/lib.es2022.d.ts +0 -25
  66. package/lib/lib.es2022.error.d.ts +0 -75
  67. package/lib/lib.es2022.full.d.ts +0 -24
  68. package/lib/lib.es2022.intl.d.ts +0 -145
  69. package/lib/lib.es2022.object.d.ts +0 -26
  70. package/lib/lib.es2022.regexp.d.ts +0 -39
  71. package/lib/lib.es2022.string.d.ts +0 -25
  72. package/lib/lib.es2023.array.d.ts +0 -924
  73. package/lib/lib.es2023.collection.d.ts +0 -21
  74. package/lib/lib.es2023.d.ts +0 -22
  75. package/lib/lib.es2023.full.d.ts +0 -24
  76. package/lib/lib.es2023.intl.d.ts +0 -56
  77. package/lib/lib.es2024.arraybuffer.d.ts +0 -65
  78. package/lib/lib.es2024.collection.d.ts +0 -29
  79. package/lib/lib.es2024.d.ts +0 -26
  80. package/lib/lib.es2024.full.d.ts +0 -24
  81. package/lib/lib.es2024.object.d.ts +0 -29
  82. package/lib/lib.es2024.promise.d.ts +0 -35
  83. package/lib/lib.es2024.regexp.d.ts +0 -25
  84. package/lib/lib.es2024.sharedmemory.d.ts +0 -68
  85. package/lib/lib.es2024.string.d.ts +0 -29
  86. package/lib/lib.es5.d.ts +0 -4601
  87. package/lib/lib.es6.d.ts +0 -23
  88. package/lib/lib.esnext.array.d.ts +0 -35
  89. package/lib/lib.esnext.collection.d.ts +0 -96
  90. package/lib/lib.esnext.d.ts +0 -29
  91. package/lib/lib.esnext.decorators.d.ts +0 -28
  92. package/lib/lib.esnext.disposable.d.ts +0 -193
  93. package/lib/lib.esnext.error.d.ts +0 -24
  94. package/lib/lib.esnext.float16.d.ts +0 -445
  95. package/lib/lib.esnext.full.d.ts +0 -24
  96. package/lib/lib.esnext.intl.d.ts +0 -21
  97. package/lib/lib.esnext.iterator.d.ts +0 -148
  98. package/lib/lib.esnext.promise.d.ts +0 -34
  99. package/lib/lib.esnext.sharedmemory.d.ts +0 -25
  100. package/lib/lib.scripthost.d.ts +0 -322
  101. package/lib/lib.webworker.asynciterable.d.ts +0 -41
  102. package/lib/lib.webworker.d.ts +0 -13150
  103. package/lib/lib.webworker.importscripts.d.ts +0 -23
  104. package/lib/lib.webworker.iterable.d.ts +0 -340
  105. package/lib/local/lib.d.ts +0 -22
  106. package/lib/local/lib.decorators.d.ts +0 -384
  107. package/lib/local/lib.decorators.legacy.d.ts +0 -22
  108. package/lib/local/lib.dom.asynciterable.d.ts +0 -41
  109. package/lib/local/lib.dom.d.ts +0 -39429
  110. package/lib/local/lib.dom.iterable.d.ts +0 -571
  111. package/lib/local/lib.es2015.collection.d.ts +0 -147
  112. package/lib/local/lib.es2015.core.d.ts +0 -597
  113. package/lib/local/lib.es2015.d.ts +0 -28
  114. package/lib/local/lib.es2015.generator.d.ts +0 -77
  115. package/lib/local/lib.es2015.iterable.d.ts +0 -605
  116. package/lib/local/lib.es2015.promise.d.ts +0 -81
  117. package/lib/local/lib.es2015.proxy.d.ts +0 -128
  118. package/lib/local/lib.es2015.reflect.d.ts +0 -144
  119. package/lib/local/lib.es2015.symbol.d.ts +0 -46
  120. package/lib/local/lib.es2015.symbol.wellknown.d.ts +0 -326
  121. package/lib/local/lib.es2016.array.include.d.ts +0 -116
  122. package/lib/local/lib.es2016.d.ts +0 -21
  123. package/lib/local/lib.es2016.full.d.ts +0 -23
  124. package/lib/local/lib.es2016.intl.d.ts +0 -31
  125. package/lib/local/lib.es2017.arraybuffer.d.ts +0 -21
  126. package/lib/local/lib.es2017.d.ts +0 -26
  127. package/lib/local/lib.es2017.date.d.ts +0 -31
  128. package/lib/local/lib.es2017.full.d.ts +0 -23
  129. package/lib/local/lib.es2017.intl.d.ts +0 -44
  130. package/lib/local/lib.es2017.object.d.ts +0 -49
  131. package/lib/local/lib.es2017.sharedmemory.d.ts +0 -135
  132. package/lib/local/lib.es2017.string.d.ts +0 -45
  133. package/lib/local/lib.es2017.typedarrays.d.ts +0 -53
  134. package/lib/local/lib.es2018.asyncgenerator.d.ts +0 -77
  135. package/lib/local/lib.es2018.asynciterable.d.ts +0 -53
  136. package/lib/local/lib.es2018.d.ts +0 -24
  137. package/lib/local/lib.es2018.full.d.ts +0 -24
  138. package/lib/local/lib.es2018.intl.d.ts +0 -83
  139. package/lib/local/lib.es2018.promise.d.ts +0 -30
  140. package/lib/local/lib.es2018.regexp.d.ts +0 -37
  141. package/lib/local/lib.es2019.array.d.ts +0 -79
  142. package/lib/local/lib.es2019.d.ts +0 -24
  143. package/lib/local/lib.es2019.full.d.ts +0 -24
  144. package/lib/local/lib.es2019.intl.d.ts +0 -23
  145. package/lib/local/lib.es2019.object.d.ts +0 -33
  146. package/lib/local/lib.es2019.string.d.ts +0 -37
  147. package/lib/local/lib.es2019.symbol.d.ts +0 -24
  148. package/lib/local/lib.es2020.bigint.d.ts +0 -765
  149. package/lib/local/lib.es2020.d.ts +0 -27
  150. package/lib/local/lib.es2020.date.d.ts +0 -42
  151. package/lib/local/lib.es2020.full.d.ts +0 -24
  152. package/lib/local/lib.es2020.intl.d.ts +0 -474
  153. package/lib/local/lib.es2020.number.d.ts +0 -28
  154. package/lib/local/lib.es2020.promise.d.ts +0 -47
  155. package/lib/local/lib.es2020.sharedmemory.d.ts +0 -99
  156. package/lib/local/lib.es2020.string.d.ts +0 -44
  157. package/lib/local/lib.es2020.symbol.wellknown.d.ts +0 -41
  158. package/lib/local/lib.es2021.d.ts +0 -23
  159. package/lib/local/lib.es2021.full.d.ts +0 -24
  160. package/lib/local/lib.es2021.intl.d.ts +0 -166
  161. package/lib/local/lib.es2021.promise.d.ts +0 -48
  162. package/lib/local/lib.es2021.string.d.ts +0 -33
  163. package/lib/local/lib.es2021.weakref.d.ts +0 -78
  164. package/lib/local/lib.es2022.array.d.ts +0 -121
  165. package/lib/local/lib.es2022.d.ts +0 -25
  166. package/lib/local/lib.es2022.error.d.ts +0 -75
  167. package/lib/local/lib.es2022.full.d.ts +0 -24
  168. package/lib/local/lib.es2022.intl.d.ts +0 -145
  169. package/lib/local/lib.es2022.object.d.ts +0 -26
  170. package/lib/local/lib.es2022.regexp.d.ts +0 -39
  171. package/lib/local/lib.es2022.string.d.ts +0 -25
  172. package/lib/local/lib.es2023.array.d.ts +0 -924
  173. package/lib/local/lib.es2023.collection.d.ts +0 -21
  174. package/lib/local/lib.es2023.d.ts +0 -22
  175. package/lib/local/lib.es2023.full.d.ts +0 -24
  176. package/lib/local/lib.es2023.intl.d.ts +0 -56
  177. package/lib/local/lib.es2024.arraybuffer.d.ts +0 -65
  178. package/lib/local/lib.es2024.collection.d.ts +0 -29
  179. package/lib/local/lib.es2024.d.ts +0 -26
  180. package/lib/local/lib.es2024.full.d.ts +0 -24
  181. package/lib/local/lib.es2024.object.d.ts +0 -29
  182. package/lib/local/lib.es2024.promise.d.ts +0 -35
  183. package/lib/local/lib.es2024.regexp.d.ts +0 -25
  184. package/lib/local/lib.es2024.sharedmemory.d.ts +0 -68
  185. package/lib/local/lib.es2024.string.d.ts +0 -29
  186. package/lib/local/lib.es5.d.ts +0 -4601
  187. package/lib/local/lib.es6.d.ts +0 -23
  188. package/lib/local/lib.esnext.array.d.ts +0 -35
  189. package/lib/local/lib.esnext.collection.d.ts +0 -96
  190. package/lib/local/lib.esnext.d.ts +0 -29
  191. package/lib/local/lib.esnext.decorators.d.ts +0 -28
  192. package/lib/local/lib.esnext.disposable.d.ts +0 -193
  193. package/lib/local/lib.esnext.error.d.ts +0 -24
  194. package/lib/local/lib.esnext.float16.d.ts +0 -445
  195. package/lib/local/lib.esnext.full.d.ts +0 -24
  196. package/lib/local/lib.esnext.intl.d.ts +0 -21
  197. package/lib/local/lib.esnext.iterator.d.ts +0 -148
  198. package/lib/local/lib.esnext.promise.d.ts +0 -34
  199. package/lib/local/lib.esnext.sharedmemory.d.ts +0 -25
  200. package/lib/local/lib.scripthost.d.ts +0 -322
  201. package/lib/local/lib.webworker.asynciterable.d.ts +0 -41
  202. package/lib/local/lib.webworker.d.ts +0 -13150
  203. package/lib/local/lib.webworker.importscripts.d.ts +0 -23
  204. package/lib/local/lib.webworker.iterable.d.ts +0 -340
  205. package/lib/local/tsgo +0 -0
  206. package/lib/tsgo +0 -0
@@ -1,121 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
11
-
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */
15
-
16
-
17
- /// <reference no-default-lib="true"/>
18
-
19
- interface Array<T> {
20
- /**
21
- * Returns the item located at the specified index.
22
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
23
- */
24
- at(index: number): T | undefined;
25
- }
26
-
27
- interface ReadonlyArray<T> {
28
- /**
29
- * Returns the item located at the specified index.
30
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
31
- */
32
- at(index: number): T | undefined;
33
- }
34
-
35
- interface Int8Array<TArrayBuffer extends ArrayBufferLike> {
36
- /**
37
- * Returns the item located at the specified index.
38
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
39
- */
40
- at(index: number): number | undefined;
41
- }
42
-
43
- interface Uint8Array<TArrayBuffer extends ArrayBufferLike> {
44
- /**
45
- * Returns the item located at the specified index.
46
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
47
- */
48
- at(index: number): number | undefined;
49
- }
50
-
51
- interface Uint8ClampedArray<TArrayBuffer extends ArrayBufferLike> {
52
- /**
53
- * Returns the item located at the specified index.
54
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
55
- */
56
- at(index: number): number | undefined;
57
- }
58
-
59
- interface Int16Array<TArrayBuffer extends ArrayBufferLike> {
60
- /**
61
- * Returns the item located at the specified index.
62
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
63
- */
64
- at(index: number): number | undefined;
65
- }
66
-
67
- interface Uint16Array<TArrayBuffer extends ArrayBufferLike> {
68
- /**
69
- * Returns the item located at the specified index.
70
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
71
- */
72
- at(index: number): number | undefined;
73
- }
74
-
75
- interface Int32Array<TArrayBuffer extends ArrayBufferLike> {
76
- /**
77
- * Returns the item located at the specified index.
78
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
79
- */
80
- at(index: number): number | undefined;
81
- }
82
-
83
- interface Uint32Array<TArrayBuffer extends ArrayBufferLike> {
84
- /**
85
- * Returns the item located at the specified index.
86
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
87
- */
88
- at(index: number): number | undefined;
89
- }
90
-
91
- interface Float32Array<TArrayBuffer extends ArrayBufferLike> {
92
- /**
93
- * Returns the item located at the specified index.
94
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
95
- */
96
- at(index: number): number | undefined;
97
- }
98
-
99
- interface Float64Array<TArrayBuffer extends ArrayBufferLike> {
100
- /**
101
- * Returns the item located at the specified index.
102
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
103
- */
104
- at(index: number): number | undefined;
105
- }
106
-
107
- interface BigInt64Array<TArrayBuffer extends ArrayBufferLike> {
108
- /**
109
- * Returns the item located at the specified index.
110
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
111
- */
112
- at(index: number): bigint | undefined;
113
- }
114
-
115
- interface BigUint64Array<TArrayBuffer extends ArrayBufferLike> {
116
- /**
117
- * Returns the item located at the specified index.
118
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
119
- */
120
- at(index: number): bigint | undefined;
121
- }
@@ -1,25 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
11
-
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */
15
-
16
-
17
- /// <reference no-default-lib="true"/>
18
-
19
- /// <reference lib="es2021" />
20
- /// <reference lib="es2022.array" />
21
- /// <reference lib="es2022.error" />
22
- /// <reference lib="es2022.intl" />
23
- /// <reference lib="es2022.object" />
24
- /// <reference lib="es2022.regexp" />
25
- /// <reference lib="es2022.string" />
@@ -1,75 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
11
-
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */
15
-
16
-
17
- /// <reference no-default-lib="true"/>
18
-
19
- /// <reference lib="es2021.promise" />
20
-
21
- interface ErrorOptions {
22
- cause?: unknown;
23
- }
24
-
25
- interface Error {
26
- cause?: unknown;
27
- }
28
-
29
- interface ErrorConstructor {
30
- new (message?: string, options?: ErrorOptions): Error;
31
- (message?: string, options?: ErrorOptions): Error;
32
- }
33
-
34
- interface EvalErrorConstructor {
35
- new (message?: string, options?: ErrorOptions): EvalError;
36
- (message?: string, options?: ErrorOptions): EvalError;
37
- }
38
-
39
- interface RangeErrorConstructor {
40
- new (message?: string, options?: ErrorOptions): RangeError;
41
- (message?: string, options?: ErrorOptions): RangeError;
42
- }
43
-
44
- interface ReferenceErrorConstructor {
45
- new (message?: string, options?: ErrorOptions): ReferenceError;
46
- (message?: string, options?: ErrorOptions): ReferenceError;
47
- }
48
-
49
- interface SyntaxErrorConstructor {
50
- new (message?: string, options?: ErrorOptions): SyntaxError;
51
- (message?: string, options?: ErrorOptions): SyntaxError;
52
- }
53
-
54
- interface TypeErrorConstructor {
55
- new (message?: string, options?: ErrorOptions): TypeError;
56
- (message?: string, options?: ErrorOptions): TypeError;
57
- }
58
-
59
- interface URIErrorConstructor {
60
- new (message?: string, options?: ErrorOptions): URIError;
61
- (message?: string, options?: ErrorOptions): URIError;
62
- }
63
-
64
- interface AggregateErrorConstructor {
65
- new (
66
- errors: Iterable<any>,
67
- message?: string,
68
- options?: ErrorOptions,
69
- ): AggregateError;
70
- (
71
- errors: Iterable<any>,
72
- message?: string,
73
- options?: ErrorOptions,
74
- ): AggregateError;
75
- }
@@ -1,24 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
11
-
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */
15
-
16
-
17
- /// <reference no-default-lib="true"/>
18
-
19
- /// <reference lib="es2022" />
20
- /// <reference lib="dom" />
21
- /// <reference lib="webworker.importscripts" />
22
- /// <reference lib="scripthost" />
23
- /// <reference lib="dom.iterable" />
24
- /// <reference lib="dom.asynciterable" />
@@ -1,145 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
11
-
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */
15
-
16
-
17
- /// <reference no-default-lib="true"/>
18
-
19
- declare namespace Intl {
20
- /**
21
- * An object with some or all properties of the `Intl.Segmenter` constructor `options` parameter.
22
- *
23
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/Segmenter#parameters)
24
- */
25
- interface SegmenterOptions {
26
- /** The locale matching algorithm to use. For information about this option, see [Intl page](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_negotiation). */
27
- localeMatcher?: "best fit" | "lookup" | undefined;
28
- /** The type of input to be split */
29
- granularity?: "grapheme" | "word" | "sentence" | undefined;
30
- }
31
-
32
- /**
33
- * The `Intl.Segmenter` object enables locale-sensitive text segmentation, enabling you to get meaningful items (graphemes, words or sentences) from a string.
34
- *
35
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter)
36
- */
37
- interface Segmenter {
38
- /**
39
- * Returns `Segments` object containing the segments of the input string, using the segmenter's locale and granularity.
40
- *
41
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/segment)
42
- *
43
- * @param input - The text to be segmented as a `string`.
44
- *
45
- * @returns A new iterable Segments object containing the segments of the input string, using the segmenter's locale and granularity.
46
- */
47
- segment(input: string): Segments;
48
- /**
49
- * The `resolvedOptions()` method of `Intl.Segmenter` instances returns a new object with properties reflecting the options computed during initialization of this `Segmenter` object.
50
- *
51
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/resolvedOptions)
52
- */
53
- resolvedOptions(): ResolvedSegmenterOptions;
54
- }
55
-
56
- interface ResolvedSegmenterOptions {
57
- locale: string;
58
- granularity: "grapheme" | "word" | "sentence";
59
- }
60
-
61
- interface SegmentIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
62
- [Symbol.iterator](): SegmentIterator<T>;
63
- }
64
-
65
- /**
66
- * A `Segments` object is an iterable collection of the segments of a text string. It is returned by a call to the `segment()` method of an `Intl.Segmenter` object.
67
- *
68
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/segment/Segments)
69
- */
70
- interface Segments {
71
- /**
72
- * Returns an object describing the segment in the original string that includes the code unit at a specified index.
73
- *
74
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/segment/Segments/containing)
75
- *
76
- * @param codeUnitIndex - A number specifying the index of the code unit in the original input string. If the value is omitted, it defaults to `0`.
77
- */
78
- containing(codeUnitIndex?: number): SegmentData | undefined;
79
-
80
- /** Returns an iterator to iterate over the segments. */
81
- [Symbol.iterator](): SegmentIterator<SegmentData>;
82
- }
83
-
84
- interface SegmentData {
85
- /** A string containing the segment extracted from the original input string. */
86
- segment: string;
87
- /** The code unit index in the original input string at which the segment begins. */
88
- index: number;
89
- /** The complete input string that was segmented. */
90
- input: string;
91
- /**
92
- * A boolean value only if granularity is "word"; otherwise, undefined.
93
- * If granularity is "word", then isWordLike is true when the segment is word-like (i.e., consists of letters/numbers/ideographs/etc.); otherwise, false.
94
- */
95
- isWordLike?: boolean;
96
- }
97
-
98
- /**
99
- * The `Intl.Segmenter` object enables locale-sensitive text segmentation, enabling you to get meaningful items (graphemes, words or sentences) from a string.
100
- *
101
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter)
102
- */
103
- const Segmenter: {
104
- prototype: Segmenter;
105
-
106
- /**
107
- * Creates a new `Intl.Segmenter` object.
108
- *
109
- * @param locales - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646), or an array of such strings.
110
- * For the general form and interpretation of the `locales` argument,
111
- * see the [`Intl` page](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation).
112
- *
113
- * @param options - An [object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/Segmenter#parameters)
114
- * with some or all options of `SegmenterOptions`.
115
- *
116
- * @returns [Intl.Segmenter](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segments) object.
117
- *
118
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter).
119
- */
120
- new (locales?: LocalesArgument, options?: SegmenterOptions): Segmenter;
121
-
122
- /**
123
- * Returns an array containing those of the provided locales that are supported without having to fall back to the runtime's default locale.
124
- *
125
- * @param locales - A string with a [BCP 47 language tag](http://tools.ietf.org/html/rfc5646), or an array of such strings.
126
- * For the general form and interpretation of the `locales` argument,
127
- * see the [`Intl` page](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation).
128
- *
129
- * @param options An [object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/supportedLocalesOf#parameters).
130
- * with some or all possible options.
131
- *
132
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter/supportedLocalesOf)
133
- */
134
- supportedLocalesOf(locales: LocalesArgument, options?: Pick<SegmenterOptions, "localeMatcher">): UnicodeBCP47LocaleIdentifier[];
135
- };
136
-
137
- /**
138
- * Returns a sorted array of the supported collation, calendar, currency, numbering system, timezones, and units by the implementation.
139
- * [MDN](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl/supportedValuesOf)
140
- *
141
- * @param key A string indicating the category of values to return.
142
- * @returns A sorted array of the supported values.
143
- */
144
- function supportedValuesOf(key: "calendar" | "collation" | "currency" | "numberingSystem" | "timeZone" | "unit"): string[];
145
- }
@@ -1,26 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
11
-
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */
15
-
16
-
17
- /// <reference no-default-lib="true"/>
18
-
19
- interface ObjectConstructor {
20
- /**
21
- * Determines whether an object has a property with the specified name.
22
- * @param o An object.
23
- * @param v A property name.
24
- */
25
- hasOwn(o: object, v: PropertyKey): boolean;
26
- }
@@ -1,39 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
11
-
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */
15
-
16
-
17
- /// <reference no-default-lib="true"/>
18
-
19
- interface RegExpMatchArray {
20
- indices?: RegExpIndicesArray;
21
- }
22
-
23
- interface RegExpExecArray {
24
- indices?: RegExpIndicesArray;
25
- }
26
-
27
- interface RegExpIndicesArray extends Array<[number, number]> {
28
- groups?: {
29
- [key: string]: [number, number];
30
- };
31
- }
32
-
33
- interface RegExp {
34
- /**
35
- * Returns a Boolean value indicating the state of the hasIndices flag (d) used with a regular expression.
36
- * Default is false. Read-only.
37
- */
38
- readonly hasIndices: boolean;
39
- }
@@ -1,25 +0,0 @@
1
- /*! *****************************************************************************
2
- Copyright (c) Microsoft Corporation. All rights reserved.
3
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
4
- this file except in compliance with the License. You may obtain a copy of the
5
- License at http://www.apache.org/licenses/LICENSE-2.0
6
-
7
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
8
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
9
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
10
- MERCHANTABLITY OR NON-INFRINGEMENT.
11
-
12
- See the Apache Version 2.0 License for specific language governing permissions
13
- and limitations under the License.
14
- ***************************************************************************** */
15
-
16
-
17
- /// <reference no-default-lib="true"/>
18
-
19
- interface String {
20
- /**
21
- * Returns a new String consisting of the single UTF-16 code unit located at the specified index.
22
- * @param index The zero-based index of the desired code unit. A negative index will count back from the last item.
23
- */
24
- at(index: number): string | undefined;
25
- }