Filesystem builds, Lightning CSS processing, ownership, and watching.
import { Host } from 'zyzz/node'| 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. |
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.