Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 970 Bytes

File metadata and controls

22 lines (15 loc) · 970 Bytes

Host

Filesystem builds, Lightning CSS processing, ownership, and watching.

import { Host } from 'zyzz/node'

Methods

API Description
Host.build Build the host source tree and publish owned artifacts.
Host.close Dispose the host and release the exclusive output lock.
Host.create Create a file-build lifecycle around the source transform.
Host.watch Watch source changes and report rebuilds or failures.

Types and Errors

Build, Event, Runtime; create.Options and watch.Options. Build/close/watch are returned runtime methods, not standalone module functions.

See the public declarations for complete generic signatures and documented type properties.