X-Git-Url: https://git.ladys.computer/Lemon/blobdiff_plain/0bcf6926ddc22baf9ba097bf644c908ffcf12c3f..3cfb1515952fbda9622c2a5d4d7b9925db1a03e3:/window/deps.js diff --git a/window/deps.js b/window/deps.js new file mode 100644 index 0000000..f1d4237 --- /dev/null +++ b/window/deps.js @@ -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 . + +export { + DOMImplementation, + Node, +} from "https://esm.sh/@xmldom/xmldom@0.8.2/lib/dom.js"; +export { xhtmlNamespace } from "../names.js";