Skip to main content

CELL_PATH_TYPES

Static CELL_PATH_TYPES 

Source
pub static CELL_PATH_TYPES: ExperimentalOption
Expand description

Enable type inferencing on “full cell path” expressions which are all typed as any if disabled. Inferred types are stored on internal AST, which are helpful for some downstream tasks such as nu-lsp inlay hints. As a side effect, some previously allowed operations may get rejected with type-mismatch parsing errors.