UNPKG

1.17 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.TASK_CHECK = "check";
4exports.TASK_CLEAN = "clean";
5exports.TASK_COMPILE = "compile";
6exports.TASK_COMPILE_GET_SOURCE_PATHS = "compile:get-source-paths";
7exports.TASK_COMPILE_GET_RESOLVED_SOURCES = "compile:get-resolved-sources";
8exports.TASK_COMPILE_GET_DEPENDENCY_GRAPH = "compile:get-dependency-graph";
9exports.TASK_COMPILE_GET_COMPILER_INPUT = "compile:get-compiler-input";
10exports.TASK_COMPILE_RUN_COMPILER = "compile:run-compiler";
11exports.TASK_COMPILE_COMPILE = "compile:compile";
12exports.TASK_COMPILE_CHECK_CACHE = "compile:cache";
13exports.TASK_BUILD_ARTIFACTS = "compile:build-artifacts";
14exports.TASK_CONSOLE = "console";
15exports.TASK_FLATTEN = "flatten";
16exports.TASK_FLATTEN_GET_FLATTENED_SOURCE = "flatten:get-flattened-sources";
17exports.TASK_HELP = "help";
18exports.TASK_RUN = "run";
19exports.TASK_NODE = "node";
20exports.TASK_TEST = "test";
21exports.TASK_TEST_RUN_MOCHA_TESTS = "test:run-mocha-tests";
22exports.TASK_TEST_GET_TEST_FILES = "test:get-test-files";
23exports.TASK_TEST_SETUP_TEST_ENVIRONMENT = "test:setup-test-environment";
24//# sourceMappingURL=task-names.js.map
\No newline at end of file