Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add createInvalidArgumentError(); see #3676 #3677

Merged
merged 1 commit into from Feb 10, 2019
Merged

Commits on Feb 10, 2019

  1. add createInvalidArgumentError(); see #3676

    - updated error code table in docs
    - all other changes in docs are from prettier
    - updated `--compilers` test
    - rename "not supported" error to "unsupported" error
    - rename "undefined error" error to "invalid exception" error
    - remove "invalid argument" factory; use "unsupported" factory
    - doc fixes
    - move `utils.getError` to `Runnable.toValueOrError`, since it's only used there; use more appropriate name
    - remove `utils.undefinedError`; use `createInvalidExceptionError` instead.
    - fix coverage problems
    - add my `unexpected-eventemitter` plugin, which helps test `EventEmitter` behavior
    boneskull committed Feb 10, 2019
    Copy the full SHA
    4fabe66 View commit details
    Browse the repository at this point in the history