Skip to content
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

tools: doc: improve async workflow of generate.js #30106

Closed
wants to merge 2 commits into from

Commits on Oct 24, 2019

  1. tools: doc: improve async workflow of generate.js

    Use fs.promises for read and write file
    Use unified().process wich is async instead processSync
    html and json are write in parallel
    errors are logged and exit process with `1` code
    
    Fixes: #30090
    tpoisseau committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    75f4b78 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-Authored-By: Michaël Zasso <targos@protonmail.com>
    tpoisseau and targos authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    c1cbd68 View commit details
    Browse the repository at this point in the history