UNPKG
@drip_sync/drip
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.1
Scalable incremental sync for MongoDB aggregation pipelines
@drip_sync/drip
/
dist
/
cea
/
scope_ppl
/
invalid_expression.js
8 lines
(7 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"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
;