eslint: Reconfigure no-multiple-empty-lines along with fix-ups.
␄
Rename trace to includeStackTrace.
Now that this can be toggled with a few clicks, can make the name a bit
longer.
Issue #167.
␄
Retire Bob.
I like Bob. But, Bob was confusing. But do not fear! Bob is still here
part-time.
Issue #167.
␄
Freeze #GroupMode instances.
We verified the class was frozen, but not the instances.
Issue #145.
␄
Add a NumberOp class that supports operator methods.
Currently only supports the add operator and basic type coercion methods.
Also converted one of the DefaultMap tests to use this, as that is similar
to why this class is needed.
Issue #145.
␄
Add assign method to NumberOp.
Allows an existing instance to get a new value.
Issue #145.
␄