Modules

This module is responsible for building symbolication information on top of compiler’s typed AST, in particular identifier definitions to be used for implementing go-to-def and go-to-references language server commands.

The language server must operate upon Move source buffers as they are being edited. As a result, it is frequently queried about buffers that have not yet (or may never be) saved to the actual file system.