Skip to content

Conversation

@gabritto
Copy link
Member

This ports the non-baseline quick info fourslash tests. Out of ~290 ported tests, some 200 fail. Reasons include those mentioned in #1476, but also some single->multiline changes, missing jsdoc comments, (property) instead of (method).

@gabritto gabritto marked this pull request as ready for review August 1, 2025 14:46
Copy link
Contributor

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 adds a comprehensive set of fourslash tests for TypeScript's quick info functionality by porting non-baseline quickinfo tests from the original TypeScript repository. The tests cover a wide range of quick info scenarios including generic types, JSX elements, mapped types, union types, and various TypeScript language features.

Key changes:

  • Ports approximately 290 fourslash quick info tests from TypeScript's test suite
  • Tests cover scenarios like generic specialization, type narrowing, JSX components, and complex type operations
  • Many tests are currently skipped (with t.Skip()) due to known differences in implementation

@gabritto gabritto added this pull request to the merge queue Aug 1, 2025
Merged via the queue into main with commit ec1a434 Aug 1, 2025
22 checks passed
@gabritto gabritto deleted the gabritto/testquickinfo branch August 1, 2025 16:37
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.

3 participants