@esydoc/doclet-parser
Advanced tools
Comparing version 2.0.1-beta.2 to 2.0.1-beta.3
@@ -571,3 +571,3 @@ /*! | ||
} | ||
node.properties = [properties[0]]; // 因为前期已经选定了首个值作为输出,后续解析也只解析这个 | ||
node.properties = [properties[0]]; // 因为前期已经选定了首个值作为输出,后续复用也只解析这个 | ||
} | ||
@@ -574,0 +574,0 @@ else { |
{ | ||
"name": "@esydoc/doclet-parser", | ||
"version": "2.0.1-beta.2", | ||
"version": "2.0.1-beta.3", | ||
"description": "The parser for doclet that it resolved by jsdoc", | ||
@@ -28,5 +28,5 @@ "author": "Alex <857276958@qq.com>", | ||
"dependencies": { | ||
"@esydoc/share": "^2.0.1-beta.2" | ||
"@esydoc/share": "^2.0.1-beta.3" | ||
}, | ||
"gitHead": "4a7b80ca6a5b56db5e454ce9b247a9c3a87c1a1f" | ||
"gitHead": "95b2d489b825378ee88f40f8eb9e5f3b8461caf1" | ||
} |
Updated@esydoc/share@^2.0.1-beta.3