swagger-axios-codegen
Advanced tools
Comparing version 0.15.2 to 0.15.3
## 0.15.2 | ||
## 0.15.3 | ||
@@ -4,0 +4,0 @@ - bugfix |
@@ -56,3 +56,3 @@ "use strict"; | ||
// 如果是数字开头,则加上下划线 | ||
if (!Number.isNaN(className[0])) | ||
if (!Number.isNaN(Number(className[0]))) | ||
className = '_' + className; | ||
@@ -59,0 +59,0 @@ // 是否存在 |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.15.2", | ||
"version": "0.15.3", | ||
"main": "./dist/index", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/", |
Sorry, the diff of this file is not supported yet
204240