UNPKG
pandora
Version:
beta (1.11.0)
canary (2.2.0-alpha.f8fb4a54)
latest (2.2.0)
next (1.8.27)
pandora2-beta (2.1.2)
pre (2.0.0-y.3)
release-2.x (2.2.0)
2.2.0
2.2.0-alpha.f8fb4a54
2.1.2
2.1.1
2.1.0
2.0.6
2.0.3
2.0.2
2.0.1
2.0.1-0
2.0.0-zbeta.8
2.0.0-zbeta.7
2.0.0-zbeta.5
2.0.0-zbeta.4
2.0.0-zbeta.3
2.0.0-zbeta.2
2.0.0-zbeta.1
2.0.0-zbeta.0
2.0.0-y.3
2.0.0-y.2
2.0.0-y.1
2.0.0-y.0
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.0
2.0.0-9
2.0.0-8
2.0.0-7
2.0.0-6
2.0.0-5
2.0.0-4
2.0.0-3
2.0.0-2
2.0.0-1
2.0.0-0
1.11.0
1.11.0-alpha.b7ee0ede
1.11.0-alpha.18924565
1.10.6
1.10.5
1.10.4
1.10.3
1.10.2
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.27
1.8.26
1.8.25
1.8.24
1.8.23
1.8.22
1.8.21
1.8.20
1.8.19
1.8.18
1.8.17
1.8.16
1.8.15
1.8.14
1.8.13
1.8.12
1.8.11
1.8.10
1.8.9
1.8.8
1.8.7
1.8.6
1.8.5
1.8.4
1.8.3
1.8.3-1
1.8.2
1.8.1
1.8.0
1.7.12
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.4-5
1.7.4-3
1.7.4-2
1.7.4-1
1.7.4-0
1.7.2
1.7.1
1.7.0
1.6.27
1.6.26
1.6.25
1.6.24
1.6.23
1.6.22
1.6.21
1.6.20
1.6.19
1.6.18
1.6.17
1.6.16
1.6.15
1.6.14
1.6.13
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.33
0.1.32
0.1.31
0.1.30
0.1.29
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.15
0.1.11
0.1.10
0.1.9
0.1.8
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.1.0-alpha.eb73f965
Pandora.js
github.com/midwayjs/pandora
midwayjs/pandora
pandora
/
dist
/
debug
/
DebugServiceReconciler.d.ts
10 lines
(9 loc)
•
284 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ServiceReconciler
}
from
'../service/ServiceReconciler'
;
/** * Class DebugServiceReconciler * For Debugging Service */
export
declare
class
DebugServiceReconciler
extends
ServiceReconciler
{
constructor
(
mode
?:
any
);
receiveServiceRepresentation
(
rep
:
any
):
void
; }