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

use path instead of posix-specific path #40

Merged
merged 3 commits into from
Jul 29, 2022
Merged

use path instead of posix-specific path #40

merged 3 commits into from
Jul 29, 2022

Commits on Jul 28, 2022

  1. use path instead of posix-specific path

    addresses #38, but likely doesn't fully eliminate the issue.
    Randolph Busch committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    e171c52 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Revert "use path instead of posix-specific path"

    This reverts commit e171c52.
    Randolph Busch committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    4142ee3 View commit details
    Browse the repository at this point in the history
  2. address angular file resolution

    replace resolve with join where appropriate
    introduce try/catch for JSON.parse
    test suite for angular-utils
    Randolph Busch committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    3e39799 View commit details
    Browse the repository at this point in the history