Skip to main content

Module parser

Module parser 

Source
Expand description

Gemfile DSL parser with position tracking.

Parses Gemfile files using regex-based line parsing to extract dependencies with precise LSP positions.

Structs§

BundlerParseResult
Result of parsing a Gemfile.
BundlerParser
Parser for Gemfile manifests.

Functions§

parse_gemfile
Parses a Gemfile and extracts all dependencies with positions.