parse-community / Parse-SDK-JS

The JavaScript SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
1.32k stars 596 forks source link

refactor: Convert ParseObject to TypeScript #2128

Closed dplewis closed 3 months ago

dplewis commented 3 months ago

Pull Request

Issue

The Type Check CI job is failing.

Approach

I updated the Type Check CI Job 1) Ensure the .d.ts files generate without errors 2) Lint on those .d.ts files (will have errors until project is fully TS) 3) Test .d.ts files to find compile errors (will have errors until project is fully TS)

parse-github-assistant[bot] commented 3 months ago

Thanks for opening this pull request!

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (72bc9ac) to head (5d95ef0). Report is 28 commits behind head on alpha.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## alpha #2128 +/- ## =========================================== + Coverage 99.98% 100.00% +0.01% =========================================== Files 61 64 +3 Lines 6185 6327 +142 Branches 1499 1508 +9 =========================================== + Hits 6184 6327 +143 + Misses 1 0 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

parseplatformorg commented 3 months ago

🎉 This change has been released in version 5.1.0-beta.1

parseplatformorg commented 3 months ago

🎉 This change has been released in version 5.1.0