]> Lady’s Gitweb - Lemon/blobdiff - window/deps.js
Allow document specification and binding
[Lemon] / window / deps.js
diff --git a/window/deps.js b/window/deps.js
new file mode 100644 (file)
index 0000000..f1d4237
--- /dev/null
@@ -0,0 +1,14 @@
+// 🍋🏷 Lemon ∷ window/deps.js
+// ====================================================================
+//
+// Copyright © 2022 Lady [@ Lady’s Computer].
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
+
+export {
+  DOMImplementation,
+  Node,
+} from "https://esm.sh/@xmldom/xmldom@0.8.2/lib/dom.js";
+export { xhtmlNamespace } from "../names.js";
This page took 0.228906 seconds and 4 git commands to generate.