-
Notifications
You must be signed in to change notification settings - Fork 208
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
clean up usage of null/undefined #377
Closed
Closed
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6056bbc - Browse repository at this point
Copy the full SHA 6056bbcView commit details -
Instead, change `putCookie` invocation depending on whether `callback` is provided.
Configuration menu - View commit details
-
Copy full SHA for f5608fd - Browse repository at this point
Copy the full SHA f5608fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 030e176 - Browse repository at this point
Copy the full SHA 030e176View commit details -
Prefer
promiseCallback.resolve
where possible.`promiseCallback.resolve()` is implemented as `cb(); return promise`, so doing `promiseCallback.callback(); return promiseCallback.promise` is unnecessary.
Configuration menu - View commit details
-
Copy full SHA for 09d2433 - Browse repository at this point
Copy the full SHA 09d2433View commit details
Commits on Nov 18, 2023
-
Make usage of null/undefined more consistent.
Primarily allowing either value for user input.
Configuration menu - View commit details
-
Copy full SHA for 73352da - Browse repository at this point
Copy the full SHA 73352daView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 964a495 - Browse repository at this point
Copy the full SHA 964a495View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aecf15f - Browse repository at this point
Copy the full SHA aecf15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06cf3ee - Browse repository at this point
Copy the full SHA 06cf3eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2530b43 - Browse repository at this point
Copy the full SHA 2530b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf5e80 - Browse repository at this point
Copy the full SHA 9bf5e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for f94dcc1 - Browse repository at this point
Copy the full SHA f94dcc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 443931c - Browse repository at this point
Copy the full SHA 443931cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e57831f - Browse repository at this point
Copy the full SHA e57831fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.