Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jan 8, 2018
1 parent d9b2d01 commit 7fe9160
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/components/expression-metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ const types = {
};

for (const name in CompoundExpression.definitions) {
if (/^filter-/.test(name)) {
continue;
}
const definition = CompoundExpression.definitions[name];
if (Array.isArray(definition)) {
types[name] = [{
Expand Down

0 comments on commit 7fe9160

Please sign in to comment.