Skip to content

Conversation

@MaryGao
Copy link
Member

@MaryGao MaryGao commented Mar 20, 2025

Missing features

  • versioning
  • mfd
  • paging
  • ...

}

declare type String_2 = string;
export { String_2 as String }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to fix the _N suffix issue.


export declare function dateDeserializer(date?: string | null): Date;

export declare function dateRfc3339Serializer(date?: Date | null): string;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not export internal interfaces.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 20, 2025

❌ There is undocummented changes. Run chronus add to add a changeset or click here.

The following packages have changes but are not documented.

  • @typespec/http-client-js
  • @typespec/http-specs
Show changes


export declare function encodeUint8Array(value: Uint8Array | undefined | null, encoding: BufferEncoding): string | undefined;

export declare class ExplicitBodyClient {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should not expose internal clients.

declare interface PutOptions_8 extends OperationOptions {
}

declare interface PutOptions_9 extends OperationOptions {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Duplicated names with suffix _N issue.

@microsoft-github-policy-service microsoft-github-policy-service bot added the stale Mark a PR that hasn't been recently updated and will be closed. label Apr 19, 2025
@microsoft-github-policy-service
Copy link
Contributor

Hi @@MaryGao. Your PR has had no update for 30 days and it is marked as a stale PR. If it is not updated within 30 days, the PR will automatically be closed. If you want to refresh the PR, please remove the stale label.

@microsoft-github-policy-service
Copy link
Contributor

Hi @@MaryGao. The PR will be closed since the PR has no update for 60 days. If this is still relevant please reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale Mark a PR that hasn't been recently updated and will be closed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant