The compiler is added as dependency instead of peer dependency #3625
Replies: 2 comments
|
Good catch! |
0 replies
|
This is a bug, and a corresponding issue has been created. #3632 |
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/compileris 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.0tsp init --template emitter-tsIn the generated "package.json",
@typespec/compileris added as a dependency.All reactions