No functionality changes, except that some Error instances have been upgraded to RangeError.
Added InternalError class which extends Error and is used exclusively for internal Megaplot errors that should never occur in use. This is for things like ensuring that state is maintained appropriately.
No functionality changes, except that some
Error
instances have been upgraded toRangeError
.Added
InternalError
class which extendsError
and is used exclusively for internal Megaplot errors that should never occur in use. This is for things like ensuring that state is maintained appropriately.Adding ESLint begins to address issue #3