1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-12 18:42:18 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Kenta Moriuchi
ec1fb08a88
refactor(core): Use ObjectHasOwn instead of ObjectPrototypeHasOwnProperty (#18952)
ES2022 `Object.hasOwn` can be used in snapshot, so I migrate to use it.
2023-05-04 16:19:02 +02:00
Kenta Moriuchi
3d0b879c0d
fix(core): Use primordials for methods (#18839)
I would like to get this change into Deno before merging
https://github.com/denoland/deno_lint/pull/1152
2023-05-04 16:18:35 +02:00
Leo Kettmeir
fcb0ae62e9
refactor: remove ext/console/01_colors.js (#18927) 2023-05-04 16:18:12 +02:00
Renamed from ext/console/02_console.js (Browse further)