SpryFox / DarkConfig

DarkConfig is a configuration library for games which supports fast and expressive iteration
Other
150 stars 19 forks source link

Ignore empty or all-comments files in composed doc node generation. #58

Open grahamboree opened 4 weeks ago

grahamboree commented 4 weeks ago

Currently these files get parsed into a DocNode with the Invalid type. When attempting to add them additively to a combined doc node, an error is thrown. If we encounter one of these files in preloading or composed doc node generation, it should just be ignored.