]> Lady’s Gitweb - Etiquette/commitdiff
Use a submodule for Piscēs
authorLady <redacted>
Sat, 13 Sep 2025 16:18:45 +0000 (12:18 -0400)
committerLady <redacted>
Sat, 13 Sep 2025 16:18:45 +0000 (12:18 -0400)
.gitmodules [new file with mode: 0644]
\99\93ð\9f§© [new submodule]
deno.json
deno.lock
deps.js

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..db5dca9
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "Piscēs"]
+       path = .♓🧩
+       url = https://git.ladys.computer/Pisces.git
diff --git a/.â\99\93ð\9f§© b/.â\99\93ð\9f§©
new file mode 160000 (submodule)
index 0000000..6824f52
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 6824f52e3d692f16442008ebd933a5c1890f2c8c
index d00db959f25bb2efc82a043ed5f2477c99ae9ed4..7085b642bceb6dc306258a94d87509196f96ed12 100644 (file)
--- a/deno.json
+++ b/deno.json
@@ -1 +1,5 @@
-{ "fmt": { "lineWidth": 71 } }
+{
+  "lint": { "exclude": [".*/"] },
+  "fmt": { "exclude": [".*/"], "lineWidth": 71 },
+  "test": { "exclude": [".*/"] }
+}
index 3aecc25627495e165f45695cbe8ed4bc92b22337..ba9796ea5a5fc9f52a4eea5aa13c5ca2281a050a 100644 (file)
--- a/deno.lock
+++ b/deno.lock
@@ -8,12 +8,5 @@
     "https://deno.land/std@0.189.0/testing/asserts.ts": "e16d98b4d73ffc4ed498d717307a12500ae4f2cbe668f1a215632d19fcffc22f",
     "https://deno.land/std@0.189.0/testing/bdd.ts": "59f7f7503066d66a12e50ace81bfffae5b735b6be1208f5684b630ae6b4de1d0",
     "https://deno.land/std@0.189.0/testing/mock.ts": "220ed9b8151cb2cac141043d4cfea7c47673fab5d18d1c1f0943297c8afb5d13",
     "https://deno.land/std@0.189.0/testing/asserts.ts": "e16d98b4d73ffc4ed498d717307a12500ae4f2cbe668f1a215632d19fcffc22f",
     "https://deno.land/std@0.189.0/testing/bdd.ts": "59f7f7503066d66a12e50ace81bfffae5b735b6be1208f5684b630ae6b4de1d0",
     "https://deno.land/std@0.189.0/testing/mock.ts": "220ed9b8151cb2cac141043d4cfea7c47673fab5d18d1c1f0943297c8afb5d13",
-    "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/binary.js": "b8691c74168fc7bc9e0c056df76a08ca5e3ffcd78b03d8e9c318e1bc78cf580b",
-    "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/collection.js": "4dfb83bbd082bef873c2ae8904a2ba3204379065b0244e8c5a737b7666888fdc",
-    "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/function.js": "d45970c39106ee652cf681ccf98dc7fa86fcd9578a86d2b65c49bf9fffd7f158",
-    "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/numeric.js": "cb6d0c224b36aec086cbf895c9a6aa593a0fbfdaccc346b0c5be1d1a0bfc1775",
-    "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/object.js": "932e9fa5b07db7b32815c7a7b21b63ef8a92b7de8fdc8bbde0e4ee70baf0b522",
-    "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/string.js": "38697c9a325937254d7de12633890b5848862ea6e7cd51bc08713b0fca86ac21",
-    "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/value.js": "d1e0bac8e3fc6403b67f0b2b979946a257935aa5c18bf1fbf5768a59e61bf59b"
   }
 }
   }
 }
diff --git a/deps.js b/deps.js
index 657026d12aae2410aff8d32576e04831fb90bbca..fde90cd8f9f9ccddcce956051906748b6a78aed5 100644 (file)
--- a/deps.js
+++ b/deps.js
@@ -8,7 +8,7 @@
 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
 
 export {
 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
 
 export {
+  identity,
   wrmgBase32Binary,
   wrmgBase32String,
   wrmgBase32Binary,
   wrmgBase32String,
-} from "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/binary.js";
-export { identity } from "https://git.ladys.computer/Pisces/blob_plain/0.3.1:/function.js";
+} from "./.♓🧩/mod.js";
This page took 0.027544 seconds and 4 git commands to generate.