docs: mention TypeScript option on the generator page#2355
Open
emmayusufu wants to merge 1 commit into
Open
Conversation
express-generator only scaffolds JavaScript, and the generator page never points anywhere for TypeScript. Add a short section on the 4x and 5x English pages pointing to the community express-generator-typescript tool, flagged as community-maintained. Closes #7231 Signed-off-by: Emmanuel Yusufu Kimaswa <kimaswaemma36@gmail.com>
✅ Deploy Preview for expressjscom-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Author
|
The linkChecker failure here is unrelated to this change. It's reporting site-wide dead links that already fail on main (slack-invite.openjsf.org returning 403, cyclic.sh with an invalid cert), and they show up on every page across all languages, not just the generator page. The link I added (the express-generator-typescript repo) passes. Happy to rebase if you clear the link-checker backlog separately. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Closes expressjs/express#7231.
The generator page doesn't mention TypeScript anywhere, and
express-generatoronly scaffolds JavaScript. The issue suggested pointing to the communityexpress-generator-typescriptproject, so I added a short section to that effect on both the 4x and 5x English pages.I kept it to a couple of sentences and a one-line command, and flagged that the tool is community-maintained rather than official. Left the translated pages alone.