Module mock

Module mock 

Source
Expand description

Mock project compiler support for Tinymist tests.

This module intentionally lives in tinymist-project so project-runtime tests can drive compiler interrupts without depending on aggregate test-support crates. Enable the mock feature from downstream test-support crates when this module is needed as a dependency.

Traits§

MockProjectBuilderExt
Extension helpers for building project compilers from mock world builders.
MockProjectChangeExt
Applies VFS mock changes to project compilers.

Type Aliases§

MockProjectCompiler
A project compiler backed by mock VFS and world components.