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 here-strings for JSON in Compile.ps1 #2816

Merged
merged 3 commits into from
Oct 1, 2024

Commits on Sep 24, 2024

  1. Use here-strings for JSON in Compile.ps1

    - Change Compile.ps1 to use here-strings with JSON, similar to my changes to Xaml being ingested using here-strings.
    ruxunderscore committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    08c8d2f View commit details
    Browse the repository at this point in the history
  2. Slight changes.

    - Modifications, allowing for the removal of all .replace() functions in JSON handler.
    - Changed formatting of here-string on line 91 -> 89 to prevent accidental double in winutil.ps1 (Doesn't cause an issue, but looks better.)
    - Added here-string to 95 -> 93 (This allowed the removal of the final .replace())
    ruxunderscore committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ff0795f View commit details
    Browse the repository at this point in the history
  3. Added comment.

    - Added comment to line 90.
    ruxunderscore committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    12a83ea View commit details
    Browse the repository at this point in the history