refactor(core)!: move media capability predicates to core layer (#1705)

Co-authored-by: Rahim <rahim.alwer@gmail.com>
This commit is contained in:
Wesley Luyten
2026-06-18 15:00:26 -07:00
committed by GitHub
co-authored by Rahim
parent accf4bfa34
commit f0f9eed544
25 changed files with 46 additions and 36 deletions
+2 -1
View File
@@ -1,5 +1,7 @@
// Core
export * from '@videojs/core/dom';
// Media predicates
export * from '@videojs/core/media/predicate';
export type {
Destroyable,
PropertyDeclaration,
@@ -10,7 +12,6 @@ export type {
} from '@videojs/element';
// Element — reactive primitives for users extending MediaElement
export { DestroyMixin, ReactiveElement } from '@videojs/element';
// Store
export type { Comparator, Selector } from '@videojs/store';
export { createSelector, shallowEqual } from '@videojs/store';