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

Type fixes #522

Merged
merged 4 commits into from
Jul 25, 2024
Merged

Type fixes #522

merged 4 commits into from
Jul 25, 2024

Commits on Jul 22, 2024

  1. Typos

    joshkel committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    474bd30 View commit details
    Browse the repository at this point in the history
  2. Rewrite index.d.ts based on attw recommendations

    See https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/MissingExportEquals.md
    
    This required deleting some type tests.  Since the type tests are testing things that aren't exported, this may be acceptable.
    joshkel committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8d16000 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    584cae6 View commit details
    Browse the repository at this point in the history
  4. Named export of PinoPretty

    It's offered by the TypeScript types, but the JS didn't export it, which resulted in errors at runtime.
    joshkel committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    ec6892a View commit details
    Browse the repository at this point in the history