piral-cli 1.8.0-beta.7544 → 1.8.0-beta.7655

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.
Files changed (248) hide show
  1. package/lib/api.js +10 -11
  2. package/lib/api.js.map +1 -1
  3. package/lib/apps/add-piral-instance-pilet.d.ts +8 -0
  4. package/lib/apps/add-piral-instance-pilet.js +8 -4
  5. package/lib/apps/add-piral-instance-pilet.js.map +1 -1
  6. package/lib/apps/build-pilet.js +2 -2
  7. package/lib/apps/build-pilet.js.map +1 -1
  8. package/lib/apps/build-piral.js +2 -2
  9. package/lib/apps/build-piral.js.map +1 -1
  10. package/lib/apps/debug-pilet.js +2 -2
  11. package/lib/apps/debug-pilet.js.map +1 -1
  12. package/lib/apps/debug-piral.js +2 -2
  13. package/lib/apps/debug-piral.js.map +1 -1
  14. package/lib/apps/declaration-pilet.js +2 -2
  15. package/lib/apps/declaration-pilet.js.map +1 -1
  16. package/lib/apps/declaration-piral.js +2 -2
  17. package/lib/apps/declaration-piral.js.map +1 -1
  18. package/lib/apps/new-pilet.d.ts +8 -0
  19. package/lib/apps/new-pilet.js +8 -4
  20. package/lib/apps/new-pilet.js.map +1 -1
  21. package/lib/apps/new-piral.js +2 -2
  22. package/lib/apps/new-piral.js.map +1 -1
  23. package/lib/apps/pack-pilet.js +2 -2
  24. package/lib/apps/pack-pilet.js.map +1 -1
  25. package/lib/apps/publish-pilet.d.ts +4 -0
  26. package/lib/apps/publish-pilet.js +11 -9
  27. package/lib/apps/publish-pilet.js.map +1 -1
  28. package/lib/apps/publish-piral.d.ts +4 -0
  29. package/lib/apps/publish-piral.js +8 -6
  30. package/lib/apps/publish-piral.js.map +1 -1
  31. package/lib/apps/remove-piral-instance-pilet.js +2 -2
  32. package/lib/apps/remove-piral-instance-pilet.js.map +1 -1
  33. package/lib/apps/run-emulator-piral.d.ts +8 -0
  34. package/lib/apps/run-emulator-piral.js +9 -7
  35. package/lib/apps/run-emulator-piral.js.map +1 -1
  36. package/lib/apps/upgrade-pilet.d.ts +8 -0
  37. package/lib/apps/upgrade-pilet.js +9 -5
  38. package/lib/apps/upgrade-pilet.js.map +1 -1
  39. package/lib/apps/upgrade-piral.js +2 -2
  40. package/lib/apps/upgrade-piral.js.map +1 -1
  41. package/lib/apps/validate-pilet.js +2 -2
  42. package/lib/apps/validate-pilet.js.map +1 -1
  43. package/lib/apps/validate-piral.js +2 -2
  44. package/lib/apps/validate-piral.js.map +1 -1
  45. package/lib/build/bundler-calls.js +2 -3
  46. package/lib/build/bundler-calls.js.map +1 -1
  47. package/lib/build/run-build-pilet.js.map +1 -1
  48. package/lib/build/run-build-piral.js.map +1 -1
  49. package/lib/build/run-debug-mono-piral.js.map +1 -1
  50. package/lib/build/run-debug-pilet.js.map +1 -1
  51. package/lib/build/run-debug-piral.js.map +1 -1
  52. package/lib/bundler.js +23 -14
  53. package/lib/bundler.js.map +1 -1
  54. package/lib/cli.js +1 -2
  55. package/lib/cli.js.map +1 -1
  56. package/lib/commands.js +57 -7
  57. package/lib/commands.js.map +1 -1
  58. package/lib/common/MemoryStream.d.ts +0 -1
  59. package/lib/common/archive.d.ts +0 -1
  60. package/lib/common/archive.js +4 -5
  61. package/lib/common/archive.js.map +1 -1
  62. package/lib/common/browser.js +2 -3
  63. package/lib/common/browser.js.map +1 -1
  64. package/lib/common/compatibility.js +2 -3
  65. package/lib/common/compatibility.js.map +1 -1
  66. package/lib/common/config.d.ts +4 -0
  67. package/lib/common/config.js +3 -2
  68. package/lib/common/config.js.map +1 -1
  69. package/lib/common/constants.d.ts +1 -1
  70. package/lib/common/constants.js +1 -0
  71. package/lib/common/constants.js.map +1 -1
  72. package/lib/common/declaration.js +2 -3
  73. package/lib/common/declaration.js.map +1 -1
  74. package/lib/common/emulator.js +6 -7
  75. package/lib/common/emulator.js.map +1 -1
  76. package/lib/common/envs.js +1 -2
  77. package/lib/common/envs.js.map +1 -1
  78. package/lib/common/hash.d.ts +0 -1
  79. package/lib/common/hash.js +3 -4
  80. package/lib/common/hash.js.map +1 -1
  81. package/lib/common/http.d.ts +9 -5
  82. package/lib/common/http.js +31 -16
  83. package/lib/common/http.js.map +1 -1
  84. package/lib/common/importmap.js +1 -2
  85. package/lib/common/importmap.js.map +1 -1
  86. package/lib/common/info.js +2 -2
  87. package/lib/common/info.js.map +1 -1
  88. package/lib/common/injectors.js +2 -3
  89. package/lib/common/injectors.js.map +1 -1
  90. package/lib/common/inspect.d.ts +0 -1
  91. package/lib/common/inspect.js +4 -5
  92. package/lib/common/inspect.js.map +1 -1
  93. package/lib/common/interactive.d.ts +0 -1
  94. package/lib/common/interactive.js +3 -4
  95. package/lib/common/interactive.js.map +1 -1
  96. package/lib/common/io.d.ts +0 -1
  97. package/lib/common/io.js +29 -30
  98. package/lib/common/io.js.map +1 -1
  99. package/lib/common/language.js +5 -6
  100. package/lib/common/language.js.map +1 -1
  101. package/lib/common/log.js +30 -21
  102. package/lib/common/log.js.map +1 -1
  103. package/lib/common/merge.js +1 -2
  104. package/lib/common/merge.js.map +1 -1
  105. package/lib/common/npm.d.ts +6 -6
  106. package/lib/common/npm.js +95 -67
  107. package/lib/common/npm.js.map +1 -1
  108. package/lib/common/pack.js +1 -2
  109. package/lib/common/pack.js.map +1 -1
  110. package/lib/common/package.d.ts +5 -4
  111. package/lib/common/package.js +32 -33
  112. package/lib/common/package.js.map +1 -1
  113. package/lib/common/parallel.js +1 -2
  114. package/lib/common/parallel.js.map +1 -1
  115. package/lib/common/patcher.js +1 -2
  116. package/lib/common/patcher.js.map +1 -1
  117. package/lib/common/patches.js +2 -3
  118. package/lib/common/patches.js.map +1 -1
  119. package/lib/common/pilet.js +1 -2
  120. package/lib/common/pilet.js.map +1 -1
  121. package/lib/common/piral.js +2 -3
  122. package/lib/common/piral.js.map +1 -1
  123. package/lib/common/platform.js +1 -2
  124. package/lib/common/platform.js.map +1 -1
  125. package/lib/common/port.js +2 -3
  126. package/lib/common/port.js.map +1 -1
  127. package/lib/common/release.d.ts +2 -2
  128. package/lib/common/release.js +4 -5
  129. package/lib/common/release.js.map +1 -1
  130. package/lib/common/rules.js +2 -3
  131. package/lib/common/rules.js.map +1 -1
  132. package/lib/common/scaffold.js +4 -5
  133. package/lib/common/scaffold.js.map +1 -1
  134. package/lib/common/scripts.d.ts +0 -1
  135. package/lib/common/scripts.js +2 -3
  136. package/lib/common/scripts.js.map +1 -1
  137. package/lib/common/shell.d.ts +3 -2
  138. package/lib/common/shell.js +3 -4
  139. package/lib/common/shell.js.map +1 -1
  140. package/lib/common/spec.js +1 -2
  141. package/lib/common/spec.js.map +1 -1
  142. package/lib/common/template.js +1 -2
  143. package/lib/common/template.js.map +1 -1
  144. package/lib/common/url.js +1 -2
  145. package/lib/common/url.js.map +1 -1
  146. package/lib/common/utils.js +2 -3
  147. package/lib/common/utils.js.map +1 -1
  148. package/lib/common/validate.js +1 -2
  149. package/lib/common/validate.js.map +1 -1
  150. package/lib/common/version.js +2 -3
  151. package/lib/common/version.js.map +1 -1
  152. package/lib/common/watcher.js +1 -2
  153. package/lib/common/watcher.js.map +1 -1
  154. package/lib/common/website.d.ts +3 -2
  155. package/lib/common/website.js +9 -14
  156. package/lib/common/website.js.map +1 -1
  157. package/lib/external/index.js +6012 -4278
  158. package/lib/helpers.js +3 -3
  159. package/lib/helpers.js.map +1 -1
  160. package/lib/inject.js +18 -9
  161. package/lib/inject.js.map +1 -1
  162. package/lib/injectors/pilet-injector.d.ts +0 -3
  163. package/lib/injectors/pilet-injector.js.map +1 -1
  164. package/lib/injectors/piral-injector.d.ts +0 -2
  165. package/lib/injectors/piral-injector.js.map +1 -1
  166. package/lib/messages.js +93 -95
  167. package/lib/messages.js.map +1 -1
  168. package/lib/npm-clients/bun.js +7 -8
  169. package/lib/npm-clients/bun.js.map +1 -1
  170. package/lib/npm-clients/index.d.ts +9 -5
  171. package/lib/npm-clients/index.js +35 -13
  172. package/lib/npm-clients/index.js.map +1 -1
  173. package/lib/npm-clients/lerna.js +7 -8
  174. package/lib/npm-clients/lerna.js.map +1 -1
  175. package/lib/npm-clients/npm.js +13 -14
  176. package/lib/npm-clients/npm.js.map +1 -1
  177. package/lib/npm-clients/pnp.js +7 -8
  178. package/lib/npm-clients/pnp.js.map +1 -1
  179. package/lib/npm-clients/pnpm.js +7 -8
  180. package/lib/npm-clients/pnpm.js.map +1 -1
  181. package/lib/npm-clients/rush.js +7 -8
  182. package/lib/npm-clients/rush.js.map +1 -1
  183. package/lib/npm-clients/yarn.js +7 -8
  184. package/lib/npm-clients/yarn.js.map +1 -1
  185. package/lib/platforms/node.js +1 -2
  186. package/lib/platforms/node.js.map +1 -1
  187. package/lib/platforms/web.js +1 -2
  188. package/lib/platforms/web.js.map +1 -1
  189. package/lib/plugin.js +1 -2
  190. package/lib/plugin.js.map +1 -1
  191. package/lib/questionnaire.js +2 -3
  192. package/lib/questionnaire.js.map +1 -1
  193. package/lib/resolvers.js.map +1 -1
  194. package/lib/rules/index.js +4 -5
  195. package/lib/rules/index.js.map +1 -1
  196. package/lib/rules/pilet-has-externals-as-peers.js +1 -1
  197. package/lib/rules/pilet-has-externals-as-peers.js.map +1 -1
  198. package/lib/rules/pilet-has-no-self-reference.js +1 -1
  199. package/lib/rules/pilet-has-no-self-reference.js.map +1 -1
  200. package/lib/rules/pilet-has-no-third-party-dependency.js +1 -1
  201. package/lib/rules/pilet-has-no-third-party-dependency.js.map +1 -1
  202. package/lib/rules/pilet-has-non-conflicting-css.js +1 -1
  203. package/lib/rules/pilet-has-non-conflicting-css.js.map +1 -1
  204. package/lib/rules/pilet-stays-small.js +1 -1
  205. package/lib/rules/pilet-stays-small.js.map +1 -1
  206. package/lib/rules/pilet-uses-latest-piral.js +1 -1
  207. package/lib/rules/pilet-uses-latest-piral.js.map +1 -1
  208. package/lib/rules/piral-depends-on-piral.js +1 -1
  209. package/lib/rules/piral-depends-on-piral.js.map +1 -1
  210. package/lib/rules/piral-entry-ends-with-html.js +1 -1
  211. package/lib/rules/piral-entry-ends-with-html.js.map +1 -1
  212. package/lib/rules/piral-has-valid-devDependencies.js +1 -1
  213. package/lib/rules/piral-has-valid-devDependencies.js.map +1 -1
  214. package/lib/rules/piral-has-valid-externals.js +1 -1
  215. package/lib/rules/piral-has-valid-externals.js.map +1 -1
  216. package/lib/rules/piral-has-valid-files.js +1 -1
  217. package/lib/rules/piral-has-valid-files.js.map +1 -1
  218. package/lib/rules/piral-has-valid-scripts.js +1 -1
  219. package/lib/rules/piral-has-valid-scripts.js.map +1 -1
  220. package/lib/runner.js.map +1 -1
  221. package/lib/select.js +1 -2
  222. package/lib/select.js.map +1 -1
  223. package/lib/start.js +1 -2
  224. package/lib/start.js.map +1 -1
  225. package/lib/types/internal.d.ts +18 -2
  226. package/lib/types/public.d.ts +3 -1
  227. package/package.json +6 -6
  228. package/src/apps/add-piral-instance-pilet.ts +20 -1
  229. package/src/apps/new-pilet.ts +19 -1
  230. package/src/apps/publish-pilet.ts +17 -7
  231. package/src/apps/publish-piral.ts +13 -4
  232. package/src/apps/run-emulator-piral.ts +22 -6
  233. package/src/apps/upgrade-pilet.ts +21 -2
  234. package/src/commands.ts +41 -1
  235. package/src/common/config.ts +5 -0
  236. package/src/common/constants.ts +1 -0
  237. package/src/common/emulator.ts +4 -4
  238. package/src/common/http.test.ts +5 -4
  239. package/src/common/http.ts +26 -7
  240. package/src/common/npm.test.ts +16 -16
  241. package/src/common/npm.ts +84 -50
  242. package/src/common/package.ts +10 -11
  243. package/src/common/release.ts +3 -2
  244. package/src/common/shell.ts +6 -4
  245. package/src/common/website.ts +8 -11
  246. package/src/npm-clients/index.ts +21 -6
  247. package/src/types/internal.ts +25 -1
  248. package/src/types/public.ts +5 -1
package/lib/messages.js CHANGED
@@ -1,7 +1,98 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.expectedArray_0072 = exports.entryPointMissing_0071 = exports.entryPointMissing_0070 = exports.failedToUploadSize_0163 = exports.failedToUploadVersion_0162 = exports.failedToUploadPayment_0161 = exports.failedHttpGet_0068 = exports.httpPostResponse_0067 = exports.unsuccessfulHttpPost_0066 = exports.failedHttpPost_0065 = exports.failedUploading_0064 = exports.failedToRead_0063 = exports.failedToUpload_0062 = exports.missingPiletTarball_0061 = exports.missingPiletFeedUrl_0060 = exports.skipUnresolvedDependency_0054 = exports.cannotResolveDependency_0053 = exports.cannotResolveVersion_0052 = exports.gitLatestForUpgradeMissing_0051 = exports.localeFileForUpgradeMissing_0050 = exports.portNotFree_0048 = exports.portChanged_0047 = exports.cannotFindFile_0046 = exports.didNotOverWriteFile_0045 = exports.cannotCreateDirectory_0044 = exports.invalidPiralReference_0043 = exports.invalidPiletPackage_0042 = exports.invalidPiletPackage_0041 = exports.invalidPiletTarget_0040 = exports.projectReferenceNotSupported_0032 = exports.upgradePathDoesNotExist_0031 = exports.scaffoldPathDoesNotExist_0030 = exports.invalidSharedDependency_0029 = exports.importMapFileNotFound_0028 = exports.importMapReferenceNotFound_0027 = exports.importMapVersionSpecInvalid_0026 = exports.importMapVersionSpecNotSatisfied_0025 = exports.packageVersionInvalid_0024 = exports.packageNotInstalled_0023 = exports.packageJsonMissingVersion_0022 = exports.packageJsonMissingName_0021 = exports.packageJsonNotFound_0020 = exports.appInstancesNotGiven_0012 = exports.appInstanceInvalid_0011 = exports.appInstanceNotFound_0010 = exports.generalVerbose_0004 = exports.generalDebug_0003 = exports.generalError_0002 = exports.generalWarning_0001 = exports.generalInfo_0000 = void 0;
4
- exports.piletMultiDebugExternalsDifferent_0303 = exports.piletMultiDebugAppShellVersions_0302 = exports.piletMultiDebugAppShellDifferent_0301 = exports.apiReleaseProviderInvalid_0207 = exports.apiBundlerInvalid_0206 = exports.pluginCouldNotBeLoaded_0205 = exports.apiPatchInvalid_0204 = exports.apiValidateRunInvalid_0203 = exports.apiValidateNameInvalid_0202 = exports.apiArgumentInvalid_0201 = exports.apiCommandNameInvalid_0200 = exports.platformNotSupported_0190 = exports.piletJsonNotAvailable_0180 = exports.bundlerNotInstalled_0176 = exports.bundlerUnspecified_0175 = exports.bundlingFailed_0174 = exports.defaultBundlerMissing_0173 = exports.bundlerMissing_0172 = exports.invalidSchemaVersion_0171 = exports.failedToOpenBrowser_0170 = exports.missingEmulatorWebsite_0130 = exports.requiredEmulatorAssetDownloadSkipped_0123 = exports.optionalEmulatorAssetUpdateSkipped_0122 = exports.remoteEmulatorNameChanged_0121 = exports.skipEmulatorUpdate_0120 = exports.publishFeedMissingVersion_0116 = exports.publishFeedMissingUrl_0115 = exports.publishEmulatorSourcesInvalid_0114 = exports.publishProviderMissing_0113 = exports.publishXcopyMissingTarget_0112 = exports.publishEmulatorFilesUnexpected_0111 = exports.publishDirectoryMissing_0110 = exports.appShellMaybeIncompatible_0102 = exports.toolingIncompatible_0101 = exports.appShellIncompatible_0100 = exports.validationWarned_0081 = exports.validationFailed_0080 = exports.frameworkLibMissing_0078 = exports.entryFileMissing_0077 = exports.declarationCouldNotBeGenerated_0076 = exports.packageJsonMissing_0075 = exports.packageJsonMissing_0074 = exports.entryPointDoesNotExist_0073 = void 0;
3
+ exports.generalInfo_0000 = generalInfo_0000;
4
+ exports.generalWarning_0001 = generalWarning_0001;
5
+ exports.generalError_0002 = generalError_0002;
6
+ exports.generalDebug_0003 = generalDebug_0003;
7
+ exports.generalVerbose_0004 = generalVerbose_0004;
8
+ exports.appInstanceNotFound_0010 = appInstanceNotFound_0010;
9
+ exports.appInstanceInvalid_0011 = appInstanceInvalid_0011;
10
+ exports.appInstancesNotGiven_0012 = appInstancesNotGiven_0012;
11
+ exports.packageJsonNotFound_0020 = packageJsonNotFound_0020;
12
+ exports.packageJsonMissingName_0021 = packageJsonMissingName_0021;
13
+ exports.packageJsonMissingVersion_0022 = packageJsonMissingVersion_0022;
14
+ exports.packageNotInstalled_0023 = packageNotInstalled_0023;
15
+ exports.packageVersionInvalid_0024 = packageVersionInvalid_0024;
16
+ exports.importMapVersionSpecNotSatisfied_0025 = importMapVersionSpecNotSatisfied_0025;
17
+ exports.importMapVersionSpecInvalid_0026 = importMapVersionSpecInvalid_0026;
18
+ exports.importMapReferenceNotFound_0027 = importMapReferenceNotFound_0027;
19
+ exports.importMapFileNotFound_0028 = importMapFileNotFound_0028;
20
+ exports.invalidSharedDependency_0029 = invalidSharedDependency_0029;
21
+ exports.scaffoldPathDoesNotExist_0030 = scaffoldPathDoesNotExist_0030;
22
+ exports.upgradePathDoesNotExist_0031 = upgradePathDoesNotExist_0031;
23
+ exports.projectReferenceNotSupported_0032 = projectReferenceNotSupported_0032;
24
+ exports.invalidPiletTarget_0040 = invalidPiletTarget_0040;
25
+ exports.invalidPiletPackage_0041 = invalidPiletPackage_0041;
26
+ exports.invalidPiletPackage_0042 = invalidPiletPackage_0042;
27
+ exports.invalidPiralReference_0043 = invalidPiralReference_0043;
28
+ exports.cannotCreateDirectory_0044 = cannotCreateDirectory_0044;
29
+ exports.didNotOverWriteFile_0045 = didNotOverWriteFile_0045;
30
+ exports.cannotFindFile_0046 = cannotFindFile_0046;
31
+ exports.portChanged_0047 = portChanged_0047;
32
+ exports.portNotFree_0048 = portNotFree_0048;
33
+ exports.localeFileForUpgradeMissing_0050 = localeFileForUpgradeMissing_0050;
34
+ exports.gitLatestForUpgradeMissing_0051 = gitLatestForUpgradeMissing_0051;
35
+ exports.cannotResolveVersion_0052 = cannotResolveVersion_0052;
36
+ exports.cannotResolveDependency_0053 = cannotResolveDependency_0053;
37
+ exports.skipUnresolvedDependency_0054 = skipUnresolvedDependency_0054;
38
+ exports.missingPiletFeedUrl_0060 = missingPiletFeedUrl_0060;
39
+ exports.missingPiletTarball_0061 = missingPiletTarball_0061;
40
+ exports.failedToUpload_0062 = failedToUpload_0062;
41
+ exports.failedToRead_0063 = failedToRead_0063;
42
+ exports.failedUploading_0064 = failedUploading_0064;
43
+ exports.failedHttpPost_0065 = failedHttpPost_0065;
44
+ exports.unsuccessfulHttpPost_0066 = unsuccessfulHttpPost_0066;
45
+ exports.httpPostResponse_0067 = httpPostResponse_0067;
46
+ exports.failedHttpGet_0068 = failedHttpGet_0068;
47
+ exports.failedToUploadPayment_0161 = failedToUploadPayment_0161;
48
+ exports.failedToUploadVersion_0162 = failedToUploadVersion_0162;
49
+ exports.failedToUploadSize_0163 = failedToUploadSize_0163;
50
+ exports.entryPointMissing_0070 = entryPointMissing_0070;
51
+ exports.entryPointMissing_0071 = entryPointMissing_0071;
52
+ exports.expectedArray_0072 = expectedArray_0072;
53
+ exports.entryPointDoesNotExist_0073 = entryPointDoesNotExist_0073;
54
+ exports.packageJsonMissing_0074 = packageJsonMissing_0074;
55
+ exports.packageJsonMissing_0075 = packageJsonMissing_0075;
56
+ exports.declarationCouldNotBeGenerated_0076 = declarationCouldNotBeGenerated_0076;
57
+ exports.entryFileMissing_0077 = entryFileMissing_0077;
58
+ exports.frameworkLibMissing_0078 = frameworkLibMissing_0078;
59
+ exports.validationFailed_0080 = validationFailed_0080;
60
+ exports.validationWarned_0081 = validationWarned_0081;
61
+ exports.appShellIncompatible_0100 = appShellIncompatible_0100;
62
+ exports.toolingIncompatible_0101 = toolingIncompatible_0101;
63
+ exports.appShellMaybeIncompatible_0102 = appShellMaybeIncompatible_0102;
64
+ exports.publishDirectoryMissing_0110 = publishDirectoryMissing_0110;
65
+ exports.publishEmulatorFilesUnexpected_0111 = publishEmulatorFilesUnexpected_0111;
66
+ exports.publishXcopyMissingTarget_0112 = publishXcopyMissingTarget_0112;
67
+ exports.publishProviderMissing_0113 = publishProviderMissing_0113;
68
+ exports.publishEmulatorSourcesInvalid_0114 = publishEmulatorSourcesInvalid_0114;
69
+ exports.publishFeedMissingUrl_0115 = publishFeedMissingUrl_0115;
70
+ exports.publishFeedMissingVersion_0116 = publishFeedMissingVersion_0116;
71
+ exports.skipEmulatorUpdate_0120 = skipEmulatorUpdate_0120;
72
+ exports.remoteEmulatorNameChanged_0121 = remoteEmulatorNameChanged_0121;
73
+ exports.optionalEmulatorAssetUpdateSkipped_0122 = optionalEmulatorAssetUpdateSkipped_0122;
74
+ exports.requiredEmulatorAssetDownloadSkipped_0123 = requiredEmulatorAssetDownloadSkipped_0123;
75
+ exports.missingEmulatorWebsite_0130 = missingEmulatorWebsite_0130;
76
+ exports.failedToOpenBrowser_0170 = failedToOpenBrowser_0170;
77
+ exports.invalidSchemaVersion_0171 = invalidSchemaVersion_0171;
78
+ exports.bundlerMissing_0172 = bundlerMissing_0172;
79
+ exports.defaultBundlerMissing_0173 = defaultBundlerMissing_0173;
80
+ exports.bundlingFailed_0174 = bundlingFailed_0174;
81
+ exports.bundlerUnspecified_0175 = bundlerUnspecified_0175;
82
+ exports.bundlerNotInstalled_0176 = bundlerNotInstalled_0176;
83
+ exports.piletJsonNotAvailable_0180 = piletJsonNotAvailable_0180;
84
+ exports.platformNotSupported_0190 = platformNotSupported_0190;
85
+ exports.apiCommandNameInvalid_0200 = apiCommandNameInvalid_0200;
86
+ exports.apiArgumentInvalid_0201 = apiArgumentInvalid_0201;
87
+ exports.apiValidateNameInvalid_0202 = apiValidateNameInvalid_0202;
88
+ exports.apiValidateRunInvalid_0203 = apiValidateRunInvalid_0203;
89
+ exports.apiPatchInvalid_0204 = apiPatchInvalid_0204;
90
+ exports.pluginCouldNotBeLoaded_0205 = pluginCouldNotBeLoaded_0205;
91
+ exports.apiBundlerInvalid_0206 = apiBundlerInvalid_0206;
92
+ exports.apiReleaseProviderInvalid_0207 = apiReleaseProviderInvalid_0207;
93
+ exports.piletMultiDebugAppShellDifferent_0301 = piletMultiDebugAppShellDifferent_0301;
94
+ exports.piletMultiDebugAppShellVersions_0302 = piletMultiDebugAppShellVersions_0302;
95
+ exports.piletMultiDebugExternalsDifferent_0303 = piletMultiDebugExternalsDifferent_0303;
5
96
  const types_1 = require("./types");
6
97
  /**
7
98
  * @kind Info
@@ -21,7 +112,6 @@ const types_1 = require("./types");
21
112
  function generalInfo_0000(message) {
22
113
  return [types_1.LogLevels.info, '0000', message];
23
114
  }
24
- exports.generalInfo_0000 = generalInfo_0000;
25
115
  /**
26
116
  * @kind Warning
27
117
  *
@@ -41,7 +131,6 @@ exports.generalInfo_0000 = generalInfo_0000;
41
131
  function generalWarning_0001(message) {
42
132
  return [types_1.LogLevels.warning, '0001', message];
43
133
  }
44
- exports.generalWarning_0001 = generalWarning_0001;
45
134
  /**
46
135
  * @kind Error
47
136
  *
@@ -61,7 +150,6 @@ exports.generalWarning_0001 = generalWarning_0001;
61
150
  function generalError_0002(message) {
62
151
  return [types_1.LogLevels.error, '0002', message];
63
152
  }
64
- exports.generalError_0002 = generalError_0002;
65
153
  /**
66
154
  * @kind Debug
67
155
  *
@@ -81,7 +169,6 @@ exports.generalError_0002 = generalError_0002;
81
169
  function generalDebug_0003(message) {
82
170
  return [types_1.LogLevels.debug, '0003', message];
83
171
  }
84
- exports.generalDebug_0003 = generalDebug_0003;
85
172
  /**
86
173
  * @kind Verbose
87
174
  *
@@ -101,7 +188,6 @@ exports.generalDebug_0003 = generalDebug_0003;
101
188
  function generalVerbose_0004(message) {
102
189
  return [types_1.LogLevels.verbose, '0004', message];
103
190
  }
104
- exports.generalVerbose_0004 = generalVerbose_0004;
105
191
  /**
106
192
  * @kind Error
107
193
  *
@@ -149,7 +235,6 @@ exports.generalVerbose_0004 = generalVerbose_0004;
149
235
  function appInstanceNotFound_0010(name) {
150
236
  return [types_1.LogLevels.error, '0010', `The defined Piral instance ("${name}") could not be found.`];
151
237
  }
152
- exports.appInstanceNotFound_0010 = appInstanceNotFound_0010;
153
238
  /**
154
239
  * @kind Error
155
240
  *
@@ -182,7 +267,6 @@ exports.appInstanceNotFound_0010 = appInstanceNotFound_0010;
182
267
  function appInstanceInvalid_0011() {
183
268
  return [types_1.LogLevels.error, '0011', `Could not find a valid Piral instance.`];
184
269
  }
185
- exports.appInstanceInvalid_0011 = appInstanceInvalid_0011;
186
270
  /**
187
271
  * @kind Error
188
272
  *
@@ -229,7 +313,6 @@ exports.appInstanceInvalid_0011 = appInstanceInvalid_0011;
229
313
  function appInstancesNotGiven_0012() {
230
314
  return [types_1.LogLevels.error, '0012', `No Piral instances have been provided.`];
231
315
  }
232
- exports.appInstancesNotGiven_0012 = appInstancesNotGiven_0012;
233
316
  /**
234
317
  * @kind Error
235
318
  *
@@ -273,7 +356,6 @@ exports.appInstancesNotGiven_0012 = appInstancesNotGiven_0012;
273
356
  function packageJsonNotFound_0020() {
274
357
  return [types_1.LogLevels.error, '0020', `No valid package.json could be found.`];
275
358
  }
276
- exports.packageJsonNotFound_0020 = packageJsonNotFound_0020;
277
359
  /**
278
360
  * @kind Error
279
361
  *
@@ -320,7 +402,6 @@ exports.packageJsonNotFound_0020 = packageJsonNotFound_0020;
320
402
  function packageJsonMissingName_0021() {
321
403
  return [types_1.LogLevels.error, '0021', `Cannot pack the pilet - missing name.`];
322
404
  }
323
- exports.packageJsonMissingName_0021 = packageJsonMissingName_0021;
324
405
  /**
325
406
  * @kind Error
326
407
  *
@@ -367,7 +448,6 @@ exports.packageJsonMissingName_0021 = packageJsonMissingName_0021;
367
448
  function packageJsonMissingVersion_0022() {
368
449
  return [types_1.LogLevels.error, '0022', `Cannot pack the pilet - missing version.`];
369
450
  }
370
- exports.packageJsonMissingVersion_0022 = packageJsonMissingVersion_0022;
371
451
  /**
372
452
  * @kind Warning
373
453
  *
@@ -405,7 +485,6 @@ exports.packageJsonMissingVersion_0022 = packageJsonMissingVersion_0022;
405
485
  function packageNotInstalled_0023(name) {
406
486
  return [types_1.LogLevels.warning, '0023', `Cannot find the package "${name}". Skipping.`];
407
487
  }
408
- exports.packageNotInstalled_0023 = packageNotInstalled_0023;
409
488
  /**
410
489
  * @kind Error
411
490
  *
@@ -441,7 +520,6 @@ exports.packageNotInstalled_0023 = packageNotInstalled_0023;
441
520
  function packageVersionInvalid_0024(version) {
442
521
  return [types_1.LogLevels.error, '0024', `The given package version "${version}" is invalid.`];
443
522
  }
444
- exports.packageVersionInvalid_0024 = packageVersionInvalid_0024;
445
523
  /**
446
524
  * @kind Error
447
525
  *
@@ -503,7 +581,6 @@ function importMapVersionSpecNotSatisfied_0025(depName, availableVersion, specVe
503
581
  `The dependency "${depName}" is locally installed in version "${availableVersion}", but specified as "${specVersion}".`,
504
582
  ];
505
583
  }
506
- exports.importMapVersionSpecNotSatisfied_0025 = importMapVersionSpecNotSatisfied_0025;
507
584
  /**
508
585
  * @kind Error
509
586
  *
@@ -560,7 +637,6 @@ exports.importMapVersionSpecNotSatisfied_0025 = importMapVersionSpecNotSatisfied
560
637
  function importMapVersionSpecInvalid_0026(depName) {
561
638
  return [types_1.LogLevels.error, '0026', `The dependency "${depName}" has an invalid version spec.`];
562
639
  }
563
- exports.importMapVersionSpecInvalid_0026 = importMapVersionSpecInvalid_0026;
564
640
  /**
565
641
  * @kind Error
566
642
  *
@@ -609,7 +685,6 @@ function importMapReferenceNotFound_0027(dir, reference) {
609
685
  `The reference to "${reference}" could not be resolved from "${dir}". Are you sure the file or package exists?`,
610
686
  ];
611
687
  }
612
- exports.importMapReferenceNotFound_0027 = importMapReferenceNotFound_0027;
613
688
  /**
614
689
  * @kind Error
615
690
  *
@@ -648,7 +723,6 @@ exports.importMapReferenceNotFound_0027 = importMapReferenceNotFound_0027;
648
723
  function importMapFileNotFound_0028(dir, file) {
649
724
  return [types_1.LogLevels.error, '0028', `The importmap "${file}" could not be found at "${dir}".`];
650
725
  }
651
- exports.importMapFileNotFound_0028 = importMapFileNotFound_0028;
652
726
  /**
653
727
  * @kind Warning
654
728
  *
@@ -712,7 +786,6 @@ exports.importMapFileNotFound_0028 = importMapFileNotFound_0028;
712
786
  function invalidSharedDependency_0029(name) {
713
787
  return [types_1.LogLevels.warning, '0029', `The dependency "${name}" should not be shared.`];
714
788
  }
715
- exports.invalidSharedDependency_0029 = invalidSharedDependency_0029;
716
789
  /**
717
790
  * @kind Error
718
791
  *
@@ -735,7 +808,6 @@ exports.invalidSharedDependency_0029 = invalidSharedDependency_0029;
735
808
  function scaffoldPathDoesNotExist_0030(fullPath) {
736
809
  return [types_1.LogLevels.error, '0030', `Could not find "${fullPath}" for scaffolding.`];
737
810
  }
738
- exports.scaffoldPathDoesNotExist_0030 = scaffoldPathDoesNotExist_0030;
739
811
  /**
740
812
  * @kind Error
741
813
  *
@@ -758,7 +830,6 @@ exports.scaffoldPathDoesNotExist_0030 = scaffoldPathDoesNotExist_0030;
758
830
  function upgradePathDoesNotExist_0031(fullPath) {
759
831
  return [types_1.LogLevels.error, '0031', `Could not find "${fullPath}" for upgrading.`];
760
832
  }
761
- exports.upgradePathDoesNotExist_0031 = upgradePathDoesNotExist_0031;
762
833
  /**
763
834
  * @kind Error
764
835
  *
@@ -785,7 +856,6 @@ exports.upgradePathDoesNotExist_0031 = upgradePathDoesNotExist_0031;
785
856
  function projectReferenceNotSupported_0032(fullPath) {
786
857
  return [types_1.LogLevels.error, '0032', `Expected a tarball, but found a project at "${fullPath}".`];
787
858
  }
788
- exports.projectReferenceNotSupported_0032 = projectReferenceNotSupported_0032;
789
859
  /**
790
860
  * @kind Error
791
861
  *
@@ -822,7 +892,6 @@ exports.projectReferenceNotSupported_0032 = projectReferenceNotSupported_0032;
822
892
  function invalidPiletTarget_0040() {
823
893
  return [types_1.LogLevels.error, '0040', `The provided target directory is not a valid.`];
824
894
  }
825
- exports.invalidPiletTarget_0040 = invalidPiletTarget_0040;
826
895
  /**
827
896
  * @kind Error
828
897
  *
@@ -871,7 +940,6 @@ exports.invalidPiletTarget_0040 = invalidPiletTarget_0040;
871
940
  function invalidPiletPackage_0041() {
872
941
  return [types_1.LogLevels.error, '0041', `Could not find a Piral instance reference.`];
873
942
  }
874
- exports.invalidPiletPackage_0041 = invalidPiletPackage_0041;
875
943
  /**
876
944
  * @kind Error
877
945
  *
@@ -921,7 +989,6 @@ exports.invalidPiletPackage_0041 = invalidPiletPackage_0041;
921
989
  function invalidPiletPackage_0042() {
922
990
  return [types_1.LogLevels.error, '0042', `Could not find a Piral instance reference.`];
923
991
  }
924
- exports.invalidPiletPackage_0042 = invalidPiletPackage_0042;
925
992
  /**
926
993
  * @kind Error
927
994
  *
@@ -959,7 +1026,6 @@ exports.invalidPiletPackage_0042 = invalidPiletPackage_0042;
959
1026
  function invalidPiralReference_0043() {
960
1027
  return [types_1.LogLevels.error, '0043', `Invalid Piral instance reference.`];
961
1028
  }
962
- exports.invalidPiralReference_0043 = invalidPiralReference_0043;
963
1029
  /**
964
1030
  * @kind Error
965
1031
  *
@@ -1001,7 +1067,6 @@ exports.invalidPiralReference_0043 = invalidPiralReference_0043;
1001
1067
  function cannotCreateDirectory_0044() {
1002
1068
  return [types_1.LogLevels.error, '0044', 'Could not create the target directory.'];
1003
1069
  }
1004
- exports.cannotCreateDirectory_0044 = cannotCreateDirectory_0044;
1005
1070
  /**
1006
1071
  * @kind Warning
1007
1072
  *
@@ -1041,7 +1106,6 @@ exports.cannotCreateDirectory_0044 = cannotCreateDirectory_0044;
1041
1106
  function didNotOverWriteFile_0045(file) {
1042
1107
  return [types_1.LogLevels.warning, '0045', `Did not overwrite: File ${file} already exists.`];
1043
1108
  }
1044
- exports.didNotOverWriteFile_0045 = didNotOverWriteFile_0045;
1045
1109
  /**
1046
1110
  * @kind Error
1047
1111
  *
@@ -1070,7 +1134,6 @@ exports.didNotOverWriteFile_0045 = didNotOverWriteFile_0045;
1070
1134
  function cannotFindFile_0046(file) {
1071
1135
  return [types_1.LogLevels.error, '0046', `The file "${file}" does not exist!`];
1072
1136
  }
1073
- exports.cannotFindFile_0046 = cannotFindFile_0046;
1074
1137
  /**
1075
1138
  * @kind Warning
1076
1139
  *
@@ -1105,7 +1168,6 @@ exports.cannotFindFile_0046 = cannotFindFile_0046;
1105
1168
  function portChanged_0047(newPort, oldPort) {
1106
1169
  return [types_1.LogLevels.warning, '0047', `The selected port "${oldPort}" is already used. Changed port to "${newPort}".`];
1107
1170
  }
1108
- exports.portChanged_0047 = portChanged_0047;
1109
1171
  /**
1110
1172
  * @kind Error
1111
1173
  *
@@ -1140,7 +1202,6 @@ exports.portChanged_0047 = portChanged_0047;
1140
1202
  function portNotFree_0048(port) {
1141
1203
  return [types_1.LogLevels.error, '0048', `The selected port "${port}" is already used.`];
1142
1204
  }
1143
- exports.portNotFree_0048 = portNotFree_0048;
1144
1205
  /**
1145
1206
  * @kind Warning
1146
1207
  *
@@ -1178,7 +1239,6 @@ exports.portNotFree_0048 = portNotFree_0048;
1178
1239
  function localeFileForUpgradeMissing_0050() {
1179
1240
  return [types_1.LogLevels.warning, '0050', `No local file for the upgrade has been specified.`];
1180
1241
  }
1181
- exports.localeFileForUpgradeMissing_0050 = localeFileForUpgradeMissing_0050;
1182
1242
  /**
1183
1243
  * @kind Warning
1184
1244
  *
@@ -1218,7 +1278,6 @@ exports.localeFileForUpgradeMissing_0050 = localeFileForUpgradeMissing_0050;
1218
1278
  function gitLatestForUpgradeMissing_0051() {
1219
1279
  return [types_1.LogLevels.warning, '0051', `No valid version has been not used.`];
1220
1280
  }
1221
- exports.gitLatestForUpgradeMissing_0051 = gitLatestForUpgradeMissing_0051;
1222
1281
  /**
1223
1282
  * @kind Warning
1224
1283
  *
@@ -1279,7 +1338,6 @@ exports.gitLatestForUpgradeMissing_0051 = gitLatestForUpgradeMissing_0051;
1279
1338
  function cannotResolveVersion_0052(name) {
1280
1339
  return [types_1.LogLevels.warning, '0052', `The version for "${name}" could not be resolved. Using "latest".`];
1281
1340
  }
1282
- exports.cannotResolveVersion_0052 = cannotResolveVersion_0052;
1283
1341
  /**
1284
1342
  * @kind Warning
1285
1343
  *
@@ -1344,7 +1402,6 @@ function cannotResolveDependency_0053(names, rootDir) {
1344
1402
  `Could not resolve any package (tried "${names.join('", "')}") from "${rootDir}". Taking "latest" version.`,
1345
1403
  ];
1346
1404
  }
1347
- exports.cannotResolveDependency_0053 = cannotResolveDependency_0053;
1348
1405
  /**
1349
1406
  * @kind Info
1350
1407
  *
@@ -1366,7 +1423,6 @@ exports.cannotResolveDependency_0053 = cannotResolveDependency_0053;
1366
1423
  function skipUnresolvedDependency_0054(name) {
1367
1424
  return [types_1.LogLevels.info, '0054', `The inherited dependency "${name}" is not installed and will be skipped.`];
1368
1425
  }
1369
- exports.skipUnresolvedDependency_0054 = skipUnresolvedDependency_0054;
1370
1426
  /**
1371
1427
  * @kind Error
1372
1428
  *
@@ -1395,7 +1451,6 @@ exports.skipUnresolvedDependency_0054 = skipUnresolvedDependency_0054;
1395
1451
  function missingPiletFeedUrl_0060() {
1396
1452
  return [types_1.LogLevels.error, '0060', `Missing pilet feed service URL.`];
1397
1453
  }
1398
- exports.missingPiletFeedUrl_0060 = missingPiletFeedUrl_0060;
1399
1454
  /**
1400
1455
  * @kind Error
1401
1456
  *
@@ -1446,7 +1501,6 @@ exports.missingPiletFeedUrl_0060 = missingPiletFeedUrl_0060;
1446
1501
  function missingPiletTarball_0061(sources) {
1447
1502
  return [types_1.LogLevels.error, '0061', `No files found using pattern "${sources.join('", "')}".`];
1448
1503
  }
1449
- exports.missingPiletTarball_0061 = missingPiletTarball_0061;
1450
1504
  /**
1451
1505
  * @kind Warning
1452
1506
  *
@@ -1486,7 +1540,6 @@ exports.missingPiletTarball_0061 = missingPiletTarball_0061;
1486
1540
  function failedToUpload_0062(fileName) {
1487
1541
  return [types_1.LogLevels.warning, '0062', `Could not upload "${fileName}" to feed service.`];
1488
1542
  }
1489
- exports.failedToUpload_0062 = failedToUpload_0062;
1490
1543
  /**
1491
1544
  * @kind Warning
1492
1545
  *
@@ -1525,7 +1578,6 @@ exports.failedToUpload_0062 = failedToUpload_0062;
1525
1578
  function failedToRead_0063(fileName) {
1526
1579
  return [types_1.LogLevels.warning, '0063', `Could not read the file "${fileName}".`];
1527
1580
  }
1528
- exports.failedToRead_0063 = failedToRead_0063;
1529
1581
  /**
1530
1582
  * @kind Error
1531
1583
  *
@@ -1563,7 +1615,6 @@ exports.failedToRead_0063 = failedToRead_0063;
1563
1615
  function failedUploading_0064() {
1564
1616
  return [types_1.LogLevels.error, '0064', 'Failed to upload some pilet(s)!'];
1565
1617
  }
1566
- exports.failedUploading_0064 = failedUploading_0064;
1567
1618
  /**
1568
1619
  * @kind Error
1569
1620
  *
@@ -1594,7 +1645,6 @@ exports.failedUploading_0064 = failedUploading_0064;
1594
1645
  function failedHttpPost_0065(error) {
1595
1646
  return [types_1.LogLevels.error, '0065', `Failed to upload via HTTP: ${error}.`];
1596
1647
  }
1597
- exports.failedHttpPost_0065 = failedHttpPost_0065;
1598
1648
  /**
1599
1649
  * @kind Warning
1600
1650
  *
@@ -1626,7 +1676,6 @@ function unsuccessfulHttpPost_0066(statusText, statusCode, error) {
1626
1676
  `Failed to upload: ${statusText} (${statusCode}). Received: ${JSON.stringify(error)}`,
1627
1677
  ];
1628
1678
  }
1629
- exports.unsuccessfulHttpPost_0066 = unsuccessfulHttpPost_0066;
1630
1679
  /**
1631
1680
  * @kind Info
1632
1681
  *
@@ -1656,7 +1705,6 @@ function httpPostResponse_0067(response) {
1656
1705
  const content = typeof response !== 'string' ? JSON.stringify(response, undefined, 2) : response;
1657
1706
  return [types_1.LogLevels.info, '0067', `HTTP: ${content}`];
1658
1707
  }
1659
- exports.httpPostResponse_0067 = httpPostResponse_0067;
1660
1708
  /**
1661
1709
  * @kind Error
1662
1710
  *
@@ -1685,7 +1733,6 @@ exports.httpPostResponse_0067 = httpPostResponse_0067;
1685
1733
  function failedHttpGet_0068(error) {
1686
1734
  return [types_1.LogLevels.error, '0068', `Failed to download via HTTP: ${error}.`];
1687
1735
  }
1688
- exports.failedHttpGet_0068 = failedHttpGet_0068;
1689
1736
  /**
1690
1737
  * @kind Warning
1691
1738
  *
@@ -1707,7 +1754,6 @@ function failedToUploadPayment_0161(response) {
1707
1754
  const content = typeof response !== 'string' ? JSON.stringify(response, undefined, 2) : response;
1708
1755
  return [types_1.LogLevels.warning, '0161', `Failed to publish pilet due to missing payment: ${content}.`];
1709
1756
  }
1710
- exports.failedToUploadPayment_0161 = failedToUploadPayment_0161;
1711
1757
  /**
1712
1758
  * @kind Warning
1713
1759
  *
@@ -1745,7 +1791,6 @@ function failedToUploadVersion_0162(response) {
1745
1791
  const content = typeof response !== 'string' ? JSON.stringify(response, undefined, 2) : response;
1746
1792
  return [types_1.LogLevels.warning, '0162', `Failed to publish pilet. The version was already published: ${content}.`];
1747
1793
  }
1748
- exports.failedToUploadVersion_0162 = failedToUploadVersion_0162;
1749
1794
  /**
1750
1795
  * @kind Warning
1751
1796
  *
@@ -1769,7 +1814,6 @@ function failedToUploadSize_0163(response) {
1769
1814
  const content = typeof response !== 'string' ? JSON.stringify(response, undefined, 2) : response;
1770
1815
  return [types_1.LogLevels.warning, '0163', `Failed to upload pilet. The pilet is too large: ${content}.`];
1771
1816
  }
1772
- exports.failedToUploadSize_0163 = failedToUploadSize_0163;
1773
1817
  /**
1774
1818
  * @kind Error
1775
1819
  *
@@ -1814,7 +1858,6 @@ exports.failedToUploadSize_0163 = failedToUploadSize_0163;
1814
1858
  function entryPointMissing_0070(rootDir) {
1815
1859
  return [types_1.LogLevels.error, '0070', `Cannot find a valid entry point. Missing package.json in "${rootDir}".`];
1816
1860
  }
1817
- exports.entryPointMissing_0070 = entryPointMissing_0070;
1818
1861
  /**
1819
1862
  * @kind Error
1820
1863
  *
@@ -1856,7 +1899,6 @@ exports.entryPointMissing_0070 = entryPointMissing_0070;
1856
1899
  function entryPointMissing_0071() {
1857
1900
  return [types_1.LogLevels.error, '0071', `Cannot find a valid entry point. Missing field "app" in the "package.json".`];
1858
1901
  }
1859
- exports.entryPointMissing_0071 = entryPointMissing_0071;
1860
1902
  /**
1861
1903
  * @kind Warning
1862
1904
  *
@@ -1905,7 +1947,6 @@ exports.entryPointMissing_0071 = entryPointMissing_0071;
1905
1947
  function expectedArray_0072(key, type) {
1906
1948
  return [types_1.LogLevels.warning, '0072', `The value of "${key}" should be an array. Found "${type}".`];
1907
1949
  }
1908
- exports.expectedArray_0072 = expectedArray_0072;
1909
1950
  /**
1910
1951
  * @kind Error
1911
1952
  *
@@ -1944,7 +1985,6 @@ exports.expectedArray_0072 = expectedArray_0072;
1944
1985
  function entryPointDoesNotExist_0073(app) {
1945
1986
  return [types_1.LogLevels.error, '0073', `The given entry pointing to "${app}" does not exist.`];
1946
1987
  }
1947
- exports.entryPointDoesNotExist_0073 = entryPointDoesNotExist_0073;
1948
1988
  /**
1949
1989
  * @kind Error
1950
1990
  *
@@ -1980,7 +2020,6 @@ function packageJsonMissing_0074() {
1980
2020
  'Cannot find the "package.json". You need a valid package.json for your Piral instance.',
1981
2021
  ];
1982
2022
  }
1983
- exports.packageJsonMissing_0074 = packageJsonMissing_0074;
1984
2023
  /**
1985
2024
  * @kind Error
1986
2025
  *
@@ -2012,7 +2051,6 @@ exports.packageJsonMissing_0074 = packageJsonMissing_0074;
2012
2051
  function packageJsonMissing_0075() {
2013
2052
  return [types_1.LogLevels.error, '0075', 'Cannot find the "package.json". You need a valid package.json for your pilet.'];
2014
2053
  }
2015
- exports.packageJsonMissing_0075 = packageJsonMissing_0075;
2016
2054
  /**
2017
2055
  * @kind Error
2018
2056
  *
@@ -2063,7 +2101,6 @@ exports.packageJsonMissing_0075 = packageJsonMissing_0075;
2063
2101
  function declarationCouldNotBeGenerated_0076(rootDir, error) {
2064
2102
  return [types_1.LogLevels.error, '0076', `Could not create the declaration in "${rootDir}". Error: ${error}`];
2065
2103
  }
2066
- exports.declarationCouldNotBeGenerated_0076 = declarationCouldNotBeGenerated_0076;
2067
2104
  /**
2068
2105
  * @kind Error
2069
2106
  *
@@ -2099,7 +2136,6 @@ exports.declarationCouldNotBeGenerated_0076 = declarationCouldNotBeGenerated_007
2099
2136
  function entryFileMissing_0077() {
2100
2137
  return [types_1.LogLevels.error, '0077', 'No valid entry file for the pilet found.'];
2101
2138
  }
2102
- exports.entryFileMissing_0077 = entryFileMissing_0077;
2103
2139
  /**
2104
2140
  * @kind Warning
2105
2141
  *
@@ -2160,7 +2196,6 @@ function frameworkLibMissing_0078(frameworkLibs) {
2160
2196
  `Did not find any reference to either ${frameworkLibs.join(', ')}. No framework dependencies are shared.`,
2161
2197
  ];
2162
2198
  }
2163
- exports.frameworkLibMissing_0078 = frameworkLibMissing_0078;
2164
2199
  /**
2165
2200
  * @kind Error
2166
2201
  *
@@ -2184,7 +2219,6 @@ exports.frameworkLibMissing_0078 = frameworkLibMissing_0078;
2184
2219
  function validationFailed_0080(errors) {
2185
2220
  return [types_1.LogLevels.error, '0080', `Validation failed. Found ${errors} error(s).`];
2186
2221
  }
2187
- exports.validationFailed_0080 = validationFailed_0080;
2188
2222
  /**
2189
2223
  * @kind Warning
2190
2224
  *
@@ -2209,7 +2243,6 @@ exports.validationFailed_0080 = validationFailed_0080;
2209
2243
  function validationWarned_0081(warnings) {
2210
2244
  return [types_1.LogLevels.warning, '0081', `Validation succeeded with ${warnings} warning(s).`];
2211
2245
  }
2212
- exports.validationWarned_0081 = validationWarned_0081;
2213
2246
  /**
2214
2247
  * @kind Warning
2215
2248
  *
@@ -2266,7 +2299,6 @@ function appShellIncompatible_0100(piralVersion, cliVersion) {
2266
2299
  `The Piral instance's CLI version (${piralVersion}) may be incompatible to the used version (${cliVersion}).`,
2267
2300
  ];
2268
2301
  }
2269
- exports.appShellIncompatible_0100 = appShellIncompatible_0100;
2270
2302
  /**
2271
2303
  * @kind Warning
2272
2304
  *
@@ -2319,7 +2351,6 @@ function toolingIncompatible_0101(piralVersion, cliVersion) {
2319
2351
  `The version of Piral (${piralVersion}) may be incompatible to the used version of "piral-cli" (${cliVersion}).`,
2320
2352
  ];
2321
2353
  }
2322
- exports.toolingIncompatible_0101 = toolingIncompatible_0101;
2323
2354
  /**
2324
2355
  * @kind Info
2325
2356
  *
@@ -2339,7 +2370,6 @@ function appShellMaybeIncompatible_0102(cliVersion) {
2339
2370
  `The Piral instance's CLI version is unknown and may be incompatible to the used version (${cliVersion}).`,
2340
2371
  ];
2341
2372
  }
2342
- exports.appShellMaybeIncompatible_0102 = appShellMaybeIncompatible_0102;
2343
2373
  /**
2344
2374
  * @kind Error
2345
2375
  *
@@ -2365,7 +2395,6 @@ exports.appShellMaybeIncompatible_0102 = appShellMaybeIncompatible_0102;
2365
2395
  function publishDirectoryMissing_0110(directory) {
2366
2396
  return [types_1.LogLevels.error, '0110', `The provided output directory "${directory}" could not be found.`];
2367
2397
  }
2368
- exports.publishDirectoryMissing_0110 = publishDirectoryMissing_0110;
2369
2398
  /**
2370
2399
  * @kind Error
2371
2400
  *
@@ -2391,7 +2420,6 @@ exports.publishDirectoryMissing_0110 = publishDirectoryMissing_0110;
2391
2420
  function publishEmulatorFilesUnexpected_0111(directory) {
2392
2421
  return [types_1.LogLevels.error, '0111', `The directory "${directory}" should have exaxtly one *.tgz file.`];
2393
2422
  }
2394
- exports.publishEmulatorFilesUnexpected_0111 = publishEmulatorFilesUnexpected_0111;
2395
2423
  /**
2396
2424
  * @kind Error
2397
2425
  *
@@ -2415,7 +2443,6 @@ exports.publishEmulatorFilesUnexpected_0111 = publishEmulatorFilesUnexpected_011
2415
2443
  function publishXcopyMissingTarget_0112() {
2416
2444
  return [types_1.LogLevels.error, '0112', `The "xcopy" provider requires a "--opts.target" argument.`];
2417
2445
  }
2418
- exports.publishXcopyMissingTarget_0112 = publishXcopyMissingTarget_0112;
2419
2446
  /**
2420
2447
  * @kind Error
2421
2448
  *
@@ -2443,7 +2470,6 @@ function publishProviderMissing_0113(providerName, availableProviders) {
2443
2470
  const s = availableProviders.map((m) => `"${m}"`).join(', ');
2444
2471
  return [types_1.LogLevels.error, '0113', `The release provider "${providerName}" is invalid. Available: ${s}.`];
2445
2472
  }
2446
- exports.publishProviderMissing_0113 = publishProviderMissing_0113;
2447
2473
  /**
2448
2474
  * @kind Error
2449
2475
  *
@@ -2469,7 +2495,6 @@ function publishEmulatorSourcesInvalid_0114() {
2469
2495
  `The command "publish" cannot be done with "--type emulator-sources". Use another type instead.`,
2470
2496
  ];
2471
2497
  }
2472
- exports.publishEmulatorSourcesInvalid_0114 = publishEmulatorSourcesInvalid_0114;
2473
2498
  /**
2474
2499
  * @kind Error
2475
2500
  *
@@ -2495,7 +2520,6 @@ exports.publishEmulatorSourcesInvalid_0114 = publishEmulatorSourcesInvalid_0114;
2495
2520
  function publishFeedMissingUrl_0115() {
2496
2521
  return [types_1.LogLevels.error, '0115', `The "feed" provider requires a "--opts.url" argument.`];
2497
2522
  }
2498
- exports.publishFeedMissingUrl_0115 = publishFeedMissingUrl_0115;
2499
2523
  /**
2500
2524
  * @kind Error
2501
2525
  *
@@ -2525,7 +2549,6 @@ function publishFeedMissingVersion_0116() {
2525
2549
  `The "feed" provider requires either a "--opts.version" argument or a package.json with a version.`,
2526
2550
  ];
2527
2551
  }
2528
- exports.publishFeedMissingVersion_0116 = publishFeedMissingVersion_0116;
2529
2552
  /**
2530
2553
  * @kind Info
2531
2554
  *
@@ -2549,7 +2572,6 @@ exports.publishFeedMissingVersion_0116 = publishFeedMissingVersion_0116;
2549
2572
  function skipEmulatorUpdate_0120(manifestUrl) {
2550
2573
  return [types_1.LogLevels.info, '0120', `Failed to retrieve current emulator from "${manifestUrl}". Skipping update.`];
2551
2574
  }
2552
- exports.skipEmulatorUpdate_0120 = skipEmulatorUpdate_0120;
2553
2575
  /**
2554
2576
  * @kind Warning
2555
2577
  *
@@ -2572,7 +2594,6 @@ exports.skipEmulatorUpdate_0120 = skipEmulatorUpdate_0120;
2572
2594
  function remoteEmulatorNameChanged_0121(name) {
2573
2595
  return [types_1.LogLevels.warning, '0121', `The name of the emulator has changed. Skipping updates for "${name}".`];
2574
2596
  }
2575
- exports.remoteEmulatorNameChanged_0121 = remoteEmulatorNameChanged_0121;
2576
2597
  /**
2577
2598
  * @kind Info
2578
2599
  *
@@ -2595,7 +2616,6 @@ exports.remoteEmulatorNameChanged_0121 = remoteEmulatorNameChanged_0121;
2595
2616
  function optionalEmulatorAssetUpdateSkipped_0122(url) {
2596
2617
  return [types_1.LogLevels.info, '0122', `Could not update asset file at "${url}".`];
2597
2618
  }
2598
- exports.optionalEmulatorAssetUpdateSkipped_0122 = optionalEmulatorAssetUpdateSkipped_0122;
2599
2619
  /**
2600
2620
  * @kind Warning
2601
2621
  *
@@ -2618,7 +2638,6 @@ exports.optionalEmulatorAssetUpdateSkipped_0122 = optionalEmulatorAssetUpdateSki
2618
2638
  function requiredEmulatorAssetDownloadSkipped_0123(url) {
2619
2639
  return [types_1.LogLevels.warning, '0123', `Could not download asset file at "${url}".`];
2620
2640
  }
2621
- exports.requiredEmulatorAssetDownloadSkipped_0123 = requiredEmulatorAssetDownloadSkipped_0123;
2622
2641
  /**
2623
2642
  * @kind Error
2624
2643
  *
@@ -2640,7 +2659,6 @@ exports.requiredEmulatorAssetDownloadSkipped_0123 = requiredEmulatorAssetDownloa
2640
2659
  function missingEmulatorWebsite_0130(path) {
2641
2660
  return [types_1.LogLevels.error, '0130', `Could not find the files for an emulator website at "${path}".`];
2642
2661
  }
2643
- exports.missingEmulatorWebsite_0130 = missingEmulatorWebsite_0130;
2644
2662
  /**
2645
2663
  * @kind Warning
2646
2664
  *
@@ -2672,7 +2690,6 @@ exports.missingEmulatorWebsite_0130 = missingEmulatorWebsite_0130;
2672
2690
  function failedToOpenBrowser_0170(error) {
2673
2691
  return [types_1.LogLevels.error, '0170', `Unexpected error while opening in browser: ${error}.`];
2674
2692
  }
2675
- exports.failedToOpenBrowser_0170 = failedToOpenBrowser_0170;
2676
2693
  /**
2677
2694
  * @kind Warning
2678
2695
  *
@@ -2717,7 +2734,6 @@ function invalidSchemaVersion_0171(schemaVersion, schemas) {
2717
2734
  const s = schemas.map((m) => `"${m}"`).join(', ');
2718
2735
  return [types_1.LogLevels.warning, '0171', `Found invalid pilet schema version "${schemaVersion}". Available schemas: ${s}.`];
2719
2736
  }
2720
- exports.invalidSchemaVersion_0171 = invalidSchemaVersion_0171;
2721
2737
  /**
2722
2738
  * @kind Error
2723
2739
  *
@@ -2753,7 +2769,6 @@ function bundlerMissing_0172(bundlerName, installed) {
2753
2769
  const s = installed.map((m) => `"${m}"`).join(', ');
2754
2770
  return [types_1.LogLevels.error, '0172', `Cannot find bundler "${bundlerName}". Installed bundlers: ${s}.`];
2755
2771
  }
2756
- exports.bundlerMissing_0172 = bundlerMissing_0172;
2757
2772
  /**
2758
2773
  * @kind Error
2759
2774
  *
@@ -2785,7 +2800,6 @@ exports.bundlerMissing_0172 = bundlerMissing_0172;
2785
2800
  function defaultBundlerMissing_0173() {
2786
2801
  return [types_1.LogLevels.error, '0173', `Cannot find a default bundler.`];
2787
2802
  }
2788
- exports.defaultBundlerMissing_0173 = defaultBundlerMissing_0173;
2789
2803
  /**
2790
2804
  * @kind Error
2791
2805
  *
@@ -2818,7 +2832,6 @@ exports.defaultBundlerMissing_0173 = defaultBundlerMissing_0173;
2818
2832
  function bundlingFailed_0174(error) {
2819
2833
  return [types_1.LogLevels.error, '0174', `The bundling process failed: ${error || 'Invalid input.'}`];
2820
2834
  }
2821
- exports.bundlingFailed_0174 = bundlingFailed_0174;
2822
2835
  /**
2823
2836
  * @kind Warning
2824
2837
  *
@@ -2856,7 +2869,6 @@ function bundlerUnspecified_0175(available) {
2856
2869
  `No bundler has been specified even though multiple are available. Choices: ${s}.`,
2857
2870
  ];
2858
2871
  }
2859
- exports.bundlerUnspecified_0175 = bundlerUnspecified_0175;
2860
2872
  /**
2861
2873
  * @kind Warning
2862
2874
  *
@@ -2885,7 +2897,6 @@ exports.bundlerUnspecified_0175 = bundlerUnspecified_0175;
2885
2897
  function bundlerNotInstalled_0176() {
2886
2898
  return [types_1.LogLevels.warning, '0176', `Installing default bundler since no bundler has been found.`];
2887
2899
  }
2888
- exports.bundlerNotInstalled_0176 = bundlerNotInstalled_0176;
2889
2900
  /**
2890
2901
  * @kind Warning
2891
2902
  *
@@ -2915,7 +2926,6 @@ exports.bundlerNotInstalled_0176 = bundlerNotInstalled_0176;
2915
2926
  function piletJsonNotAvailable_0180(root) {
2916
2927
  return [types_1.LogLevels.warning, '0180', `No "pilet.json" was found for the pilet at "${root}".`];
2917
2928
  }
2918
- exports.piletJsonNotAvailable_0180 = piletJsonNotAvailable_0180;
2919
2929
  /**
2920
2930
  * @kind Error
2921
2931
  *
@@ -2935,7 +2945,6 @@ exports.piletJsonNotAvailable_0180 = piletJsonNotAvailable_0180;
2935
2945
  function platformNotSupported_0190(platform) {
2936
2946
  return [types_1.LogLevels.error, '0190', `The given platform "${platform}" is not supported.`];
2937
2947
  }
2938
- exports.platformNotSupported_0190 = platformNotSupported_0190;
2939
2948
  /**
2940
2949
  * @kind Warning
2941
2950
  *
@@ -2959,7 +2968,6 @@ exports.platformNotSupported_0190 = platformNotSupported_0190;
2959
2968
  function apiCommandNameInvalid_0200(type) {
2960
2969
  return [types_1.LogLevels.warning, '0200', `Invalid argument for "commandName" - no ${type} added.`];
2961
2970
  }
2962
- exports.apiCommandNameInvalid_0200 = apiCommandNameInvalid_0200;
2963
2971
  /**
2964
2972
  * @kind Warning
2965
2973
  *
@@ -2983,7 +2991,6 @@ exports.apiCommandNameInvalid_0200 = apiCommandNameInvalid_0200;
2983
2991
  function apiArgumentInvalid_0201(name, type) {
2984
2992
  return [types_1.LogLevels.warning, '0201', `Invalid argument for "${name}" - no ${type} added.`];
2985
2993
  }
2986
- exports.apiArgumentInvalid_0201 = apiArgumentInvalid_0201;
2987
2994
  /**
2988
2995
  * @kind Warning
2989
2996
  *
@@ -3007,7 +3014,6 @@ exports.apiArgumentInvalid_0201 = apiArgumentInvalid_0201;
3007
3014
  function apiValidateNameInvalid_0202(type) {
3008
3015
  return [types_1.LogLevels.warning, '0202', `Invalid argument for "name" - no ${type} rule added.`];
3009
3016
  }
3010
- exports.apiValidateNameInvalid_0202 = apiValidateNameInvalid_0202;
3011
3017
  /**
3012
3018
  * @kind Warning
3013
3019
  *
@@ -3031,7 +3037,6 @@ exports.apiValidateNameInvalid_0202 = apiValidateNameInvalid_0202;
3031
3037
  function apiValidateRunInvalid_0203(type) {
3032
3038
  return [types_1.LogLevels.warning, '0203', `Invalid argument for "run" - no ${type} rule added.`];
3033
3039
  }
3034
- exports.apiValidateRunInvalid_0203 = apiValidateRunInvalid_0203;
3035
3040
  /**
3036
3041
  * @kind Warning
3037
3042
  *
@@ -3055,7 +3060,6 @@ exports.apiValidateRunInvalid_0203 = apiValidateRunInvalid_0203;
3055
3060
  function apiPatchInvalid_0204(name) {
3056
3061
  return [types_1.LogLevels.warning, '0204', `Invalid argument for "${name}" - nothing installed.`];
3057
3062
  }
3058
- exports.apiPatchInvalid_0204 = apiPatchInvalid_0204;
3059
3063
  /**
3060
3064
  * @kind Warning
3061
3065
  *
@@ -3080,7 +3084,6 @@ exports.apiPatchInvalid_0204 = apiPatchInvalid_0204;
3080
3084
  function pluginCouldNotBeLoaded_0205(pluginPath, ex) {
3081
3085
  return [types_1.LogLevels.warning, '0205', `Failed to load plugin from "${pluginPath}": ${ex}`];
3082
3086
  }
3083
- exports.pluginCouldNotBeLoaded_0205 = pluginCouldNotBeLoaded_0205;
3084
3087
  /**
3085
3088
  * @kind Warning
3086
3089
  *
@@ -3104,7 +3107,6 @@ exports.pluginCouldNotBeLoaded_0205 = pluginCouldNotBeLoaded_0205;
3104
3107
  function apiBundlerInvalid_0206(name) {
3105
3108
  return [types_1.LogLevels.warning, '0206', `Invalid argument for "${name}" - skipped bundler.`];
3106
3109
  }
3107
- exports.apiBundlerInvalid_0206 = apiBundlerInvalid_0206;
3108
3110
  /**
3109
3111
  * @kind Warning
3110
3112
  *
@@ -3130,7 +3132,6 @@ exports.apiBundlerInvalid_0206 = apiBundlerInvalid_0206;
3130
3132
  function apiReleaseProviderInvalid_0207(name) {
3131
3133
  return [types_1.LogLevels.warning, '0207', `Invalid argument for "${name}" - skipped bundler.`];
3132
3134
  }
3133
- exports.apiReleaseProviderInvalid_0207 = apiReleaseProviderInvalid_0207;
3134
3135
  /**
3135
3136
  * @kind Warning
3136
3137
  *
@@ -3155,7 +3156,6 @@ exports.apiReleaseProviderInvalid_0207 = apiReleaseProviderInvalid_0207;
3155
3156
  function piletMultiDebugAppShellDifferent_0301(expected, actual) {
3156
3157
  return [types_1.LogLevels.warning, '0301', `Different app shells found: "${expected}" and "${actual}".`];
3157
3158
  }
3158
- exports.piletMultiDebugAppShellDifferent_0301 = piletMultiDebugAppShellDifferent_0301;
3159
3159
  /**
3160
3160
  * @kind Warning
3161
3161
  *
@@ -3181,7 +3181,6 @@ exports.piletMultiDebugAppShellDifferent_0301 = piletMultiDebugAppShellDifferent
3181
3181
  function piletMultiDebugAppShellVersions_0302(expected, actual) {
3182
3182
  return [types_1.LogLevels.warning, '0302', `Different app shell versions found: "${expected}" and "${actual}".`];
3183
3183
  }
3184
- exports.piletMultiDebugAppShellVersions_0302 = piletMultiDebugAppShellVersions_0302;
3185
3184
  /**
3186
3185
  * @kind Warning
3187
3186
  *
@@ -3208,5 +3207,4 @@ function piletMultiDebugExternalsDifferent_0303(expected, actual) {
3208
3207
  const al = actual.join(', ');
3209
3208
  return [types_1.LogLevels.warning, '0303', `Different shared dependencies encountered: "${el}" and "${al}".`];
3210
3209
  }
3211
- exports.piletMultiDebugExternalsDifferent_0303 = piletMultiDebugExternalsDifferent_0303;
3212
3210
  //# sourceMappingURL=messages.js.map