This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docgen): fix docgen for 5.1 (#4048)
Also added the ability to run `generate-docs.sh` against a custom branch/tag/commit by doing `./scripts/generate-docs.sh branch_name`. Still defaults to the version from package.json though. Also updated release.md to tell people to check that doc generation/the website is working BEFORE doing a release. Needing a change in the codebase is more likely now that we're compiling down to es5 only this one time, and ideally any changes to the codebase would happen before release. Also including a minor change in the codebase where we wrap a promise from blocking proxy in a webdriver promise. This probably should have been done the whole time, but is unlikely to matter either way at runtime, since blocking proxy wouldn't be returning a webdriver promise regardless. Mostly did I did this to fix typechecking.
- Loading branch information
Showing
4 changed files
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters