Add Python Emitter Framework implementation#8966
Merged
bterlson merged 39 commits intomicrosoft:mainfrom Dec 19, 2025
Merged
Conversation
54ce2fa to
2189eff
Compare
annatisch
reviewed
Nov 19, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.test.tsx
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/enum-declaration/enum-declaration.test.tsx
Outdated
Show resolved
Hide resolved
...s/emitter-framework/src/python/components/function-declaration/function-declaration.test.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/type-expression/type-expression.test.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-method.test.tsx
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.test.tsx
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.test.tsx
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.test.tsx
Show resolved
Hide resolved
bterlson
pushed a commit
to alloy-framework/alloy
that referenced
this pull request
Nov 20, 2025
Due to a [request](microsoft/typespec#8966 (comment)) received in the Python Emitter Framework implementation, we are changing the enum member docstring format.
Contributor
Author
|
@microsoft-github-policy-service agree company="Pinterest" |
iscai-msft
reviewed
Dec 4, 2025
Member
iscai-msft
left a comment
There was a problem hiding this comment.
the emitter framework looks really good, very neat definition!
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Show resolved
Hide resolved
Contributor
Author
|
@iscai-msft How does the current implementation look? Let me know if there are any other remarks from your side. |
bterlson
reviewed
Dec 10, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
bterlson
reviewed
Dec 10, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
bterlson
reviewed
Dec 10, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
bterlson
reviewed
Dec 10, 2025
bterlson
reviewed
Dec 10, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
bterlson
reviewed
Dec 10, 2025
bterlson
reviewed
Dec 10, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
bterlson
reviewed
Dec 10, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
b7a4c81 to
8babfd1
Compare
bterlson
approved these changes
Dec 19, 2025
bterlson
approved these changes
Dec 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add support to Python in the Emitter Framework.