BuildContext.ignoreUnmatchedConditionalDirectives

Whether the parser should ignore #elif, #else and #endif directives that didn't come after a #if directive. If true they will be kept in the result.

struct BuildContext
bool ignoreUnmatchedConditionalDirectives;

Meta