typescript 5.9.3 → 6.0.0-beta
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/SECURITY.md +2 -4
- package/lib/_tsc.js +2327 -1705
- package/lib/_tsserver.js +1 -1
- package/lib/_typingsInstaller.js +1 -1
- package/lib/cs/diagnosticMessages.generated.json +14 -7
- package/lib/de/diagnosticMessages.generated.json +10 -7
- package/lib/es/diagnosticMessages.generated.json +14 -7
- package/lib/fr/diagnosticMessages.generated.json +14 -7
- package/lib/it/diagnosticMessages.generated.json +10 -7
- package/lib/ja/diagnosticMessages.generated.json +14 -7
- package/lib/ko/diagnosticMessages.generated.json +14 -7
- package/lib/lib.d.ts +1 -3
- package/lib/lib.decorators.d.ts +1 -3
- package/lib/lib.decorators.legacy.d.ts +1 -3
- package/lib/lib.dom.asynciterable.d.ts +3 -26
- package/lib/lib.dom.d.ts +8382 -3508
- package/lib/lib.dom.iterable.d.ts +3 -556
- package/lib/lib.es2015.collection.d.ts +7 -4
- package/lib/lib.es2015.core.d.ts +2 -4
- package/lib/lib.es2015.d.ts +1 -3
- package/lib/lib.es2015.generator.d.ts +1 -3
- package/lib/lib.es2015.iterable.d.ts +2 -4
- package/lib/lib.es2015.promise.d.ts +1 -3
- package/lib/lib.es2015.proxy.d.ts +1 -3
- package/lib/lib.es2015.reflect.d.ts +1 -3
- package/lib/lib.es2015.symbol.d.ts +1 -3
- package/lib/lib.es2015.symbol.wellknown.d.ts +1 -3
- package/lib/lib.es2016.array.include.d.ts +1 -3
- package/lib/lib.es2016.d.ts +1 -3
- package/lib/lib.es2016.full.d.ts +1 -3
- package/lib/lib.es2016.intl.d.ts +1 -3
- package/lib/lib.es2017.arraybuffer.d.ts +1 -3
- package/lib/lib.es2017.d.ts +1 -3
- package/lib/lib.es2017.date.d.ts +1 -3
- package/lib/lib.es2017.full.d.ts +1 -3
- package/lib/lib.es2017.intl.d.ts +1 -3
- package/lib/lib.es2017.object.d.ts +1 -3
- package/lib/lib.es2017.sharedmemory.d.ts +1 -3
- package/lib/lib.es2017.string.d.ts +1 -3
- package/lib/lib.es2017.typedarrays.d.ts +1 -3
- package/lib/lib.es2018.asyncgenerator.d.ts +1 -3
- package/lib/lib.es2018.asynciterable.d.ts +1 -3
- package/lib/lib.es2018.d.ts +1 -3
- package/lib/lib.es2018.full.d.ts +1 -3
- package/lib/lib.es2018.intl.d.ts +1 -3
- package/lib/lib.es2018.promise.d.ts +1 -3
- package/lib/lib.es2018.regexp.d.ts +1 -3
- package/lib/lib.es2019.array.d.ts +1 -3
- package/lib/lib.es2019.d.ts +1 -3
- package/lib/lib.es2019.full.d.ts +1 -3
- package/lib/lib.es2019.intl.d.ts +1 -3
- package/lib/lib.es2019.object.d.ts +1 -3
- package/lib/lib.es2019.string.d.ts +1 -3
- package/lib/lib.es2019.symbol.d.ts +1 -3
- package/lib/lib.es2020.bigint.d.ts +5 -7
- package/lib/lib.es2020.d.ts +1 -3
- package/lib/lib.es2020.date.d.ts +1 -3
- package/lib/lib.es2020.full.d.ts +1 -3
- package/lib/lib.es2020.intl.d.ts +1 -3
- package/lib/lib.es2020.number.d.ts +1 -3
- package/lib/lib.es2020.promise.d.ts +1 -3
- package/lib/lib.es2020.sharedmemory.d.ts +1 -3
- package/lib/lib.es2020.string.d.ts +2 -4
- package/lib/lib.es2020.symbol.wellknown.d.ts +2 -4
- package/lib/lib.es2021.d.ts +1 -3
- package/lib/lib.es2021.full.d.ts +1 -3
- package/lib/lib.es2021.intl.d.ts +1 -3
- package/lib/lib.es2021.promise.d.ts +1 -3
- package/lib/lib.es2021.string.d.ts +1 -3
- package/lib/lib.es2021.weakref.d.ts +1 -3
- package/lib/lib.es2022.array.d.ts +1 -3
- package/lib/lib.es2022.d.ts +1 -3
- package/lib/lib.es2022.error.d.ts +1 -3
- package/lib/lib.es2022.full.d.ts +1 -3
- package/lib/lib.es2022.intl.d.ts +1 -3
- package/lib/lib.es2022.object.d.ts +1 -3
- package/lib/lib.es2022.regexp.d.ts +2 -4
- package/lib/lib.es2022.string.d.ts +1 -3
- package/lib/lib.es2023.array.d.ts +1 -3
- package/lib/lib.es2023.collection.d.ts +1 -3
- package/lib/lib.es2023.d.ts +1 -3
- package/lib/lib.es2023.full.d.ts +1 -3
- package/lib/lib.es2023.intl.d.ts +10 -4
- package/lib/lib.es2024.arraybuffer.d.ts +1 -3
- package/lib/lib.es2024.collection.d.ts +1 -3
- package/lib/lib.es2024.d.ts +1 -3
- package/lib/lib.es2024.full.d.ts +1 -3
- package/lib/lib.es2024.object.d.ts +1 -3
- package/lib/lib.es2024.promise.d.ts +1 -3
- package/lib/lib.es2024.regexp.d.ts +1 -3
- package/lib/lib.es2024.sharedmemory.d.ts +1 -3
- package/lib/lib.es2024.string.d.ts +1 -3
- package/lib/lib.es2025.collection.d.ts +94 -0
- package/lib/lib.es2025.d.ts +23 -0
- package/lib/{lib.esnext.float16.d.ts → lib.es2025.float16.d.ts} +1 -3
- package/lib/lib.es2025.full.d.ts +22 -0
- package/lib/lib.es2025.intl.d.ts +200 -0
- package/lib/{lib.esnext.iterator.d.ts → lib.es2025.iterator.d.ts} +1 -3
- package/lib/{lib.esnext.promise.d.ts → lib.es2025.promise.d.ts} +1 -3
- package/lib/lib.es2025.regexp.d.ts +30 -0
- package/lib/lib.es5.d.ts +22 -24
- package/lib/lib.es6.d.ts +1 -3
- package/lib/lib.esnext.array.d.ts +1 -3
- package/lib/lib.esnext.collection.d.ts +20 -69
- package/lib/lib.esnext.d.ts +6 -8
- package/lib/lib.esnext.date.d.ts +21 -0
- package/lib/lib.esnext.decorators.d.ts +1 -3
- package/lib/lib.esnext.disposable.d.ts +1 -3
- package/lib/lib.esnext.error.d.ts +1 -3
- package/lib/lib.esnext.full.d.ts +1 -3
- package/lib/lib.esnext.intl.d.ts +89 -3
- package/lib/lib.esnext.sharedmemory.d.ts +1 -3
- package/lib/lib.esnext.temporal.d.ts +473 -0
- package/lib/lib.esnext.typedarrays.d.ts +90 -0
- package/lib/lib.scripthost.d.ts +1 -3
- package/lib/lib.webworker.asynciterable.d.ts +3 -26
- package/lib/lib.webworker.d.ts +2682 -1018
- package/lib/lib.webworker.importscripts.d.ts +1 -3
- package/lib/lib.webworker.iterable.d.ts +3 -325
- package/lib/pl/diagnosticMessages.generated.json +14 -7
- package/lib/pt-br/diagnosticMessages.generated.json +14 -7
- package/lib/ru/diagnosticMessages.generated.json +10 -7
- package/lib/tr/diagnosticMessages.generated.json +14 -7
- package/lib/tsserverlibrary.d.ts +1 -1
- package/lib/tsserverlibrary.js +1 -1
- package/lib/typescript.d.ts +69 -58
- package/lib/typescript.js +2533 -1812
- package/lib/watchGuard.js +1 -1
- package/lib/zh-cn/diagnosticMessages.generated.json +14 -7
- package/lib/zh-tw/diagnosticMessages.generated.json +10 -7
- package/package.json +23 -24
|
@@ -7,15 +7,13 @@ License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
7
7
|
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
8
|
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
9
|
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
-
|
|
10
|
+
MERCHANTABILITY OR NON-INFRINGEMENT.
|
|
11
11
|
|
|
12
12
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
13
|
and limitations under the License.
|
|
14
14
|
***************************************************************************** */
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
/// <reference no-default-lib="true"/>
|
|
18
|
-
|
|
19
17
|
/////////////////////////////
|
|
20
18
|
/// WorkerGlobalScope APIs
|
|
21
19
|
/////////////////////////////
|
|
@@ -7,334 +7,12 @@ License at http://www.apache.org/licenses/LICENSE-2.0
|
|
|
7
7
|
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
8
|
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
9
|
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
-
|
|
10
|
+
MERCHANTABILITY OR NON-INFRINGEMENT.
|
|
11
11
|
|
|
12
12
|
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
13
|
and limitations under the License.
|
|
14
14
|
***************************************************************************** */
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
/////////////////////////////
|
|
20
|
-
/// Worker Iterable APIs
|
|
21
|
-
/////////////////////////////
|
|
22
|
-
|
|
23
|
-
interface CSSNumericArray {
|
|
24
|
-
[Symbol.iterator](): ArrayIterator<CSSNumericValue>;
|
|
25
|
-
entries(): ArrayIterator<[number, CSSNumericValue]>;
|
|
26
|
-
keys(): ArrayIterator<number>;
|
|
27
|
-
values(): ArrayIterator<CSSNumericValue>;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
interface CSSTransformValue {
|
|
31
|
-
[Symbol.iterator](): ArrayIterator<CSSTransformComponent>;
|
|
32
|
-
entries(): ArrayIterator<[number, CSSTransformComponent]>;
|
|
33
|
-
keys(): ArrayIterator<number>;
|
|
34
|
-
values(): ArrayIterator<CSSTransformComponent>;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
interface CSSUnparsedValue {
|
|
38
|
-
[Symbol.iterator](): ArrayIterator<CSSUnparsedSegment>;
|
|
39
|
-
entries(): ArrayIterator<[number, CSSUnparsedSegment]>;
|
|
40
|
-
keys(): ArrayIterator<number>;
|
|
41
|
-
values(): ArrayIterator<CSSUnparsedSegment>;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
interface Cache {
|
|
45
|
-
/**
|
|
46
|
-
* The **`addAll()`** method of the Cache interface takes an array of URLs, retrieves them, and adds the resulting response objects to the given cache.
|
|
47
|
-
*
|
|
48
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Cache/addAll)
|
|
49
|
-
*/
|
|
50
|
-
addAll(requests: Iterable<RequestInfo>): Promise<void>;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
interface CanvasPath {
|
|
54
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/roundRect) */
|
|
55
|
-
roundRect(x: number, y: number, w: number, h: number, radii?: number | DOMPointInit | Iterable<number | DOMPointInit>): void;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
interface CanvasPathDrawingStyles {
|
|
59
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/setLineDash) */
|
|
60
|
-
setLineDash(segments: Iterable<number>): void;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
interface CookieStoreManager {
|
|
64
|
-
/**
|
|
65
|
-
* The **`subscribe()`** method of the CookieStoreManager interface subscribes a ServiceWorkerRegistration to cookie change events.
|
|
66
|
-
*
|
|
67
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CookieStoreManager/subscribe)
|
|
68
|
-
*/
|
|
69
|
-
subscribe(subscriptions: Iterable<CookieStoreGetOptions>): Promise<void>;
|
|
70
|
-
/**
|
|
71
|
-
* The **`unsubscribe()`** method of the CookieStoreManager interface stops the ServiceWorkerRegistration from receiving previously subscribed events.
|
|
72
|
-
*
|
|
73
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CookieStoreManager/unsubscribe)
|
|
74
|
-
*/
|
|
75
|
-
unsubscribe(subscriptions: Iterable<CookieStoreGetOptions>): Promise<void>;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
interface DOMStringList {
|
|
79
|
-
[Symbol.iterator](): ArrayIterator<string>;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
interface FileList {
|
|
83
|
-
[Symbol.iterator](): ArrayIterator<File>;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
interface FontFaceSet extends Set<FontFace> {
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
interface FormDataIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
90
|
-
[Symbol.iterator](): FormDataIterator<T>;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
interface FormData {
|
|
94
|
-
[Symbol.iterator](): FormDataIterator<[string, FormDataEntryValue]>;
|
|
95
|
-
/** Returns an array of key, value pairs for every entry in the list. */
|
|
96
|
-
entries(): FormDataIterator<[string, FormDataEntryValue]>;
|
|
97
|
-
/** Returns a list of keys in the list. */
|
|
98
|
-
keys(): FormDataIterator<string>;
|
|
99
|
-
/** Returns a list of values in the list. */
|
|
100
|
-
values(): FormDataIterator<FormDataEntryValue>;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
interface HeadersIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
104
|
-
[Symbol.iterator](): HeadersIterator<T>;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
interface Headers {
|
|
108
|
-
[Symbol.iterator](): HeadersIterator<[string, string]>;
|
|
109
|
-
/** Returns an iterator allowing to go through all key/value pairs contained in this object. */
|
|
110
|
-
entries(): HeadersIterator<[string, string]>;
|
|
111
|
-
/** Returns an iterator allowing to go through all keys of the key/value pairs contained in this object. */
|
|
112
|
-
keys(): HeadersIterator<string>;
|
|
113
|
-
/** Returns an iterator allowing to go through all values of the key/value pairs contained in this object. */
|
|
114
|
-
values(): HeadersIterator<string>;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
interface IDBDatabase {
|
|
118
|
-
/**
|
|
119
|
-
* The **`transaction`** method of the IDBDatabase interface immediately returns a transaction object (IDBTransaction) containing the IDBTransaction.objectStore method, which you can use to access your object store.
|
|
120
|
-
*
|
|
121
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBDatabase/transaction)
|
|
122
|
-
*/
|
|
123
|
-
transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode, options?: IDBTransactionOptions): IDBTransaction;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
interface IDBObjectStore {
|
|
127
|
-
/**
|
|
128
|
-
* The **`createIndex()`** method of the field/column defining a new data point for each database record to contain.
|
|
129
|
-
*
|
|
130
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/IDBObjectStore/createIndex)
|
|
131
|
-
*/
|
|
132
|
-
createIndex(name: string, keyPath: string | Iterable<string>, options?: IDBIndexParameters): IDBIndex;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
interface ImageTrackList {
|
|
136
|
-
[Symbol.iterator](): ArrayIterator<ImageTrack>;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
interface MessageEvent<T = any> {
|
|
140
|
-
/** @deprecated */
|
|
141
|
-
initMessageEvent(type: string, bubbles?: boolean, cancelable?: boolean, data?: any, origin?: string, lastEventId?: string, source?: MessageEventSource | null, ports?: Iterable<MessagePort>): void;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
interface StylePropertyMapReadOnlyIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
145
|
-
[Symbol.iterator](): StylePropertyMapReadOnlyIterator<T>;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
interface StylePropertyMapReadOnly {
|
|
149
|
-
[Symbol.iterator](): StylePropertyMapReadOnlyIterator<[string, Iterable<CSSStyleValue>]>;
|
|
150
|
-
entries(): StylePropertyMapReadOnlyIterator<[string, Iterable<CSSStyleValue>]>;
|
|
151
|
-
keys(): StylePropertyMapReadOnlyIterator<string>;
|
|
152
|
-
values(): StylePropertyMapReadOnlyIterator<Iterable<CSSStyleValue>>;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
interface SubtleCrypto {
|
|
156
|
-
/**
|
|
157
|
-
* The **`deriveKey()`** method of the SubtleCrypto interface can be used to derive a secret key from a master key.
|
|
158
|
-
*
|
|
159
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/deriveKey)
|
|
160
|
-
*/
|
|
161
|
-
deriveKey(algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, baseKey: CryptoKey, derivedKeyType: AlgorithmIdentifier | AesDerivedKeyParams | HmacImportParams | HkdfParams | Pbkdf2Params, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;
|
|
162
|
-
/**
|
|
163
|
-
* The **`generateKey()`** method of the SubtleCrypto interface is used to generate a new key (for symmetric algorithms) or key pair (for public-key algorithms).
|
|
164
|
-
*
|
|
165
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/generateKey)
|
|
166
|
-
*/
|
|
167
|
-
generateKey(algorithm: "Ed25519" | { name: "Ed25519" }, extractable: boolean, keyUsages: ReadonlyArray<"sign" | "verify">): Promise<CryptoKeyPair>;
|
|
168
|
-
generateKey(algorithm: RsaHashedKeyGenParams | EcKeyGenParams, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKeyPair>;
|
|
169
|
-
generateKey(algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;
|
|
170
|
-
generateKey(algorithm: AlgorithmIdentifier, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKeyPair | CryptoKey>;
|
|
171
|
-
/**
|
|
172
|
-
* The **`importKey()`** method of the SubtleCrypto interface imports a key: that is, it takes as input a key in an external, portable format and gives you a CryptoKey object that you can use in the Web Crypto API.
|
|
173
|
-
*
|
|
174
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/importKey)
|
|
175
|
-
*/
|
|
176
|
-
importKey(format: "jwk", keyData: JsonWebKey, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: ReadonlyArray<KeyUsage>): Promise<CryptoKey>;
|
|
177
|
-
importKey(format: Exclude<KeyFormat, "jwk">, keyData: BufferSource, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;
|
|
178
|
-
/**
|
|
179
|
-
* The **`unwrapKey()`** method of the SubtleCrypto interface 'unwraps' a key.
|
|
180
|
-
*
|
|
181
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SubtleCrypto/unwrapKey)
|
|
182
|
-
*/
|
|
183
|
-
unwrapKey(format: KeyFormat, wrappedKey: BufferSource, unwrappingKey: CryptoKey, unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, unwrappedKeyAlgorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm, extractable: boolean, keyUsages: Iterable<KeyUsage>): Promise<CryptoKey>;
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
interface URLSearchParamsIterator<T> extends IteratorObject<T, BuiltinIteratorReturn, unknown> {
|
|
187
|
-
[Symbol.iterator](): URLSearchParamsIterator<T>;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
interface URLSearchParams {
|
|
191
|
-
[Symbol.iterator](): URLSearchParamsIterator<[string, string]>;
|
|
192
|
-
/** Returns an array of key, value pairs for every entry in the search params. */
|
|
193
|
-
entries(): URLSearchParamsIterator<[string, string]>;
|
|
194
|
-
/** Returns a list of keys in the search params. */
|
|
195
|
-
keys(): URLSearchParamsIterator<string>;
|
|
196
|
-
/** Returns a list of values in the search params. */
|
|
197
|
-
values(): URLSearchParamsIterator<string>;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
interface WEBGL_draw_buffers {
|
|
201
|
-
/**
|
|
202
|
-
* The **`WEBGL_draw_buffers.drawBuffersWEBGL()`** method is part of the WebGL API and allows you to define the draw buffers to which all fragment colors are written.
|
|
203
|
-
*
|
|
204
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_draw_buffers/drawBuffersWEBGL)
|
|
205
|
-
*/
|
|
206
|
-
drawBuffersWEBGL(buffers: Iterable<GLenum>): void;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
interface WEBGL_multi_draw {
|
|
210
|
-
/**
|
|
211
|
-
* The **`WEBGL_multi_draw.multiDrawArraysInstancedWEBGL()`** method of the WebGL API renders multiple primitives from array data.
|
|
212
|
-
*
|
|
213
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysInstancedWEBGL)
|
|
214
|
-
*/
|
|
215
|
-
multiDrawArraysInstancedWEBGL(mode: GLenum, firstsList: Int32Array<ArrayBufferLike> | Iterable<GLint>, firstsOffset: number, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, instanceCountsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, instanceCountsOffset: number, drawcount: GLsizei): void;
|
|
216
|
-
/**
|
|
217
|
-
* The **`WEBGL_multi_draw.multiDrawArraysWEBGL()`** method of the WebGL API renders multiple primitives from array data.
|
|
218
|
-
*
|
|
219
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawArraysWEBGL)
|
|
220
|
-
*/
|
|
221
|
-
multiDrawArraysWEBGL(mode: GLenum, firstsList: Int32Array<ArrayBufferLike> | Iterable<GLint>, firstsOffset: number, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, drawcount: GLsizei): void;
|
|
222
|
-
/**
|
|
223
|
-
* The **`WEBGL_multi_draw.multiDrawElementsInstancedWEBGL()`** method of the WebGL API renders multiple primitives from array data.
|
|
224
|
-
*
|
|
225
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsInstancedWEBGL)
|
|
226
|
-
*/
|
|
227
|
-
multiDrawElementsInstancedWEBGL(mode: GLenum, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, type: GLenum, offsetsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, offsetsOffset: number, instanceCountsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, instanceCountsOffset: number, drawcount: GLsizei): void;
|
|
228
|
-
/**
|
|
229
|
-
* The **`WEBGL_multi_draw.multiDrawElementsWEBGL()`** method of the WebGL API renders multiple primitives from array data.
|
|
230
|
-
*
|
|
231
|
-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/WEBGL_multi_draw/multiDrawElementsWEBGL)
|
|
232
|
-
*/
|
|
233
|
-
multiDrawElementsWEBGL(mode: GLenum, countsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, countsOffset: number, type: GLenum, offsetsList: Int32Array<ArrayBufferLike> | Iterable<GLsizei>, offsetsOffset: number, drawcount: GLsizei): void;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
interface WebGL2RenderingContextBase {
|
|
237
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
|
|
238
|
-
clearBufferfv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLfloat>, srcOffset?: number): void;
|
|
239
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
|
|
240
|
-
clearBufferiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLint>, srcOffset?: number): void;
|
|
241
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/clearBuffer) */
|
|
242
|
-
clearBufferuiv(buffer: GLenum, drawbuffer: GLint, values: Iterable<GLuint>, srcOffset?: number): void;
|
|
243
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/drawBuffers) */
|
|
244
|
-
drawBuffers(buffers: Iterable<GLenum>): void;
|
|
245
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getActiveUniforms) */
|
|
246
|
-
getActiveUniforms(program: WebGLProgram, uniformIndices: Iterable<GLuint>, pname: GLenum): any;
|
|
247
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/getUniformIndices) */
|
|
248
|
-
getUniformIndices(program: WebGLProgram, uniformNames: Iterable<string>): GLuint[] | null;
|
|
249
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateFramebuffer) */
|
|
250
|
-
invalidateFramebuffer(target: GLenum, attachments: Iterable<GLenum>): void;
|
|
251
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/invalidateSubFramebuffer) */
|
|
252
|
-
invalidateSubFramebuffer(target: GLenum, attachments: Iterable<GLenum>, x: GLint, y: GLint, width: GLsizei, height: GLsizei): void;
|
|
253
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/transformFeedbackVaryings) */
|
|
254
|
-
transformFeedbackVaryings(program: WebGLProgram, varyings: Iterable<string>, bufferMode: GLenum): void;
|
|
255
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
|
|
256
|
-
uniform1uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
257
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
|
|
258
|
-
uniform2uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
259
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
|
|
260
|
-
uniform3uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
261
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniform) */
|
|
262
|
-
uniform4uiv(location: WebGLUniformLocation | null, data: Iterable<GLuint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
263
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
264
|
-
uniformMatrix2x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
265
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
266
|
-
uniformMatrix2x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
267
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
268
|
-
uniformMatrix3x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
269
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
270
|
-
uniformMatrix3x4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
271
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
272
|
-
uniformMatrix4x2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
273
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
274
|
-
uniformMatrix4x3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
275
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/vertexAttribI) */
|
|
276
|
-
vertexAttribI4iv(index: GLuint, values: Iterable<GLint>): void;
|
|
277
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/vertexAttribI) */
|
|
278
|
-
vertexAttribI4uiv(index: GLuint, values: Iterable<GLuint>): void;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
interface WebGL2RenderingContextOverloads {
|
|
282
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
283
|
-
uniform1fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
284
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
285
|
-
uniform1iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
286
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
287
|
-
uniform2fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
288
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
289
|
-
uniform2iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
290
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
291
|
-
uniform3fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
292
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
293
|
-
uniform3iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
294
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
295
|
-
uniform4fv(location: WebGLUniformLocation | null, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
296
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
297
|
-
uniform4iv(location: WebGLUniformLocation | null, data: Iterable<GLint>, srcOffset?: number, srcLength?: GLuint): void;
|
|
298
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGL2RenderingContext/uniformMatrix) */
|
|
299
|
-
uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
300
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
301
|
-
uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
302
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
303
|
-
uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, data: Iterable<GLfloat>, srcOffset?: number, srcLength?: GLuint): void;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
interface WebGLRenderingContextBase {
|
|
307
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */
|
|
308
|
-
vertexAttrib1fv(index: GLuint, values: Iterable<GLfloat>): void;
|
|
309
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */
|
|
310
|
-
vertexAttrib2fv(index: GLuint, values: Iterable<GLfloat>): void;
|
|
311
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */
|
|
312
|
-
vertexAttrib3fv(index: GLuint, values: Iterable<GLfloat>): void;
|
|
313
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/vertexAttrib) */
|
|
314
|
-
vertexAttrib4fv(index: GLuint, values: Iterable<GLfloat>): void;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
interface WebGLRenderingContextOverloads {
|
|
318
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
319
|
-
uniform1fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;
|
|
320
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
321
|
-
uniform1iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;
|
|
322
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
323
|
-
uniform2fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;
|
|
324
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
325
|
-
uniform2iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;
|
|
326
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
327
|
-
uniform3fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;
|
|
328
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
329
|
-
uniform3iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;
|
|
330
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
331
|
-
uniform4fv(location: WebGLUniformLocation | null, v: Iterable<GLfloat>): void;
|
|
332
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniform) */
|
|
333
|
-
uniform4iv(location: WebGLUniformLocation | null, v: Iterable<GLint>): void;
|
|
334
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
335
|
-
uniformMatrix2fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;
|
|
336
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
337
|
-
uniformMatrix3fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;
|
|
338
|
-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebGLRenderingContext/uniformMatrix) */
|
|
339
|
-
uniformMatrix4fv(location: WebGLUniformLocation | null, transpose: GLboolean, value: Iterable<GLfloat>): void;
|
|
340
|
-
}
|
|
17
|
+
// This file's contents are now included in the main types file.
|
|
18
|
+
// The file has been left for backward compatibility.
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "Nazwa właściwości obliczanej w otaczającym kontekście musi odwoływać się do wyrażenia, którego typem jest literał lub „unique symbol”.",
|
|
27
27
|
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "Nazwa właściwości obliczanej w interfejsie musi odwoływać się do wyrażenia, którego typem jest literał lub „unique symbol”.",
|
|
28
28
|
"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "Obliczona nazwa właściwości musi być typu „string”, „number”, „symbol” lub „any”.",
|
|
29
|
-
"
|
|
29
|
+
"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "Asercja „const” może być stosowana tylko do odwołań do elementów członkowskich wyliczenia lub ciągu, liczby, wartości logicznej, tablicy lub literałów obiektów.",
|
|
30
30
|
"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "Dostęp do składowej wyliczenia ze specyfikatorem const można uzyskać tylko za pomocą literału ciągu.",
|
|
31
31
|
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "Inicjator „const” w otaczającym kontekście musi być ciągiem, literałem liczbowym albo odwołaniem do literału wyliczenia.",
|
|
32
32
|
"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "Konstruktor nie może zawierać wywołania „super”, gdy jego klasa rozszerza wartość „null”.",
|
|
@@ -365,6 +365,7 @@
|
|
|
365
365
|
"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "Nie można znaleźć modułu „{0}”. Rozważ użycie opcji „--resolveJsonModule” do importowania modułu z rozszerzeniem „.json”.",
|
|
366
366
|
"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "Nie można odnaleźć modułu „{0}”. Czy chcesz ustawić opcję „moduleResolution” na wartość „nodenext”, czy dodać aliasy do opcji „paths”?",
|
|
367
367
|
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "Nie można odnaleźć modułu „{0}” lub odpowiadających mu deklaracji typów.",
|
|
368
|
+
"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "Nie można odnaleźć deklaracji modułu lub typu dla importu efektu ubocznego elementu „{0}”.",
|
|
368
369
|
"Cannot_find_name_0_2304": "Nie można odnaleźć nazwy „{0}”.",
|
|
369
370
|
"Cannot_find_name_0_Did_you_mean_1_2552": "Nie można znaleźć nazwy „{0}”. Czy chodziło Ci o „{1}”?",
|
|
370
371
|
"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "Nie można znaleźć nazwy „{0}”. Czy chodziło o składową wystąpienia „this.{0}”?",
|
|
@@ -653,8 +654,9 @@
|
|
|
653
654
|
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Dynamiczne importy są obsługiwane tylko wtedy, gdy flaga „--module” jest ustawiona na wartość „es2020”, „es2022”, „esnext”, „commonjs”, „amd”, „system”, „umd”, „node16”, „node18”, „node20” lub „nodenext”.",
|
|
654
655
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "Importy dynamiczne mogą akceptować tylko specyfikator modułu i opcjonalny zestaw atrybutów jako argumenty",
|
|
655
656
|
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "Importy dynamiczne obsługują drugi argument tylko wtedy, gdy opcja „--module” jest ustawiona na wartość „esnext”, „node16”, „node18”, „node20”, „nodenext” lub „preserve”.",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
657
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "Importów i eksportów ECMAScript nie można zapisać w pliku CommonJS w obszarze „verbatimModuleSyntax”.",
|
|
658
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "Importów i eksportów ECMAScript nie można zapisać w pliku CommonJS w obszarze „verbatimModuleSyntax”. Dostosuj pole „type” w najbliższej lokalizacji „package.json”, aby ustawić ten plik jako moduł ECMAScript, lub dostosuj ustawienia „verbatimModuleSyntax”, „module” i „moduleResolution” w języku TypeScript.",
|
|
659
|
+
"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "Składnia modułu ECMAScript jest niedozwolona w module CommonJS, gdy element „module” jest ustawiony na wartość „preserve”.",
|
|
658
660
|
"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "Każda deklaracja znaku „{0}.{1}” różni się wartością, gdzie oczekiwano elementu „{2}”, ale podano „{3}”.",
|
|
659
661
|
"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "Każdy element członkowski typu unii „{0}” ma sygnatury konstrukcji, ale żadne z tych sygnatur nie są ze sobą zgodne.",
|
|
660
662
|
"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "Każdy element członkowski typu unii „{0}” ma sygnatury, ale żadne z tych sygnatur nie są ze sobą zgodne.",
|
|
@@ -883,6 +885,7 @@
|
|
|
883
885
|
"Identifier_string_literal_or_number_literal_expected_1496": "Oczekiwano identyfikatora, literału ciągu lub literału liczbowego.",
|
|
884
886
|
"If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040": "Jeśli pakiet \"{0}\" faktycznie udostępnia ten moduł, rozważ wysłanie żądania ściągnięcia w celu zmiany elementu \"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}\"",
|
|
885
887
|
"If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058": "Jeśli pakiet „{0}” rzeczywiście uwidacznia ten moduł, spróbuj dodać nowy plik deklaracji (.d.ts) zawierający „declare module”{1}';`",
|
|
888
|
+
"Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549": "Zignoruj znaleziony plik tsconfig i skompiluj za pomocą opcji wiersza polecenia i plików.",
|
|
886
889
|
"Ignore_this_error_message_90019": "Ignoruj ten komunikat o błędzie",
|
|
887
890
|
"Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924": "Ignorując plik tsconfig.json, kompiluje określone pliki z domyślnymi opcjami kompilatora.",
|
|
888
891
|
"Implement_all_inherited_abstract_classes_95040": "Zaimplementuj wszystkie dziedziczone klasy abstrakcyjne",
|
|
@@ -1139,7 +1142,7 @@
|
|
|
1139
1142
|
"Option_0_can_only_be_specified_on_command_line_6266": "Opcję „{0}” można określić tylko w wierszu polecenia.",
|
|
1140
1143
|
"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "Opcja „{0}” może być używana tylko w przypadku podania opcji „--inlineSourceMap” lub „--sourceMap”.",
|
|
1141
1144
|
"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "Opcji „{0}” można używać tylko wtedy, gdy parametr „moduleResolution” ma wartość „node16”, „nodenext” lub „bundler”.",
|
|
1142
|
-
"
|
|
1145
|
+
"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "Opcji „{0}” można używać tylko wtedy, gdy element „module” ma wartość „preserve”, „commonjs” lub „es2015” lub nowszą.",
|
|
1143
1146
|
"Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "Nie można określić opcji „{0}”, jeśli opcja „jsx” ma wartość „{1}”.",
|
|
1144
1147
|
"Option_0_cannot_be_specified_with_option_1_5053": "Opcji „{0}” nie można określić razem z opcją „{1}”.",
|
|
1145
1148
|
"Option_0_cannot_be_specified_without_specifying_option_1_5052": "Opcji „{0}” nie można określić bez opcji „{1}”.",
|
|
@@ -1147,7 +1150,7 @@
|
|
|
1147
1150
|
"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "Opcja „{0}” została usunięta. Usuń go z konfiguracji.",
|
|
1148
1151
|
"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "Opcja „{0}” jest przestarzała i przestanie działać w języku TypeScript {1}. Określ parametr compilerOption „ignoreDeprecations”: „{2}”, aby wyciszyć ten błąd.",
|
|
1149
1152
|
"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "Opcja „{0}\" jest nadmiarowa i nie można jej określić za pomocą opcji „{1}”.",
|
|
1150
|
-
"
|
|
1153
|
+
"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "Opcja „allowImportingTsExtensions” może być używana tylko wtedy, gdy jest ustawiona wartość „noEmit”, „emitDeclarationOnly” lub „rewriteRelativeImportExtensions”.",
|
|
1151
1154
|
"Option_build_must_be_the_first_command_line_argument_6369": "Opcja „--build” musi być pierwszym argumentem wiersza polecenia.",
|
|
1152
1155
|
"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "Opcję \"--incremental\" można określić tylko za pomocą pliku tsconfig, emitując do pojedynczego pliku lub gdy określono opcję \"--tsBuildInfoFile\".",
|
|
1153
1156
|
"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "Opcji „isolatedModules” można użyć tylko wtedy, gdy podano opcję „--module” lub opcja „target” określa cel „ES2015” lub wyższy.",
|
|
@@ -1894,6 +1897,7 @@
|
|
|
1894
1897
|
"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "Element ze zmienną liczbą argumentów na pozycji {0} w źródle nie jest zgodny z elementem na pozycji {1} w lokalizacji docelowej.",
|
|
1895
1898
|
"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "Adnotacje wariancji są obsługiwane tylko w aliasach typów obiektów, funkcji, konstruktorów i mapowanych typów.",
|
|
1896
1899
|
"Version_0_6029": "Wersja {0}",
|
|
1900
|
+
"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "Odwiedź https://aka.ms/ts6, aby uzyskać informacje o migracji.",
|
|
1897
1901
|
"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "Odwiedź https://aka.ms/tsconfig, aby dowiedzieć się więcej o tym pliku",
|
|
1898
1902
|
"WATCH_OPTIONS_6918": "OPCJE OBSERWACJI",
|
|
1899
1903
|
"Watch_and_Build_Modes_6250": "Tryb wyrażeń kontrolnych i kompilowania",
|
|
@@ -2020,6 +2024,7 @@
|
|
|
2020
2024
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "Wyrażeń „await” nie można używać w inicjatorze parametru.",
|
|
2021
2025
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "Operator „await” nie ma wpływu na typ tego wyrażenia.",
|
|
2022
2026
|
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "Deklaracje „await using” są niedozwolone w kontekstach otoczenia.",
|
|
2027
|
+
"await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548": "Deklaracje „await using” nie są dozwolone w klauzulach „case” lub „default”, chyba że znajdują się w bloku.",
|
|
2023
2028
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "Instrukcje „await using” są dozwolone tylko na najwyższym poziomie pliku, gdy ten plik jest modułem, ale ten plik nie ma importów ani eksportów. Rozważ dodanie pustego wyrażenia „export {}”, aby uczynić ten plik modułem.",
|
|
2024
2029
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "Instrukcje „await using” są dozwolone tylko w ramach funkcji asynchronicznych i na najwyższych poziomach modułów.",
|
|
2025
2030
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "Instrukcji „await using” nie można używać wewnątrz bloku statycznego klasy.",
|
|
@@ -2044,6 +2049,7 @@
|
|
|
2044
2049
|
"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "Klauzula „extends” wyeksportowanej klasy „{0}” ma nazwę prywatną „{1}” lub używa tej nazwy.",
|
|
2045
2050
|
"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "Klauzula „extends” wyeksportowanej klasy ma nazwę prywatną „{0}” lub używa tej nazwy.",
|
|
2046
2051
|
"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "Klauzula „extends” wyeksportowanego interfejsu „{0}” ma nazwę prywatną „{1}” lub używa tej nazwy.",
|
|
2052
|
+
"false_unless_checkJs_is_set_6932": "`false`, chyba że ustawiono `checkJs`",
|
|
2047
2053
|
"false_unless_composite_is_set_6906": "\"false\", chyba że ustawiono element \"composite\"",
|
|
2048
2054
|
"false_unless_strict_is_set_6905": "\"false\", chyba że ustawiono \"strict\"",
|
|
2049
2055
|
"file_6025": "plik",
|
|
@@ -2058,10 +2064,9 @@
|
|
|
2058
2064
|
"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "Deklaracje „infer” są dozwolone tylko w klauzuli „extends” typu warunkowego.",
|
|
2059
2065
|
"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "Po wyrażeniu „\\k” musi następować nazwa grupy przechwytywania ujęta w nawiasy ostre.",
|
|
2060
2066
|
"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "Element „let” nie może być używany jako nazwa w deklaracjach „let” ani „const”.",
|
|
2061
|
-
"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "module === \"AMD\" lub \"UMD\" lub \"System\" lub \"ES6\", a następnie \"Classic\", w przeciwnym razie \"Node\"",
|
|
2062
|
-
"module_system_or_esModuleInterop_6904": "module === \"system\" lub esModuleInterop",
|
|
2063
2067
|
"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "Wyrażenie „new”, którego element docelowy nie ma sygnatury konstrukcji, jest niejawnie typu „any”.",
|
|
2064
2068
|
"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "\"[\"node_modules\", \"bower_components\", \"jspm_packages\"]\", plus wartość elementu \"outDir\", jeśli jest określona.",
|
|
2069
|
+
"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "`nodenext`, jeśli `module` ma wartość `nodenext`; `node16`, jeśli `module` ma wartość `node16` lub `node18`; w przeciwnym razie `bundler`.",
|
|
2065
2070
|
"one_of_Colon_6900": "jeden z:",
|
|
2066
2071
|
"one_or_more_Colon_6901": "co najmniej jeden:",
|
|
2067
2072
|
"options_6024": "opcje",
|
|
@@ -2108,6 +2113,7 @@
|
|
|
2108
2113
|
"true_if_composite_false_otherwise_6909": "\"true\", jeśli \"composite\", w przeciwnym razie \"false\"",
|
|
2109
2114
|
"true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411": "„true”, gdy element „moduleResolution” ma wartość „node16”, „nodenext” lub „bundler”; w przeciwnym razie „false”.",
|
|
2110
2115
|
"tsc_Colon_The_TypeScript_Compiler_6922": "tsc: kompilator TypeScript",
|
|
2116
|
+
"tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112": "Plik tsconfig.json jest obecny, ale nie zostanie załadowany, jeśli w wierszu polecenia podano pliki. Aby pominąć ten błąd, użyj opcji „--ignoreConfig”.",
|
|
2111
2117
|
"type_Colon_6902": "typ:",
|
|
2112
2118
|
"unique_symbol_types_are_not_allowed_here_1335": "Typy „unique symbol” nie są dozwolone w tym miejscu.",
|
|
2113
2119
|
"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334": "Typy „unique symbol” są dozwolone tylko w zmiennych w instrukcji zmiennej.",
|
|
@@ -2115,6 +2121,7 @@
|
|
|
2115
2121
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "Dyrektywy „use strict” nie można używać z listą parametrów, które nie są parametrami prostymi.",
|
|
2116
2122
|
"use_strict_directive_used_here_1349": "Dyrektywa „use strict” użyta w tym miejscu.",
|
|
2117
2123
|
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "Deklaracje „using” nie są dozwolone w kontekstach otoczenia.",
|
|
2124
|
+
"using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547": "Deklaracje „using” nie są dozwolone w klauzulach „case” lub „default”, chyba że znajdują się w bloku.",
|
|
2118
2125
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "Instrukcje „with” są niedozwolone w bloku funkcji asynchronicznej.",
|
|
2119
2126
|
"with_statements_are_not_allowed_in_strict_mode_1101": "Instrukcje „with” są niedozwolone w trybie z ograniczeniami.",
|
|
2120
2127
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "Wyrażenie „yield” niejawnie zwraca wynik w postaci typu „any”, ponieważ w zawierającym generatorze brakuje adnotacji zwracanego typu.",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165": "Um nome de propriedade computado em um contexto de ambiente deve se referir a uma expressão cujo tipo é um tipo literal ou um 'unique symbol'.",
|
|
27
27
|
"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169": "Um nome de propriedade computado em uma interface deve se referir a uma expressão cujo tipo é um tipo literal ou um 'unique symbol'.",
|
|
28
28
|
"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464": "Um nome de propriedade calculado deve ser do tipo 'string', 'number', 'symbol' ou 'any'.",
|
|
29
|
-
"
|
|
29
|
+
"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355": "Uma declaração ''const'' só pode ser aplicada a referências a membros de enumeração ou literais de cadeia de caracteres, número, booliano, matriz ou objeto.",
|
|
30
30
|
"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476": "Um membro const enum só pode ser acessado usando um literal de cadeia de caracteres.",
|
|
31
31
|
"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254": "Um inicializador 'const' em um contexto de ambiente deve ser uma cadeia de caracteres ou um literal numérico ou uma referência de enumeração literal.",
|
|
32
32
|
"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005": "Um construtor não pode conter uma chamada 'super' quando sua classe estende 'null'.",
|
|
@@ -365,6 +365,7 @@
|
|
|
365
365
|
"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732": "Não é possível localizar o módulo '{0}'. Considere usar '--resolveJsonModule' para importar o módulo com a extensão '.json'.",
|
|
366
366
|
"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792": "Não é possível localizar o módulo '{0}'. Você quis definir a opção 'moduleResolution' como 'nodenext' ou adicionar aliases à opção 'paths'?",
|
|
367
367
|
"Cannot_find_module_0_or_its_corresponding_type_declarations_2307": "Não é possível localizar o módulo '{0}' ou suas declarações de tipo correspondentes.",
|
|
368
|
+
"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882": "Não é possível encontrar as declarações de módulo ou tipo para a importação com efeito colateral de ''{0}''.",
|
|
368
369
|
"Cannot_find_name_0_2304": "Não é possível encontrar o nome '{0}'.",
|
|
369
370
|
"Cannot_find_name_0_Did_you_mean_1_2552": "Não é possível localizar o nome '{0}'. Você quis dizer '{1}'?",
|
|
370
371
|
"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663": "Não foi possível localizar o nome '{0}'. Você quis dizer o membro de instância 'this.{0}'?",
|
|
@@ -653,8 +654,9 @@
|
|
|
653
654
|
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Só há suporte para as importações dinâmicas quando o sinalizador “--module” estiver definido como “es2020”, “es2022”, “esnext”, “commonjs”, “amd”, “system”, “umd”, “node16”, “node18”, “node20” ou “nodenext”.",
|
|
654
655
|
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450": "As importações dinâmicas só podem aceitar um especificador de módulo e um conjunto opcional de atributos como argumentos",
|
|
655
656
|
"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324": "As importações dinâmicas só dão suporte a um segundo argumento quando a opção “--module” estiver definida como “esnext”, “node16”, “node18”, “node20”, “nodenext” ou “preserve”.",
|
|
656
|
-
"
|
|
657
|
-
"
|
|
657
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286": "Importações e exportações ECMAScript não podem ser gravadas em um arquivo CommonJS em \"texttimModuleSyntax\".",
|
|
658
|
+
"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295": "Importações e exportações ECMAScript não podem ser gravadas em um arquivo CommonJS em \"texttimModuleSyntax\". Ajuste o campo \"type\" no \"package.json\" mais próximo para tornar esse arquivo um módulo ECMAScript ou ajuste as configurações \"texttimModuleSyntax\", \"module\" e \"moduleResolution\" no TypeScript.",
|
|
659
|
+
"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293": "A sintaxe do módulo ECMAScript não é permitida em um módulo CommonJS quando \"module\" está definido como \"preserve\".",
|
|
658
660
|
"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125": "Cada declaração de '{0}.{1}' difere em seu valor, onde '{2}' era esperado, mas '{3}' foi fornecido.",
|
|
659
661
|
"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762": "Cada membro do tipo de união '{0}' tem assinaturas de constructo, mas nenhuma dessas assinaturas é compatível entre si.",
|
|
660
662
|
"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758": "Cada membro do tipo de união '{0}' tem assinaturas, mas nenhuma dessas assinaturas é compatível entre si.",
|
|
@@ -883,6 +885,7 @@
|
|
|
883
885
|
"Identifier_string_literal_or_number_literal_expected_1496": "Identificador, literal de cadeia de caracteres ou literal de número esperado.",
|
|
884
886
|
"If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040": "Se o pacote '{0}' realmente expõe este módulo, considere enviar uma solicitação de pull para corrigir 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}'",
|
|
885
887
|
"If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058": "Se o pacote '{0}' realmente expõe este módulo, tente adicionar um novo arquivo de declaração (.d.ts) contendo o módulo `declare '{1}';`",
|
|
888
|
+
"Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549": "Ignore o tsconfig encontrado e crie com as opções de linha de comando e arquivos.",
|
|
886
889
|
"Ignore_this_error_message_90019": "Ignorar essa mensagem de erro",
|
|
887
890
|
"Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924": "Ignorar o tsconfig.json, compila os arquivos especificados com as opções do compilador padrão.",
|
|
888
891
|
"Implement_all_inherited_abstract_classes_95040": "Implementar todas as classes abstratas herdadas",
|
|
@@ -1139,7 +1142,7 @@
|
|
|
1139
1142
|
"Option_0_can_only_be_specified_on_command_line_6266": "A opção '{0}' só pode ser especificada na linha de comando.",
|
|
1140
1143
|
"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051": "A opção '{0} só pode ser usada quando qualquer uma das opções '--inlineSourceMap' ou '--sourceMap' é fornecida.",
|
|
1141
1144
|
"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098": "A opção '{0}' só pode ser usada quando 'moduleResolution' está definido como 'node16', 'nodenext' ou 'bundler'.",
|
|
1142
|
-
"
|
|
1145
|
+
"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095": "A opção \"{0}\" só pode ser usada quando \"module\" estiver definido como \"preserve\", \"commonjs\" ou \"es2015\" ou posterior.",
|
|
1143
1146
|
"Option_0_cannot_be_specified_when_option_jsx_is_1_5089": "A opção '{0}' não pode ser especificada quando a opção 'jsx' é '{1}'.",
|
|
1144
1147
|
"Option_0_cannot_be_specified_with_option_1_5053": "A opção '{0}' não pode ser especificada com a opção '{1}'.",
|
|
1145
1148
|
"Option_0_cannot_be_specified_without_specifying_option_1_5052": "A opção '{0}' não pode ser especificada sem especificar a opção '{1}'.",
|
|
@@ -1147,7 +1150,7 @@
|
|
|
1147
1150
|
"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102": "A opção '{0}' foi removida. Remova-a da configuração.",
|
|
1148
1151
|
"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101": "A opção '{0}' foi preterida e deixará de funcionar no TypeScript {1}. Especifique compilerOption '\"ignoreDeprecations\": \"{2}\"' para silenciar esse erro.",
|
|
1149
1152
|
"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104": "A opção '{0}' é redundante e não pode ser especificada com a opção '{1}'.",
|
|
1150
|
-
"
|
|
1153
|
+
"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096": "A opção “allowImportingTsExtensions” só pode ser usada quando um de “noEmit”, “emitDeclarationOnly” ou “rewriteRelativeImportExtensions” está definido.",
|
|
1151
1154
|
"Option_build_must_be_the_first_command_line_argument_6369": "A opção '--build' precisa ser o primeiro argumento da linha de comando.",
|
|
1152
1155
|
"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074": "A opção '--incremental' só pode ser especificada usando tsconfig, emitindo para um arquivo único ou quando a opção '--tsBuildInfoFile' for especificada.",
|
|
1153
1156
|
"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047": "A opção 'isolatedModules' só pode ser usada quando nenhuma opção de '--module' for fornecida ou a opção 'target' for 'ES2015' ou superior.",
|
|
@@ -1894,6 +1897,7 @@
|
|
|
1894
1897
|
"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "O elemento variádico na posição {0} na fonte não corresponde ao elemento na posição {1} no destino.",
|
|
1895
1898
|
"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "Só há suporte para anotações de variação em aliases do tipo para objetos, funções, construtores e tipos mapeados.",
|
|
1896
1899
|
"Version_0_6029": "Versão {0}",
|
|
1900
|
+
"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111": "Visite https://aka.ms/ts6 para obter informações de migração.",
|
|
1897
1901
|
"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "Visite https://aka.ms/tsconfig para ler mais sobre este arquivo",
|
|
1898
1902
|
"WATCH_OPTIONS_6918": "OPÇÕES DE INSPEÇÃO",
|
|
1899
1903
|
"Watch_and_Build_Modes_6250": "Modos Inspeção e Compilação",
|
|
@@ -2020,6 +2024,7 @@
|
|
|
2020
2024
|
"await_expressions_cannot_be_used_in_a_parameter_initializer_2524": "As expressões 'await' não podem ser usadas em inicializadores de parâmetros.",
|
|
2021
2025
|
"await_has_no_effect_on_the_type_of_this_expression_80007": "'await' não tem efeito sobre o tipo desta expressão.",
|
|
2022
2026
|
"await_using_declarations_are_not_allowed_in_ambient_contexts_1546": "Declarações \"await using\" não são permitidas em contextos de ambiente.",
|
|
2027
|
+
"await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548": "Declarações \"await using\" não são permitidas em cláusulas \"case\" ou \"default\", a menos que estejam contidas em um bloco.",
|
|
2023
2028
|
"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853": "As instruções 'for await' só são permitidas no nível superior de um arquivo quando esse arquivo é um módulo, mas este arquivo não tem importações nem exportações. Considere adicionar um 'export {}' vazio para transformar este arquivo em um módulo.",
|
|
2024
2029
|
"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852": "Instruções 'await using' só são permitidas em funções assíncronas e nos níveis superiores de módulos.",
|
|
2025
2030
|
"await_using_statements_cannot_be_used_inside_a_class_static_block_18054": "Instruções 'await using' não podem ser usadas dentro de um bloco estático de classe.",
|
|
@@ -2044,6 +2049,7 @@
|
|
|
2044
2049
|
"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020": "A cláusula 'extends' da classe exportada '{0}' tem ou está usando o nome particular '{1}'.",
|
|
2045
2050
|
"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021": "A cláusula 'extends' da classe exportada tem ou está usando o nome particular '{0}'.",
|
|
2046
2051
|
"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022": "A cláusula 'extends' da interface exportada '{0}' tem ou está usando o nome particular '{1}'.",
|
|
2052
|
+
"false_unless_checkJs_is_set_6932": "“false”, a menos que “checkJs” esteja definido",
|
|
2047
2053
|
"false_unless_composite_is_set_6906": "`false`, a menos que `composite` esteja definido",
|
|
2048
2054
|
"false_unless_strict_is_set_6905": "`false`, a menos que `strict` esteja definido",
|
|
2049
2055
|
"file_6025": "arquivo",
|
|
@@ -2058,10 +2064,9 @@
|
|
|
2058
2064
|
"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338": "As declarações 'infer' só são permitidas na cláusula 'extends' de um tipo condicional.",
|
|
2059
2065
|
"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510": "'\\k' deve ser seguido por um nome de grupo de captura entre colchetes angulares.",
|
|
2060
2066
|
"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480": "O uso de 'let' não é permitido como um nome em declarações 'let' ou 'const'.",
|
|
2061
|
-
"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010": "módulo === `AMD` ou `UMD` ou `System` ou `ES6` e `Classic`. Caso contrário, `Node`",
|
|
2062
|
-
"module_system_or_esModuleInterop_6904": "módulo === \"system\" ou esModuleInterop",
|
|
2063
2067
|
"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009": "A expressão 'new', cujo destino não tem uma assinatura de constructo, implicitamente tem um tipo 'any'.",
|
|
2064
2068
|
"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907": "`[\" node_modules \",\" bower_components \",\" jspm_packages \"]`, mais o valor de `outDir`, caso seja especificado.",
|
|
2069
|
+
"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010": "“nodenext” se “module” for “nodenext”; “node16” se “module” for “node16” ou “node18”; caso contrário, “bundler”.",
|
|
2065
2070
|
"one_of_Colon_6900": "um dos:",
|
|
2066
2071
|
"one_or_more_Colon_6901": "um ou mais:",
|
|
2067
2072
|
"options_6024": "opções",
|
|
@@ -2108,6 +2113,7 @@
|
|
|
2108
2113
|
"true_if_composite_false_otherwise_6909": "`true` se` composite`, `false` caso contrário",
|
|
2109
2114
|
"true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411": "'true' quando 'moduleResolution' é 'node16', 'nodenext' ou 'bundler'; caso contrário, \"false\".",
|
|
2110
2115
|
"tsc_Colon_The_TypeScript_Compiler_6922": "tsc: o Compilador TypeScript",
|
|
2116
|
+
"tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112": "O tsconfig.json está presente, mas não será carregado se os arquivos forem especificados na linha de comando. Use '--ignoreConfig' para ignorar esse erro.",
|
|
2111
2117
|
"type_Colon_6902": "tipo:",
|
|
2112
2118
|
"unique_symbol_types_are_not_allowed_here_1335": "Tipos de 'unique symbol' não são permitidos aqui.",
|
|
2113
2119
|
"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334": "Tipos de 'unique symbol' são permitidos apenas em variáveis em uma declaração de variável.",
|
|
@@ -2115,6 +2121,7 @@
|
|
|
2115
2121
|
"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347": "A diretiva 'use strict' não pode ser usada com uma lista de parâmetros não simples.",
|
|
2116
2122
|
"use_strict_directive_used_here_1349": "A diretiva 'use strict' usada aqui.",
|
|
2117
2123
|
"using_declarations_are_not_allowed_in_ambient_contexts_1545": "Declarações \"using\" não são permitidas em contextos de ambiente.",
|
|
2124
|
+
"using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547": "Declarações \"using\" não são permitidas em cláusulas \"case\" ou \"default\", a menos que estejam contidas em um bloco.",
|
|
2118
2125
|
"with_statements_are_not_allowed_in_an_async_function_block_1300": "As declarações 'with' não são permitidas em blocos de funções assíncronas.",
|
|
2119
2126
|
"with_statements_are_not_allowed_in_strict_mode_1101": "Instruções 'with' não são permitidas no modo estrito.",
|
|
2120
2127
|
"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057": "Expressão 'yield' resulta implicitamente em um tipo 'any' porque seu gerador contido não tem uma anotação de tipo de retorno.",
|