* enum valuesOptions support
* update tests a little, fix api docs
* tests: reverting bad conflict resolution
* test: put test.end() in its proper place
Co-authored-by: Alexander Fenster <fenster@google.com>
Co-authored-by: Alexander Fenster <github@fenster.name>
* allow for an optional semicolon where there is an optional comma in parseOptionValue
* set allowShortCircuit to true to prevent no-unused-expressions error
* add test for semicolon
Co-authored-by: Alexander Fenster <fenster@google.com>