openapi-ui / openapi-ts-request

Swagger2/OpenAPI3/Apifox to TS, request client, request mock service, enum, type field label, JSON Schemas; 根据 Swagger2/OpenAPI3/Apifox 生成 TS 类型, 客户端请求函数(支持任何客户端), 模拟请求响应服务, 枚举, 类型的字段翻译, JSON Schemas定义
https://www.npmjs.com/package/openapi-ts-request
MIT License
144 stars 22 forks source link

[BUG] 缺少依赖导致的格式化失败 #15

Closed zhao-coder123 closed 4 months ago

zhao-coder123 commented 4 months ago

Is there an existing issue for this?

Current Behavior

No response

Expected Behavior

No response

Steps To Reproduce

image

Environment

- OS:Mac

Additional context

将依赖更改到 dependencies下就好了

rookie-luochao commented 4 months ago

原来一直格式化失败是因为这个

rookie-luochao commented 4 months ago

good job, 关联pr #16