Commit Graph

875 Commits

Author SHA1 Message Date
Julian Taub 87740bc7fe Fix for Issue 61081 (#61221) 2025-07-07 13:30:01 -07:00
Jake Bailey 441655c270 DOM Update 2025-06-18 (#61986) 2025-07-01 18:49:19 -07:00
Kenta Moriuchi 8518a8764e fix Intl.Segments#containing return value type (#61236) 2025-07-01 17:10:50 -07:00
René 652ed7fea0 Add lib.esnext.sharedmemory (#61646) 2025-06-06 13:33:13 -07:00
Dirk Luijk ffd98c1773 feat: add Error.isError() to ESNext lib (#60788)
Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
2025-06-06 12:16:35 -07:00
Ron Buckton 8c62e08448 DOM Update 2025-05-02 (#61647) 2025-05-07 18:02:49 -04:00
Joseph Martin d88d3a4681 docs(lib): add @throws JSDoc for JSON methods (#61596)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2025-05-02 15:20:58 -07:00
René 6121f45347 lib.es2017: Move SharedArrayBuffer[Symbol.species] onto constructor interface (#61271) 2025-02-26 16:47:50 -05:00
Kenta Moriuchi 8ae98d02d8 Fix to use string literal type in ArrayBuffer's Symbol.toStringTag (#60150) 2025-02-24 14:17:35 -05:00
Nathan Shively-Sanders c50b5e718a DOM update MessageEventTarget missed this parameters (#61086) 2025-02-03 13:32:35 -08:00
Nathan Shively-Sanders 66e1b24831 DOM update 2025/01/29 (#61073) 2025-01-30 11:39:52 -08:00
Nathan Shively-Sanders b886b48950 DOM update 2025/01/16 (#60987) 2025-01-22 10:36:00 -08:00
Kenta Moriuchi 1c4083f4ed Add ESNext float16 features and fix TypedArrays of BigInt types (#60151) 2025-01-21 22:04:14 -05:00
BitFlippa27 7901a39721 Fix JSDoc for Array#sort, TypedArray#sort and Array#toSorted methods (#60983) 2025-01-16 15:58:51 -08:00
Ron Buckton df54a3d6b4 Add non-generic fallback overloads for TypedArray constructors (#60934) 2025-01-09 16:28:50 -05:00
Psychpsyo b263cc4b2e Improve the definition of atan2() (#60493) 2024-11-27 15:12:20 -08:00
Dirk Luijk 60dd512a83 fix(60223): add Promise.try() to ESNext lib (#60232) 2024-11-05 17:14:02 -08:00
Ron Buckton 11b2930fa2 Add compatible overloads that accept ArrayBuffer to BigInt64Array/BigUint64Array (#60391) 2024-11-01 16:47:09 -04:00
Joe Pea 248c8f5f99 Fix incorrect details in lib.decorators (#60252) 2024-11-01 15:02:04 -04:00
Daniel Rosenwasser cd6c0a0b6b Fix the type of growable on SharedArrayBuffer. (#60163) 2024-10-07 13:41:43 -07:00
Nathan Shively-Sanders 2c23beae02 DOM update 2024-09-25 (#60061) 2024-09-27 15:32:19 -07:00
Kenta Moriuchi 9d98874739 Introduce ES2024 target and fix some types (#58573)
Co-authored-by: indrajitbnikam <indrajitbnikam@gmail.com>
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-09-27 14:58:17 -04:00
Ron Buckton e5758ab8b1 Make typed arrays generic over ArrayBufferLike (#59417) 2024-09-24 12:17:59 -04:00
Mateusz Burzyński fe2cb8ebaa Add missing index parameter to the Array.fromAsync's mapFn (#59837) 2024-09-03 10:18:18 -07:00
Ron Buckton f025a5b879 built-in iterators should be disposable (#59633) 2024-08-16 11:57:04 -04:00
Ron Buckton a745d1b205 Disambiguate BuiltinIterator/BuiltinIteratorReturn (#59506) 2024-08-05 17:32:47 -04:00
Ron Buckton 5929c96378 Use 'BuiltinAsyncIterator' spelling (#59388) 2024-07-22 00:45:55 -04:00
Ron Buckton 98f45d7a4c Manual update of generated DOM and Worker libs (#59366) 2024-07-19 14:27:35 -07:00
Kevin Gibbons 307ff6c397 add types for iterator helpers proposal (#58222)
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-07-19 16:46:03 -04:00
Ron Buckton 7f978c7ffe Use tuple name inference for Iterator.next et al (#59360) 2024-07-19 14:53:18 -04:00
Ron Buckton 6f530cc4ce Add TReturn/TNext to Iterable et al (#58243) 2024-07-19 13:14:00 -04:00
Nathan Shively-Sanders 121c5dd36b DOM update 2024-07-12 (#59259) 2024-07-18 13:02:34 -07:00
Hideaki Noshiro edd08a570a fix: fix the return type of Int8Array::toReversed in es2023.array.d.ts (#59163) 2024-07-17 03:24:28 +09:00
Joe Pea dd5d690a0d Update es2017.object.d.ts to indicate that Object.values/entries looks only at own properties (#58953) 2024-06-21 11:33:06 -07:00
Kevin Gibbons e8274f74f9 add types for set methods proposal (#57230) 2024-05-16 17:19:25 -04:00
Andreu Botella 3480321b38 Add types for String#isWellFormed and String#toWellFormed (#58010)
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>
2024-04-19 13:52:23 -07:00
Nathan Shively-Sanders e04a27c504 DOM update 2024-04-16 (#58211) 2024-04-19 08:52:38 -07:00
James Lan e33b8d9b85 Correct the type of return value of FinalizationRegistry.unregister (#57948) 2024-04-18 15:45:47 -07:00
Felix Becker bdd1f947f6 Accept decimal strings in Intl.NumberFormat (#57595)
Co-authored-by: Renegade334 <contact.9a5d6388@renegade334.me.uk>
2024-04-05 13:52:21 -07:00
Sébastien Raynaud e0d9d460a8 Update getTimezoneOffset JSDoc (#58004) 2024-04-01 08:56:09 -07:00
Neil Bryson 32a1370fa8 Add missing parameters from Array.toLocaleString on ES2015 libs (#57679) 2024-03-27 10:38:11 -07:00
Isabel Duan 3282ff28e6 add Array.fromAsync to esnext (#57748)
Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2024-03-19 10:43:02 -07:00
Joshua Chen a9460c8c93 Add lib declaration for RegExp#unicodeSets (#57111) 2024-03-18 15:02:07 -07:00
René 877d9d316d Intl.NumberFormat: Add latest options, fix previous library discrepancies (#56902) 2024-03-01 09:40:44 -08:00
Oleksandr T 5364494473 mark the ImportAssertions as deprecated (#57012) 2024-01-17 16:27:12 -08:00
Nathan Shively-Sanders d69757e3d3 Dom update 2024-01-11 (#57027) 2024-01-16 11:26:57 -08:00
Anders Hejlsberg e6fe96c501 Add NoInfer<T> intrinsic represented as special substitution type (#56794) 2024-01-12 13:59:05 -08:00
Kevin Gibbons fbf908bd58 Add types for Object.groupBy() and Map.groupBy() (#56805)
Co-authored-by: Nick McCurdy <nick@nickmccurdy.com>
Co-authored-by: Karl Horky <karl.horky@gmail.com>
Co-authored-by: Niklas Mollenhauer <nikeee@outlook.com>
2024-01-11 11:17:54 -08:00
Kagami Sascha Rosylight 8a3fe5760f Add asynciterable libs (#56723) 2024-01-02 11:07:57 -08:00
Rob Ballou 431d3e878f fix(56513): Allow Intl locales to be readonly arrays (#56621) 2023-12-13 08:07:48 -08:00