Skip to content

Commit 3c77cfe

Browse files
matz3flovogt
authored andcommitted
[INTERNAL] analyzeLibraryJS: Add TODO
1 parent 89318d7 commit 3c77cfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/lbt/analyzer/analyzeLibraryJS.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ async function analyze(resource) {
3838
libInfo.controls = getStringArray(value, true);
3939
} else if ( key === "elements" && value.type == Syntax.ArrayExpression ) {
4040
libInfo.elements = getStringArray(value, true);
41+
} else {
42+
// TODO: Maybe log an error/warning when unexpected properties are defined?
4143
}
4244
});
4345

0 commit comments

Comments
 (0)