node-cli-tester 21.0.17 → 21.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/package.json +1 -1
- package/browser-prod/package.json +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/package.json +1 -1
- package/lib-prod/base-project-structure.backend.js +76 -0
- package/lib-prod/build-info._auto-generated_.js +14 -0
- package/lib-prod/cli-test.backend.js +156 -0
- package/lib-prod/env/env.angular-node-app.js +130 -0
- package/lib-prod/env/env.docs-webapp.js +130 -0
- package/lib-prod/env/env.electron-app.js +130 -0
- package/lib-prod/env/env.mobile-app.js +130 -0
- package/lib-prod/env/env.npm-lib-and-cli-tool.js +130 -0
- package/lib-prod/env/env.vscode-plugin.js +130 -0
- package/lib-prod/env/index.js +6 -0
- package/lib-prod/index._auto-generated_.js +0 -0
- package/lib-prod/index.js +10 -0
- package/lib-prod/meta-content-md.backend.js +236 -0
- package/lib-prod/migrations/index.js +1 -0
- package/lib-prod/migrations/migrations_index._auto-generated_.js +0 -0
- package/lib-prod/node-cli-tester.js +196 -0
- package/lib-prod/package.json +1 -1
- package/lib-prod/spec-templates.backend.js +105 -0
- package/lib-prod/start.backend.js +16 -0
- package/package.json +1 -1
- package/websql/package.json +1 -1
- package/websql-prod/package.json +1 -1
- package/lib-prod/base-project-structure.backend.ts +0 -83
- package/lib-prod/build-info._auto-generated_.ts +0 -27
- package/lib-prod/cli-test.backend.ts +0 -182
- package/lib-prod/env/env.angular-node-app.ts +0 -66
- package/lib-prod/env/env.docs-webapp.ts +0 -66
- package/lib-prod/env/env.electron-app.ts +0 -66
- package/lib-prod/env/env.mobile-app.ts +0 -66
- package/lib-prod/env/env.npm-lib-and-cli-tool.ts +0 -66
- package/lib-prod/env/env.vscode-plugin.ts +0 -66
- package/lib-prod/env/index.ts +0 -6
- package/lib-prod/index._auto-generated_.ts +0 -5
- package/lib-prod/index.ts +0 -6
- package/lib-prod/lib-info.md +0 -8
- package/lib-prod/meta-content-md.backend.ts +0 -320
- package/lib-prod/migrations/index.ts +0 -2
- package/lib-prod/migrations/migrations-info.md +0 -6
- package/lib-prod/migrations/migrations_index._auto-generated_.ts +0 -5
- package/lib-prod/node-cli-tester.ts +0 -234
- package/lib-prod/spec-templates.backend.ts +0 -105
- package/lib-prod/start.backend.ts +0 -32
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
const ENV_MOBILE_APP_WEBSITE_DOMAIN = "node-cli-tester.example.domain.com";
|
|
2
|
+
const ENV_MOBILE_APP_WEBSITE_TITLE = "Node Cli Tester";
|
|
3
|
+
const ENV_MOBILE_APP_RELEASE_TARGET_ARTIFACT = "mobile-app";
|
|
4
|
+
const ENV_MOBILE_APP_RELEASE_ENV_NAME = "__";
|
|
5
|
+
const ENV_MOBILE_APP_CONTAINER_ONLY = void 0;
|
|
6
|
+
const ENV_MOBILE_APP_CONTAINER_END = void 0;
|
|
7
|
+
const ENV_MOBILE_APP_CONTAINER_START = void 0;
|
|
8
|
+
const ENV_MOBILE_APP_CONTAINER_SKIP_RELEASED = void 0;
|
|
9
|
+
const ENV_MOBILE_APP_CONTAINER_SKIP = void 0;
|
|
10
|
+
const ENV_MOBILE_APP_INIT_BRANDING = void 0;
|
|
11
|
+
const ENV_MOBILE_APP_INIT_STRUCT = void 0;
|
|
12
|
+
const ENV_MOBILE_APP_BUILD_PWA_DISABLE_SERVICE_WORKER = void 0;
|
|
13
|
+
const ENV_MOBILE_APP_BUILD_PWA_NAME = void 0;
|
|
14
|
+
const ENV_MOBILE_APP_BUILD_PWA_SHORT_NAME = void 0;
|
|
15
|
+
const ENV_MOBILE_APP_BUILD_PWA_START_URL = void 0;
|
|
16
|
+
const ENV_MOBILE_APP_BUILD_ELECTRON_SHOW_DEV_TOOLS = void 0;
|
|
17
|
+
const ENV_MOBILE_APP_BUILD_SSR = void 0;
|
|
18
|
+
const ENV_MOBILE_APP_BUILD_WEBSQL = void 0;
|
|
19
|
+
const ENV_MOBILE_APP_BUILD_PROD = void 0;
|
|
20
|
+
const ENV_MOBILE_APP_BUILD_OVERRIDE_OUTPUT_PATH = void 0;
|
|
21
|
+
const ENV_MOBILE_APP_BUILD_BASE_HREF = void 0;
|
|
22
|
+
const ENV_MOBILE_APP_BUILD_WATCH = void 0;
|
|
23
|
+
const ENV_MOBILE_APP_BUILD_GEN_ONLY_CLIENT_CODE = void 0;
|
|
24
|
+
const ENV_MOBILE_APP_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER = void 0;
|
|
25
|
+
const ENV_MOBILE_APP_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND = void 0;
|
|
26
|
+
const ENV_MOBILE_APP_RELEASE_CLI_MINIFY = void 0;
|
|
27
|
+
const ENV_MOBILE_APP_RELEASE_CLI_INCLUDE_NODE_MODULES = void 0;
|
|
28
|
+
const ENV_MOBILE_APP_RELEASE_CLI_UGLIFY = void 0;
|
|
29
|
+
const ENV_MOBILE_APP_RELEASE_CLI_OBSCURE = void 0;
|
|
30
|
+
const ENV_MOBILE_APP_RELEASE_CLI_COMPRESS = void 0;
|
|
31
|
+
const ENV_MOBILE_APP_RELEASE_NODE_BACKEND_APP_MINIFY = void 0;
|
|
32
|
+
const ENV_MOBILE_APP_RELEASE_LIB_REMOVE_DTS = void 0;
|
|
33
|
+
const ENV_MOBILE_APP_RELEASE_LIB_OBSCURE_FILE_BY_FILE = void 0;
|
|
34
|
+
const ENV_MOBILE_APP_RELEASE_LIB_UGLIFY_FILE_BY_FILE = void 0;
|
|
35
|
+
const ENV_MOBILE_APP_RELEASE_LIB_INCLUDE_SOURCE_MAPS = void 0;
|
|
36
|
+
const ENV_MOBILE_APP_RELEASE_LIB_COMPRESS = void 0;
|
|
37
|
+
const ENV_MOBILE_APP_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES = void 0;
|
|
38
|
+
const ENV_MOBILE_APP_RELEASE_RESOLVED_NEW_VERSION = void 0;
|
|
39
|
+
const ENV_MOBILE_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE = void 0;
|
|
40
|
+
const ENV_MOBILE_APP_RELEASE_ENV_NUMBER = void 0;
|
|
41
|
+
const ENV_MOBILE_APP_RELEASE_INSTALL_LOCALLY = void 0;
|
|
42
|
+
const ENV_MOBILE_APP_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL = void 0;
|
|
43
|
+
const ENV_MOBILE_APP_RELEASE_RELEASE_TYPE = void 0;
|
|
44
|
+
const ENV_MOBILE_APP_RELEASE_AUTO_RELEASE_USING_CONFIG = void 0;
|
|
45
|
+
const ENV_MOBILE_APP_RELEASE_AUTO_RELEASE_TASK_NAME = void 0;
|
|
46
|
+
const ENV_MOBILE_APP_RELEASE_TAON_INSTANCE_IP = void 0;
|
|
47
|
+
const ENV_MOBILE_APP_RELEASE_SKIP_NPM_PUBLISH = void 0;
|
|
48
|
+
const ENV_MOBILE_APP_RELEASE_SKIP_DEPLOY = void 0;
|
|
49
|
+
const ENV_MOBILE_APP_RELEASE_SKIP_TAG_GIT_PUSH = void 0;
|
|
50
|
+
const ENV_MOBILE_APP_RELEASE_SKIP_RELEASE_QUESTION = void 0;
|
|
51
|
+
const ENV_MOBILE_APP_RELEASE_SKIP_RESOLVING_GIT_CHANGES = void 0;
|
|
52
|
+
const ENV_MOBILE_APP_RELEASE_SKIP_CODE_CUTTING = void 0;
|
|
53
|
+
const ENV_MOBILE_APP_RELEASE_SKIP_BUILDING_ARTIFACTS = void 0;
|
|
54
|
+
const ENV_MOBILE_APP_COPY_TO_MANAGER_BEFORE_COPY_HOOK = void 0;
|
|
55
|
+
const ENV_MOBILE_APP_COPY_TO_MANAGER_COPY_TO_LOCATIONS = void 0;
|
|
56
|
+
const ENV_MOBILE_APP_COPY_TO_MANAGER_COPY_TO_PROJECTS = void 0;
|
|
57
|
+
const ENV_MOBILE_APP_COPY_TO_MANAGER_SKIP = void 0;
|
|
58
|
+
const ENV_MOBILE_APP_WEBSITE_USE_DOMAIN = void 0;
|
|
59
|
+
const ENV_MOBILE_APP_PURPOSE = void 0;
|
|
60
|
+
const ENV_MOBILE_APP_RECURSIVE_ACTION = void 0;
|
|
61
|
+
const ENV_MOBILE_APP_IS_CI_PROCESS = void 0;
|
|
62
|
+
const ENV_MOBILE_APP_DOCKER_ADDITIONAL_CONTAINER = void 0;
|
|
63
|
+
const ENV_MOBILE_APP_DOCKER_SKIP_START_IN_ORDER = void 0;
|
|
64
|
+
const ENV_MOBILE_APP_DOCKER_SKIP_USING_MYSQL_DB = void 0;
|
|
65
|
+
export {
|
|
66
|
+
ENV_MOBILE_APP_BUILD_BASE_HREF,
|
|
67
|
+
ENV_MOBILE_APP_BUILD_ELECTRON_SHOW_DEV_TOOLS,
|
|
68
|
+
ENV_MOBILE_APP_BUILD_GEN_ONLY_CLIENT_CODE,
|
|
69
|
+
ENV_MOBILE_APP_BUILD_OVERRIDE_OUTPUT_PATH,
|
|
70
|
+
ENV_MOBILE_APP_BUILD_PROD,
|
|
71
|
+
ENV_MOBILE_APP_BUILD_PWA_DISABLE_SERVICE_WORKER,
|
|
72
|
+
ENV_MOBILE_APP_BUILD_PWA_NAME,
|
|
73
|
+
ENV_MOBILE_APP_BUILD_PWA_SHORT_NAME,
|
|
74
|
+
ENV_MOBILE_APP_BUILD_PWA_START_URL,
|
|
75
|
+
ENV_MOBILE_APP_BUILD_SSR,
|
|
76
|
+
ENV_MOBILE_APP_BUILD_WATCH,
|
|
77
|
+
ENV_MOBILE_APP_BUILD_WEBSQL,
|
|
78
|
+
ENV_MOBILE_APP_CONTAINER_END,
|
|
79
|
+
ENV_MOBILE_APP_CONTAINER_ONLY,
|
|
80
|
+
ENV_MOBILE_APP_CONTAINER_SKIP,
|
|
81
|
+
ENV_MOBILE_APP_CONTAINER_SKIP_RELEASED,
|
|
82
|
+
ENV_MOBILE_APP_CONTAINER_START,
|
|
83
|
+
ENV_MOBILE_APP_COPY_TO_MANAGER_BEFORE_COPY_HOOK,
|
|
84
|
+
ENV_MOBILE_APP_COPY_TO_MANAGER_COPY_TO_LOCATIONS,
|
|
85
|
+
ENV_MOBILE_APP_COPY_TO_MANAGER_COPY_TO_PROJECTS,
|
|
86
|
+
ENV_MOBILE_APP_COPY_TO_MANAGER_SKIP,
|
|
87
|
+
ENV_MOBILE_APP_DOCKER_ADDITIONAL_CONTAINER,
|
|
88
|
+
ENV_MOBILE_APP_DOCKER_SKIP_START_IN_ORDER,
|
|
89
|
+
ENV_MOBILE_APP_DOCKER_SKIP_USING_MYSQL_DB,
|
|
90
|
+
ENV_MOBILE_APP_INIT_BRANDING,
|
|
91
|
+
ENV_MOBILE_APP_INIT_STRUCT,
|
|
92
|
+
ENV_MOBILE_APP_IS_CI_PROCESS,
|
|
93
|
+
ENV_MOBILE_APP_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND,
|
|
94
|
+
ENV_MOBILE_APP_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER,
|
|
95
|
+
ENV_MOBILE_APP_PURPOSE,
|
|
96
|
+
ENV_MOBILE_APP_RECURSIVE_ACTION,
|
|
97
|
+
ENV_MOBILE_APP_RELEASE_AUTO_RELEASE_TASK_NAME,
|
|
98
|
+
ENV_MOBILE_APP_RELEASE_AUTO_RELEASE_USING_CONFIG,
|
|
99
|
+
ENV_MOBILE_APP_RELEASE_CLI_COMPRESS,
|
|
100
|
+
ENV_MOBILE_APP_RELEASE_CLI_INCLUDE_NODE_MODULES,
|
|
101
|
+
ENV_MOBILE_APP_RELEASE_CLI_MINIFY,
|
|
102
|
+
ENV_MOBILE_APP_RELEASE_CLI_OBSCURE,
|
|
103
|
+
ENV_MOBILE_APP_RELEASE_CLI_UGLIFY,
|
|
104
|
+
ENV_MOBILE_APP_RELEASE_ENV_NAME,
|
|
105
|
+
ENV_MOBILE_APP_RELEASE_ENV_NUMBER,
|
|
106
|
+
ENV_MOBILE_APP_RELEASE_INSTALL_LOCALLY,
|
|
107
|
+
ENV_MOBILE_APP_RELEASE_LIB_COMPRESS,
|
|
108
|
+
ENV_MOBILE_APP_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES,
|
|
109
|
+
ENV_MOBILE_APP_RELEASE_LIB_INCLUDE_SOURCE_MAPS,
|
|
110
|
+
ENV_MOBILE_APP_RELEASE_LIB_OBSCURE_FILE_BY_FILE,
|
|
111
|
+
ENV_MOBILE_APP_RELEASE_LIB_REMOVE_DTS,
|
|
112
|
+
ENV_MOBILE_APP_RELEASE_LIB_UGLIFY_FILE_BY_FILE,
|
|
113
|
+
ENV_MOBILE_APP_RELEASE_NODE_BACKEND_APP_MINIFY,
|
|
114
|
+
ENV_MOBILE_APP_RELEASE_RELEASE_TYPE,
|
|
115
|
+
ENV_MOBILE_APP_RELEASE_RELEASE_VERSION_BUMP_TYPE,
|
|
116
|
+
ENV_MOBILE_APP_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL,
|
|
117
|
+
ENV_MOBILE_APP_RELEASE_RESOLVED_NEW_VERSION,
|
|
118
|
+
ENV_MOBILE_APP_RELEASE_SKIP_BUILDING_ARTIFACTS,
|
|
119
|
+
ENV_MOBILE_APP_RELEASE_SKIP_CODE_CUTTING,
|
|
120
|
+
ENV_MOBILE_APP_RELEASE_SKIP_DEPLOY,
|
|
121
|
+
ENV_MOBILE_APP_RELEASE_SKIP_NPM_PUBLISH,
|
|
122
|
+
ENV_MOBILE_APP_RELEASE_SKIP_RELEASE_QUESTION,
|
|
123
|
+
ENV_MOBILE_APP_RELEASE_SKIP_RESOLVING_GIT_CHANGES,
|
|
124
|
+
ENV_MOBILE_APP_RELEASE_SKIP_TAG_GIT_PUSH,
|
|
125
|
+
ENV_MOBILE_APP_RELEASE_TAON_INSTANCE_IP,
|
|
126
|
+
ENV_MOBILE_APP_RELEASE_TARGET_ARTIFACT,
|
|
127
|
+
ENV_MOBILE_APP_WEBSITE_DOMAIN,
|
|
128
|
+
ENV_MOBILE_APP_WEBSITE_TITLE,
|
|
129
|
+
ENV_MOBILE_APP_WEBSITE_USE_DOMAIN
|
|
130
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_DOMAIN = "node-cli-tester.example.domain.com";
|
|
2
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_TITLE = "Node Cli Tester";
|
|
3
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_TARGET_ARTIFACT = "npm-lib-and-cli-tool";
|
|
4
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NAME = "__";
|
|
5
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_ONLY = void 0;
|
|
6
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_END = void 0;
|
|
7
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_START = void 0;
|
|
8
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_SKIP_RELEASED = void 0;
|
|
9
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_SKIP = void 0;
|
|
10
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_INIT_BRANDING = void 0;
|
|
11
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_INIT_STRUCT = void 0;
|
|
12
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_DISABLE_SERVICE_WORKER = void 0;
|
|
13
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_NAME = void 0;
|
|
14
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_SHORT_NAME = void 0;
|
|
15
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_START_URL = void 0;
|
|
16
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_ELECTRON_SHOW_DEV_TOOLS = void 0;
|
|
17
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_SSR = void 0;
|
|
18
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WEBSQL = void 0;
|
|
19
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PROD = void 0;
|
|
20
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_OVERRIDE_OUTPUT_PATH = void 0;
|
|
21
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_BASE_HREF = void 0;
|
|
22
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WATCH = void 0;
|
|
23
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_BUILD_GEN_ONLY_CLIENT_CODE = void 0;
|
|
24
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER = void 0;
|
|
25
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND = void 0;
|
|
26
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_MINIFY = void 0;
|
|
27
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_INCLUDE_NODE_MODULES = void 0;
|
|
28
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_UGLIFY = void 0;
|
|
29
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_OBSCURE = void 0;
|
|
30
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_COMPRESS = void 0;
|
|
31
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_NODE_BACKEND_APP_MINIFY = void 0;
|
|
32
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_REMOVE_DTS = void 0;
|
|
33
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_OBSCURE_FILE_BY_FILE = void 0;
|
|
34
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_UGLIFY_FILE_BY_FILE = void 0;
|
|
35
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_INCLUDE_SOURCE_MAPS = void 0;
|
|
36
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_COMPRESS = void 0;
|
|
37
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES = void 0;
|
|
38
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RESOLVED_NEW_VERSION = void 0;
|
|
39
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_VERSION_BUMP_TYPE = void 0;
|
|
40
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NUMBER = void 0;
|
|
41
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_INSTALL_LOCALLY = void 0;
|
|
42
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL = void 0;
|
|
43
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_TYPE = void 0;
|
|
44
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_AUTO_RELEASE_USING_CONFIG = void 0;
|
|
45
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_AUTO_RELEASE_TASK_NAME = void 0;
|
|
46
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_TAON_INSTANCE_IP = void 0;
|
|
47
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_NPM_PUBLISH = void 0;
|
|
48
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_DEPLOY = void 0;
|
|
49
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_TAG_GIT_PUSH = void 0;
|
|
50
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_RELEASE_QUESTION = void 0;
|
|
51
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_RESOLVING_GIT_CHANGES = void 0;
|
|
52
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_CODE_CUTTING = void 0;
|
|
53
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_BUILDING_ARTIFACTS = void 0;
|
|
54
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_BEFORE_COPY_HOOK = void 0;
|
|
55
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_COPY_TO_LOCATIONS = void 0;
|
|
56
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_COPY_TO_PROJECTS = void 0;
|
|
57
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_SKIP = void 0;
|
|
58
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_USE_DOMAIN = void 0;
|
|
59
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_PURPOSE = void 0;
|
|
60
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_RECURSIVE_ACTION = void 0;
|
|
61
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_IS_CI_PROCESS = void 0;
|
|
62
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_ADDITIONAL_CONTAINER = void 0;
|
|
63
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_SKIP_START_IN_ORDER = void 0;
|
|
64
|
+
const ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_SKIP_USING_MYSQL_DB = void 0;
|
|
65
|
+
export {
|
|
66
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_BASE_HREF,
|
|
67
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_ELECTRON_SHOW_DEV_TOOLS,
|
|
68
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_GEN_ONLY_CLIENT_CODE,
|
|
69
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_OVERRIDE_OUTPUT_PATH,
|
|
70
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PROD,
|
|
71
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_DISABLE_SERVICE_WORKER,
|
|
72
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_NAME,
|
|
73
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_SHORT_NAME,
|
|
74
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_PWA_START_URL,
|
|
75
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_SSR,
|
|
76
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WATCH,
|
|
77
|
+
ENV_NPM_LIB_AND_CLI_TOOL_BUILD_WEBSQL,
|
|
78
|
+
ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_END,
|
|
79
|
+
ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_ONLY,
|
|
80
|
+
ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_SKIP,
|
|
81
|
+
ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_SKIP_RELEASED,
|
|
82
|
+
ENV_NPM_LIB_AND_CLI_TOOL_CONTAINER_START,
|
|
83
|
+
ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_BEFORE_COPY_HOOK,
|
|
84
|
+
ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_COPY_TO_LOCATIONS,
|
|
85
|
+
ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_COPY_TO_PROJECTS,
|
|
86
|
+
ENV_NPM_LIB_AND_CLI_TOOL_COPY_TO_MANAGER_SKIP,
|
|
87
|
+
ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_ADDITIONAL_CONTAINER,
|
|
88
|
+
ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_SKIP_START_IN_ORDER,
|
|
89
|
+
ENV_NPM_LIB_AND_CLI_TOOL_DOCKER_SKIP_USING_MYSQL_DB,
|
|
90
|
+
ENV_NPM_LIB_AND_CLI_TOOL_INIT_BRANDING,
|
|
91
|
+
ENV_NPM_LIB_AND_CLI_TOOL_INIT_STRUCT,
|
|
92
|
+
ENV_NPM_LIB_AND_CLI_TOOL_IS_CI_PROCESS,
|
|
93
|
+
ENV_NPM_LIB_AND_CLI_TOOL_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND,
|
|
94
|
+
ENV_NPM_LIB_AND_CLI_TOOL_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER,
|
|
95
|
+
ENV_NPM_LIB_AND_CLI_TOOL_PURPOSE,
|
|
96
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RECURSIVE_ACTION,
|
|
97
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_AUTO_RELEASE_TASK_NAME,
|
|
98
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_AUTO_RELEASE_USING_CONFIG,
|
|
99
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_COMPRESS,
|
|
100
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_INCLUDE_NODE_MODULES,
|
|
101
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_MINIFY,
|
|
102
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_OBSCURE,
|
|
103
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_CLI_UGLIFY,
|
|
104
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NAME,
|
|
105
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_ENV_NUMBER,
|
|
106
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_INSTALL_LOCALLY,
|
|
107
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_COMPRESS,
|
|
108
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES,
|
|
109
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_INCLUDE_SOURCE_MAPS,
|
|
110
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_OBSCURE_FILE_BY_FILE,
|
|
111
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_REMOVE_DTS,
|
|
112
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_LIB_UGLIFY_FILE_BY_FILE,
|
|
113
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_NODE_BACKEND_APP_MINIFY,
|
|
114
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_TYPE,
|
|
115
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RELEASE_VERSION_BUMP_TYPE,
|
|
116
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL,
|
|
117
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_RESOLVED_NEW_VERSION,
|
|
118
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_BUILDING_ARTIFACTS,
|
|
119
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_CODE_CUTTING,
|
|
120
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_DEPLOY,
|
|
121
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_NPM_PUBLISH,
|
|
122
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_RELEASE_QUESTION,
|
|
123
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_RESOLVING_GIT_CHANGES,
|
|
124
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_SKIP_TAG_GIT_PUSH,
|
|
125
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_TAON_INSTANCE_IP,
|
|
126
|
+
ENV_NPM_LIB_AND_CLI_TOOL_RELEASE_TARGET_ARTIFACT,
|
|
127
|
+
ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_DOMAIN,
|
|
128
|
+
ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_TITLE,
|
|
129
|
+
ENV_NPM_LIB_AND_CLI_TOOL_WEBSITE_USE_DOMAIN
|
|
130
|
+
};
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
const ENV_VSCODE_PLUGIN_WEBSITE_DOMAIN = "node-cli-tester.example.domain.com";
|
|
2
|
+
const ENV_VSCODE_PLUGIN_WEBSITE_TITLE = "Node Cli Tester";
|
|
3
|
+
const ENV_VSCODE_PLUGIN_RELEASE_TARGET_ARTIFACT = "vscode-plugin";
|
|
4
|
+
const ENV_VSCODE_PLUGIN_RELEASE_ENV_NAME = "__";
|
|
5
|
+
const ENV_VSCODE_PLUGIN_CONTAINER_ONLY = void 0;
|
|
6
|
+
const ENV_VSCODE_PLUGIN_CONTAINER_END = void 0;
|
|
7
|
+
const ENV_VSCODE_PLUGIN_CONTAINER_START = void 0;
|
|
8
|
+
const ENV_VSCODE_PLUGIN_CONTAINER_SKIP_RELEASED = void 0;
|
|
9
|
+
const ENV_VSCODE_PLUGIN_CONTAINER_SKIP = void 0;
|
|
10
|
+
const ENV_VSCODE_PLUGIN_INIT_BRANDING = void 0;
|
|
11
|
+
const ENV_VSCODE_PLUGIN_INIT_STRUCT = void 0;
|
|
12
|
+
const ENV_VSCODE_PLUGIN_BUILD_PWA_DISABLE_SERVICE_WORKER = void 0;
|
|
13
|
+
const ENV_VSCODE_PLUGIN_BUILD_PWA_NAME = void 0;
|
|
14
|
+
const ENV_VSCODE_PLUGIN_BUILD_PWA_SHORT_NAME = void 0;
|
|
15
|
+
const ENV_VSCODE_PLUGIN_BUILD_PWA_START_URL = void 0;
|
|
16
|
+
const ENV_VSCODE_PLUGIN_BUILD_ELECTRON_SHOW_DEV_TOOLS = void 0;
|
|
17
|
+
const ENV_VSCODE_PLUGIN_BUILD_SSR = void 0;
|
|
18
|
+
const ENV_VSCODE_PLUGIN_BUILD_WEBSQL = void 0;
|
|
19
|
+
const ENV_VSCODE_PLUGIN_BUILD_PROD = void 0;
|
|
20
|
+
const ENV_VSCODE_PLUGIN_BUILD_OVERRIDE_OUTPUT_PATH = void 0;
|
|
21
|
+
const ENV_VSCODE_PLUGIN_BUILD_BASE_HREF = void 0;
|
|
22
|
+
const ENV_VSCODE_PLUGIN_BUILD_WATCH = void 0;
|
|
23
|
+
const ENV_VSCODE_PLUGIN_BUILD_GEN_ONLY_CLIENT_CODE = void 0;
|
|
24
|
+
const ENV_VSCODE_PLUGIN_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER = void 0;
|
|
25
|
+
const ENV_VSCODE_PLUGIN_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND = void 0;
|
|
26
|
+
const ENV_VSCODE_PLUGIN_RELEASE_CLI_MINIFY = void 0;
|
|
27
|
+
const ENV_VSCODE_PLUGIN_RELEASE_CLI_INCLUDE_NODE_MODULES = void 0;
|
|
28
|
+
const ENV_VSCODE_PLUGIN_RELEASE_CLI_UGLIFY = void 0;
|
|
29
|
+
const ENV_VSCODE_PLUGIN_RELEASE_CLI_OBSCURE = void 0;
|
|
30
|
+
const ENV_VSCODE_PLUGIN_RELEASE_CLI_COMPRESS = void 0;
|
|
31
|
+
const ENV_VSCODE_PLUGIN_RELEASE_NODE_BACKEND_APP_MINIFY = void 0;
|
|
32
|
+
const ENV_VSCODE_PLUGIN_RELEASE_LIB_REMOVE_DTS = void 0;
|
|
33
|
+
const ENV_VSCODE_PLUGIN_RELEASE_LIB_OBSCURE_FILE_BY_FILE = void 0;
|
|
34
|
+
const ENV_VSCODE_PLUGIN_RELEASE_LIB_UGLIFY_FILE_BY_FILE = void 0;
|
|
35
|
+
const ENV_VSCODE_PLUGIN_RELEASE_LIB_INCLUDE_SOURCE_MAPS = void 0;
|
|
36
|
+
const ENV_VSCODE_PLUGIN_RELEASE_LIB_COMPRESS = void 0;
|
|
37
|
+
const ENV_VSCODE_PLUGIN_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES = void 0;
|
|
38
|
+
const ENV_VSCODE_PLUGIN_RELEASE_RESOLVED_NEW_VERSION = void 0;
|
|
39
|
+
const ENV_VSCODE_PLUGIN_RELEASE_RELEASE_VERSION_BUMP_TYPE = void 0;
|
|
40
|
+
const ENV_VSCODE_PLUGIN_RELEASE_ENV_NUMBER = void 0;
|
|
41
|
+
const ENV_VSCODE_PLUGIN_RELEASE_INSTALL_LOCALLY = void 0;
|
|
42
|
+
const ENV_VSCODE_PLUGIN_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL = void 0;
|
|
43
|
+
const ENV_VSCODE_PLUGIN_RELEASE_RELEASE_TYPE = void 0;
|
|
44
|
+
const ENV_VSCODE_PLUGIN_RELEASE_AUTO_RELEASE_USING_CONFIG = void 0;
|
|
45
|
+
const ENV_VSCODE_PLUGIN_RELEASE_AUTO_RELEASE_TASK_NAME = void 0;
|
|
46
|
+
const ENV_VSCODE_PLUGIN_RELEASE_TAON_INSTANCE_IP = void 0;
|
|
47
|
+
const ENV_VSCODE_PLUGIN_RELEASE_SKIP_NPM_PUBLISH = void 0;
|
|
48
|
+
const ENV_VSCODE_PLUGIN_RELEASE_SKIP_DEPLOY = void 0;
|
|
49
|
+
const ENV_VSCODE_PLUGIN_RELEASE_SKIP_TAG_GIT_PUSH = void 0;
|
|
50
|
+
const ENV_VSCODE_PLUGIN_RELEASE_SKIP_RELEASE_QUESTION = void 0;
|
|
51
|
+
const ENV_VSCODE_PLUGIN_RELEASE_SKIP_RESOLVING_GIT_CHANGES = void 0;
|
|
52
|
+
const ENV_VSCODE_PLUGIN_RELEASE_SKIP_CODE_CUTTING = void 0;
|
|
53
|
+
const ENV_VSCODE_PLUGIN_RELEASE_SKIP_BUILDING_ARTIFACTS = void 0;
|
|
54
|
+
const ENV_VSCODE_PLUGIN_COPY_TO_MANAGER_BEFORE_COPY_HOOK = void 0;
|
|
55
|
+
const ENV_VSCODE_PLUGIN_COPY_TO_MANAGER_COPY_TO_LOCATIONS = void 0;
|
|
56
|
+
const ENV_VSCODE_PLUGIN_COPY_TO_MANAGER_COPY_TO_PROJECTS = void 0;
|
|
57
|
+
const ENV_VSCODE_PLUGIN_COPY_TO_MANAGER_SKIP = void 0;
|
|
58
|
+
const ENV_VSCODE_PLUGIN_WEBSITE_USE_DOMAIN = void 0;
|
|
59
|
+
const ENV_VSCODE_PLUGIN_PURPOSE = void 0;
|
|
60
|
+
const ENV_VSCODE_PLUGIN_RECURSIVE_ACTION = void 0;
|
|
61
|
+
const ENV_VSCODE_PLUGIN_IS_CI_PROCESS = void 0;
|
|
62
|
+
const ENV_VSCODE_PLUGIN_DOCKER_ADDITIONAL_CONTAINER = void 0;
|
|
63
|
+
const ENV_VSCODE_PLUGIN_DOCKER_SKIP_START_IN_ORDER = void 0;
|
|
64
|
+
const ENV_VSCODE_PLUGIN_DOCKER_SKIP_USING_MYSQL_DB = void 0;
|
|
65
|
+
export {
|
|
66
|
+
ENV_VSCODE_PLUGIN_BUILD_BASE_HREF,
|
|
67
|
+
ENV_VSCODE_PLUGIN_BUILD_ELECTRON_SHOW_DEV_TOOLS,
|
|
68
|
+
ENV_VSCODE_PLUGIN_BUILD_GEN_ONLY_CLIENT_CODE,
|
|
69
|
+
ENV_VSCODE_PLUGIN_BUILD_OVERRIDE_OUTPUT_PATH,
|
|
70
|
+
ENV_VSCODE_PLUGIN_BUILD_PROD,
|
|
71
|
+
ENV_VSCODE_PLUGIN_BUILD_PWA_DISABLE_SERVICE_WORKER,
|
|
72
|
+
ENV_VSCODE_PLUGIN_BUILD_PWA_NAME,
|
|
73
|
+
ENV_VSCODE_PLUGIN_BUILD_PWA_SHORT_NAME,
|
|
74
|
+
ENV_VSCODE_PLUGIN_BUILD_PWA_START_URL,
|
|
75
|
+
ENV_VSCODE_PLUGIN_BUILD_SSR,
|
|
76
|
+
ENV_VSCODE_PLUGIN_BUILD_WATCH,
|
|
77
|
+
ENV_VSCODE_PLUGIN_BUILD_WEBSQL,
|
|
78
|
+
ENV_VSCODE_PLUGIN_CONTAINER_END,
|
|
79
|
+
ENV_VSCODE_PLUGIN_CONTAINER_ONLY,
|
|
80
|
+
ENV_VSCODE_PLUGIN_CONTAINER_SKIP,
|
|
81
|
+
ENV_VSCODE_PLUGIN_CONTAINER_SKIP_RELEASED,
|
|
82
|
+
ENV_VSCODE_PLUGIN_CONTAINER_START,
|
|
83
|
+
ENV_VSCODE_PLUGIN_COPY_TO_MANAGER_BEFORE_COPY_HOOK,
|
|
84
|
+
ENV_VSCODE_PLUGIN_COPY_TO_MANAGER_COPY_TO_LOCATIONS,
|
|
85
|
+
ENV_VSCODE_PLUGIN_COPY_TO_MANAGER_COPY_TO_PROJECTS,
|
|
86
|
+
ENV_VSCODE_PLUGIN_COPY_TO_MANAGER_SKIP,
|
|
87
|
+
ENV_VSCODE_PLUGIN_DOCKER_ADDITIONAL_CONTAINER,
|
|
88
|
+
ENV_VSCODE_PLUGIN_DOCKER_SKIP_START_IN_ORDER,
|
|
89
|
+
ENV_VSCODE_PLUGIN_DOCKER_SKIP_USING_MYSQL_DB,
|
|
90
|
+
ENV_VSCODE_PLUGIN_INIT_BRANDING,
|
|
91
|
+
ENV_VSCODE_PLUGIN_INIT_STRUCT,
|
|
92
|
+
ENV_VSCODE_PLUGIN_IS_CI_PROCESS,
|
|
93
|
+
ENV_VSCODE_PLUGIN_LOADING_PRE_ANGULAR_BOOTSTRAP_BACKGROUND,
|
|
94
|
+
ENV_VSCODE_PLUGIN_LOADING_PRE_ANGULAR_BOOTSTRAP_LOADER,
|
|
95
|
+
ENV_VSCODE_PLUGIN_PURPOSE,
|
|
96
|
+
ENV_VSCODE_PLUGIN_RECURSIVE_ACTION,
|
|
97
|
+
ENV_VSCODE_PLUGIN_RELEASE_AUTO_RELEASE_TASK_NAME,
|
|
98
|
+
ENV_VSCODE_PLUGIN_RELEASE_AUTO_RELEASE_USING_CONFIG,
|
|
99
|
+
ENV_VSCODE_PLUGIN_RELEASE_CLI_COMPRESS,
|
|
100
|
+
ENV_VSCODE_PLUGIN_RELEASE_CLI_INCLUDE_NODE_MODULES,
|
|
101
|
+
ENV_VSCODE_PLUGIN_RELEASE_CLI_MINIFY,
|
|
102
|
+
ENV_VSCODE_PLUGIN_RELEASE_CLI_OBSCURE,
|
|
103
|
+
ENV_VSCODE_PLUGIN_RELEASE_CLI_UGLIFY,
|
|
104
|
+
ENV_VSCODE_PLUGIN_RELEASE_ENV_NAME,
|
|
105
|
+
ENV_VSCODE_PLUGIN_RELEASE_ENV_NUMBER,
|
|
106
|
+
ENV_VSCODE_PLUGIN_RELEASE_INSTALL_LOCALLY,
|
|
107
|
+
ENV_VSCODE_PLUGIN_RELEASE_LIB_COMPRESS,
|
|
108
|
+
ENV_VSCODE_PLUGIN_RELEASE_LIB_DO_NOT_INCLUDE_LIB_FILES,
|
|
109
|
+
ENV_VSCODE_PLUGIN_RELEASE_LIB_INCLUDE_SOURCE_MAPS,
|
|
110
|
+
ENV_VSCODE_PLUGIN_RELEASE_LIB_OBSCURE_FILE_BY_FILE,
|
|
111
|
+
ENV_VSCODE_PLUGIN_RELEASE_LIB_REMOVE_DTS,
|
|
112
|
+
ENV_VSCODE_PLUGIN_RELEASE_LIB_UGLIFY_FILE_BY_FILE,
|
|
113
|
+
ENV_VSCODE_PLUGIN_RELEASE_NODE_BACKEND_APP_MINIFY,
|
|
114
|
+
ENV_VSCODE_PLUGIN_RELEASE_RELEASE_TYPE,
|
|
115
|
+
ENV_VSCODE_PLUGIN_RELEASE_RELEASE_VERSION_BUMP_TYPE,
|
|
116
|
+
ENV_VSCODE_PLUGIN_RELEASE_REMOVE_RELEASE_OUTPUT_AFTER_LOCAL_INSTALL,
|
|
117
|
+
ENV_VSCODE_PLUGIN_RELEASE_RESOLVED_NEW_VERSION,
|
|
118
|
+
ENV_VSCODE_PLUGIN_RELEASE_SKIP_BUILDING_ARTIFACTS,
|
|
119
|
+
ENV_VSCODE_PLUGIN_RELEASE_SKIP_CODE_CUTTING,
|
|
120
|
+
ENV_VSCODE_PLUGIN_RELEASE_SKIP_DEPLOY,
|
|
121
|
+
ENV_VSCODE_PLUGIN_RELEASE_SKIP_NPM_PUBLISH,
|
|
122
|
+
ENV_VSCODE_PLUGIN_RELEASE_SKIP_RELEASE_QUESTION,
|
|
123
|
+
ENV_VSCODE_PLUGIN_RELEASE_SKIP_RESOLVING_GIT_CHANGES,
|
|
124
|
+
ENV_VSCODE_PLUGIN_RELEASE_SKIP_TAG_GIT_PUSH,
|
|
125
|
+
ENV_VSCODE_PLUGIN_RELEASE_TAON_INSTANCE_IP,
|
|
126
|
+
ENV_VSCODE_PLUGIN_RELEASE_TARGET_ARTIFACT,
|
|
127
|
+
ENV_VSCODE_PLUGIN_WEBSITE_DOMAIN,
|
|
128
|
+
ENV_VSCODE_PLUGIN_WEBSITE_TITLE,
|
|
129
|
+
ENV_VSCODE_PLUGIN_WEBSITE_USE_DOMAIN
|
|
130
|
+
};
|
|
File without changes
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { NodeCliTester } from "./node-cli-tester";
|
|
2
|
+
import { TestTemplates } from "./spec-templates.backend";
|
|
3
|
+
import { CliTest } from "./cli-test.backend";
|
|
4
|
+
import { run } from "./start.backend";
|
|
5
|
+
export {
|
|
6
|
+
CliTest,
|
|
7
|
+
NodeCliTester,
|
|
8
|
+
TestTemplates,
|
|
9
|
+
run
|
|
10
|
+
};
|
|
@@ -0,0 +1,236 @@
|
|
|
1
|
+
import * as glob from "glob";
|
|
2
|
+
import { path, ___NS__first, ___NS__isObject, ___NS__keys, ___NS__maxBy, ___NS__merge, ___NS__minBy, Utils__NS__uniqArray } from "tnp-core/lib-prod";
|
|
3
|
+
import { config } from "tnp-core/lib-prod";
|
|
4
|
+
import { BaseProject as Project, Helpers__NS__createSymLink, Helpers__NS__error, Helpers__NS__exists, Helpers__NS__isFolder, Helpers__NS__log, Helpers__NS__mkdirp, Helpers__NS__parse, Helpers__NS__readFile, Helpers__NS__removeFolderIfExists, Helpers__NS__stringify, Helpers__NS__writeFile } from "tnp-helpers/lib-prod";
|
|
5
|
+
import { CLASS } from "typescript-class-helpers/lib-prod";
|
|
6
|
+
import { BaseProjectStructure } from "./base-project-structure.backend";
|
|
7
|
+
class MetaMd {
|
|
8
|
+
//#endregion
|
|
9
|
+
//#region constructor
|
|
10
|
+
constructor(filePath) {
|
|
11
|
+
this.filePath = filePath;
|
|
12
|
+
}
|
|
13
|
+
//#region static fields
|
|
14
|
+
static JSON_PART = "@jsonPart";
|
|
15
|
+
static FILE_CONTENT_PART = "@fileContentPart";
|
|
16
|
+
static TEST_PART = "@testPart";
|
|
17
|
+
//#region static fields / create
|
|
18
|
+
static async create(json, fileContent, testContent) {
|
|
19
|
+
return await create(___NS__isObject(json) ? Helpers__NS__stringify(json) : json, fileContent, testContent);
|
|
20
|
+
}
|
|
21
|
+
//#endregion
|
|
22
|
+
//#region static fields / preserve file
|
|
23
|
+
static async preserveFiles(originalAnyTypeFiles, destinationFolder, editorCwd, foundProjectsFn = (a) => a, baseProjectsStructurePath, overrideThisFileName = void 0, overrideTimehash = void 0) {
|
|
24
|
+
const properDestName = overrideThisFileName ? overrideThisFileName : `${path.basename(___NS__first(originalAnyTypeFiles))}.${config.file.meta_config_md}`;
|
|
25
|
+
if (!Helpers__NS__isFolder(destinationFolder)) {
|
|
26
|
+
Helpers__NS__error(`[tnp-helpers][meta-content-md] Destination folder "${destinationFolder}"
|
|
27
|
+
is not a folder`, false, true);
|
|
28
|
+
}
|
|
29
|
+
let foundedProjectsInPath = resolveFoundedProject(originalAnyTypeFiles, editorCwd, foundProjectsFn);
|
|
30
|
+
const mostBaseLocationFound = ___NS__minBy(foundedProjectsInPath, (p) => p.location.length).location;
|
|
31
|
+
const projects = foundedProjectsInPath.reduce((a, b) => {
|
|
32
|
+
const baseStructureHash = BaseProjectStructure.generate(b).insideIfNotExists(baseProjectsStructurePath);
|
|
33
|
+
return ___NS__merge(a, {
|
|
34
|
+
[path.join(path.basename(mostBaseLocationFound), b.location.replace(mostBaseLocationFound, ""))]: {
|
|
35
|
+
githash: b.git.lastCommitHash(),
|
|
36
|
+
name: b.name,
|
|
37
|
+
baseStructureHash
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
}, {});
|
|
41
|
+
const timeHash = overrideTimehash ? overrideTimehash : (+/* @__PURE__ */ new Date()).toString(36);
|
|
42
|
+
const c = await MetaMd.create({
|
|
43
|
+
orgFileBasenames: originalAnyTypeFiles.map((a) => path.basename(a)),
|
|
44
|
+
orgRelativePathes: originalAnyTypeFiles.map((a) => {
|
|
45
|
+
return path.join(path.basename(mostBaseLocationFound), a.replace(mostBaseLocationFound, ""));
|
|
46
|
+
}),
|
|
47
|
+
projects,
|
|
48
|
+
firstProjectBasename: path.basename(mostBaseLocationFound),
|
|
49
|
+
timeHash
|
|
50
|
+
}, originalAnyTypeFiles.map((a) => Helpers__NS__readFile(a)));
|
|
51
|
+
Helpers__NS__writeFile(path.join(destinationFolder, properDestName), c);
|
|
52
|
+
}
|
|
53
|
+
//#endregion
|
|
54
|
+
async addFiles(newFilesPathes, destinationFolder, editorCwd, foundProjectFn = void 0, baseProjectsStructurePath) {
|
|
55
|
+
let foundedProjectsInPath = resolveFoundedProject(newFilesPathes, editorCwd, foundProjectFn);
|
|
56
|
+
const mostBaseLocationFound = ___NS__minBy(foundedProjectsInPath, (p) => p.location.length).location;
|
|
57
|
+
newFilesPathes = Utils__NS__uniqArray([
|
|
58
|
+
...newFilesPathes,
|
|
59
|
+
...this.readonlyMetaJson.orgRelativePathes.map((a) => {
|
|
60
|
+
return path.join(path.dirname(mostBaseLocationFound), a);
|
|
61
|
+
})
|
|
62
|
+
]);
|
|
63
|
+
newFilesPathes.forEach((f) => {
|
|
64
|
+
if (!Helpers__NS__exists(f)) {
|
|
65
|
+
Helpers__NS__error(`File doesn't exists`, false, true);
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
await MetaMd.preserveFiles(
|
|
69
|
+
newFilesPathes,
|
|
70
|
+
destinationFolder,
|
|
71
|
+
editorCwd,
|
|
72
|
+
foundProjectFn,
|
|
73
|
+
baseProjectsStructurePath,
|
|
74
|
+
path.basename(this.filePath),
|
|
75
|
+
this.readonlyMetaJson.timeHash
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
//#region static fields / handle instance from meta-content.md file
|
|
79
|
+
static instanceFrom(filePath) {
|
|
80
|
+
return new MetaMd(filePath);
|
|
81
|
+
}
|
|
82
|
+
static allInstancesFrom(folderPath) {
|
|
83
|
+
return glob.sync(`${folderPath}/*.${config.file.meta_config_md}`).map((f) => {
|
|
84
|
+
return MetaMd.instanceFrom(f);
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
//#endregion
|
|
88
|
+
//#endregion
|
|
89
|
+
//#region getters
|
|
90
|
+
get json() {
|
|
91
|
+
const content = Helpers__NS__readFile(this.filePath) || "";
|
|
92
|
+
try {
|
|
93
|
+
const extracted = ___NS__first(extract(content, MetaMd.JSON_PART));
|
|
94
|
+
const parsed = Helpers__NS__parse(extracted, true);
|
|
95
|
+
return parsed;
|
|
96
|
+
} catch (error) {
|
|
97
|
+
return {};
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
get readonlyMetaJson() {
|
|
101
|
+
return Object.freeze(this.json);
|
|
102
|
+
}
|
|
103
|
+
fileContentByIndex(i) {
|
|
104
|
+
const content = Helpers__NS__readFile(this.filePath) || "";
|
|
105
|
+
const extracted = extract(content, MetaMd.FILE_CONTENT_PART)[i];
|
|
106
|
+
return extracted;
|
|
107
|
+
}
|
|
108
|
+
get basename() {
|
|
109
|
+
return path.basename(this.filePath);
|
|
110
|
+
}
|
|
111
|
+
get dirname() {
|
|
112
|
+
return path.dirname(this.filePath);
|
|
113
|
+
}
|
|
114
|
+
//#endregion
|
|
115
|
+
//#region recreate files/content/env before any tests
|
|
116
|
+
/**
|
|
117
|
+
* recate original files before any unit/intergration test
|
|
118
|
+
*/
|
|
119
|
+
recreate(testCwd, cwdProj, ProjectClass = Project, onlyIfNotExists = false) {
|
|
120
|
+
const hashDir = path.join(testCwd, this.json.timeHash);
|
|
121
|
+
if (onlyIfNotExists && Helpers__NS__exists(hashDir)) {
|
|
122
|
+
return;
|
|
123
|
+
}
|
|
124
|
+
Helpers__NS__removeFolderIfExists(hashDir);
|
|
125
|
+
Helpers__NS__mkdirp(hashDir);
|
|
126
|
+
const firstToFind = this.json.projects[this.json.firstProjectBasename].baseStructureHash;
|
|
127
|
+
const allBaseStructures = BaseProjectStructure.allBaseStructures(cwdProj);
|
|
128
|
+
const baseStructure = allBaseStructures.find((p) => p.baseStructureHash === firstToFind);
|
|
129
|
+
if (!baseStructure) {
|
|
130
|
+
Helpers__NS__error(`[node-cli-test][regenerate] base structure was not generated for ${firstToFind}`, false, true);
|
|
131
|
+
}
|
|
132
|
+
baseStructure.copyto(hashDir);
|
|
133
|
+
___NS__keys(this.json.projects).filter((key) => key !== this.json.firstProjectBasename).map((key) => {
|
|
134
|
+
const baseStructureHashChild = this.json.projects[key].baseStructureHash;
|
|
135
|
+
const childBaseStruct = allBaseStructures.find((p) => p.baseStructureHash === baseStructureHashChild);
|
|
136
|
+
if (childBaseStruct) {
|
|
137
|
+
childBaseStruct.copyto(path.join(
|
|
138
|
+
hashDir,
|
|
139
|
+
path.dirname(key)
|
|
140
|
+
), path.basename(key));
|
|
141
|
+
}
|
|
142
|
+
});
|
|
143
|
+
this.readonlyMetaJson.orgRelativePathes.forEach((f, i) => {
|
|
144
|
+
const fileToWritePath = path.join(hashDir, f);
|
|
145
|
+
Helpers__NS__writeFile(fileToWritePath, this.fileContentByIndex(i));
|
|
146
|
+
});
|
|
147
|
+
const proj = ProjectClass.ins.From(path.join(hashDir, this.readonlyMetaJson.firstProjectBasename));
|
|
148
|
+
const linksToLInk = [];
|
|
149
|
+
linksToLInk.forEach((l) => {
|
|
150
|
+
const source = path.resolve(path.join(proj.location, l.relativeLinkFrom));
|
|
151
|
+
if (Helpers__NS__exists(source)) {
|
|
152
|
+
const dest = path.resolve(path.join(proj.location, l.relativePath));
|
|
153
|
+
Helpers__NS__createSymLink(source, dest);
|
|
154
|
+
} else {
|
|
155
|
+
Helpers__NS__log(`[cli-tester][recreate-env] not exist ${source}`);
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
}
|
|
159
|
+
//#endregion
|
|
160
|
+
}
|
|
161
|
+
async function create(json5string, fileContents, testContent) {
|
|
162
|
+
const metadataJSON = Helpers__NS__parse(json5string, true);
|
|
163
|
+
if (!testContent) {
|
|
164
|
+
const projPath = ___NS__maxBy(___NS__keys(metadataJSON.projects).map((projRelPath) => {
|
|
165
|
+
return { path: projRelPath, length: projRelPath.length };
|
|
166
|
+
}), (c) => c.length)?.path || "";
|
|
167
|
+
let TestTemplatesClass = CLASS.getBy("TestTemplates");
|
|
168
|
+
if (!TestTemplatesClass) {
|
|
169
|
+
TestTemplatesClass = await (await import("./spec-templates.backend")).TestTemplates;
|
|
170
|
+
}
|
|
171
|
+
testContent = TestTemplatesClass.testPart(metadataJSON.orgRelativePathes, projPath, metadataJSON.timeHash);
|
|
172
|
+
}
|
|
173
|
+
const filesContestString = fileContents.map((fileContent, i) => {
|
|
174
|
+
const ext = path.extname(metadataJSON.orgFileBasenames[i]).replace(/^\./, "");
|
|
175
|
+
return `\`\`\`${ext} ${MetaMd.FILE_CONTENT_PART}
|
|
176
|
+
${fileContent}
|
|
177
|
+
\`\`\``;
|
|
178
|
+
}).join("\n\n");
|
|
179
|
+
return `
|
|
180
|
+
\`\`\`ts ${MetaMd.TEST_PART}
|
|
181
|
+
${testContent}
|
|
182
|
+
\`\`\`
|
|
183
|
+
|
|
184
|
+
\`\`\`json5 ${MetaMd.JSON_PART}
|
|
185
|
+
${json5string}
|
|
186
|
+
\`\`\`
|
|
187
|
+
|
|
188
|
+
${filesContestString}
|
|
189
|
+
`.split("\n").map((l) => {
|
|
190
|
+
return l.trim().startsWith("```") ? l.trimLeft() : l;
|
|
191
|
+
}).join("\n").trim() + "\n";
|
|
192
|
+
}
|
|
193
|
+
function extract(content, PARTS_TO_FIND) {
|
|
194
|
+
if (!content) {
|
|
195
|
+
return;
|
|
196
|
+
}
|
|
197
|
+
const parts = [];
|
|
198
|
+
let lines = [];
|
|
199
|
+
const allLines = content.split("\n");
|
|
200
|
+
let pushingActive = false;
|
|
201
|
+
for (let index = 0; index < allLines.length; index++) {
|
|
202
|
+
const orgLine = allLines[index] || "";
|
|
203
|
+
const line = orgLine.trim();
|
|
204
|
+
if (pushingActive) {
|
|
205
|
+
if (line.startsWith("```")) {
|
|
206
|
+
parts.push(lines.join("\n"));
|
|
207
|
+
lines = [];
|
|
208
|
+
} else {
|
|
209
|
+
lines.push(orgLine);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
if (line.startsWith("```") && line.search(PARTS_TO_FIND) !== -1) {
|
|
213
|
+
pushingActive = true;
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
return parts.filter((f) => !!f.trim());
|
|
217
|
+
}
|
|
218
|
+
function resolveFoundedProject(originalAnyTypeFiles, editorCwd, foundProjectFn) {
|
|
219
|
+
let foundedProjectsInPath = [];
|
|
220
|
+
for (let index = 0; index < originalAnyTypeFiles.length; index++) {
|
|
221
|
+
const fileAbsPath = originalAnyTypeFiles[index];
|
|
222
|
+
foundedProjectsInPath = [
|
|
223
|
+
...foundedProjectsInPath,
|
|
224
|
+
...Project.ins.allProjectFrom(fileAbsPath, editorCwd)
|
|
225
|
+
];
|
|
226
|
+
if (foundProjectFn) {
|
|
227
|
+
foundedProjectsInPath = foundProjectFn(Utils__NS__uniqArray(foundedProjectsInPath, "location"));
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
foundedProjectsInPath = Utils__NS__uniqArray(foundedProjectsInPath, "location");
|
|
231
|
+
return foundedProjectsInPath;
|
|
232
|
+
}
|
|
233
|
+
export {
|
|
234
|
+
MetaMd,
|
|
235
|
+
extract
|
|
236
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./migrations_index._auto-generated_";
|
|
File without changes
|