Skip to content

Proof of concept for Transformers#48

Draft
steverice wants to merge 1 commit into
feature/graphqlfrom
transformer-poc
Draft

Proof of concept for Transformers#48
steverice wants to merge 1 commit into
feature/graphqlfrom
transformer-poc

Conversation

@steverice

@steverice steverice commented Sep 30, 2025

Copy link
Copy Markdown

This is a proof of concept for TypeSpec Transformers.

What it demonstrates:

  • how transformers can be set up as part of libraries
  • how transformers can be configured via tspconfig
  • how transformers can be tested
  • how transformers can make use of mutators

The basic structure here is:

  • a library defines a "Transformer" that encapsulates all of its transform functionality (similar to "linter")
  • each individual transformation is called a "Transform" (similar to "lint rule")
  • libraries also define "Transform Sets" (similar to linter "rule sets") that bundle transforms into functional groupings

@FionaBronwen FionaBronwen force-pushed the feature/graphql branch 2 times, most recently from 59ad903 to 7d69aac Compare June 16, 2026 22:19
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.

1 participant