Skip to main content

Module incremental_handler_v2

Module incremental_handler_v2 

Source
Expand description

Legacy incremental handler (deprecated, use perl-lsp crate instead). Incremental parsing implementation and helpers. Incremental LSP didChange handler (deprecated).

DEPRECATED: The LSP server implementation has moved to the perl-lsp crate. This module is kept as a stub for compatibility and no longer provides incremental didChange handling in perl-parser.

§Migration

// Old:
use perl_parser::incremental_handler_v2;

// New:
use perl_lsp::server;