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: add a function to verify and return Abilities. #1252

Merged
merged 5 commits into from
Jan 11, 2024

Commits on Jan 8, 2024

  1. feat: add a function to verify and return Abilities.

    Given a list of strings representing capability names (Abilities), verify that all the strings are valid Abilities and return Abilities[].
    
    Abilities[] is still just a list of strings, but this helps us play nice with Typescript.
    
    Inspired by #1250
    travis committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1274e71 View commit details
    Browse the repository at this point in the history
  2. chore: lint

    travis committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    8bd315a View commit details
    Browse the repository at this point in the history
  3. fix: updates from PR

    travis committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d5a5701 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92281dc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. feat: s/W3UpAbility/ServiceAbility/

    Per PR conversation
    travis committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ffa5be2 View commit details
    Browse the repository at this point in the history