typespec icon indicating copy to clipboard operation
typespec copied to clipboard

Support spread of aliases and models

Open ArcturusZhang opened this issue 1 year ago • 2 comments

Support the generation for typespec such as:

op foo(...Bar): void;

Currently our generator here just ignores the body, even if Bar is a body parameter.

I notice this issue when I synced the spread behavior changes here (that we spread the models as well)

ArcturusZhang avatar Jul 12 '24 08:07 ArcturusZhang

@ArcturusZhang can we get more context on what this issue is coverting

m-nash avatar Jul 16 '24 21:07 m-nash

@ArcturusZhang can we get more context on what this issue is coverting

I updated something in the description.

ArcturusZhang avatar Jul 17 '24 00:07 ArcturusZhang