Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function prepareJsep () {
// jsep addBinaryOp pollutes its module scope, we need to remove the custom operators afterwards
jsep.addBinaryOp(':', 0);
jsep.addBinaryOp('^', 11);
jsep.addBinaryOp('or', 1);
jsep.addBinaryOp('and', 2);
jsep.addBinaryOp('in', 13);
jsep.addBinaryOp('nin', 13);
jsep.addIdentifierChar('@');
jsep.addIdentifierChar('#');
jsep.removeLiteral('true');
jsep.removeLiteral('false');
}
function prepareJsep () {
// jsep addBinaryOp pollutes its module scope, we need to remove the custom operators afterwards
jsep.addBinaryOp(':', 0);
jsep.addBinaryOp('^', 11);
jsep.addBinaryOp('or', 1);
jsep.addBinaryOp('and', 2);
jsep.addIdentifierChar('@');
jsep.addIdentifierChar('#');
jsep.removeLiteral('true');
jsep.removeLiteral('false');
}
function prepareJsep () {
// jsep addBinaryOp pollutes its module scope, we need to remove the custom operators afterwards
jsep.addBinaryOp(':', 0);
jsep.addBinaryOp('^', 11);
jsep.addBinaryOp('or', 1);
jsep.addBinaryOp('and', 2);
jsep.addBinaryOp('in', 13);
jsep.addBinaryOp('nin', 13);
jsep.addIdentifierChar('@');
jsep.addIdentifierChar('#');
jsep.removeLiteral('true');
jsep.removeLiteral('false');
}
function prepareJsep () {
// jsep addBinaryOp pollutes its module scope, we need to remove the custom operators afterwards
jsep.addBinaryOp(':', 0);
jsep.addBinaryOp('^', 11);
jsep.addBinaryOp('or', 1);
jsep.addBinaryOp('and', 2);
jsep.addIdentifierChar('@');
jsep.addIdentifierChar('#');
jsep.removeLiteral('true');
jsep.removeLiteral('false');
}