-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The KeyValues wiki states that statements like "#base" "panelBase.res"
may be present in VDF files. Automatically executing import statements is out of scope for this library, but we should support these if possible. There may also be other root tokens like comments. One way to return these is as a IReadOnlyList<VToken>
.
TODO:
- Are such "complex" root structures common? Do any users rely on hacks to solve this problem?
- Should this be a breaking change or an overload?