Skip to content

Commit e2befb4

Browse files
author
season
committed
use ast to parse
1 parent 2618748 commit e2befb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsdoc-vue-component",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A simple plugin for jsdoc (`pase vue SFC info to description`)",
55
"main": "index.js",
66
"repository": {

parse.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function parseCode(code) {
223223
}
224224
});
225225

226-
console.log(parsed)
226+
// console.log(parsed)
227227
return parsed;
228228
}
229229
module.exports = parseCode;

0 commit comments

Comments
 (0)