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

refactor: Add stricter type checking #2538

Merged
merged 2 commits into from
Mar 25, 2025

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Mar 25, 2025

Pull Request

Issue

This PR enhances code readability and maintainability by ensuring a uniform style for type declarations throughout the project.

Approach

  • Use tseslint recommended conventions
  • Fix linting on definition tests (moving eslint config file)
  • Uses npm run lint:fix

Tasks

  • Add tests
  • Add changes to documentation (guides, repository pages, code comments)

Copy link

🚀 Thanks for opening this pull request!

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (dfbbf8a) to head (c9be390).
Report is 10 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff            @@
##             alpha     #2538   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           64        64           
  Lines         6244      6244           
  Branches      1452      1468   +16     
=========================================
  Hits          6244      6244           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dplewis dplewis requested a review from a team March 25, 2025 19:10
@mtrezza mtrezza merged commit 566cfaa into parse-community:alpha Mar 25, 2025
12 checks passed
@dplewis dplewis deleted the strict-types branch March 25, 2025 21:24
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Mar 29, 2025
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.1

@parseplatformorg parseplatformorg added the state:released Released as stable version label Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants