TiddlyWiki5/core-server
Saq Imtiaz 785086e0a5
Fixes ESLint errors (#9668)
* fix: apply automatic eslint fixes

* lint: allow hashbang comment for tiddlywiki.js

* lint: first back of manual lint fixes for unused vars

* lint: added more fixes for unused vars

* lint: missed files

* lint: updated eslint config with selected rules from #9669
2026-02-20 08:38:42 +00:00
..
commands Fixes ESLint errors (#9668) 2026-02-20 08:38:42 +00:00
server Fixes ESLint errors (#9668) 2026-02-20 08:38:42 +00:00
startup Further improvements for offloading server components (#9288) 2025-09-14 11:21:42 +01:00
utils Fixes ESLint errors (#9668) 2026-02-20 08:38:42 +00:00
commander.js Fixes ESLint errors (#9668) 2026-02-20 08:38:42 +00:00
filesystem.js Fixes ESLint errors (#9668) 2026-02-20 08:38:42 +00:00
plugin.info [v5.4.0] Offload server components from browser builds of TiddlyWiki (#9183) 2025-09-12 15:21:34 +01:00
readme.tid Further improvements for offloading server components (#9288) 2025-09-14 11:21:42 +01:00

title: $:/core-server/readme

This plugin contains TiddlyWiki's core components that are only needed on the server, comprising:

* Commands
* HTTP server code
* Utility functions for server