ghiscoding / slickgrid-universal

Slickgrid-Universal is a monorepo which includes all Editors, Filters, Extensions, Services related to SlickGrid usage and is also Framework Agnostic
https://ghiscoding.github.io/slickgrid-universal/
Other
89 stars 29 forks source link

chore: enable new TypeScript 5.5 `--isolatedDeclarations` #1567

Closed ghiscoding closed 5 months ago

ghiscoding commented 5 months ago

NOTE: this PR is speed up builds but as mentioned by the TypeScript team, this will only start to happen in future iteration of TypeScript when more tools start to integrate it. However it is still good to start enabling the flag early and do the changes now.

stackblitz[bot] commented 5 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 99.92587% with 1 line in your changes missing coverage. Please review.

Project coverage is 99.8%. Comparing base (4d69bc0) to head (066124c).

Files Patch % Lines
packages/common/src/core/slickGrid.ts 99.6% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1567 +/- ## ======================================== - Coverage 99.8% 99.8% -0.0% ======================================== Files 198 198 Lines 21729 21725 -4 Branches 7274 7273 -1 ======================================== - Hits 21668 21664 -4 Misses 55 55 Partials 6 6 ```

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