Skip to content

Commit 0f97075

Browse files
Add TypeScript dependencies to VS Code README
1 parent 1e522f3 commit 0f97075

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/VSCode/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@ The code generated by each generator depends on different NuGet packages:
9393
- **Swagger Codegen CLI**: Depends on RestSharp and JsonSubTypes
9494
- **AutoREST**: Depends on Microsoft.Rest.ClientRuntime and Newtonsoft.Json
9595

96+
### TypeScript Dependencies
97+
98+
The TypeScript code generated depends on the framework chosen:
99+
100+
- **Angular**: Depends on @angular/core, rxjs
101+
- **Axios**: Depends on axios
102+
- **Fetch**: Uses the browser's native fetch API
103+
- **jQuery**: Depends on jquery
104+
- **RxJS**: Depends on rxjs
105+
- Other frameworks have their specific dependencies
106+
96107
## Related
97108

98109
- This extension is the VS Code equivalent of the [REST API Client Code Generator](https://marketplace.visualstudio.com/items?itemName=ChristianResmaHelle.APIClientCodeGenerator2022) extension for Visual Studio.

0 commit comments

Comments
 (0)