Remove unnecessary "use strict" directives

This commit is contained in:
hensm
2022-09-02 06:30:19 +01:00
parent d5eb78f881
commit 8ecd3320f7
48 changed files with 0 additions and 97 deletions

View File

@@ -1,6 +1,3 @@
/* eslint-disable @typescript-eslint/no-namespace */
"use strict";
import type { TypedMessagePort } from "../lib/TypedMessagePort";
import messaging, { Message } from "../messaging";
import type { ReceiverDevice } from "../types";

View File

@@ -1,5 +1,3 @@
"use strict";
const _ = browser.i18n.getMessage;
export interface KnownApp {

View File

@@ -1,5 +1,3 @@
"use strict";
import { v4 as uuid } from "uuid";
import { Logger } from "../../lib/logger";

View File

@@ -1,5 +1,3 @@
"use strict";
import type Session from "./Session";
import {

View File

@@ -1,5 +1,3 @@
"use strict";
export enum AutoJoinPolicy {
TAB_AND_ORIGIN_SCOPED = "tab_and_origin_scoped",
ORIGIN_SCOPED = "origin_scoped",

View File

@@ -1,5 +1,3 @@
"use strict";
import { Logger } from "../../lib/logger";
import type { Message } from "../../messaging";

View File

@@ -1,5 +1,3 @@
"use strict";
import { v4 as uuid } from "uuid";
import { Logger } from "../../../lib/logger";

View File

@@ -1,5 +1,3 @@
"use strict";
import type { Image, Volume } from "../classes";
import {

View File

@@ -1,5 +1,3 @@
"use strict";
export enum ContainerType {
GENERIC_CONTAINER,
AUDIOBOOK_CONTAINER

View File

@@ -1,5 +1,3 @@
"use strict";
export * from "./enums";
export * from "./classes";

View File

@@ -1,5 +1,3 @@
"use strict";
/**
* Keep in sync with bridge types at:
* app/src/bridge/components/cast/types.ts

View File

@@ -1,5 +1,3 @@
"use strict";
import options from "../../lib/options";
import { Logger } from "../../lib/logger";

View File

@@ -1,5 +1,3 @@
"use strict";
/**
* Cast Chrome Sender SDK loader script.
*