Suite of AT Protocol TypeScript libraries built on web standards
21
fork

Configure Feed

Select the types of activity you want to include in your feed.

fmt

+3 -7
+2 -2
.vscode/settings.json
··· 1 1 { 2 - "git.enabled": false 3 - } 2 + "git.enabled": false 3 + }
+1 -5
lex-gen/cmd/gen-ts-obj.ts
··· 1 1 import { Command } from "@cliffy/command"; 2 - import { 3 - genTsObj, 4 - readAllLexicons, 5 - shouldPullLexicons, 6 - } from "../util.ts"; 2 + import { genTsObj, readAllLexicons, shouldPullLexicons } from "../util.ts"; 7 3 import { loadLexiconConfig } from "../config.ts"; 8 4 import { cleanupPullDirectory, pullLexicons } from "../pull.ts"; 9 5 import process from "node:process";