Skip to content

Commit 4a41b18

Browse files
trxcllntBrian Hulette
authored and
Brian Hulette
committed
add src/predicate to the list of exports we should save from uglify
1 parent 5a91fab commit 4a41b18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/gulp/uglify-task.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ const reservePublicNames = ((ESKeywords) => function reservePublicNames(target,
9191
`../${src}/table.js`,
9292
`../${src}/vector.js`,
9393
`../${src}/util/int.js`,
94+
`../${src}/predicate.js`,
9495
`../${src}/recordbatch.js`,
9596
`../${src}/${mainExport}.js`,
9697
];

0 commit comments

Comments
 (0)