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

feat(lua): add basic LuaCATS types for internal lua code #986

Closed
wants to merge 1 commit into from

Commits on May 1, 2024

  1. feat(lua): add basic LuaCATS types for internal lua code

    This commit adds rudimentary types for the internal lua code. This does
    not have a big effect on its own, but it can be a part of a bigger
    effort to add types to the codebase.
    
    The types are only usable within yazi itself and are not published for
    plugin developers to use (yet).
    
    I only added types for the things that are defined in the lua side of
    the codebase. This means most of the useful typing is still missing. I
    want to add that separately, as it would be difficult to keep the types
    in sync with the actual codebase.
    mikavilpas committed May 1, 2024
    Configuration menu
    Copy the full SHA
    372ecdd View commit details
    Browse the repository at this point in the history