Creates a new RcFileParser instance.
The raw RC file configuration object to parse and validate
Parses and validates the RC file configuration, applying all normalization and validation rules. This is the main entry point for processing RC file data.
The parsing process:
RcFileParser is responsible for parsing and validating the contents of
adonisrc.jsfile. It normalizes configuration values, applies presets, validates structure, and merges user configuration with sensible defaults.