UNPKG

@drip_sync/drip

Version:

Scalable incremental sync for MongoDB aggregation pipelines

8 lines (7 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidExpression = void 0; const scoping_error_1 = require("./scoping_error"); class InvalidExpression extends scoping_error_1.ScopingError { } exports.InvalidExpression = InvalidExpression;