summaryrefslogtreecommitdiffstats
path: root/toolkit/content/vendor/lit/0004-Remove-the-bundled-warning.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /toolkit/content/vendor/lit/0004-Remove-the-bundled-warning.patch
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/content/vendor/lit/0004-Remove-the-bundled-warning.patch')
-rw-r--r--toolkit/content/vendor/lit/0004-Remove-the-bundled-warning.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/toolkit/content/vendor/lit/0004-Remove-the-bundled-warning.patch b/toolkit/content/vendor/lit/0004-Remove-the-bundled-warning.patch
new file mode 100644
index 0000000000..0dfd669b69
--- /dev/null
+++ b/toolkit/content/vendor/lit/0004-Remove-the-bundled-warning.patch
@@ -0,0 +1,28 @@
+From db47e472d6f2393c58c1691d21e9bbc753b3d9da Mon Sep 17 00:00:00 2001
+From: Mark Striemer <mstriemer@mozilla.com>
+Date: Tue, 22 Nov 2022 18:20:46 -0600
+Subject: [PATCH 4/5] Remove the bundled warning
+
+---
+ packages/lit/src/index.all.ts | 8 --------
+ 1 file changed, 8 deletions(-)
+
+diff --git a/packages/lit/src/index.all.ts b/packages/lit/src/index.all.ts
+index 1f8e5499..2bccd703 100644
+--- a/packages/lit/src/index.all.ts
++++ b/packages/lit/src/index.all.ts
+@@ -37,11 +37,3 @@ export {
+ unsafeStatic,
+ withStatic,
+ } from './static-html.js';
+-
+-if (!window.litDisableBundleWarning) {
+- console.warn(
+- 'Lit has been loaded from a bundle that combines all core features into ' +
+- 'a single file. To reduce transfer size and parsing cost, consider ' +
+- 'using the `lit` npm package directly in your project.'
+- );
+-}
+--
+2.37.1 (Apple Git-137.1)
+