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

[Misc] Miscellaneous code cleanup #4596

Open
wants to merge 8 commits into
base: beta
Choose a base branch
from

Commits on Oct 6, 2024

  1. Miscellaneous code cleanup:

    - Update `overrides.ts` imports
    
    - Add missing comment and `;` in `eslint.config.js`
    
    - `field/pokemon.ts`:
    
    Rename `generateVariant` to `generateShinyVariant`
    
    Mark some functions as `public`/etc
    
    Update various tsdocs/comments, add tsdocs to `isOfType`
    
    Turn an unreadable 450+ character line into a
    readable block of code
    
    - `utils.ts`:
    
    Remove unused function `randSeedEasedWeightedItem`
    
    Mark `IntegerHolder` and `FixedInt` as deprecated
    
    Update some tsdocs/comments
    DayKev committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2a47c32 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    8887afa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d05fb7 View commit details
    Browse the repository at this point in the history
  3. Fix indentation in move-effect-phase.ts

    Rename `getTarget` to `getFirstTarget` for clarity
    
    Convert namespace import to named imports
    
    Add `public`/etc to methods
    DayKev committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    62962e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    d519e61 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    0a01b6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e0af1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    af058ef View commit details
    Browse the repository at this point in the history