forked from microsoft/typespec
-
Notifications
You must be signed in to change notification settings - Fork 1
Add models and interfaces #45
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
Merged
Merged
Conversation
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
Add alloy-js/python dependency to emitter-framework
Add python scaffolding
* Add Atom * Add initial test structure * Add Atom * Add initial test structure * Add file to index * Add python scaffolding * Add Atom * Add initial test structure * Add file to index * pnpm format --------- Co-authored-by: swatikumar <[email protected]>
* Add Atom * Fix
* Add Atom * Add typing * Fix * Fix * Add typing * Fix * Fix comment * Add TODOs
* Add Atom * Add typing * Fix * Fix * Add typing * Fix * Unify test utils * pnpm format * Remove exports * Fix comment * Add TODOs
2006978 to
221fad3
Compare
92832f1 to
2006978
Compare
2006978 to
045963a
Compare
steverice
reviewed
Oct 7, 2025
packages/emitter-framework/src/python/components/atom/atom.test.tsx
Outdated
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
packages/emitter-framework/src/python/components/class-declaration/class-declaration.test.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.test.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.test.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.test.tsx
Outdated
Show resolved
Hide resolved
steverice
reviewed
Oct 8, 2025
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.tsx
Outdated
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-method.tsx
Outdated
Show resolved
Hide resolved
steverice
reviewed
Nov 3, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-member.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-member.tsx
Outdated
Show resolved
Hide resolved
steverice
requested changes
Nov 3, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-member.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-member.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-method.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-method.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-method.tsx
Outdated
Show resolved
Hide resolved
9f56e33 to
1485d60
Compare
steverice
reviewed
Nov 5, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Show resolved
Hide resolved
steverice
reviewed
Nov 5, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-member.tsx
Outdated
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-member.tsx
Outdated
Show resolved
Hide resolved
steverice
approved these changes
Nov 7, 2025
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Show resolved
Hide resolved
packages/emitter-framework/src/python/components/class-declaration/class-declaration.tsx
Outdated
Show resolved
Hide resolved
mauriciogardini
added a commit
that referenced
this pull request
Dec 15, 2025
* Add alloy-js/python dependency * Add python scaffolding * Add starting test structure (#34) * Add Atom * Add initial test structure * Add Atom * Add initial test structure * Add file to index * Add python scaffolding * Add Atom * Add initial test structure * Add file to index * pnpm format --------- Co-authored-by: swatikumar <[email protected]> * Add Atom (#36) * Add Atom * Fix * Add typing (#38) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Fix comment * Add TODOs * Unify test utils (#42) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Unify test utils * pnpm format * Remove exports * Fix comment * Add TODOs * Add models and interfaces * Remove file * Changes * Missing files * Add Literal import * Accounting for feedback * Handle floats in a better way * Accounting for feedback * Fix * Update * Rebase * Fix tests * Fix * Add comments * Remove typing module import * Fix * Fix * Fix * Changing docstrings --------- Co-authored-by: swatikumar <[email protected]> Co-authored-by: Swati Kumar <[email protected]>
mauriciogardini
added a commit
that referenced
this pull request
Dec 18, 2025
* Add alloy-js/python dependency * Add python scaffolding * Add starting test structure (#34) * Add Atom * Add initial test structure * Add Atom * Add initial test structure * Add file to index * Add python scaffolding * Add Atom * Add initial test structure * Add file to index * pnpm format --------- Co-authored-by: swatikumar <[email protected]> * Add Atom (#36) * Add Atom * Fix * Add typing (#38) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Fix comment * Add TODOs * Unify test utils (#42) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Unify test utils * pnpm format * Remove exports * Fix comment * Add TODOs * Add models and interfaces * Remove file * Changes * Missing files * Add Literal import * Accounting for feedback * Handle floats in a better way * Accounting for feedback * Fix * Update * Rebase * Fix tests * Fix * Add comments * Remove typing module import * Fix * Fix * Fix * Changing docstrings --------- Co-authored-by: swatikumar <[email protected]> Co-authored-by: Swati Kumar <[email protected]>
mauriciogardini
added a commit
that referenced
this pull request
Dec 19, 2025
* Add alloy-js/python dependency * Add python scaffolding * Add starting test structure (#34) * Add Atom * Add initial test structure * Add Atom * Add initial test structure * Add file to index * Add python scaffolding * Add Atom * Add initial test structure * Add file to index * pnpm format --------- Co-authored-by: swatikumar <[email protected]> * Add Atom (#36) * Add Atom * Fix * Add typing (#38) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Fix comment * Add TODOs * Unify test utils (#42) * Add Atom * Add typing * Fix * Fix * Add typing * Fix * Unify test utils * pnpm format * Remove exports * Fix comment * Add TODOs * Add models and interfaces * Remove file * Changes * Missing files * Add Literal import * Accounting for feedback * Handle floats in a better way * Accounting for feedback * Fix * Update * Rebase * Fix tests * Fix * Add comments * Remove typing module import * Fix * Fix * Fix * Changing docstrings --------- Co-authored-by: swatikumar <[email protected]> Co-authored-by: Swati Kumar <[email protected]>
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.
Created the models/interfaces conversion for Python, converting them into classes.