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

replace unnecessary callback functions with async/await #4555

Merged
merged 4 commits into from
Apr 24, 2022
Merged

replace unnecessary callback functions with async/await #4555

merged 4 commits into from
Apr 24, 2022

Commits on Apr 21, 2022

  1. replace necessary async functions with async/await

    1. Some functions like 'fs' or 'graceFulFs' has been supporting
    'async/await' for a long time, so this is a refactor to improve
    the related codes.
    
    2. 'sass.render' is deprecated, use awaitable 'sass.compileAsync'
    instead.
    Maledong committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2bcc424 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1e48ab View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    d9a6fed View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    667ac42 View commit details
    Browse the repository at this point in the history