-
-
Notifications
You must be signed in to change notification settings - Fork 34
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ghiscoding/slickgrid-universal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ghiscoding/slickgrid-universal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 73 files changed
- 2 contributors
Commits on Aug 17, 2024
-
fix: use setTimeout/setInterval from window object with correct TS type
- newest version of `@types/node` and TypeScript is sometime throwing some errors, especially in Angular "TS2503: Cannot find namespace 'NodeJS [plugin angular-compiler]'" - I thought that we should always use `setTimeout` directly but its type is `NodeJS.timeout` type, however we should be using `window.setTimeout` with a return type of `number` instead since our project is always a Browser App hence the use of the `window` object
Configuration menu - View commit details
-
Copy full SHA for 63953ec - Browse repository at this point
Copy the full SHA 63953ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 422e861 - Browse repository at this point
Copy the full SHA 422e861View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe757d - Browse repository at this point
Copy the full SHA afe757dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 257e7e1 - Browse repository at this point
Copy the full SHA 257e7e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fc57ce - Browse repository at this point
Copy the full SHA 7fc57ceView commit details -
Merge pull request #1643 from ghiscoding/bugfix/settimeout-types
fix: use setTimeout/setInterval from window object with correct TS type
Configuration menu - View commit details
-
Copy full SHA for 14c04d7 - Browse repository at this point
Copy the full SHA 14c04d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f904ee3 - Browse repository at this point
Copy the full SHA f904ee3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.5.1...v5.5.2