Skip to main content

Module dev

Module dev 

Source
Expand description

Native runtime support for runx dev fixture loops.

Re-exports§

pub use loop::dev_receipt_metadata;
pub use loop::discover_fixture_paths;
pub use loop::run_dev_once;
pub use loop::run_dev_once_with_executor;
pub use presentation::DevRenderTheme;
pub use presentation::render_dev_result;
pub use presentation::render_dev_result_with_theme;
pub use types::DevError;
pub use types::DevFixtureExecutionRoots;
pub use types::DevFixtureExecutor;
pub use types::DevLane;
pub use types::DevLoopOptions;
pub use types::LocalDevFixtureExecutor;
pub use types::ParsedDevFixture;
pub use types::PreparedDevFixtureWorkspace;
pub use watch::DEFAULT_DEV_WATCH_DEBOUNCE_MS;
pub use watch::DevWatchError;
pub use watch::DevWatchEvent;
pub use watch::DevWatchEventKind;
pub use watch::DevWatchOptions;
pub use watch::DevWatchSnapshot;
pub use watch::DevWatchTrigger;
pub use watch::PollingDevWatcher;
pub use watch::collect_watch_snapshot;
pub use watch::should_ignore_dev_watch_path;

Modules§

loop
presentation
types
watch

Structs§

DevFixtureAssertion
DevFixtureResult
DevReport

Enums§

DevFixtureAssertionKind
DevFixtureStatus
DevReportStatus