summaryrefslogtreecommitdiff
path: root/core/internal.d.ts
AgeCommit message (Expand)Author
2023-05-02refactor(core): Use `ObjectHasOwn` instead of `ObjectPrototypeHasOwnProperty`...Kenta Moriuchi
2023-04-02chore: Turn back on dlintPreferPrimordials (#17715)Kenta Moriuchi
2023-03-14fix(core/internal): fix typo in primordial type definitions (#18125)Nicholas Berlette
2023-03-13fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)Kenta Moriuchi
2023-03-01fix(core): introduce `SafeRegExp` to primordials (#17592)Kenta Moriuchi
2023-01-29fix(ext): internal `structuredClone` for `ArrayBuffer` and `TypedArray` subcl...Kenta Moriuchi
2023-01-15fix(core): Add `Generator` and `AsyncGenerator` to promordials (#17241)Kenta Moriuchi
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-06refactor: use primordials in extensions/web (#11273)Bartek IwaƄczuk
2021-07-05refactor: introduce primordials for web/streams (#11251)Luca Casonato
2021-07-03chore: add TypedArray to primordials typings (#11236)Luca Casonato
2021-07-02refactor: use primordials for extensions/webidl (#11227)Luca Casonato
2021-07-02refactor: introduce primordials (#10939)Luca Casonato