aboutsummaryrefslogtreecommitdiffstats
path: root/tools/node_modules/expresso/deps/jscoverage/jscoverage.1
blob: bedc5a7583b0d700214f62fdb932dfd0efd9309a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.TH jscoverage 1 local
.SH NAME
jscoverage \- Instrument JavaScript with code coverage information

.SH SYNOPSIS
jscoverage [OPTION] SOURCE-DIRECTORY DESTINATION-DIRECTORY

.SH DESCRIPTION

Copy JavaScript code from SOURCE-DIRECTORY to DESTINATION-DIRECTORY and add code instrumentation.

.SH OPTIONS

.TP
.B --encoding=ENCODING
assume .js files use the given character encoding.

.TP
.B --exclude=PATH
do not copy
.B PATH.

.TP
.B --js-version=VERSION
use the specified JavaScript version; valid values for
.B VERSION
are 1.0, 1.1, 1.2, ..., 1.8, or ECMAv3 (the default).

.TP
.B --no-highlight
do not perform syntax highlighting.

.TP
.B --no-instrument=PATH
copy but do not instrument
.B PATH.

.TP
.B -v, --verbose
explain what is being done.

.TP
.B -h, --help
display this help and exit.

.TP
.B -V, --version
display version information and exit.
.
.SH AUTHORS

siliconforks.com