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
/
scoping_error.js
7 lines
(6 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ScopingError
=
void
0
;
class
ScopingError
extends
Error
{ }
exports
.
ScopingError
=
ScopingError
;