Langium - v4.0.0
    Preparing search index...

    Class DefaultDocumentUpdateHandler

    Shared service for handling text document changes and watching relevant files.

    Implements

    Index

    Constructors

    Properties

    documentBuilder: DocumentBuilder
    onWatchedFilesChangeEmitter: Emitter<DidChangeWatchedFilesParams> = ...
    serviceRegistry: ServiceRegistry
    workspaceLock: WorkspaceLock
    workspaceManager: WorkspaceManager

    Accessors

    • get onWatchedFilesChange(): Event<DidChangeWatchedFilesParams>

      Register a listener for raw file system changes. Which changes are actually reported depends on the file system watcher configuration.

      Returns Event<DidChangeWatchedFilesParams>

    Methods