source: trip-planner-front/node_modules/@jsdevtools/coverage-istanbul-loader/lib/options.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 562 bytes
Line 
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.defaultOptions = void 0;
4/**
5 * Default Coverage-Istanbul-Loder options.
6 */
7exports.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.