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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use void for options hook instead of undefined #4463

Merged
merged 3 commits into from Apr 15, 2022

Commits on Apr 13, 2022

  1. use void for options hook instead of undefined

    currently we are required to return in the options hook. this change would allow the options hook to have no return value.
    ycmjason committed Apr 13, 2022
    Copy the full SHA
    3605fcd View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Use void in more places

    lukastaegert committed Apr 15, 2022
    Copy the full SHA
    43c5262 View commit details
    Browse the repository at this point in the history
  2. Update dependencies

    lukastaegert committed Apr 15, 2022
    Copy the full SHA
    b37bf91 View commit details
    Browse the repository at this point in the history