-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Progress-tracking, jsdoc, require native Promise support, dependency updates #641
Open
davidnbooth
wants to merge
22
commits into
eKoopmans:main
Choose a base branch
from
davidnbooth:master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Feb 18, 2023
-
Make 'convert' its own thing not a Worker property
I don't think (?) its necessary for it to be a property of the Worker and this just makes it a slightly simpler object
Configuration menu - View commit details
-
Copy full SHA for 53f67c7 - Browse repository at this point
Copy the full SHA 53f67c7View commit details -
Instead of calling setProgress to initialize the progress, and then using updateProgress as a wrapper around it, initialize the values directly in the constructor, and then we only need one function - updateProgress. This helps the type checker know about the .progress property of the workers.
Configuration menu - View commit details
-
Copy full SHA for ac7e340 - Browse repository at this point
Copy the full SHA ac7e340View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a619b9 - Browse repository at this point
Copy the full SHA 5a619b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c55894d - Browse repository at this point
Copy the full SHA c55894dView commit details
Commits on Feb 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 132711c - Browse repository at this point
Copy the full SHA 132711cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e4cba - Browse repository at this point
Copy the full SHA 67e4cbaView commit details -
Minor dependency version updates
changed test port to 3001 (less common port number)
Configuration menu - View commit details
-
Copy full SHA for e8d270e - Browse repository at this point
Copy the full SHA e8d270eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d4723 - Browse repository at this point
Copy the full SHA 08d4723View commit details -
put template back as a property of Worker
This is necessary so that plugins can extend the template.
Configuration menu - View commit details
-
Copy full SHA for f2bdfe4 - Browse repository at this point
Copy the full SHA f2bdfe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c23a6 - Browse repository at this point
Copy the full SHA 09c23a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d47868c - Browse repository at this point
Copy the full SHA d47868cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3074739 - Browse repository at this point
Copy the full SHA 3074739View commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00d7f1a - Browse repository at this point
Copy the full SHA 00d7f1aView commit details -
installed jsdoc as dev dependency
added npm script for docs generation generated docs
Configuration menu - View commit details
-
Copy full SHA for a759afb - Browse repository at this point
Copy the full SHA a759afbView commit details
Commits on Feb 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b28c39a - Browse repository at this point
Copy the full SHA b28c39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5877453 - Browse repository at this point
Copy the full SHA 5877453View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fff12f - Browse repository at this point
Copy the full SHA 4fff12fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 933b642 - Browse repository at this point
Copy the full SHA 933b642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64fccb0 - Browse repository at this point
Copy the full SHA 64fccb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ce97d - Browse repository at this point
Copy the full SHA a4ce97dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 693d532 - Browse repository at this point
Copy the full SHA 693d532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87de576 - Browse repository at this point
Copy the full SHA 87de576View 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.