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

Update the minimum supported nodejs version to v10 and fix bugs #28

Merged
merged 5 commits into from
Jan 19, 2021
Merged

Update the minimum supported nodejs version to v10 and fix bugs #28

merged 5 commits into from
Jan 19, 2021

Commits on Jan 18, 2021

  1. Update the minimum supported nodejs version to v10 and fix bugs

    Note: May contain some bugs, mainly due to two reasons
    1. replacing replaceAll with replace
    2. replace ? for ||
    
    There are also some non-dangerous replacements
    For example, appending the fs-extra module to Promise fs-related operations
    rxliuli committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    4865659 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    bdcf74c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2c784 View commit details
    Browse the repository at this point in the history
  3. Submit the .gitignore file (It is not clear why the modification occu…

    …rred, but the upstream cannot be updated because of this conflict)
    rxliuli committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1f0cdef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9dd5ba View commit details
    Browse the repository at this point in the history