Currently we parse the file as a string and go line-by-line, which leads to cases like #44240. If we were to migrate this to YAML parsing, this wouldn't happen (and we'd get some stronger type/schema safety with Zod).
Currently we parse the file as a string and go line-by-line, which leads to cases like #44240.
If we were to migrate this to YAML parsing, this wouldn't happen (and we'd get some stronger type/schema safety with Zod).