-
Notifications
You must be signed in to change notification settings - Fork 67
[JS] Update Documentation for JS Emitter to use Modular as default in client generation #3701
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
base: main
Are you sure you want to change the base?
Conversation
|
No changes needing a change description found. |
|
You can try these changes here
|
| ```typescript | ||
| JS RLC is not in the business of customization with client.tsp | ||
| // NOT_SUPPORTED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't support overrider or sharedRoute in Modular?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We support override and sharedRoute in Modular, but we do not support using @clientName to rename two operations to have the same name.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you create an issue for that? Thanks.
website/src/content/docs/docs/howtos/Generate client libraries/05pagingOperations.mdx
Show resolved
Hide resolved
website/src/content/docs/docs/howtos/Generate client libraries/08types.mdx
Show resolved
Hide resolved
website/src/content/docs/docs/howtos/Generate client libraries/00howtogen.mdx
Outdated
Show resolved
Hide resolved
| ```typescript | ||
| JS RLC is not in the business of customization with client.tsp | ||
| // NOT_SUPPORTED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you create an issue for that? Thanks.
|
|
||
| ```typescript | ||
| // TODO | ||
| // Modular api layer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I remember correctly, previously, Jose suggest we call it JS CodeGen instead of Modular, can we try to avoid using Modular in public docs?
fixes #3634