Skip to content

Commit a7eb753

Browse files
authored
Merge pull request #14 from oslabs-beta/emma/add-features
Emma/add features
2 parents b541aae + 81a911a commit a7eb753

File tree

20 files changed

+26570
-326
lines changed

20 files changed

+26570
-326
lines changed

extractor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ const getVueFiles = (package = "iview") => {
8080
return vueFilePathList;
8181
};
8282

83-
console.log(getVueFiles());
8483

8584
//work with documentation for parse vue to work out how to use this
8685
function parseVueFile(path) {
@@ -89,7 +88,7 @@ function parseVueFile(path) {
8988
return parsedFile
9089
}
9190

92-
console.log(parseVueFile(getVueFiles()[0]))
91+
9392

9493
function generateImportObjs(pathList) { // or something
9594
// iterate through paths

0 commit comments

Comments
 (0)