Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
562 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | "use strict";
|
---|
| 2 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
| 3 | exports.defaultOptions = void 0;
|
---|
| 4 | /**
|
---|
| 5 | * Default Coverage-Istanbul-Loder options.
|
---|
| 6 | */
|
---|
| 7 | exports.defaultOptions = {
|
---|
| 8 | /**
|
---|
| 9 | * Don't minify the instrumented code.
|
---|
| 10 | */
|
---|
| 11 | compact: false,
|
---|
| 12 | /**
|
---|
| 13 | * Parse the code using EcmaScript modules semantics.
|
---|
| 14 | * Disable this if your source code uses CommonJS modules.
|
---|
| 15 | */
|
---|
| 16 | esModules: true,
|
---|
| 17 | /**
|
---|
| 18 | * Produce a sourcemap for the instrumented code.
|
---|
| 19 | */
|
---|
| 20 | produceSourceMap: true,
|
---|
| 21 | };
|
---|
| 22 | //# sourceMappingURL=options.js.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.