UNPKG
@syntest/search
Version:
beta (0.5.0-beta.16)
latest (0.4.1)
0.5.0-beta.16
0.5.0-beta.15
0.5.0-beta.14
0.5.0-beta.13
0.5.0-beta.12
0.5.0-beta.11
0.5.0-beta.10
0.5.0-beta.9
0.5.0-beta.8
0.5.0-beta.7
0.5.0-beta.6
0.5.0-beta.5
0.5.0-beta.4
0.5.0-beta.3
0.5.0-beta.2
0.5.0-beta.1
0.5.0-beta.0
0.4.1
0.4.1-beta.0
0.4.0-beta.56
0.4.0-beta.55
0.4.0-beta.54
0.4.0-beta.53
0.4.0-beta.52
0.4.0-beta.51
0.4.0-beta.50
0.4.0-beta.49
0.4.0-beta.48
0.4.0-beta.47
0.4.0-beta.46
0.4.0-beta.45
0.4.0-beta.44
0.4.0-beta.43
0.4.0-beta.42
0.4.0-beta.41
0.4.0-beta.40
0.4.0-beta.39
0.4.0-beta.38
0.4.0-beta.37
0.4.0-beta.36
0.4.0-beta.35
0.4.0-beta.34
0.4.0-beta.33
0.4.0-beta.32
0.4.0-beta.31
0.4.0-beta.30
0.4.0-beta.29
0.4.0-beta.28
0.4.0-beta.27
0.4.0-beta.26
0.4.0-beta.25
0.4.0-beta.24
0.4.0-beta.23
0.4.0-beta.22
The common core of the SynTest Framework
www.syntest.org
syntest-framework/syntest-core
@syntest/search
/
dist
/
lib
/
Trace.d.ts
14 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
{
Location
}
from
"@syntest/cfg"
;
/** * Execution trace */
export
interface
Trace
{
id
:
string
;
type
:
string
;
path
:
string
;
location
:
Location
;
hits
:
number
;
condition
?:
string
;
variables
?:
unknown
; }
//# sourceMappingURL=Trace.d.ts.map