Compare commits

..

3 Commits

Author SHA1 Message Date
8a32f2b8b1 Latest CodeMirror.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 18m57s
2024-10-08 12:44:49 -04:00
277830bc3c format: Sort includes. Yes, please. 2024-10-08 12:19:44 -04:00
a8fa969114 Lit 3.2.1. 2024-10-08 12:18:37 -04:00
28 changed files with 181 additions and 183 deletions

View File

@ -14,7 +14,7 @@ IndentWidth: 4
MaxEmptyLinesToKeep: 1 MaxEmptyLinesToKeep: 1
ObjCBlockIndentWidth: 4 ObjCBlockIndentWidth: 4
ObjCBreakBeforeNestedBlockParam: false ObjCBreakBeforeNestedBlockParam: false
SortIncludes: false SortIncludes: true
TabWidth: 4 TabWidth: 4
UseTab: Always UseTab: Always
... ...

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -37,9 +37,9 @@
} }
}, },
"node_modules/@codemirror/commands": { "node_modules/@codemirror/commands": {
"version": "6.6.2", "version": "6.7.0",
"resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.6.2.tgz", "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.7.0.tgz",
"integrity": "sha512-Fq7eWOl1Rcbrfn6jD8FPCj9Auaxdm5nIK5RYOeW7ughnd/rY5AmPg6b+CfsG39ZHdwiwe8lde3q8uR7CF5S0yQ==", "integrity": "sha512-+cduIZ2KbesDhbykV02K25A5xIVrquSPz4UxxYBemRlAT2aW8dhwUgLDwej7q/RJUHKk4nALYcR1puecDvbdqw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@codemirror/language": "^6.0.0", "@codemirror/language": "^6.0.0",
@ -270,9 +270,9 @@
} }
}, },
"node_modules/@lezer/javascript": { "node_modules/@lezer/javascript": {
"version": "1.4.18", "version": "1.4.19",
"resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.18.tgz", "resolved": "https://registry.npmjs.org/@lezer/javascript/-/javascript-1.4.19.tgz",
"integrity": "sha512-Y8BeHOt4LtcxJgXwadtfSeWPrh0XzklcCHnCVT+vOsxqH4gWmunP2ykX+VVOlM/dusyVyiNfG3lv0f10UK+mgA==", "integrity": "sha512-j44kbR1QL26l6dMunZ1uhKBFteVGLVCBGNUD2sUaMnic+rbTviVuoK0CD1l9FTW31EueWvFFswCKMH7Z+M3JRA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@lezer/common": "^1.2.0", "@lezer/common": "^1.2.0",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -4,8 +4,8 @@
#include "http.h" #include "http.h"
#include "log.h" #include "log.h"
#include "mem.h" #include "mem.h"
#include "ssb.h"
#include "ssb.db.h" #include "ssb.db.h"
#include "ssb.h"
#include "task.h" #include "task.h"
#include "tlscontext.js.h" #include "tlscontext.js.h"
#include "trace.h" #include "trace.h"

View File

@ -2,15 +2,14 @@
#include "util.js.h" #include "util.js.h"
#include "uv.h"
#include "quickjs.h" #include "quickjs.h"
#include "sqlite3.h" #include "sqlite3.h"
#include "uv.h" #include "uv.h"
#include <openssl/crypto.h> #include <openssl/crypto.h>
#include <string.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h>
typedef struct _tf_mem_node_t tf_mem_node_t; typedef struct _tf_mem_node_t tf_mem_node_t;

View File

@ -6,9 +6,9 @@
#include "trace.h" #include "trace.h"
#include "util.js.h" #include "util.js.h"
#include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <stdio.h>
#include <assert.h> #include <assert.h>

View File

@ -4,8 +4,8 @@
#include "mem.h" #include "mem.h"
#include "ssb.h" #include "ssb.h"
#include "uv.h"
#include "sqlite3.h" #include "sqlite3.h"
#include "uv.h"
#include <string.h> #include <string.h>

View File

@ -13,8 +13,8 @@
#include "sodium/crypto_secretbox.h" #include "sodium/crypto_secretbox.h"
#include "sodium/crypto_sign.h" #include "sodium/crypto_sign.h"
#include "sodium/randombytes.h" #include "sodium/randombytes.h"
#include "string.h"
#include "sqlite3.h" #include "sqlite3.h"
#include "string.h"
#include "uv.h" #include "uv.h"
#include <assert.h> #include <assert.h>

View File

@ -2,8 +2,8 @@
#include "log.h" #include "log.h"
#include "mem.h" #include "mem.h"
#include "ssb.h"
#include "ssb.db.h" #include "ssb.db.h"
#include "ssb.h"
#include "util.js.h" #include "util.js.h"
#include "sqlite3.h" #include "sqlite3.h"

View File

@ -27,12 +27,12 @@
#include <openssl/crypto.h> #include <openssl/crypto.h>
#include <assert.h> #include <assert.h>
#include <string.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
#if !defined(_WIN32) #if !defined(_WIN32)
#include <unistd.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <unistd.h>
#endif #endif
#if defined(_WIN32) #if defined(_WIN32)

View File

@ -7,8 +7,8 @@
#include "task.h" #include "task.h"
#include "util.js.h" #include "util.js.h"
#include <string.h>
#include <stdio.h> #include <stdio.h>
#include <string.h>
#ifdef _WIN32 #ifdef _WIN32
#include <io.h> #include <io.h>

View File

@ -9,8 +9,8 @@
#include <assert.h> #include <assert.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdlib.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>

View File

@ -5,8 +5,8 @@
#include "task.h" #include "task.h"
#include "tls.h" #include "tls.h"
#include <string.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
static JSClassID _classId; static JSClassID _classId;
static int _count; static int _count;

View File

@ -1,8 +1,7 @@
VERSION=3.2.0 VERSION=3.2.1
wget https://cdn.jsdelivr.net/gh/lit/dist@$VERSION/all/lit-all.min.js -O deps/lit/lit-all.min.js wget https://cdn.jsdelivr.net/gh/lit/dist@$VERSION/all/lit-all.min.js -O deps/lit/lit-all.min.js
wget https://cdn.jsdelivr.net/gh/lit/dist@$VERSION/all/lit-all.min.js.map -O deps/lit/lit-all.min.js.map wget https://cdn.jsdelivr.net/gh/lit/dist@$VERSION/all/lit-all.min.js.map -O deps/lit/lit-all.min.js.map
cp -fv deps/lit/* apps/blog/ cp -fv deps/lit/* apps/blog/
cp -fv deps/lit/* apps/gg/
cp -fv deps/lit/* apps/issues/ cp -fv deps/lit/* apps/issues/
cp -fv deps/lit/* apps/journal/ cp -fv deps/lit/* apps/journal/
cp -fv deps/lit/* apps/sneaker/ cp -fv deps/lit/* apps/sneaker/