]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Remove suppressImplicitAnyIndexErrors
authorChocobozzz <me@florianbigard.com>
Wed, 24 May 2023 14:48:54 +0000 (16:48 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 24 May 2023 14:56:05 +0000 (16:56 +0200)
commit54909304287f3c04dcfb39660be8ead57dc95440
tree478f1b913f3bd4c3bbaa17525f0114c5b0a8689d
parentd0fbc9fd0a29c37f3ff9b99030351e90b276fe7d
Remove suppressImplicitAnyIndexErrors

It's deprecated by TS
41 files changed:
client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
client/src/app/+admin/overview/users/user-edit/user-edit.ts
client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts
client/src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts
client/src/app/+my-library/my-videos/my-videos.component.ts
client/src/app/+search/search-filters.component.ts
client/src/app/+stats/video/video-stats.component.ts
client/src/app/+videos/+video-edit/shared/video-edit-utils.ts
client/src/app/+videos/+video-watch/shared/comment/video-comments.component.ts
client/src/app/+videos/video-list/overview/overview.service.ts
client/src/app/core/server/server.service.ts
client/src/app/core/users/user-local-storage.service.ts
client/src/app/core/users/user.model.ts
client/src/app/menu/language-chooser.component.ts
client/src/app/shared/shared-actor-image/actor-avatar.component.ts
client/src/app/shared/shared-custom-markup/dynamic-element.service.ts
client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts
client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
client/src/app/shared/shared-forms/form-validator.service.ts
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-instance/instance.service.ts
client/src/app/shared/shared-main/misc/help.component.ts
client/src/app/shared/shared-main/video/video-edit.model.ts
client/src/app/shared/shared-share-modal/video-share.component.ts
client/src/app/shared/shared-video-miniature/video-download.component.ts
client/src/app/shared/shared-video-miniature/video-filters.model.ts
client/src/app/shared/shared-video-miniature/videos-selection.component.ts
client/src/assets/player/shared/p2p-media-loader/hls-plugin.ts
client/src/assets/player/shared/p2p-media-loader/segment-validator.ts
client/src/assets/player/shared/webtorrent/webtorrent-plugin.ts
client/src/root-helpers/plugins-manager.ts
client/src/root-helpers/video.ts
client/src/standalone/player/player.ts
client/src/standalone/videos/embed.ts
client/src/standalone/videos/test-embed.ts
client/tsconfig.json
shared/core-utils/common/object.ts
shared/core-utils/i18n/i18n.ts
shared/core-utils/renderer/html.ts
shared/models/videos/playlist/video-exist-in-playlist.model.ts