Replies: 2 comments
-
Good catch! |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a bug, and a corresponding issue has been created. #3632 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When you create a TypeSpec emitter with the template,
@typespec/compiler
is added as a dependency instead of a peer dependency. However, according to the document, you shouldIs this intended behavior or not?
How to reproduce
@typespec/compiler@0.57.0
tsp init --template emitter-ts
In the generated "package.json",
@typespec/compiler
is added as a dependency.Beta Was this translation helpful? Give feedback.
All reactions