@corellium/corellium-cli 1.4.0 → 1.5.1

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 (640) hide show
  1. package/.eslintrc.js +12 -16
  2. package/.gitlab-ci.yml +13 -13
  3. package/.nvmrc +1 -1
  4. package/.nycrc +14 -14
  5. package/.prettierrc.js +8 -7
  6. package/README.md +13 -6
  7. package/docs/OVERVIEW.md +57 -27
  8. package/index.js +8 -8
  9. package/lint-staged.config.js +3 -6
  10. package/node_modules/@babel/cli/README.md +1 -1
  11. package/node_modules/@babel/cli/bin/babel-external-helpers.mjs +3 -0
  12. package/node_modules/@babel/cli/bin/babel.mjs +3 -0
  13. package/node_modules/@babel/cli/lib/babel/dir.js +23 -73
  14. package/node_modules/@babel/cli/lib/babel/dir.js.map +1 -0
  15. package/node_modules/@babel/cli/lib/babel/file.js +27 -72
  16. package/node_modules/@babel/cli/lib/babel/file.js.map +1 -0
  17. package/node_modules/@babel/cli/lib/babel/index.js +6 -8
  18. package/node_modules/@babel/cli/lib/babel/index.js.map +1 -0
  19. package/node_modules/@babel/cli/lib/babel/options.js +70 -143
  20. package/node_modules/@babel/cli/lib/babel/options.js.map +1 -0
  21. package/node_modules/@babel/cli/lib/babel/util.js +39 -59
  22. package/node_modules/@babel/cli/lib/babel/util.js.map +1 -0
  23. package/node_modules/@babel/cli/lib/babel/watcher.js +19 -52
  24. package/node_modules/@babel/cli/lib/babel/watcher.js.map +1 -0
  25. package/node_modules/@babel/cli/lib/babel-external-helpers.js +14 -21
  26. package/node_modules/@babel/cli/lib/babel-external-helpers.js.map +1 -0
  27. package/node_modules/@babel/cli/package.json +11 -9
  28. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +19 -29
  29. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -1
  30. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +19 -29
  31. package/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -1
  32. package/node_modules/@jridgewell/resolve-uri/package.json +2 -2
  33. package/node_modules/@jridgewell/sourcemap-codec/README.md +147 -83
  34. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +351 -91
  35. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -1
  36. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +354 -90
  37. package/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -1
  38. package/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
  39. package/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +2 -0
  40. package/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
  41. package/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
  42. package/node_modules/@jridgewell/sourcemap-codec/package.json +7 -7
  43. package/node_modules/@jridgewell/trace-mapping/README.md +5 -0
  44. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +202 -174
  45. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -1
  46. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +216 -182
  47. package/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -1
  48. package/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +1 -1
  49. package/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +1 -1
  50. package/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +1 -1
  51. package/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +8 -8
  52. package/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +33 -28
  53. package/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +23 -16
  54. package/node_modules/@jridgewell/trace-mapping/package.json +20 -18
  55. package/node_modules/anymatch/index.d.ts +1 -0
  56. package/node_modules/anymatch/index.js +1 -1
  57. package/node_modules/anymatch/package.json +1 -1
  58. package/node_modules/{form-data/README.md.bak → axios/node_modules/form-data/Readme.md} +4 -4
  59. package/node_modules/{superagent → axios}/node_modules/form-data/lib/form_data.js +31 -26
  60. package/node_modules/{superagent → axios}/node_modules/form-data/package.json +25 -19
  61. package/node_modules/binary-extensions/binary-extensions.json +3 -0
  62. package/node_modules/binary-extensions/license +2 -1
  63. package/node_modules/binary-extensions/package.json +4 -2
  64. package/node_modules/binary-extensions/readme.md +2 -18
  65. package/node_modules/braces/LICENSE +1 -1
  66. package/node_modules/braces/README.md +91 -98
  67. package/node_modules/braces/index.js +3 -3
  68. package/node_modules/braces/lib/compile.js +14 -11
  69. package/node_modules/braces/lib/constants.js +1 -1
  70. package/node_modules/braces/lib/expand.js +9 -9
  71. package/node_modules/braces/lib/parse.js +14 -16
  72. package/node_modules/braces/lib/stringify.js +4 -4
  73. package/node_modules/braces/lib/utils.js +13 -3
  74. package/node_modules/braces/package.json +2 -2
  75. package/node_modules/{call-bind → call-bind-apply-helpers}/.eslintrc +1 -1
  76. package/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  77. package/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  78. package/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  79. package/node_modules/{call-bind → call-bind-apply-helpers}/LICENSE +1 -1
  80. package/node_modules/call-bind-apply-helpers/README.md +62 -0
  81. package/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  82. package/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  83. package/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  84. package/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  85. package/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  86. package/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  87. package/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  88. package/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  89. package/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  90. package/node_modules/call-bind-apply-helpers/index.js +15 -0
  91. package/node_modules/call-bind-apply-helpers/package.json +85 -0
  92. package/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  93. package/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  94. package/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  95. package/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  96. package/node_modules/call-bound/.eslintrc +13 -0
  97. package/node_modules/call-bound/.github/FUNDING.yml +12 -0
  98. package/node_modules/call-bound/.nycrc +9 -0
  99. package/node_modules/call-bound/CHANGELOG.md +34 -0
  100. package/node_modules/call-bound/LICENSE +21 -0
  101. package/node_modules/call-bound/README.md +53 -0
  102. package/node_modules/call-bound/index.d.ts +13 -0
  103. package/node_modules/call-bound/index.js +18 -0
  104. package/node_modules/call-bound/package.json +99 -0
  105. package/node_modules/{call-bind/test/callBound.js → call-bound/test/index.js} +1 -2
  106. package/node_modules/call-bound/tsconfig.json +9 -0
  107. package/node_modules/chokidar/README.md +1 -1
  108. package/node_modules/chokidar/index.js +1 -1
  109. package/node_modules/chokidar/lib/constants.js +1 -0
  110. package/node_modules/chokidar/lib/fsevents-handler.js +2 -0
  111. package/node_modules/chokidar/package.json +5 -20
  112. package/node_modules/chokidar/types/index.d.ts +4 -0
  113. package/node_modules/cliui/CHANGELOG.md +18 -0
  114. package/node_modules/cliui/build/index.d.cts +43 -0
  115. package/node_modules/cliui/package.json +6 -6
  116. package/node_modules/commander/CHANGELOG.md +361 -0
  117. package/node_modules/{@babel/cli/node_modules/commander → commander}/Readme.md +243 -165
  118. package/node_modules/commander/index.js +1881 -0
  119. package/node_modules/{@babel/cli/node_modules/commander → commander}/package.json +19 -9
  120. package/node_modules/commander/typings/index.d.ts +410 -0
  121. package/node_modules/component-emitter/LICENSE +24 -24
  122. package/node_modules/component-emitter/Readme.md +74 -74
  123. package/node_modules/component-emitter/index.js +175 -175
  124. package/node_modules/component-emitter/package.json +3 -2
  125. package/node_modules/convert-source-map/README.md +97 -11
  126. package/node_modules/convert-source-map/index.js +127 -30
  127. package/node_modules/convert-source-map/package.json +3 -9
  128. package/node_modules/cookiejar/cookiejar.js +5 -0
  129. package/node_modules/cookiejar/package.json +1 -1
  130. package/node_modules/debug/README.md +1 -1
  131. package/node_modules/debug/package.json +10 -4
  132. package/node_modules/debug/src/browser.js +4 -1
  133. package/node_modules/debug/src/common.js +57 -39
  134. package/node_modules/debug/src/node.js +2 -2
  135. package/node_modules/dotenv/CHANGELOG.md +133 -1
  136. package/node_modules/dotenv/README-es.md +448 -0
  137. package/node_modules/dotenv/README.md +309 -66
  138. package/node_modules/dotenv/lib/cli-options.js +1 -1
  139. package/node_modules/dotenv/lib/env-options.js +4 -0
  140. package/node_modules/dotenv/lib/main.d.ts +85 -5
  141. package/node_modules/dotenv/lib/main.js +287 -35
  142. package/node_modules/dotenv/package.json +19 -14
  143. package/node_modules/dunder-proto/.eslintrc +5 -0
  144. package/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  145. package/node_modules/dunder-proto/CHANGELOG.md +24 -0
  146. package/node_modules/dunder-proto/LICENSE +21 -0
  147. package/node_modules/dunder-proto/README.md +54 -0
  148. package/node_modules/dunder-proto/get.d.ts +5 -0
  149. package/node_modules/dunder-proto/get.js +30 -0
  150. package/node_modules/dunder-proto/package.json +76 -0
  151. package/node_modules/dunder-proto/set.d.ts +5 -0
  152. package/node_modules/dunder-proto/set.js +35 -0
  153. package/node_modules/dunder-proto/test/get.js +34 -0
  154. package/node_modules/dunder-proto/test/index.js +4 -0
  155. package/node_modules/dunder-proto/test/set.js +50 -0
  156. package/node_modules/dunder-proto/tsconfig.json +9 -0
  157. package/node_modules/es-define-property/.eslintrc +13 -0
  158. package/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  159. package/node_modules/es-define-property/.nycrc +9 -0
  160. package/node_modules/es-define-property/CHANGELOG.md +29 -0
  161. package/node_modules/es-define-property/LICENSE +21 -0
  162. package/node_modules/es-define-property/README.md +49 -0
  163. package/node_modules/es-define-property/index.d.ts +3 -0
  164. package/node_modules/es-define-property/index.js +14 -0
  165. package/node_modules/es-define-property/package.json +81 -0
  166. package/node_modules/es-define-property/test/index.js +56 -0
  167. package/node_modules/es-define-property/tsconfig.json +10 -0
  168. package/node_modules/es-errors/.eslintrc +5 -0
  169. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  170. package/node_modules/es-errors/CHANGELOG.md +40 -0
  171. package/node_modules/es-errors/LICENSE +21 -0
  172. package/node_modules/es-errors/README.md +55 -0
  173. package/node_modules/es-errors/eval.d.ts +3 -0
  174. package/node_modules/es-errors/eval.js +4 -0
  175. package/node_modules/es-errors/index.d.ts +3 -0
  176. package/node_modules/es-errors/index.js +4 -0
  177. package/node_modules/es-errors/package.json +80 -0
  178. package/node_modules/es-errors/range.d.ts +3 -0
  179. package/node_modules/es-errors/range.js +4 -0
  180. package/node_modules/es-errors/ref.d.ts +3 -0
  181. package/node_modules/es-errors/ref.js +4 -0
  182. package/node_modules/es-errors/syntax.d.ts +3 -0
  183. package/node_modules/es-errors/syntax.js +4 -0
  184. package/node_modules/es-errors/test/index.js +19 -0
  185. package/node_modules/es-errors/tsconfig.json +49 -0
  186. package/node_modules/es-errors/type.d.ts +3 -0
  187. package/node_modules/es-errors/type.js +4 -0
  188. package/node_modules/es-errors/uri.d.ts +3 -0
  189. package/node_modules/es-errors/uri.js +4 -0
  190. package/node_modules/es-object-atoms/.eslintrc +16 -0
  191. package/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  192. package/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  193. package/node_modules/es-object-atoms/LICENSE +21 -0
  194. package/node_modules/es-object-atoms/README.md +63 -0
  195. package/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  196. package/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  197. package/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  198. package/node_modules/es-object-atoms/ToObject.js +10 -0
  199. package/node_modules/es-object-atoms/index.d.ts +3 -0
  200. package/node_modules/es-object-atoms/index.js +4 -0
  201. package/node_modules/es-object-atoms/isObject.d.ts +3 -0
  202. package/node_modules/es-object-atoms/isObject.js +6 -0
  203. package/node_modules/es-object-atoms/package.json +80 -0
  204. package/node_modules/es-object-atoms/test/index.js +38 -0
  205. package/node_modules/es-object-atoms/tsconfig.json +6 -0
  206. package/node_modules/es-set-tostringtag/.eslintrc +13 -0
  207. package/node_modules/es-set-tostringtag/.nycrc +9 -0
  208. package/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  209. package/node_modules/es-set-tostringtag/LICENSE +21 -0
  210. package/node_modules/es-set-tostringtag/README.md +53 -0
  211. package/node_modules/es-set-tostringtag/index.d.ts +10 -0
  212. package/node_modules/es-set-tostringtag/index.js +35 -0
  213. package/node_modules/es-set-tostringtag/package.json +78 -0
  214. package/node_modules/es-set-tostringtag/test/index.js +85 -0
  215. package/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  216. package/node_modules/escalade/index.d.mts +11 -0
  217. package/node_modules/escalade/index.d.ts +14 -2
  218. package/node_modules/escalade/package.json +18 -5
  219. package/node_modules/escalade/readme.md +1 -1
  220. package/node_modules/escalade/sync/index.d.mts +9 -0
  221. package/node_modules/escalade/sync/index.d.ts +13 -2
  222. package/node_modules/fill-range/index.js +4 -5
  223. package/node_modules/fill-range/package.json +8 -3
  224. package/node_modules/follow-redirects/index.js +186 -98
  225. package/node_modules/follow-redirects/package.json +3 -4
  226. package/node_modules/form-data/Readme.md +5 -7
  227. package/node_modules/form-data/lib/form_data.js +27 -28
  228. package/node_modules/form-data/package.json +24 -20
  229. package/node_modules/function-bind/.eslintrc +11 -5
  230. package/node_modules/function-bind/.github/FUNDING.yml +12 -0
  231. package/node_modules/function-bind/.github/SECURITY.md +3 -0
  232. package/node_modules/function-bind/.nycrc +13 -0
  233. package/node_modules/function-bind/CHANGELOG.md +136 -0
  234. package/node_modules/function-bind/README.md +25 -27
  235. package/node_modules/function-bind/implementation.js +44 -12
  236. package/node_modules/function-bind/package.json +38 -14
  237. package/node_modules/get-intrinsic/.eslintrc +1 -0
  238. package/node_modules/get-intrinsic/CHANGELOG.md +87 -0
  239. package/node_modules/get-intrinsic/index.js +75 -32
  240. package/node_modules/get-intrinsic/package.json +31 -22
  241. package/node_modules/get-intrinsic/test/GetIntrinsic.js +3 -3
  242. package/node_modules/get-proto/.eslintrc +10 -0
  243. package/node_modules/{call-bind → get-proto}/.github/FUNDING.yml +1 -1
  244. package/node_modules/get-proto/.nycrc +9 -0
  245. package/node_modules/get-proto/CHANGELOG.md +21 -0
  246. package/node_modules/get-proto/LICENSE +21 -0
  247. package/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  248. package/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  249. package/node_modules/get-proto/README.md +50 -0
  250. package/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  251. package/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  252. package/node_modules/get-proto/index.d.ts +5 -0
  253. package/node_modules/get-proto/index.js +27 -0
  254. package/node_modules/get-proto/package.json +81 -0
  255. package/node_modules/get-proto/test/index.js +68 -0
  256. package/node_modules/get-proto/tsconfig.json +9 -0
  257. package/node_modules/gopd/.eslintrc +16 -0
  258. package/node_modules/gopd/.github/FUNDING.yml +12 -0
  259. package/node_modules/gopd/CHANGELOG.md +45 -0
  260. package/node_modules/gopd/LICENSE +21 -0
  261. package/node_modules/gopd/README.md +40 -0
  262. package/node_modules/gopd/gOPD.d.ts +1 -0
  263. package/node_modules/gopd/gOPD.js +4 -0
  264. package/node_modules/gopd/index.d.ts +5 -0
  265. package/node_modules/gopd/index.js +15 -0
  266. package/node_modules/gopd/package.json +77 -0
  267. package/node_modules/gopd/test/index.js +36 -0
  268. package/node_modules/gopd/tsconfig.json +9 -0
  269. package/node_modules/has-symbols/CHANGELOG.md +16 -0
  270. package/node_modules/has-symbols/index.d.ts +3 -0
  271. package/node_modules/has-symbols/index.js +1 -0
  272. package/node_modules/has-symbols/package.json +19 -9
  273. package/node_modules/has-symbols/shams.d.ts +3 -0
  274. package/node_modules/has-symbols/shams.js +5 -2
  275. package/node_modules/has-symbols/test/shams/core-js.js +1 -0
  276. package/node_modules/has-symbols/test/shams/get-own-property-symbols.js +1 -0
  277. package/node_modules/has-symbols/test/tests.js +4 -2
  278. package/node_modules/has-symbols/tsconfig.json +10 -0
  279. package/node_modules/has-tostringtag/.eslintrc +5 -0
  280. package/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  281. package/node_modules/has-tostringtag/.nycrc +13 -0
  282. package/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  283. package/node_modules/has-tostringtag/LICENSE +21 -0
  284. package/node_modules/has-tostringtag/README.md +46 -0
  285. package/node_modules/has-tostringtag/index.d.ts +3 -0
  286. package/node_modules/has-tostringtag/index.js +8 -0
  287. package/node_modules/has-tostringtag/package.json +108 -0
  288. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  289. package/node_modules/has-tostringtag/shams.js +8 -0
  290. package/node_modules/has-tostringtag/test/index.js +21 -0
  291. package/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  292. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  293. package/node_modules/has-tostringtag/test/tests.js +15 -0
  294. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  295. package/node_modules/hasown/.eslintrc +5 -0
  296. package/node_modules/hasown/.github/FUNDING.yml +12 -0
  297. package/node_modules/hasown/.nycrc +13 -0
  298. package/node_modules/hasown/CHANGELOG.md +40 -0
  299. package/node_modules/hasown/LICENSE +21 -0
  300. package/node_modules/hasown/README.md +40 -0
  301. package/node_modules/hasown/index.d.ts +3 -0
  302. package/node_modules/hasown/index.js +8 -0
  303. package/node_modules/hasown/package.json +92 -0
  304. package/node_modules/hasown/tsconfig.json +6 -0
  305. package/node_modules/make-dir/node_modules/semver/package.json +38 -0
  306. package/node_modules/{@babel/cli → make-dir}/node_modules/semver/semver.js +68 -26
  307. package/node_modules/math-intrinsics/.eslintrc +16 -0
  308. package/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  309. package/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  310. package/node_modules/math-intrinsics/LICENSE +21 -0
  311. package/node_modules/math-intrinsics/README.md +50 -0
  312. package/node_modules/math-intrinsics/abs.d.ts +1 -0
  313. package/node_modules/math-intrinsics/abs.js +4 -0
  314. package/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  315. package/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  316. package/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  317. package/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  318. package/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  319. package/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  320. package/node_modules/math-intrinsics/floor.d.ts +1 -0
  321. package/node_modules/math-intrinsics/floor.js +4 -0
  322. package/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  323. package/node_modules/math-intrinsics/isFinite.js +12 -0
  324. package/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  325. package/node_modules/math-intrinsics/isInteger.js +16 -0
  326. package/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  327. package/node_modules/math-intrinsics/isNaN.js +6 -0
  328. package/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  329. package/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  330. package/node_modules/math-intrinsics/max.d.ts +1 -0
  331. package/node_modules/math-intrinsics/max.js +4 -0
  332. package/node_modules/math-intrinsics/min.d.ts +1 -0
  333. package/node_modules/math-intrinsics/min.js +4 -0
  334. package/node_modules/math-intrinsics/mod.d.ts +3 -0
  335. package/node_modules/math-intrinsics/mod.js +9 -0
  336. package/node_modules/math-intrinsics/package.json +86 -0
  337. package/node_modules/math-intrinsics/pow.d.ts +1 -0
  338. package/node_modules/math-intrinsics/pow.js +4 -0
  339. package/node_modules/math-intrinsics/round.d.ts +1 -0
  340. package/node_modules/math-intrinsics/round.js +4 -0
  341. package/node_modules/math-intrinsics/sign.d.ts +3 -0
  342. package/node_modules/math-intrinsics/sign.js +11 -0
  343. package/node_modules/math-intrinsics/test/index.js +192 -0
  344. package/node_modules/math-intrinsics/tsconfig.json +3 -0
  345. package/node_modules/ms/index.js +1 -1
  346. package/node_modules/ms/license.md +1 -1
  347. package/node_modules/ms/package.json +5 -4
  348. package/node_modules/ms/readme.md +1 -2
  349. package/node_modules/object-inspect/CHANGELOG.md +64 -0
  350. package/node_modules/object-inspect/index.js +48 -16
  351. package/node_modules/object-inspect/package.json +25 -14
  352. package/node_modules/object-inspect/readme.markdown +9 -11
  353. package/node_modules/object-inspect/test/global.js +17 -0
  354. package/node_modules/object-inspect/test/quoteStyle.js +9 -0
  355. package/node_modules/object-inspect/test/values.js +50 -0
  356. package/node_modules/qs/.editorconfig +3 -0
  357. package/node_modules/qs/.eslintrc +3 -2
  358. package/node_modules/qs/CHANGELOG.md +81 -5
  359. package/node_modules/qs/README.md +158 -50
  360. package/node_modules/qs/dist/qs.js +90 -2003
  361. package/node_modules/qs/lib/parse.js +89 -24
  362. package/node_modules/qs/lib/stringify.js +61 -31
  363. package/node_modules/qs/lib/utils.js +54 -38
  364. package/node_modules/qs/package.json +29 -13
  365. package/node_modules/qs/test/empty-keys-cases.js +267 -0
  366. package/node_modules/qs/test/parse.js +468 -47
  367. package/node_modules/qs/test/stringify.js +454 -57
  368. package/node_modules/qs/test/utils.js +126 -0
  369. package/node_modules/side-channel/.editorconfig +9 -0
  370. package/node_modules/side-channel/.eslintrc +2 -1
  371. package/node_modules/side-channel/CHANGELOG.md +45 -0
  372. package/node_modules/side-channel/README.md +60 -1
  373. package/node_modules/side-channel/index.d.ts +14 -0
  374. package/node_modules/side-channel/index.js +21 -102
  375. package/node_modules/side-channel/package.json +40 -22
  376. package/node_modules/side-channel/test/index.js +78 -52
  377. package/node_modules/side-channel/tsconfig.json +9 -0
  378. package/node_modules/{function-bind → side-channel-list}/.editorconfig +3 -14
  379. package/node_modules/side-channel-list/.eslintrc +11 -0
  380. package/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  381. package/node_modules/side-channel-list/.nycrc +13 -0
  382. package/node_modules/side-channel-list/CHANGELOG.md +15 -0
  383. package/node_modules/side-channel-list/LICENSE +21 -0
  384. package/node_modules/side-channel-list/README.md +62 -0
  385. package/node_modules/side-channel-list/index.d.ts +13 -0
  386. package/node_modules/side-channel-list/index.js +113 -0
  387. package/node_modules/side-channel-list/list.d.ts +14 -0
  388. package/node_modules/side-channel-list/package.json +77 -0
  389. package/node_modules/side-channel-list/test/index.js +104 -0
  390. package/node_modules/side-channel-list/tsconfig.json +9 -0
  391. package/node_modules/side-channel-map/.editorconfig +9 -0
  392. package/node_modules/side-channel-map/.eslintrc +11 -0
  393. package/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  394. package/node_modules/side-channel-map/.nycrc +13 -0
  395. package/node_modules/side-channel-map/CHANGELOG.md +22 -0
  396. package/node_modules/side-channel-map/LICENSE +21 -0
  397. package/node_modules/side-channel-map/README.md +62 -0
  398. package/node_modules/side-channel-map/index.d.ts +15 -0
  399. package/node_modules/side-channel-map/index.js +68 -0
  400. package/node_modules/side-channel-map/package.json +80 -0
  401. package/node_modules/side-channel-map/test/index.js +114 -0
  402. package/node_modules/side-channel-map/tsconfig.json +9 -0
  403. package/node_modules/side-channel-weakmap/.editorconfig +9 -0
  404. package/node_modules/side-channel-weakmap/.eslintrc +12 -0
  405. package/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  406. package/node_modules/side-channel-weakmap/.nycrc +13 -0
  407. package/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  408. package/node_modules/side-channel-weakmap/LICENSE +21 -0
  409. package/node_modules/side-channel-weakmap/README.md +62 -0
  410. package/node_modules/side-channel-weakmap/index.d.ts +15 -0
  411. package/node_modules/side-channel-weakmap/index.js +84 -0
  412. package/node_modules/side-channel-weakmap/package.json +87 -0
  413. package/node_modules/side-channel-weakmap/test/index.js +114 -0
  414. package/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  415. package/node_modules/superagent/node_modules/readable-stream/README.md +1 -1
  416. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_duplex.js +12 -25
  417. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_passthrough.js +2 -4
  418. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_readable.js +176 -273
  419. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_transform.js +26 -37
  420. package/node_modules/superagent/node_modules/readable-stream/lib/_stream_writable.js +118 -174
  421. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/async_iterator.js +10 -37
  422. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/buffer_list.js +20 -47
  423. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/destroy.js +8 -17
  424. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +1 -19
  425. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/from.js +12 -24
  426. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/pipeline.js +5 -16
  427. package/node_modules/superagent/node_modules/readable-stream/lib/internal/streams/state.js +2 -7
  428. package/node_modules/superagent/node_modules/readable-stream/package.json +1 -1
  429. package/node_modules/{semver → superagent/node_modules/semver}/README.md +132 -36
  430. package/node_modules/{semver → superagent/node_modules/semver}/bin/semver.js +22 -16
  431. package/node_modules/{semver → superagent/node_modules/semver}/classes/comparator.js +39 -34
  432. package/node_modules/{semver → superagent/node_modules/semver}/classes/range.js +72 -37
  433. package/node_modules/{semver → superagent/node_modules/semver}/classes/semver.js +50 -19
  434. package/node_modules/{semver → superagent/node_modules/semver}/functions/coerce.js +14 -6
  435. package/node_modules/superagent/node_modules/semver/functions/diff.js +58 -0
  436. package/node_modules/{semver → superagent/node_modules/semver}/functions/inc.js +3 -2
  437. package/node_modules/superagent/node_modules/semver/functions/parse.js +16 -0
  438. package/node_modules/superagent/node_modules/semver/index.js +89 -0
  439. package/node_modules/{semver → superagent/node_modules/semver}/internal/constants.js +20 -2
  440. package/node_modules/superagent/node_modules/semver/internal/lrucache.js +40 -0
  441. package/node_modules/superagent/node_modules/semver/internal/parse-options.js +15 -0
  442. package/node_modules/{semver → superagent/node_modules/semver}/internal/re.js +43 -6
  443. package/node_modules/{semver → superagent/node_modules/semver}/package.json +29 -26
  444. package/node_modules/{semver → superagent/node_modules/semver}/ranges/intersects.js +1 -1
  445. package/node_modules/{semver → superagent/node_modules/semver}/ranges/subset.js +6 -3
  446. package/node_modules/yargs/browser.d.ts +5 -0
  447. package/node_modules/yargs/build/index.cjs +1 -1
  448. package/node_modules/yargs/build/lib/command.js +2 -0
  449. package/node_modules/yargs/build/lib/completion.js +19 -12
  450. package/node_modules/yargs/build/lib/usage.js +9 -4
  451. package/node_modules/yargs/build/lib/yargs-factory.js +18 -3
  452. package/node_modules/yargs/locales/cs.json +51 -0
  453. package/node_modules/yargs/locales/en.json +4 -0
  454. package/node_modules/yargs/locales/fi.json +1 -1
  455. package/node_modules/yargs/package.json +4 -4
  456. package/node_modules/yargs-parser/CHANGELOG.md +21 -0
  457. package/node_modules/yargs-parser/build/index.cjs +6 -4
  458. package/node_modules/yargs-parser/build/lib/index.js +4 -2
  459. package/node_modules/yargs-parser/build/lib/yargs-parser.js +2 -2
  460. package/node_modules/yargs-parser/package.json +10 -6
  461. package/package.json +1 -1
  462. package/renovate.json +11 -58
  463. package/src/clients/Agent.js +40 -37
  464. package/src/clients/Client.js +42 -40
  465. package/src/clients/Instance.js +24 -24
  466. package/src/clients/Webplayer.js +23 -24
  467. package/src/commands/extensions/delete.js +26 -26
  468. package/src/commands/extensions/index.js +6 -11
  469. package/src/commands/extensions/list.js +25 -25
  470. package/src/commands/extensions/load.js +51 -50
  471. package/src/commands/extensions/validate.js +33 -38
  472. package/src/commands/firmware/index.js +6 -9
  473. package/src/commands/firmware/list.js +49 -38
  474. package/src/commands/firmware/load.js +45 -42
  475. package/src/commands/images/create.js +30 -29
  476. package/src/commands/images/delete.js +21 -21
  477. package/src/commands/images/index.js +6 -10
  478. package/src/commands/images/list.js +21 -20
  479. package/src/commands/index.js +2 -2
  480. package/src/commands/instances/apps/index.js +26 -23
  481. package/src/commands/instances/apps/install.js +14 -14
  482. package/src/commands/instances/apps/open.js +17 -17
  483. package/src/commands/instances/create.js +35 -38
  484. package/src/commands/instances/delete.js +24 -25
  485. package/src/commands/instances/file.js +36 -32
  486. package/src/commands/instances/get.js +23 -16
  487. package/src/commands/instances/index.js +8 -8
  488. package/src/commands/instances/input.js +16 -17
  489. package/src/commands/instances/list.js +38 -28
  490. package/src/commands/instances/netmon/disable.js +17 -15
  491. package/src/commands/instances/netmon/download.js +18 -16
  492. package/src/commands/instances/netmon/enable.js +30 -23
  493. package/src/commands/instances/netmon/index.js +6 -11
  494. package/src/commands/instances/netmon/stream.js +18 -16
  495. package/src/commands/instances/ready.js +30 -27
  496. package/src/commands/instances/restoreBackup.js +39 -36
  497. package/src/commands/instances/rotate.js +20 -21
  498. package/src/commands/instances/start.js +23 -24
  499. package/src/commands/instances/stop.js +20 -21
  500. package/src/commands/instances/unlock.js +17 -19
  501. package/src/commands/instances/upgrade.js +38 -34
  502. package/src/commands/login.js +67 -67
  503. package/src/commands/logout.js +10 -12
  504. package/src/commands/mast/constants.js +2 -2
  505. package/src/commands/mast/create-assessment.js +16 -16
  506. package/src/commands/mast/delete-assessment.js +15 -15
  507. package/src/commands/mast/download-report.js +18 -15
  508. package/src/commands/mast/get-assessment.js +14 -14
  509. package/src/commands/mast/get-assessments.js +13 -13
  510. package/src/commands/mast/index.js +7 -7
  511. package/src/commands/mast/start-monitor.js +15 -15
  512. package/src/commands/mast/stop-monitor.js +15 -15
  513. package/src/commands/mast/test.js +19 -16
  514. package/src/commands/projects/create.js +33 -32
  515. package/src/commands/projects/delete.js +26 -26
  516. package/src/commands/projects/index.js +6 -11
  517. package/src/commands/projects/list.js +21 -19
  518. package/src/commands/projects/vpnConfig.js +29 -26
  519. package/src/commands/webplayer/create.js +57 -50
  520. package/src/commands/webplayer/destroy.js +31 -28
  521. package/src/commands/webplayer/index.js +6 -11
  522. package/src/commands/webplayer/list.js +41 -42
  523. package/src/commands/webplayer/login.js +31 -28
  524. package/src/corellium-api.js +11 -11
  525. package/src/error.js +20 -18
  526. package/src/logging.js +15 -15
  527. package/src/profile.js +22 -22
  528. package/src/progress.js +6 -6
  529. package/src/resumable.js +606 -664
  530. package/src/table.js +20 -22
  531. package/src/upload.js +38 -38
  532. package/src/utils.js +63 -64
  533. package/test/test.js +47 -48
  534. package/coverage/cobertura-coverage.xml +0 -9
  535. package/coverage/lcov-report/base.css +0 -224
  536. package/coverage/lcov-report/block-navigation.js +0 -87
  537. package/coverage/lcov-report/favicon.png +0 -0
  538. package/coverage/lcov-report/index.html +0 -101
  539. package/coverage/lcov-report/prettify.css +0 -1
  540. package/coverage/lcov-report/prettify.js +0 -2
  541. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  542. package/coverage/lcov-report/sorter.js +0 -196
  543. package/coverage/lcov.info +0 -0
  544. package/node_modules/@babel/cli/node_modules/commander/CHANGELOG.md +0 -436
  545. package/node_modules/@babel/cli/node_modules/commander/index.js +0 -1649
  546. package/node_modules/@babel/cli/node_modules/commander/typings/index.d.ts +0 -311
  547. package/node_modules/@babel/cli/node_modules/semver/CHANGELOG.md +0 -39
  548. package/node_modules/@babel/cli/node_modules/semver/package.json +0 -28
  549. package/node_modules/@jridgewell/sourcemap-codec/src/sourcemap-codec.ts +0 -198
  550. package/node_modules/braces/CHANGELOG.md +0 -184
  551. package/node_modules/call-bind/.eslintignore +0 -1
  552. package/node_modules/call-bind/CHANGELOG.md +0 -42
  553. package/node_modules/call-bind/README.md +0 -2
  554. package/node_modules/call-bind/callBound.js +0 -15
  555. package/node_modules/call-bind/index.js +0 -47
  556. package/node_modules/call-bind/package.json +0 -80
  557. package/node_modules/call-bind/test/index.js +0 -66
  558. package/node_modules/component-emitter/History.md +0 -75
  559. package/node_modules/function-bind/.jscs.json +0 -176
  560. package/node_modules/function-bind/.npmignore +0 -22
  561. package/node_modules/function-bind/.travis.yml +0 -168
  562. package/node_modules/has/LICENSE-MIT +0 -22
  563. package/node_modules/has/README.md +0 -18
  564. package/node_modules/has/package.json +0 -48
  565. package/node_modules/has/src/index.js +0 -5
  566. package/node_modules/has/test/index.js +0 -10
  567. package/node_modules/lru-cache/README.md +0 -166
  568. package/node_modules/lru-cache/index.js +0 -334
  569. package/node_modules/lru-cache/package.json +0 -34
  570. package/node_modules/semver/LICENSE +0 -15
  571. package/node_modules/semver/functions/diff.js +0 -23
  572. package/node_modules/semver/functions/parse.js +0 -33
  573. package/node_modules/semver/index.js +0 -48
  574. package/node_modules/semver/internal/parse-options.js +0 -11
  575. package/node_modules/side-channel/.eslintignore +0 -1
  576. package/node_modules/superagent/node_modules/form-data/README.md.bak +0 -356
  577. package/node_modules/superagent/node_modules/form-data/Readme.md +0 -356
  578. package/node_modules/yallist/LICENSE +0 -15
  579. package/node_modules/yallist/README.md +0 -204
  580. package/node_modules/yallist/iterator.js +0 -8
  581. package/node_modules/yallist/package.json +0 -29
  582. package/node_modules/yallist/yallist.js +0 -426
  583. /package/node_modules/{superagent → axios}/node_modules/form-data/License +0 -0
  584. /package/node_modules/{superagent → axios}/node_modules/form-data/index.d.ts +0 -0
  585. /package/node_modules/{superagent → axios}/node_modules/form-data/lib/browser.js +0 -0
  586. /package/node_modules/{superagent → axios}/node_modules/form-data/lib/populate.js +0 -0
  587. /package/node_modules/{@babel/cli/node_modules/commander → commander}/LICENSE +0 -0
  588. /package/node_modules/{call-bind → dunder-proto}/.nycrc +0 -0
  589. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.d.ts +0 -0
  590. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/index.js +0 -0
  591. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/license +0 -0
  592. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/LICENSE +0 -0
  593. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/README.md +0 -0
  594. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/bin/semver +0 -0
  595. /package/node_modules/{@babel/cli → make-dir}/node_modules/semver/range.bnf +0 -0
  596. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/package.json +0 -0
  597. /package/node_modules/{@babel/cli/node_modules/make-dir → make-dir}/readme.md +0 -0
  598. /package/node_modules/{@babel/cli/node_modules/pify → pify}/index.js +0 -0
  599. /package/node_modules/{@babel/cli/node_modules/pify → pify}/license +0 -0
  600. /package/node_modules/{@babel/cli/node_modules/pify → pify}/package.json +0 -0
  601. /package/node_modules/{@babel/cli/node_modules/pify → pify}/readme.md +0 -0
  602. /package/node_modules/{@babel/cli/node_modules/slash → slash}/index.js +0 -0
  603. /package/node_modules/{@babel/cli/node_modules/slash → slash}/license +0 -0
  604. /package/node_modules/{@babel/cli/node_modules/slash → slash}/package.json +0 -0
  605. /package/node_modules/{@babel/cli/node_modules/slash → slash}/readme.md +0 -0
  606. /package/node_modules/{lru-cache → superagent/node_modules/semver}/LICENSE +0 -0
  607. /package/node_modules/{semver → superagent/node_modules/semver}/classes/index.js +0 -0
  608. /package/node_modules/{semver → superagent/node_modules/semver}/functions/clean.js +0 -0
  609. /package/node_modules/{semver → superagent/node_modules/semver}/functions/cmp.js +0 -0
  610. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-build.js +0 -0
  611. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare-loose.js +0 -0
  612. /package/node_modules/{semver → superagent/node_modules/semver}/functions/compare.js +0 -0
  613. /package/node_modules/{semver → superagent/node_modules/semver}/functions/eq.js +0 -0
  614. /package/node_modules/{semver → superagent/node_modules/semver}/functions/gt.js +0 -0
  615. /package/node_modules/{semver → superagent/node_modules/semver}/functions/gte.js +0 -0
  616. /package/node_modules/{semver → superagent/node_modules/semver}/functions/lt.js +0 -0
  617. /package/node_modules/{semver → superagent/node_modules/semver}/functions/lte.js +0 -0
  618. /package/node_modules/{semver → superagent/node_modules/semver}/functions/major.js +0 -0
  619. /package/node_modules/{semver → superagent/node_modules/semver}/functions/minor.js +0 -0
  620. /package/node_modules/{semver → superagent/node_modules/semver}/functions/neq.js +0 -0
  621. /package/node_modules/{semver → superagent/node_modules/semver}/functions/patch.js +0 -0
  622. /package/node_modules/{semver → superagent/node_modules/semver}/functions/prerelease.js +0 -0
  623. /package/node_modules/{semver → superagent/node_modules/semver}/functions/rcompare.js +0 -0
  624. /package/node_modules/{semver → superagent/node_modules/semver}/functions/rsort.js +0 -0
  625. /package/node_modules/{semver → superagent/node_modules/semver}/functions/satisfies.js +0 -0
  626. /package/node_modules/{semver → superagent/node_modules/semver}/functions/sort.js +0 -0
  627. /package/node_modules/{semver → superagent/node_modules/semver}/functions/valid.js +0 -0
  628. /package/node_modules/{semver → superagent/node_modules/semver}/internal/debug.js +0 -0
  629. /package/node_modules/{semver → superagent/node_modules/semver}/internal/identifiers.js +0 -0
  630. /package/node_modules/{semver → superagent/node_modules/semver}/preload.js +0 -0
  631. /package/node_modules/{semver → superagent/node_modules/semver}/range.bnf +0 -0
  632. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/gtr.js +0 -0
  633. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/ltr.js +0 -0
  634. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/max-satisfying.js +0 -0
  635. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-satisfying.js +0 -0
  636. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/min-version.js +0 -0
  637. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/outside.js +0 -0
  638. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/simplify.js +0 -0
  639. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/to-comparators.js +0 -0
  640. /package/node_modules/{semver → superagent/node_modules/semver}/ranges/valid.js +0 -0
@@ -8,34 +8,19 @@ exports.onFilesChange = onFilesChange;
8
8
  exports.startWatcher = startWatcher;
9
9
  exports.updateExternalDependencies = updateExternalDependencies;
10
10
  exports.watch = watch;
11
-
12
- function _module() {
13
- const data = require("module");
14
-
15
- _module = function () {
16
- return data;
17
- };
18
-
19
- return data;
20
- }
21
-
22
11
  function _path() {
23
12
  const data = require("path");
24
-
25
13
  _path = function () {
26
14
  return data;
27
15
  };
28
-
29
16
  return data;
30
17
  }
31
-
32
18
  const fileToDeps = new Map();
33
19
  const depToFiles = new Map();
34
20
  let isWatchMode = false;
35
21
  let watcher;
36
22
  const watchQueue = new Set();
37
23
  let hasStarted = false;
38
-
39
24
  function enable({
40
25
  enableGlobbing
41
26
  }) {
@@ -43,7 +28,7 @@ function enable({
43
28
  const {
44
29
  FSWatcher
45
30
  } = requireChokidar();
46
- watcher = new FSWatcher({
31
+ const options = {
47
32
  disableGlobbing: !enableGlobbing,
48
33
  persistent: true,
49
34
  ignoreInitial: true,
@@ -51,89 +36,72 @@ function enable({
51
36
  stabilityThreshold: 50,
52
37
  pollInterval: 10
53
38
  }
54
- });
39
+ };
40
+ watcher = new FSWatcher(options);
55
41
  watcher.on("unlink", unwatchFile);
56
42
  }
57
-
58
43
  function startWatcher() {
59
44
  hasStarted = true;
60
-
61
45
  for (const dep of watchQueue) {
62
46
  watcher.add(dep);
63
47
  }
64
-
65
48
  watchQueue.clear();
66
49
  watcher.on("ready", () => {
67
50
  console.log("The watcher is ready.");
68
51
  });
69
52
  }
70
-
71
53
  function watch(filename) {
72
54
  if (!isWatchMode) {
73
55
  throw new Error("Internal Babel error: .watch called when not in watch mode.");
74
56
  }
75
-
76
57
  if (!hasStarted) {
77
58
  watchQueue.add(_path().resolve(filename));
78
59
  } else {
79
60
  watcher.add(_path().resolve(filename));
80
61
  }
81
62
  }
82
-
83
63
  function onFilesChange(callback) {
84
64
  if (!isWatchMode) {
85
65
  throw new Error("Internal Babel error: .onFilesChange called when not in watch mode.");
86
66
  }
87
-
88
67
  watcher.on("all", (event, filename) => {
89
68
  var _depToFiles$get;
90
-
91
69
  if (event !== "change" && event !== "add") return;
92
-
93
70
  const absoluteFile = _path().resolve(filename);
94
-
95
71
  callback([absoluteFile, ...((_depToFiles$get = depToFiles.get(absoluteFile)) != null ? _depToFiles$get : [])], event, absoluteFile);
96
72
  });
97
73
  }
98
-
99
74
  function updateExternalDependencies(filename, dependencies) {
100
75
  if (!isWatchMode) return;
101
-
102
76
  const absFilename = _path().resolve(filename);
103
-
104
77
  const absDependencies = new Set(Array.from(dependencies, dep => _path().resolve(dep)));
105
-
106
- if (fileToDeps.has(absFilename)) {
107
- for (const dep of fileToDeps.get(absFilename)) {
78
+ const deps = fileToDeps.get(absFilename);
79
+ if (deps) {
80
+ for (const dep of deps) {
108
81
  if (!absDependencies.has(dep)) {
109
82
  removeFileDependency(absFilename, dep);
110
83
  }
111
84
  }
112
85
  }
113
-
114
86
  for (const dep of absDependencies) {
115
- if (!depToFiles.has(dep)) {
116
- depToFiles.set(dep, new Set());
117
-
87
+ let deps = depToFiles.get(dep);
88
+ if (!deps) {
89
+ depToFiles.set(dep, deps = new Set());
118
90
  if (!hasStarted) {
119
91
  watchQueue.add(dep);
120
92
  } else {
121
93
  watcher.add(dep);
122
94
  }
123
95
  }
124
-
125
- depToFiles.get(dep).add(absFilename);
96
+ deps.add(absFilename);
126
97
  }
127
-
128
98
  fileToDeps.set(absFilename, absDependencies);
129
99
  }
130
-
131
100
  function removeFileDependency(filename, dep) {
132
- depToFiles.get(dep).delete(filename);
133
-
134
- if (depToFiles.get(dep).size === 0) {
101
+ const deps = depToFiles.get(dep);
102
+ deps.delete(filename);
103
+ if (deps.size === 0) {
135
104
  depToFiles.delete(dep);
136
-
137
105
  if (!hasStarted) {
138
106
  watchQueue.delete(dep);
139
107
  } else {
@@ -141,17 +109,14 @@ function removeFileDependency(filename, dep) {
141
109
  }
142
110
  }
143
111
  }
144
-
145
112
  function unwatchFile(filename) {
146
- if (!fileToDeps.has(filename)) return;
147
-
148
- for (const dep of fileToDeps.get(filename)) {
113
+ const deps = fileToDeps.get(filename);
114
+ if (!deps) return;
115
+ for (const dep of deps) {
149
116
  removeFileDependency(filename, dep);
150
117
  }
151
-
152
118
  fileToDeps.delete(filename);
153
119
  }
154
-
155
120
  function requireChokidar() {
156
121
  try {
157
122
  return parseInt(process.versions.node) >= 8 ? require("chokidar") : require("@nicolo-ribaudo/chokidar-2");
@@ -159,4 +124,6 @@ function requireChokidar() {
159
124
  console.error("The optional dependency chokidar failed to install and is required for " + "--watch. Chokidar is likely not supported on your platform.");
160
125
  throw err;
161
126
  }
162
- }
127
+ }
128
+
129
+ //# sourceMappingURL=watcher.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["_path","data","require","fileToDeps","Map","depToFiles","isWatchMode","watcher","watchQueue","Set","hasStarted","enable","enableGlobbing","FSWatcher","requireChokidar","options","disableGlobbing","persistent","ignoreInitial","awaitWriteFinish","stabilityThreshold","pollInterval","on","unwatchFile","startWatcher","dep","add","clear","console","log","watch","filename","Error","path","resolve","onFilesChange","callback","event","_depToFiles$get","absoluteFile","get","updateExternalDependencies","dependencies","absFilename","absDependencies","Array","from","deps","has","removeFileDependency","set","delete","size","unwatch","parseInt","process","versions","node","err","error"],"sources":["../../src/babel/watcher.ts"],"sourcesContent":["import { createRequire } from \"module\";\nimport path from \"path\";\nimport type { WatchOptions, FSWatcher } from \"chokidar\";\n\nconst fileToDeps = new Map<string, Set<string>>();\nconst depToFiles = new Map<string, Set<string>>();\n\nlet isWatchMode = false;\nlet watcher: FSWatcher;\nconst watchQueue = new Set<string>();\nlet hasStarted = false;\n\nexport function enable({ enableGlobbing }: { enableGlobbing: boolean }) {\n isWatchMode = true;\n\n const { FSWatcher } = requireChokidar();\n\n const options: WatchOptions = {\n disableGlobbing: !enableGlobbing,\n persistent: true,\n ignoreInitial: true,\n awaitWriteFinish: {\n stabilityThreshold: 50,\n pollInterval: 10,\n },\n };\n watcher = new FSWatcher(options);\n\n watcher.on(\"unlink\", unwatchFile);\n}\n\nexport function startWatcher() {\n hasStarted = true;\n\n for (const dep of watchQueue) {\n watcher.add(dep);\n }\n watchQueue.clear();\n\n watcher.on(\"ready\", () => {\n console.log(\"The watcher is ready.\");\n });\n}\n\nexport function watch(filename: string): void {\n if (!isWatchMode) {\n throw new Error(\n \"Internal Babel error: .watch called when not in watch mode.\",\n );\n }\n\n if (!hasStarted) {\n watchQueue.add(path.resolve(filename));\n } else {\n watcher.add(path.resolve(filename));\n }\n}\n\n/**\n * Call @param callback whenever a dependency (source file)/\n * external dependency (non-source file) changes.\n *\n * Handles mapping external dependencies to their corresponding\n * dependencies.\n */\nexport function onFilesChange(\n callback: (filenames: string[], event: string, cause: string) => void,\n): void {\n if (!isWatchMode) {\n throw new Error(\n \"Internal Babel error: .onFilesChange called when not in watch mode.\",\n );\n }\n\n watcher.on(\"all\", (event, filename) => {\n if (event !== \"change\" && event !== \"add\") return;\n\n const absoluteFile = path.resolve(filename);\n callback(\n [absoluteFile, ...(depToFiles.get(absoluteFile) ?? [])],\n event,\n absoluteFile,\n );\n });\n}\n\nexport function updateExternalDependencies(\n filename: string,\n dependencies: Set<string>,\n) {\n if (!isWatchMode) return;\n\n // Use absolute paths\n const absFilename = path.resolve(filename);\n const absDependencies = new Set(\n Array.from(dependencies, dep => path.resolve(dep)),\n );\n\n const deps = fileToDeps.get(absFilename);\n if (deps) {\n for (const dep of deps) {\n if (!absDependencies.has(dep)) {\n removeFileDependency(absFilename, dep);\n }\n }\n }\n for (const dep of absDependencies) {\n let deps = depToFiles.get(dep);\n if (!deps) {\n depToFiles.set(dep, (deps = new Set()));\n\n if (!hasStarted) {\n watchQueue.add(dep);\n } else {\n watcher.add(dep);\n }\n }\n\n deps.add(absFilename);\n }\n\n fileToDeps.set(absFilename, absDependencies);\n}\n\nfunction removeFileDependency(filename: string, dep: string) {\n const deps = depToFiles.get(dep);\n deps.delete(filename);\n\n if (deps.size === 0) {\n depToFiles.delete(dep);\n\n if (!hasStarted) {\n watchQueue.delete(dep);\n } else {\n watcher.unwatch(dep);\n }\n }\n}\n\nfunction unwatchFile(filename: string) {\n const deps = fileToDeps.get(filename);\n if (!deps) return;\n\n for (const dep of deps) {\n removeFileDependency(filename, dep);\n }\n fileToDeps.delete(filename);\n}\n\nfunction requireChokidar(): any {\n const require = createRequire(import.meta.url);\n\n try {\n return process.env.BABEL_8_BREAKING\n ? require(\"chokidar\")\n : parseInt(process.versions.node) >= 8\n ? require(\"chokidar\")\n : require(\"@nicolo-ribaudo/chokidar-2\");\n } catch (err) {\n console.error(\n \"The optional dependency chokidar failed to install and is required for \" +\n \"--watch. Chokidar is likely not supported on your platform.\",\n );\n throw err;\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,43 +1,36 @@
1
1
  "use strict";
2
2
 
3
- function _commander() {
4
- const data = require("commander");
5
-
6
- _commander = function () {
3
+ function commander() {
4
+ const data = _interopRequireWildcard(require("commander"), true);
5
+ commander = function () {
7
6
  return data;
8
7
  };
9
-
10
8
  return data;
11
9
  }
12
-
13
10
  function _core() {
14
11
  const data = require("@babel/core");
15
-
16
12
  _core = function () {
17
13
  return data;
18
14
  };
19
-
20
15
  return data;
21
16
  }
22
-
17
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
18
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
19
+ const program = commander().default.program;
23
20
  function collect(value, previousValue) {
24
21
  if (typeof value !== "string") return previousValue;
25
22
  const values = value.split(",");
26
-
27
23
  if (previousValue) {
28
24
  previousValue.push(...values);
29
25
  return previousValue;
30
26
  }
31
-
32
27
  return values;
33
28
  }
34
-
35
- _commander().option("-l, --whitelist [whitelist]", "Whitelist of helpers to ONLY include", collect);
36
-
37
- _commander().option("-t, --output-type [type]", "Type of output (global|umd|var)", "global");
38
-
39
- _commander().usage("[options]");
40
-
41
- _commander().parse(process.argv);
42
-
43
- console.log((0, _core().buildExternalHelpers)(_commander().whitelist, _commander().outputType));
29
+ program.option("-l, --whitelist [whitelist]", "Whitelist of helpers to ONLY include", collect);
30
+ program.option("-t, --output-type [type]", "Type of output (global|umd|var)", "global");
31
+ program.usage("[options]");
32
+ program.parse(process.argv);
33
+ const opts = program.opts();
34
+ console.log((0, _core().buildExternalHelpers)(opts.whitelist, opts.outputType));
35
+
36
+ //# sourceMappingURL=babel-external-helpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["commander","data","_interopRequireWildcard","require","_core","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","program","collect","value","previousValue","values","split","push","option","usage","parse","process","argv","opts","console","log","buildExternalHelpers","whitelist","outputType"],"sources":["../src/babel-external-helpers.ts"],"sourcesContent":["import * as commander from \"commander\";\nimport { buildExternalHelpers } from \"@babel/core\";\n\nconst program = process.env.BABEL_8_BREAKING\n ? commander.program\n : commander.default.program;\n\nfunction collect(value: unknown, previousValue: Array<string>): Array<string> {\n // If the user passed the option with no value, like \"babel-external-helpers --whitelist\", do nothing.\n if (typeof value !== \"string\") return previousValue;\n\n const values = value.split(\",\");\n\n if (previousValue) {\n previousValue.push(...values);\n return previousValue;\n }\n return values;\n}\n\nprogram.option(\n \"-l, --whitelist [whitelist]\",\n \"Whitelist of helpers to ONLY include\",\n collect,\n);\nprogram.option(\n \"-t, --output-type [type]\",\n \"Type of output (global|umd|var)\",\n \"global\",\n);\n\nprogram.usage(\"[options]\");\nprogram.parse(process.argv);\nconst opts = program.opts();\n\nconsole.log(buildExternalHelpers(opts.whitelist, opts.outputType));\n"],"mappings":";;AAAA,SAAAA,UAAA;EAAA,MAAAC,IAAA,GAAAC,uBAAA,CAAAC,OAAA;EAAAH,SAAA,YAAAA,CAAA;IAAA,OAAAC,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AACA,SAAAG,MAAA;EAAA,MAAAH,IAAA,GAAAE,OAAA;EAAAC,KAAA,YAAAA,CAAA;IAAA,OAAAH,IAAA;EAAA;EAAA,OAAAA,IAAA;AAAA;AAAmD,SAAAI,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,CAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAJ,wBAAAI,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAEnD,MAAMW,OAAO,GAETzB,SAAS,CAAD,CAAC,CAACW,OAAO,CAACc,OAAO;AAE7B,SAASC,OAAOA,CAACC,KAAc,EAAEC,aAA4B,EAAiB;EAE5E,IAAI,OAAOD,KAAK,KAAK,QAAQ,EAAE,OAAOC,aAAa;EAEnD,MAAMC,MAAM,GAAGF,KAAK,CAACG,KAAK,CAAC,GAAG,CAAC;EAE/B,IAAIF,aAAa,EAAE;IACjBA,aAAa,CAACG,IAAI,CAAC,GAAGF,MAAM,CAAC;IAC7B,OAAOD,aAAa;EACtB;EACA,OAAOC,MAAM;AACf;AAEAJ,OAAO,CAACO,MAAM,CACZ,6BAA6B,EAC7B,sCAAsC,EACtCN,OACF,CAAC;AACDD,OAAO,CAACO,MAAM,CACZ,0BAA0B,EAC1B,iCAAiC,EACjC,QACF,CAAC;AAEDP,OAAO,CAACQ,KAAK,CAAC,WAAW,CAAC;AAC1BR,OAAO,CAACS,KAAK,CAACC,OAAO,CAACC,IAAI,CAAC;AAC3B,MAAMC,IAAI,GAAGZ,OAAO,CAACY,IAAI,CAAC,CAAC;AAE3BC,OAAO,CAACC,GAAG,CAAC,IAAAC,4BAAoB,EAACH,IAAI,CAACI,SAAS,EAAEJ,IAAI,CAACK,UAAU,CAAC,CAAC","ignoreList":[]}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@babel/cli",
3
- "version": "7.18.9",
3
+ "version": "7.26.4",
4
4
  "description": "Babel command line.",
5
5
  "author": "The Babel Team (https://babel.dev/team)",
6
6
  "homepage": "https://babel.dev/docs/en/next/babel-cli",
@@ -24,25 +24,27 @@
24
24
  "compiler"
25
25
  ],
26
26
  "dependencies": {
27
- "@jridgewell/trace-mapping": "^0.3.8",
28
- "commander": "^4.0.1",
29
- "convert-source-map": "^1.1.0",
27
+ "@jridgewell/trace-mapping": "^0.3.25",
28
+ "commander": "^6.2.0",
29
+ "convert-source-map": "^2.0.0",
30
30
  "fs-readdir-recursive": "^1.1.0",
31
- "glob": "^7.0.0",
31
+ "glob": "^7.2.0",
32
32
  "make-dir": "^2.1.0",
33
33
  "slash": "^2.0.0"
34
34
  },
35
35
  "optionalDependencies": {
36
36
  "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
37
- "chokidar": "^3.4.0"
37
+ "chokidar": "^3.6.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "@babel/core": "^7.0.0-0"
41
41
  },
42
42
  "devDependencies": {
43
- "@babel/core": "^7.18.9",
44
- "@babel/helper-fixtures": "^7.18.6",
45
- "rimraf": "^3.0.0"
43
+ "@babel/core": "^7.26.0",
44
+ "@babel/helper-transform-fixture-test-runner": "^7.26.4",
45
+ "@types/fs-readdir-recursive": "^1.1.0",
46
+ "@types/glob": "^7.2.0",
47
+ "semver": "^6.3.1"
46
48
  },
47
49
  "bin": {
48
50
  "babel": "./bin/babel.js",
@@ -21,16 +21,6 @@ const urlRegex = /^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#
21
21
  * 4. Hash, including "#", optional.
22
22
  */
23
23
  const fileRegex = /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i;
24
- var UrlType;
25
- (function (UrlType) {
26
- UrlType[UrlType["Empty"] = 1] = "Empty";
27
- UrlType[UrlType["Hash"] = 2] = "Hash";
28
- UrlType[UrlType["Query"] = 3] = "Query";
29
- UrlType[UrlType["RelativePath"] = 4] = "RelativePath";
30
- UrlType[UrlType["AbsolutePath"] = 5] = "AbsolutePath";
31
- UrlType[UrlType["SchemeRelative"] = 6] = "SchemeRelative";
32
- UrlType[UrlType["Absolute"] = 7] = "Absolute";
33
- })(UrlType || (UrlType = {}));
34
24
  function isAbsoluteUrl(input) {
35
25
  return schemeRegex.test(input);
36
26
  }
@@ -64,21 +54,21 @@ function makeUrl(scheme, user, host, port, path, query, hash) {
64
54
  path,
65
55
  query,
66
56
  hash,
67
- type: UrlType.Absolute,
57
+ type: 7 /* Absolute */,
68
58
  };
69
59
  }
70
60
  function parseUrl(input) {
71
61
  if (isSchemeRelativeUrl(input)) {
72
62
  const url = parseAbsoluteUrl('http:' + input);
73
63
  url.scheme = '';
74
- url.type = UrlType.SchemeRelative;
64
+ url.type = 6 /* SchemeRelative */;
75
65
  return url;
76
66
  }
77
67
  if (isAbsolutePath(input)) {
78
68
  const url = parseAbsoluteUrl('http://foo.com' + input);
79
69
  url.scheme = '';
80
70
  url.host = '';
81
- url.type = UrlType.AbsolutePath;
71
+ url.type = 5 /* AbsolutePath */;
82
72
  return url;
83
73
  }
84
74
  if (isFileUrl(input))
@@ -90,11 +80,11 @@ function parseUrl(input) {
90
80
  url.host = '';
91
81
  url.type = input
92
82
  ? input.startsWith('?')
93
- ? UrlType.Query
83
+ ? 3 /* Query */
94
84
  : input.startsWith('#')
95
- ? UrlType.Hash
96
- : UrlType.RelativePath
97
- : UrlType.Empty;
85
+ ? 2 /* Hash */
86
+ : 4 /* RelativePath */
87
+ : 1 /* Empty */;
98
88
  return url;
99
89
  }
100
90
  function stripPathFilename(path) {
@@ -122,7 +112,7 @@ function mergePaths(url, base) {
122
112
  * "foo/.". We need to normalize to a standard representation.
123
113
  */
124
114
  function normalizePath(url, type) {
125
- const rel = type <= UrlType.RelativePath;
115
+ const rel = type <= 4 /* RelativePath */;
126
116
  const pieces = url.path.split('/');
127
117
  // We need to preserve the first piece always, so that we output a leading slash. The item at
128
118
  // pieces[0] is an empty string.
@@ -183,27 +173,27 @@ function resolve(input, base) {
183
173
  return '';
184
174
  const url = parseUrl(input);
185
175
  let inputType = url.type;
186
- if (base && inputType !== UrlType.Absolute) {
176
+ if (base && inputType !== 7 /* Absolute */) {
187
177
  const baseUrl = parseUrl(base);
188
178
  const baseType = baseUrl.type;
189
179
  switch (inputType) {
190
- case UrlType.Empty:
180
+ case 1 /* Empty */:
191
181
  url.hash = baseUrl.hash;
192
182
  // fall through
193
- case UrlType.Hash:
183
+ case 2 /* Hash */:
194
184
  url.query = baseUrl.query;
195
185
  // fall through
196
- case UrlType.Query:
197
- case UrlType.RelativePath:
186
+ case 3 /* Query */:
187
+ case 4 /* RelativePath */:
198
188
  mergePaths(url, baseUrl);
199
189
  // fall through
200
- case UrlType.AbsolutePath:
190
+ case 5 /* AbsolutePath */:
201
191
  // The host, user, and port are joined, you can't copy one without the others.
202
192
  url.user = baseUrl.user;
203
193
  url.host = baseUrl.host;
204
194
  url.port = baseUrl.port;
205
195
  // fall through
206
- case UrlType.SchemeRelative:
196
+ case 6 /* SchemeRelative */:
207
197
  // The input doesn't have a schema at least, so we need to copy at least that over.
208
198
  url.scheme = baseUrl.scheme;
209
199
  }
@@ -215,10 +205,10 @@ function resolve(input, base) {
215
205
  switch (inputType) {
216
206
  // This is impossible, because of the empty checks at the start of the function.
217
207
  // case UrlType.Empty:
218
- case UrlType.Hash:
219
- case UrlType.Query:
208
+ case 2 /* Hash */:
209
+ case 3 /* Query */:
220
210
  return queryHash;
221
- case UrlType.RelativePath: {
211
+ case 4 /* RelativePath */: {
222
212
  // The first char is always a "/", and we need it to be relative.
223
213
  const path = url.path.slice(1);
224
214
  if (!path)
@@ -231,7 +221,7 @@ function resolve(input, base) {
231
221
  }
232
222
  return path + queryHash;
233
223
  }
234
- case UrlType.AbsolutePath:
224
+ case 5 /* AbsolutePath */:
235
225
  return url.path + queryHash;
236
226
  default:
237
227
  return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash;
@@ -1 +1 @@
1
- {"version":3,"file":"resolve-uri.mjs","sources":["../src/resolve-uri.ts"],"sourcesContent":["// Matches the scheme of a URL, eg \"http://\"\nconst schemeRegex = /^[\\w+.-]+:\\/\\//;\n\n/**\n * Matches the parts of a URL:\n * 1. Scheme, including \":\", guaranteed.\n * 2. User/password, including \"@\", optional.\n * 3. Host, guaranteed.\n * 4. Port, including \":\", optional.\n * 5. Path, including \"/\", optional.\n * 6. Query, including \"?\", optional.\n * 7. Hash, including \"#\", optional.\n */\nconst urlRegex = /^([\\w+.-]+:)\\/\\/([^@/#?]*@)?([^:/#?]*)(:\\d+)?(\\/[^#?]*)?(\\?[^#]*)?(#.*)?/;\n\n/**\n * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start\n * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive).\n *\n * 1. Host, optional.\n * 2. Path, which may include \"/\", guaranteed.\n * 3. Query, including \"?\", optional.\n * 4. Hash, including \"#\", optional.\n */\nconst fileRegex = /^file:(?:\\/\\/((?![a-z]:)[^/#?]*)?)?(\\/?[^#?]*)(\\?[^#]*)?(#.*)?/i;\n\ntype Url = {\n scheme: string;\n user: string;\n host: string;\n port: string;\n path: string;\n query: string;\n hash: string;\n type: UrlType;\n};\n\nenum UrlType {\n Empty = 1,\n Hash = 2,\n Query = 3,\n RelativePath = 4,\n AbsolutePath = 5,\n SchemeRelative = 6,\n Absolute = 7,\n}\n\nfunction isAbsoluteUrl(input: string): boolean {\n return schemeRegex.test(input);\n}\n\nfunction isSchemeRelativeUrl(input: string): boolean {\n return input.startsWith('//');\n}\n\nfunction isAbsolutePath(input: string): boolean {\n return input.startsWith('/');\n}\n\nfunction isFileUrl(input: string): boolean {\n return input.startsWith('file:');\n}\n\nfunction isRelative(input: string): boolean {\n return /^[.?#]/.test(input);\n}\n\nfunction parseAbsoluteUrl(input: string): Url {\n const match = urlRegex.exec(input)!;\n return makeUrl(\n match[1],\n match[2] || '',\n match[3],\n match[4] || '',\n match[5] || '/',\n match[6] || '',\n match[7] || '',\n );\n}\n\nfunction parseFileUrl(input: string): Url {\n const match = fileRegex.exec(input)!;\n const path = match[2];\n return makeUrl(\n 'file:',\n '',\n match[1] || '',\n '',\n isAbsolutePath(path) ? path : '/' + path,\n match[3] || '',\n match[4] || '',\n );\n}\n\nfunction makeUrl(\n scheme: string,\n user: string,\n host: string,\n port: string,\n path: string,\n query: string,\n hash: string,\n): Url {\n return {\n scheme,\n user,\n host,\n port,\n path,\n query,\n hash,\n type: UrlType.Absolute,\n };\n}\n\nfunction parseUrl(input: string): Url {\n if (isSchemeRelativeUrl(input)) {\n const url = parseAbsoluteUrl('http:' + input);\n url.scheme = '';\n url.type = UrlType.SchemeRelative;\n return url;\n }\n\n if (isAbsolutePath(input)) {\n const url = parseAbsoluteUrl('http://foo.com' + input);\n url.scheme = '';\n url.host = '';\n url.type = UrlType.AbsolutePath;\n return url;\n }\n\n if (isFileUrl(input)) return parseFileUrl(input);\n\n if (isAbsoluteUrl(input)) return parseAbsoluteUrl(input);\n\n const url = parseAbsoluteUrl('http://foo.com/' + input);\n url.scheme = '';\n url.host = '';\n url.type = input\n ? input.startsWith('?')\n ? UrlType.Query\n : input.startsWith('#')\n ? UrlType.Hash\n : UrlType.RelativePath\n : UrlType.Empty;\n return url;\n}\n\nfunction stripPathFilename(path: string): string {\n // If a path ends with a parent directory \"..\", then it's a relative path with excess parent\n // paths. It's not a file, so we can't strip it.\n if (path.endsWith('/..')) return path;\n const index = path.lastIndexOf('/');\n return path.slice(0, index + 1);\n}\n\nfunction mergePaths(url: Url, base: Url) {\n normalizePath(base, base.type);\n\n // If the path is just a \"/\", then it was an empty path to begin with (remember, we're a relative\n // path).\n if (url.path === '/') {\n url.path = base.path;\n } else {\n // Resolution happens relative to the base path's directory, not the file.\n url.path = stripPathFilename(base.path) + url.path;\n }\n}\n\n/**\n * The path can have empty directories \"//\", unneeded parents \"foo/..\", or current directory\n * \"foo/.\". We need to normalize to a standard representation.\n */\nfunction normalizePath(url: Url, type: UrlType) {\n const rel = type <= UrlType.RelativePath;\n const pieces = url.path.split('/');\n\n // We need to preserve the first piece always, so that we output a leading slash. The item at\n // pieces[0] is an empty string.\n let pointer = 1;\n\n // Positive is the number of real directories we've output, used for popping a parent directory.\n // Eg, \"foo/bar/..\" will have a positive 2, and we can decrement to be left with just \"foo\".\n let positive = 0;\n\n // We need to keep a trailing slash if we encounter an empty directory (eg, splitting \"foo/\" will\n // generate `[\"foo\", \"\"]` pieces). And, if we pop a parent directory. But once we encounter a\n // real directory, we won't need to append, unless the other conditions happen again.\n let addTrailingSlash = false;\n\n for (let i = 1; i < pieces.length; i++) {\n const piece = pieces[i];\n\n // An empty directory, could be a trailing slash, or just a double \"//\" in the path.\n if (!piece) {\n addTrailingSlash = true;\n continue;\n }\n\n // If we encounter a real directory, then we don't need to append anymore.\n addTrailingSlash = false;\n\n // A current directory, which we can always drop.\n if (piece === '.') continue;\n\n // A parent directory, we need to see if there are any real directories we can pop. Else, we\n // have an excess of parents, and we'll need to keep the \"..\".\n if (piece === '..') {\n if (positive) {\n addTrailingSlash = true;\n positive--;\n pointer--;\n } else if (rel) {\n // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute\n // URL, protocol relative URL, or an absolute path, we don't need to keep excess.\n pieces[pointer++] = piece;\n }\n continue;\n }\n\n // We've encountered a real directory. Move it to the next insertion pointer, which accounts for\n // any popped or dropped directories.\n pieces[pointer++] = piece;\n positive++;\n }\n\n let path = '';\n for (let i = 1; i < pointer; i++) {\n path += '/' + pieces[i];\n }\n if (!path || (addTrailingSlash && !path.endsWith('/..'))) {\n path += '/';\n }\n url.path = path;\n}\n\n/**\n * Attempts to resolve `input` URL/path relative to `base`.\n */\nexport default function resolve(input: string, base: string | undefined): string {\n if (!input && !base) return '';\n\n const url = parseUrl(input);\n let inputType = url.type;\n\n if (base && inputType !== UrlType.Absolute) {\n const baseUrl = parseUrl(base);\n const baseType = baseUrl.type;\n\n switch (inputType) {\n case UrlType.Empty:\n url.hash = baseUrl.hash;\n // fall through\n\n case UrlType.Hash:\n url.query = baseUrl.query;\n // fall through\n\n case UrlType.Query:\n case UrlType.RelativePath:\n mergePaths(url, baseUrl);\n // fall through\n\n case UrlType.AbsolutePath:\n // The host, user, and port are joined, you can't copy one without the others.\n url.user = baseUrl.user;\n url.host = baseUrl.host;\n url.port = baseUrl.port;\n // fall through\n\n case UrlType.SchemeRelative:\n // The input doesn't have a schema at least, so we need to copy at least that over.\n url.scheme = baseUrl.scheme;\n }\n if (baseType > inputType) inputType = baseType;\n }\n\n normalizePath(url, inputType);\n\n const queryHash = url.query + url.hash;\n switch (inputType) {\n // This is impossible, because of the empty checks at the start of the function.\n // case UrlType.Empty:\n\n case UrlType.Hash:\n case UrlType.Query:\n return queryHash;\n\n case UrlType.RelativePath: {\n // The first char is always a \"/\", and we need it to be relative.\n const path = url.path.slice(1);\n\n if (!path) return queryHash || '.';\n\n if (isRelative(base || input) && !isRelative(path)) {\n // If base started with a leading \".\", or there is no base and input started with a \".\",\n // then we need to ensure that the relative path starts with a \".\". We don't know if\n // relative starts with a \"..\", though, so check before prepending.\n return './' + path + queryHash;\n }\n\n return path + queryHash;\n }\n\n case UrlType.AbsolutePath:\n return url.path + queryHash;\n\n default:\n return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash;\n }\n}\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resolve-uri.mjs","sources":["../src/resolve-uri.ts"],"sourcesContent":["// Matches the scheme of a URL, eg \"http://\"\nconst schemeRegex = /^[\\w+.-]+:\\/\\//;\n\n/**\n * Matches the parts of a URL:\n * 1. Scheme, including \":\", guaranteed.\n * 2. User/password, including \"@\", optional.\n * 3. Host, guaranteed.\n * 4. Port, including \":\", optional.\n * 5. Path, including \"/\", optional.\n * 6. Query, including \"?\", optional.\n * 7. Hash, including \"#\", optional.\n */\nconst urlRegex = /^([\\w+.-]+:)\\/\\/([^@/#?]*@)?([^:/#?]*)(:\\d+)?(\\/[^#?]*)?(\\?[^#]*)?(#.*)?/;\n\n/**\n * File URLs are weird. They dont' need the regular `//` in the scheme, they may or may not start\n * with a leading `/`, they can have a domain (but only if they don't start with a Windows drive).\n *\n * 1. Host, optional.\n * 2. Path, which may include \"/\", guaranteed.\n * 3. Query, including \"?\", optional.\n * 4. Hash, including \"#\", optional.\n */\nconst fileRegex = /^file:(?:\\/\\/((?![a-z]:)[^/#?]*)?)?(\\/?[^#?]*)(\\?[^#]*)?(#.*)?/i;\n\ntype Url = {\n scheme: string;\n user: string;\n host: string;\n port: string;\n path: string;\n query: string;\n hash: string;\n type: UrlType;\n};\n\nconst enum UrlType {\n Empty = 1,\n Hash = 2,\n Query = 3,\n RelativePath = 4,\n AbsolutePath = 5,\n SchemeRelative = 6,\n Absolute = 7,\n}\n\nfunction isAbsoluteUrl(input: string): boolean {\n return schemeRegex.test(input);\n}\n\nfunction isSchemeRelativeUrl(input: string): boolean {\n return input.startsWith('//');\n}\n\nfunction isAbsolutePath(input: string): boolean {\n return input.startsWith('/');\n}\n\nfunction isFileUrl(input: string): boolean {\n return input.startsWith('file:');\n}\n\nfunction isRelative(input: string): boolean {\n return /^[.?#]/.test(input);\n}\n\nfunction parseAbsoluteUrl(input: string): Url {\n const match = urlRegex.exec(input)!;\n return makeUrl(\n match[1],\n match[2] || '',\n match[3],\n match[4] || '',\n match[5] || '/',\n match[6] || '',\n match[7] || '',\n );\n}\n\nfunction parseFileUrl(input: string): Url {\n const match = fileRegex.exec(input)!;\n const path = match[2];\n return makeUrl(\n 'file:',\n '',\n match[1] || '',\n '',\n isAbsolutePath(path) ? path : '/' + path,\n match[3] || '',\n match[4] || '',\n );\n}\n\nfunction makeUrl(\n scheme: string,\n user: string,\n host: string,\n port: string,\n path: string,\n query: string,\n hash: string,\n): Url {\n return {\n scheme,\n user,\n host,\n port,\n path,\n query,\n hash,\n type: UrlType.Absolute,\n };\n}\n\nfunction parseUrl(input: string): Url {\n if (isSchemeRelativeUrl(input)) {\n const url = parseAbsoluteUrl('http:' + input);\n url.scheme = '';\n url.type = UrlType.SchemeRelative;\n return url;\n }\n\n if (isAbsolutePath(input)) {\n const url = parseAbsoluteUrl('http://foo.com' + input);\n url.scheme = '';\n url.host = '';\n url.type = UrlType.AbsolutePath;\n return url;\n }\n\n if (isFileUrl(input)) return parseFileUrl(input);\n\n if (isAbsoluteUrl(input)) return parseAbsoluteUrl(input);\n\n const url = parseAbsoluteUrl('http://foo.com/' + input);\n url.scheme = '';\n url.host = '';\n url.type = input\n ? input.startsWith('?')\n ? UrlType.Query\n : input.startsWith('#')\n ? UrlType.Hash\n : UrlType.RelativePath\n : UrlType.Empty;\n return url;\n}\n\nfunction stripPathFilename(path: string): string {\n // If a path ends with a parent directory \"..\", then it's a relative path with excess parent\n // paths. It's not a file, so we can't strip it.\n if (path.endsWith('/..')) return path;\n const index = path.lastIndexOf('/');\n return path.slice(0, index + 1);\n}\n\nfunction mergePaths(url: Url, base: Url) {\n normalizePath(base, base.type);\n\n // If the path is just a \"/\", then it was an empty path to begin with (remember, we're a relative\n // path).\n if (url.path === '/') {\n url.path = base.path;\n } else {\n // Resolution happens relative to the base path's directory, not the file.\n url.path = stripPathFilename(base.path) + url.path;\n }\n}\n\n/**\n * The path can have empty directories \"//\", unneeded parents \"foo/..\", or current directory\n * \"foo/.\". We need to normalize to a standard representation.\n */\nfunction normalizePath(url: Url, type: UrlType) {\n const rel = type <= UrlType.RelativePath;\n const pieces = url.path.split('/');\n\n // We need to preserve the first piece always, so that we output a leading slash. The item at\n // pieces[0] is an empty string.\n let pointer = 1;\n\n // Positive is the number of real directories we've output, used for popping a parent directory.\n // Eg, \"foo/bar/..\" will have a positive 2, and we can decrement to be left with just \"foo\".\n let positive = 0;\n\n // We need to keep a trailing slash if we encounter an empty directory (eg, splitting \"foo/\" will\n // generate `[\"foo\", \"\"]` pieces). And, if we pop a parent directory. But once we encounter a\n // real directory, we won't need to append, unless the other conditions happen again.\n let addTrailingSlash = false;\n\n for (let i = 1; i < pieces.length; i++) {\n const piece = pieces[i];\n\n // An empty directory, could be a trailing slash, or just a double \"//\" in the path.\n if (!piece) {\n addTrailingSlash = true;\n continue;\n }\n\n // If we encounter a real directory, then we don't need to append anymore.\n addTrailingSlash = false;\n\n // A current directory, which we can always drop.\n if (piece === '.') continue;\n\n // A parent directory, we need to see if there are any real directories we can pop. Else, we\n // have an excess of parents, and we'll need to keep the \"..\".\n if (piece === '..') {\n if (positive) {\n addTrailingSlash = true;\n positive--;\n pointer--;\n } else if (rel) {\n // If we're in a relativePath, then we need to keep the excess parents. Else, in an absolute\n // URL, protocol relative URL, or an absolute path, we don't need to keep excess.\n pieces[pointer++] = piece;\n }\n continue;\n }\n\n // We've encountered a real directory. Move it to the next insertion pointer, which accounts for\n // any popped or dropped directories.\n pieces[pointer++] = piece;\n positive++;\n }\n\n let path = '';\n for (let i = 1; i < pointer; i++) {\n path += '/' + pieces[i];\n }\n if (!path || (addTrailingSlash && !path.endsWith('/..'))) {\n path += '/';\n }\n url.path = path;\n}\n\n/**\n * Attempts to resolve `input` URL/path relative to `base`.\n */\nexport default function resolve(input: string, base: string | undefined): string {\n if (!input && !base) return '';\n\n const url = parseUrl(input);\n let inputType = url.type;\n\n if (base && inputType !== UrlType.Absolute) {\n const baseUrl = parseUrl(base);\n const baseType = baseUrl.type;\n\n switch (inputType) {\n case UrlType.Empty:\n url.hash = baseUrl.hash;\n // fall through\n\n case UrlType.Hash:\n url.query = baseUrl.query;\n // fall through\n\n case UrlType.Query:\n case UrlType.RelativePath:\n mergePaths(url, baseUrl);\n // fall through\n\n case UrlType.AbsolutePath:\n // The host, user, and port are joined, you can't copy one without the others.\n url.user = baseUrl.user;\n url.host = baseUrl.host;\n url.port = baseUrl.port;\n // fall through\n\n case UrlType.SchemeRelative:\n // The input doesn't have a schema at least, so we need to copy at least that over.\n url.scheme = baseUrl.scheme;\n }\n if (baseType > inputType) inputType = baseType;\n }\n\n normalizePath(url, inputType);\n\n const queryHash = url.query + url.hash;\n switch (inputType) {\n // This is impossible, because of the empty checks at the start of the function.\n // case UrlType.Empty:\n\n case UrlType.Hash:\n case UrlType.Query:\n return queryHash;\n\n case UrlType.RelativePath: {\n // The first char is always a \"/\", and we need it to be relative.\n const path = url.path.slice(1);\n\n if (!path) return queryHash || '.';\n\n if (isRelative(base || input) && !isRelative(path)) {\n // If base started with a leading \".\", or there is no base and input started with a \".\",\n // then we need to ensure that the relative path starts with a \".\". We don't know if\n // relative starts with a \"..\", though, so check before prepending.\n return './' + path + queryHash;\n }\n\n return path + queryHash;\n }\n\n case UrlType.AbsolutePath:\n return url.path + queryHash;\n\n default:\n return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash;\n }\n}\n"],"names":[],"mappings":"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"}
@@ -27,16 +27,6 @@
27
27
  * 4. Hash, including "#", optional.
28
28
  */
29
29
  const fileRegex = /^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i;
30
- var UrlType;
31
- (function (UrlType) {
32
- UrlType[UrlType["Empty"] = 1] = "Empty";
33
- UrlType[UrlType["Hash"] = 2] = "Hash";
34
- UrlType[UrlType["Query"] = 3] = "Query";
35
- UrlType[UrlType["RelativePath"] = 4] = "RelativePath";
36
- UrlType[UrlType["AbsolutePath"] = 5] = "AbsolutePath";
37
- UrlType[UrlType["SchemeRelative"] = 6] = "SchemeRelative";
38
- UrlType[UrlType["Absolute"] = 7] = "Absolute";
39
- })(UrlType || (UrlType = {}));
40
30
  function isAbsoluteUrl(input) {
41
31
  return schemeRegex.test(input);
42
32
  }
@@ -70,21 +60,21 @@
70
60
  path,
71
61
  query,
72
62
  hash,
73
- type: UrlType.Absolute,
63
+ type: 7 /* Absolute */,
74
64
  };
75
65
  }
76
66
  function parseUrl(input) {
77
67
  if (isSchemeRelativeUrl(input)) {
78
68
  const url = parseAbsoluteUrl('http:' + input);
79
69
  url.scheme = '';
80
- url.type = UrlType.SchemeRelative;
70
+ url.type = 6 /* SchemeRelative */;
81
71
  return url;
82
72
  }
83
73
  if (isAbsolutePath(input)) {
84
74
  const url = parseAbsoluteUrl('http://foo.com' + input);
85
75
  url.scheme = '';
86
76
  url.host = '';
87
- url.type = UrlType.AbsolutePath;
77
+ url.type = 5 /* AbsolutePath */;
88
78
  return url;
89
79
  }
90
80
  if (isFileUrl(input))
@@ -96,11 +86,11 @@
96
86
  url.host = '';
97
87
  url.type = input
98
88
  ? input.startsWith('?')
99
- ? UrlType.Query
89
+ ? 3 /* Query */
100
90
  : input.startsWith('#')
101
- ? UrlType.Hash
102
- : UrlType.RelativePath
103
- : UrlType.Empty;
91
+ ? 2 /* Hash */
92
+ : 4 /* RelativePath */
93
+ : 1 /* Empty */;
104
94
  return url;
105
95
  }
106
96
  function stripPathFilename(path) {
@@ -128,7 +118,7 @@
128
118
  * "foo/.". We need to normalize to a standard representation.
129
119
  */
130
120
  function normalizePath(url, type) {
131
- const rel = type <= UrlType.RelativePath;
121
+ const rel = type <= 4 /* RelativePath */;
132
122
  const pieces = url.path.split('/');
133
123
  // We need to preserve the first piece always, so that we output a leading slash. The item at
134
124
  // pieces[0] is an empty string.
@@ -189,27 +179,27 @@
189
179
  return '';
190
180
  const url = parseUrl(input);
191
181
  let inputType = url.type;
192
- if (base && inputType !== UrlType.Absolute) {
182
+ if (base && inputType !== 7 /* Absolute */) {
193
183
  const baseUrl = parseUrl(base);
194
184
  const baseType = baseUrl.type;
195
185
  switch (inputType) {
196
- case UrlType.Empty:
186
+ case 1 /* Empty */:
197
187
  url.hash = baseUrl.hash;
198
188
  // fall through
199
- case UrlType.Hash:
189
+ case 2 /* Hash */:
200
190
  url.query = baseUrl.query;
201
191
  // fall through
202
- case UrlType.Query:
203
- case UrlType.RelativePath:
192
+ case 3 /* Query */:
193
+ case 4 /* RelativePath */:
204
194
  mergePaths(url, baseUrl);
205
195
  // fall through
206
- case UrlType.AbsolutePath:
196
+ case 5 /* AbsolutePath */:
207
197
  // The host, user, and port are joined, you can't copy one without the others.
208
198
  url.user = baseUrl.user;
209
199
  url.host = baseUrl.host;
210
200
  url.port = baseUrl.port;
211
201
  // fall through
212
- case UrlType.SchemeRelative:
202
+ case 6 /* SchemeRelative */:
213
203
  // The input doesn't have a schema at least, so we need to copy at least that over.
214
204
  url.scheme = baseUrl.scheme;
215
205
  }
@@ -221,10 +211,10 @@
221
211
  switch (inputType) {
222
212
  // This is impossible, because of the empty checks at the start of the function.
223
213
  // case UrlType.Empty:
224
- case UrlType.Hash:
225
- case UrlType.Query:
214
+ case 2 /* Hash */:
215
+ case 3 /* Query */:
226
216
  return queryHash;
227
- case UrlType.RelativePath: {
217
+ case 4 /* RelativePath */: {
228
218
  // The first char is always a "/", and we need it to be relative.
229
219
  const path = url.path.slice(1);
230
220
  if (!path)
@@ -237,7 +227,7 @@
237
227
  }
238
228
  return path + queryHash;
239
229
  }
240
- case UrlType.AbsolutePath:
230
+ case 5 /* AbsolutePath */:
241
231
  return url.path + queryHash;
242
232
  default:
243
233
  return url.scheme + '//' + url.user + url.host + url.port + url.path + queryHash;