@visulima/cerebro 3.0.0-alpha.3 → 3.0.0-alpha.31

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 (96) hide show
  1. package/CHANGELOG.md +471 -0
  2. package/LICENSE.md +605 -4095
  3. package/README.md +152 -2
  4. package/dist/commands/completion-command.d.ts +6 -5
  5. package/dist/commands/completion-command.js +5 -5
  6. package/dist/commands/help-command.d.ts +10 -9
  7. package/dist/commands/help-command.js +1 -1
  8. package/dist/commands/readme-command.d.ts +6 -5
  9. package/dist/commands/readme-command.js +21 -21
  10. package/dist/commands/version-command.d.ts +4 -3
  11. package/dist/commands/version-command.js +1 -1
  12. package/dist/index.d.ts +501 -95
  13. package/dist/index.js +1 -1
  14. package/dist/logger/create-pail-logger.d.ts +745 -8
  15. package/dist/logger/create-pail-logger.js +1 -1
  16. package/dist/packem_chunks/has-new-version.js +1 -1
  17. package/dist/packem_shared/Cerebro-ChUYLbTK.js +4 -0
  18. package/dist/packem_shared/VisulimaError-CVxSPzeQ.js +76 -0
  19. package/dist/packem_shared/cerebro-error-etNTKvnJ.js +1 -0
  20. package/dist/packem_shared/constants-CImsldtV-Ces7vzH9.js +1 -0
  21. package/dist/packem_shared/index-B5zrpT20.js +6 -0
  22. package/dist/packem_shared/index.d-Br8HpP0A.d.ts +93 -0
  23. package/dist/packem_shared/isVisulimaError-jVZgumOU-C67qeq6-.js +1 -0
  24. package/dist/packem_shared/lazyNamed-DMUm8mZe.js +1 -0
  25. package/dist/packem_shared/plugin-manager.d-BSQtHbWS.d.ts +620 -0
  26. package/dist/packem_shared/renderError-DJiY-69l-s_7rEsoy.js +25 -0
  27. package/dist/packem_shared/runtime-process-hJz7FqPN.js +1 -0
  28. package/dist/plugins/error-handler-plugin.d.ts +21 -19
  29. package/dist/plugins/error-handler-plugin.js +1 -1
  30. package/dist/plugins/runtime-version-check-plugin.d.ts +22 -20
  31. package/dist/plugins/runtime-version-check-plugin.js +1 -1
  32. package/dist/plugins/update-notifier/update-notifier-plugin.d.ts +21 -8
  33. package/dist/plugins/update-notifier/update-notifier-plugin.js +1 -1
  34. package/dist/util/general/compile-cache.d.ts +41 -0
  35. package/dist/util/general/compile-cache.js +1 -0
  36. package/dist/util/general/heap-tuning.d.ts +18 -0
  37. package/dist/util/general/heap-tuning.js +1 -0
  38. package/package.json +32 -26
  39. package/dist/cli.d.ts +0 -203
  40. package/dist/constants.d.ts +0 -29
  41. package/dist/default-env.d.ts +0 -7
  42. package/dist/default-options.d.ts +0 -3
  43. package/dist/empty-toolbox.d.ts +0 -15
  44. package/dist/errors/cerebro-error.d.ts +0 -10
  45. package/dist/errors/command-not-found-error.d.ts +0 -9
  46. package/dist/errors/command-validation-error.d.ts +0 -10
  47. package/dist/errors/completion-error.d.ts +0 -9
  48. package/dist/errors/conflicting-options-error.d.ts +0 -10
  49. package/dist/errors/plugin-error.d.ts +0 -9
  50. package/dist/errors/update-notifier-error.d.ts +0 -7
  51. package/dist/packem_shared/Cerebro-aPZjbfzf.js +0 -4
  52. package/dist/packem_shared/VisulimaError-BJideSBf.js +0 -76
  53. package/dist/packem_shared/cerebro-error-BnJTixb2.js +0 -1
  54. package/dist/packem_shared/help-command-CIRIXN03.js +0 -1
  55. package/dist/packem_shared/index-DQ3pvLQH.js +0 -6
  56. package/dist/packem_shared/isVisulimaError-jVZgumOU-C4fgdbWg.js +0 -1
  57. package/dist/packem_shared/renderError-ZMlMvw1N-eVUSdl6c.js +0 -24
  58. package/dist/packem_shared/runtime-process-G-n-wOub.js +0 -1
  59. package/dist/plugin-manager.d.ts +0 -53
  60. package/dist/plugins/update-notifier/cache.d.ts +0 -11
  61. package/dist/plugins/update-notifier/get-distribution-version.d.ts +0 -2
  62. package/dist/plugins/update-notifier/has-new-version.d.ts +0 -14
  63. package/dist/types/cli.d.ts +0 -102
  64. package/dist/types/command-line-usage.d.ts +0 -37
  65. package/dist/types/command.d.ts +0 -136
  66. package/dist/types/option-types.d.ts +0 -83
  67. package/dist/types/options.d.ts +0 -4
  68. package/dist/types/plugin.d.ts +0 -53
  69. package/dist/types/toolbox.d.ts +0 -96
  70. package/dist/util/arg-processing/get-boolean-values.d.ts +0 -7
  71. package/dist/util/arg-processing/get-parameter-option.d.ts +0 -7
  72. package/dist/util/arg-processing/map-option-type-label.d.ts +0 -3
  73. package/dist/util/arg-processing/option-is-boolean.d.ts +0 -9
  74. package/dist/util/arg-processing/remove-boolean-values.d.ts +0 -9
  75. package/dist/util/command-line-commands.d.ts +0 -10
  76. package/dist/util/command-line-usage/get-terminal-width.d.ts +0 -7
  77. package/dist/util/command-line-usage/index.d.ts +0 -3
  78. package/dist/util/command-line-usage/section/base-section.d.ts +0 -8
  79. package/dist/util/command-line-usage/section/content-section.d.ts +0 -65
  80. package/dist/util/command-line-usage/section/option-list-section.d.ts +0 -44
  81. package/dist/util/command-processing/command-processor.d.ts +0 -37
  82. package/dist/util/command-processing/command-validation.d.ts +0 -17
  83. package/dist/util/command-processing/nested-command-parser.d.ts +0 -25
  84. package/dist/util/command-processing/option-processor.d.ts +0 -44
  85. package/dist/util/data-processing/list-missing-arguments.d.ts +0 -15
  86. package/dist/util/data-processing/merge-arguments.d.ts +0 -7
  87. package/dist/util/general/find-alternatives.d.ts +0 -8
  88. package/dist/util/general/hide-bin.d.ts +0 -2
  89. package/dist/util/general/parse-raw-command.d.ts +0 -7
  90. package/dist/util/general/register-exception-handler.d.ts +0 -9
  91. package/dist/util/general/runtime-process.d.ts +0 -65
  92. package/dist/util/general/semver-gt.d.ts +0 -2
  93. package/dist/util/general/validate-input.d.ts +0 -24
  94. package/dist/util/process-env-variables.d.ts +0 -9
  95. package/dist/util/security.d.ts +0 -58
  96. package/dist/util/text-processing/template-format.d.ts +0 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.