Type Alias ExportSignal

Source
pub type ExportSignal = CompileSignal;
👎Deprecated: Use CompileSignal directly.
Expand description

The export signal for the document.

Aliased Type§

struct ExportSignal {
    pub by_mem_events: bool,
    pub by_fs_events: bool,
    pub by_entry_update: bool,
}

Fields§

§by_mem_events: bool

Whether the revision is annotated by memory events.

§by_fs_events: bool

Whether the revision is annotated by file system events.

§by_entry_update: bool

Whether the revision is annotated by entry update.