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

[types] Migrate to JSDoc #528

Closed

Commits on May 26, 2024

  1. style: npm run lint

    MysteryBlokHed committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f062623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e064b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2892d70 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16bef33 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    273b70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16ea846 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efbfbe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77b59fd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    c1c11c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dd3eb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d364fa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24107bb View commit details
    Browse the repository at this point in the history
  5. feat(types): Add some JSDoc to spaces

    Since spaces use classes, most of the typing doesn't need to be done
    explicitly; JSDoc was just added to other exported functions of some
    spaces.
    MysteryBlokHed committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1f71cce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    208a56c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c644dc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    7ed2ce5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a990da2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    755d654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce88377 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge branch 'main' into types/migrate-to-jsdoc

    Note: For any merge conflicts where JSDoc descriptions were removed, the
    descriptions exist on the parameter's type. Basically, users will see
    descriptions of each property all the same.
    MysteryBlokHed committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9fddfad View commit details
    Browse the repository at this point in the history
  2. fix: Leftover merge conflict stuff

    I have no idea how I let this through!
    MysteryBlokHed committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8b8f639 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Merge branch 'main' into types/migrate-to-jsdoc

    I think all imports should still be correct after this?
    MysteryBlokHed committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    e3bb307 View commit details
    Browse the repository at this point in the history