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
Adds support for parsing basic template strings in `packages/openapi-generator`.
* **Add template string parsing function**
- Add `parseTemplateLiteral` function to handle template strings in `packages/openapi-generator/src/codec.ts`.
- Update `parsePlainInitializer` to call `parseTemplateLiteral` when encountering a template literal.
* **Add tests for template string parsing**
- Add test cases for basic and compound template literals in `packages/openapi-generator/test/codec.test.ts`.
0 commit comments