You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
[日本語](./docs/ja/README-ja.md)
4
4
5
5
This library provides TypeScript type definitions and extracted parameters from OpenAPI v3.0.x compliant specifications.
6
-
TypeScript AST is used to generate the code, which is accurately converted to TypeScript code.
6
+
Template literals are used to generate the code, which is accurately converted to TypeScript code.
7
7
Since the parameters extracted from OpenAPI can be used freely, it can be used for automatic generation of API Client and Server Side code, load balancer configuration files, etc.
8
8
9
9
## Playground
@@ -436,10 +436,10 @@ export namespace Schemas {
436
436
}
437
437
```
438
438
439
-
### Define a code template with TypeScript AST
439
+
### Define a code template with Template literals
440
440
441
-
You can extend your code using the API of TypeScript AST.
442
-
You can directly use the API of TypeScript AST or use the wrapper API of TypeScript AST provided by this library.
441
+
You can extend your code using the API for generating code.
442
+
You can directly use the Template literals or use the wrapper API provided by this library.
0 commit comments