@plurnk/plurnk-mimetypes-text-plain
v1.3.12
Published
text/plain (head-oriented prose) and text/stream (tail-oriented live data) mimetype handler for plurnk-service.
Readme
@plurnk/plurnk-mimetypes-text-plain
text/plain mimetype handler for the plurnk ecosystem.
install
npm install @plurnk/plurnk-mimetypes-text-plainplurnk-service discovers this handler automatically via its plurnk.kind: "mimetype" declaration in package.json.
what it does
Nothing structural. text/plain has no symbols to extract — BaseHandler's defaults (empty extractRaw, no-op validate, derived symbolsRaw/preview) are exactly right. When the framework's Mimetypes.process calls this handler and gets back no symbols, its raw-content fallback path supplies the preview.
development
npm install
npm run build
npm testlicense
MIT.
