mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Upgrade typescript/svelte/esbuild
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import messaging, { Message } from "../messaging";
|
||||
import messaging, { type Message } from "../messaging";
|
||||
import pageMessaging from "./pageMessaging";
|
||||
|
||||
// Message port to cast manager in background script
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { TypedMessagePort } from "../lib/TypedMessagePort";
|
||||
import messaging, { Message } from "../messaging";
|
||||
import messaging, { type Message } from "../messaging";
|
||||
import type { ReceiverDevice } from "../types";
|
||||
|
||||
import pageMessaging from "./pageMessaging";
|
||||
|
||||
@@ -8,7 +8,7 @@ import { AutoJoinPolicy, ReceiverAvailability } from "../sdk/enums";
|
||||
import type Session from "../sdk/Session";
|
||||
import type Media from "../sdk/media/Media";
|
||||
|
||||
import cast, { ensureInit, CastPort } from "../export";
|
||||
import cast, { ensureInit, type CastPort } from "../export";
|
||||
|
||||
const logger = new Logger("fx_cast [media sender]");
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ReceiverDevice, ReceiverDeviceCapabilities } from "../types";
|
||||
import { type ReceiverDevice, ReceiverDeviceCapabilities } from "../types";
|
||||
import { Receiver } from "./sdk/classes";
|
||||
import { Capability, ReceiverType } from "./sdk/enums";
|
||||
import { MediaCommand } from "./sdk/media/enums";
|
||||
|
||||
Reference in New Issue
Block a user