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

Recognize recursive option in mkdir and mkdirSync #77

Merged
merged 4 commits into from
Jun 11, 2024

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. Use guard clauses

    james-pre committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3e2b7ce View commit details
    Browse the repository at this point in the history
  2. Changed const ... => to use function

    Renamed `mkdirSingle` to `_mkdirSingle`
    james-pre committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    14e7429 View commit details
    Browse the repository at this point in the history
  3. Inlined _mkdirSync functionailty

    (for better performance and readability)
    james-pre committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a868fec View commit details
    Browse the repository at this point in the history