@@ -129,16 +129,22 @@ export const knownLibFilesForCompilerOptions = (compilerOptions: CompilerOptions
129
129
// or similar is merged.
130
130
const files = [
131
131
"lib.d.ts" ,
132
+ "lib.core.d.ts" ,
132
133
"lib.decorators.d.ts" ,
133
134
"lib.decorators.legacy.d.ts" ,
135
+ "lib.dom.asynciterable.d.ts" ,
134
136
"lib.dom.d.ts" ,
135
137
"lib.dom.iterable.d.ts" ,
138
+ "lib.webworker.asynciterable.d.ts" ,
136
139
"lib.webworker.d.ts" ,
137
140
"lib.webworker.importscripts.d.ts" ,
138
141
"lib.webworker.iterable.d.ts" ,
139
142
"lib.scripthost.d.ts" ,
140
143
"lib.es5.d.ts" ,
141
144
"lib.es6.d.ts" ,
145
+ "lib.es7.d.ts" ,
146
+ "lib.core.es6.d.ts" ,
147
+ "lib.core.es7.d.ts" ,
142
148
"lib.es2015.collection.d.ts" ,
143
149
"lib.es2015.core.d.ts" ,
144
150
"lib.es2015.d.ts" ,
@@ -152,6 +158,8 @@ export const knownLibFilesForCompilerOptions = (compilerOptions: CompilerOptions
152
158
"lib.es2016.array.include.d.ts" ,
153
159
"lib.es2016.d.ts" ,
154
160
"lib.es2016.full.d.ts" ,
161
+ "lib.es2016.intl.d.ts" ,
162
+ "lib.es2017.arraybuffer.d.ts" ,
155
163
"lib.es2017.d.ts" ,
156
164
"lib.es2017.date.d.ts" ,
157
165
"lib.es2017.full.d.ts" ,
@@ -203,15 +211,30 @@ export const knownLibFilesForCompilerOptions = (compilerOptions: CompilerOptions
203
211
"lib.es2023.collection.d.ts" ,
204
212
"lib.es2023.d.ts" ,
205
213
"lib.es2023.full.d.ts" ,
214
+ "lib.es2023.intl.d.ts" ,
215
+ "lib.es2024.arraybuffer.d.ts" ,
216
+ "lib.es2024.collection.d.ts" ,
217
+ "lib.es2024.d.ts" ,
218
+ "lib.es2024.full.d.ts" ,
219
+ "lib.es2024.object.d.ts" ,
220
+ "lib.es2024.promise.d.ts" ,
221
+ "lib.es2024.regexp.d.ts" ,
222
+ "lib.es2024.sharedmemory.d.ts" ,
223
+ "lib.es2024.string.d.ts" ,
206
224
"lib.esnext.array.d.ts" ,
207
225
"lib.esnext.asynciterable.d.ts" ,
208
226
"lib.esnext.bigint.d.ts" ,
227
+ "lib.esnext.collection.d.ts" ,
209
228
"lib.esnext.d.ts" ,
210
229
"lib.esnext.decorators.d.ts" ,
211
230
"lib.esnext.disposable.d.ts" ,
231
+ "lib.esnext.float16.d.ts" ,
212
232
"lib.esnext.full.d.ts" ,
213
233
"lib.esnext.intl.d.ts" ,
234
+ "lib.esnext.iterator.d.ts" ,
235
+ "lib.esnext.object.d.ts" ,
214
236
"lib.esnext.promise.d.ts" ,
237
+ "lib.esnext.regexp.d.ts" ,
215
238
"lib.esnext.string.d.ts" ,
216
239
"lib.esnext.symbol.d.ts" ,
217
240
"lib.esnext.weakref.d.ts"
0 commit comments