Skip to content

Conversation

jakebailey
Copy link
Member

Fixes #1544

I forgot the [].

@Copilot Copilot AI review requested due to automatic review settings August 8, 2025 16:07
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a typo in the error message that suggests how to migrate from the deprecated baseUrl option to the paths option. The fix ensures the suggested JSON syntax is correct by wrapping the path value in array brackets.

  • Corrects the error message format for baseUrl deprecation warnings
  • Updates test baselines to reflect the corrected error message output

Reviewed Changes

Copilot reviewed 59 out of 59 changed files in this pull request and generated no comments.

File Description
internal/compiler/program.go Fixed the error message format to properly show array syntax for paths values
Multiple baseline files Updated test output baselines to reflect the corrected error message format

@jakebailey jakebailey enabled auto-merge August 8, 2025 17:00
@jakebailey jakebailey added this pull request to the merge queue Aug 8, 2025
Merged via the queue into main with commit 0d5197c Aug 8, 2025
39 of 41 checks passed
@jakebailey jakebailey deleted the jabaile/update-paths-error branch August 8, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Suggestion in error message TS5102 is incorrect

2 participants