We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89318d7 commit 3c77cfeCopy full SHA for 3c77cfe
lib/lbt/analyzer/analyzeLibraryJS.js
@@ -38,6 +38,8 @@ async function analyze(resource) {
38
libInfo.controls = getStringArray(value, true);
39
} else if ( key === "elements" && value.type == Syntax.ArrayExpression ) {
40
libInfo.elements = getStringArray(value, true);
41
+ } else {
42
+ // TODO: Maybe log an error/warning when unexpected properties are defined?
43
}
44
});
45
0 commit comments