1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-17 04:01:51 +00:00
tobspr_shapez.io/src/js
Даниїл Григор'єв d6390e88a4
Replace Object#hasOwnProperty with Object.hasOwn
Change most, but not all usages. This is mostly to please the linter,
but Object.hasOwn is also slightly shorter, especially when compared to
the proper form, Object.prototype.hasOwnProperty...
2025-06-14 22:11:14 +03:00
..
core Replace Object#hasOwnProperty with Object.hasOwn 2025-06-14 22:11:14 +03:00
game Replace Object#hasOwnProperty with Object.hasOwn 2025-06-14 22:11:14 +03:00
mods Ensure proper code splitting for translations 2025-06-14 05:36:55 +03:00
platform Remove mentions of ads and twitter 2025-06-14 22:09:02 +03:00
profile Replace Object#hasOwnProperty with Object.hasOwn 2025-06-14 22:11:14 +03:00
savegame Replace Object#hasOwnProperty with Object.hasOwn 2025-06-14 22:11:14 +03:00
states Remove some outdated browser checks 2025-06-14 22:08:57 +03:00
webworkers Re-implement compression workers and abstraction 2025-06-10 16:46:28 +03:00
application.js Remove some outdated browser checks 2025-06-14 22:08:57 +03:00
changelog.js Remove changelog skins 2025-04-08 14:15:20 +03:00
globals.d.ts Remove unused G_HAVE_ASSERT define 2025-06-14 04:55:15 +03:00
jsx-runtime.ts Allow Node in JSX runtime 2024-07-20 13:35:11 +03:00
languages.ts Ensure proper code splitting for translations 2025-06-14 05:36:55 +03:00
main.js Move beginCircle to polyfills.ts 2025-06-14 04:43:19 +03:00
translations.js Ensure proper code splitting for translations 2025-06-14 05:36:55 +03:00