From: Lady Date: Sat, 13 Sep 2025 16:18:45 +0000 (-0400) Subject: Use a submodule for Piscēs X-Git-Url: https://git.ladys.computer/Etiquette/commitdiff_plain/1042458c16601ea32b871819f79a6ba78b1e90ae?ds=sidebyside Use a submodule for Piscēs --- diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..db5dca9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Piscēs"] + path = .♓🧩 + url = https://git.ladys.computer/Pisces.git diff --git "a/.\342\231\223\360\237\247\251" "b/.\342\231\223\360\237\247\251" new file mode 160000 index 0000000..6824f52 --- /dev/null +++ "b/.\342\231\223\360\237\247\251" @@ -0,0 +1 @@ +Subproject commit 6824f52e3d692f16442008ebd933a5c1890f2c8c diff --git a/deno.json b/deno.json index d00db95..7085b64 100644 --- a/deno.json +++ b/deno.json @@ -1 +1,5 @@ -{ "fmt": { "lineWidth": 71 } } +{ + "lint": { "exclude": [".*/"] }, + "fmt": { "exclude": [".*/"], "lineWidth": 71 }, + "test": { "exclude": [".*/"] } +} diff --git a/deno.lock b/deno.lock index 3aecc25..ba9796e 100644 --- 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://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 657026d..fde90cd 100644 --- a/deps.js +++ b/deps.js @@ -8,7 +8,7 @@ // file, You can obtain one at . export { + identity, 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";