obsidian-dev-utils 19.1.2-beta.2 → 19.1.2-beta.3

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 (275) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/lib/cjs/Debug.d.cts +1 -1
  3. package/dist/lib/cjs/Library.cjs +1 -1
  4. package/dist/lib/cjs/ScriptUtils/CliUtils.d.cts +1 -1
  5. package/dist/lib/cjs/ScriptUtils/ESLint/index.d.cts +2 -2
  6. package/dist/lib/cjs/ScriptUtils/Fs.d.cts +1 -1
  7. package/dist/lib/cjs/ScriptUtils/JSON.d.cts +1 -1
  8. package/dist/lib/cjs/ScriptUtils/Npm.d.cts +1 -1
  9. package/dist/lib/cjs/ScriptUtils/Root.d.cts +1 -1
  10. package/dist/lib/cjs/ScriptUtils/esbuild/ObsidianPluginBuilder.d.cts +1 -1
  11. package/dist/lib/cjs/ScriptUtils/esbuild/index.d.cts +9 -9
  12. package/dist/lib/cjs/ScriptUtils/index.d.cts +17 -17
  13. package/dist/lib/cjs/String.d.cts +1 -1
  14. package/dist/lib/cjs/Transformers/DateTransformer.d.cts +1 -1
  15. package/dist/lib/cjs/Transformers/DurationTransformer.d.cts +1 -1
  16. package/dist/lib/cjs/Transformers/GroupTransformer.d.cts +1 -1
  17. package/dist/lib/cjs/Transformers/SkipPrivatePropertyTransformer.d.cts +1 -1
  18. package/dist/lib/cjs/Transformers/TypedTransformer.d.cts +1 -1
  19. package/dist/lib/cjs/Transformers/index.d.cts +6 -6
  20. package/dist/lib/cjs/ValueProvider.d.cts +1 -1
  21. package/dist/lib/cjs/codemirror/index.d.cts +1 -1
  22. package/dist/lib/cjs/index.d.cts +20 -20
  23. package/dist/lib/cjs/obsidian/@types/Dataview/api/data-array.d.cts +1 -1
  24. package/dist/lib/cjs/obsidian/@types/Dataview/api/extensions.d.cts +1 -1
  25. package/dist/lib/cjs/obsidian/@types/Dataview/api/inline-api.d.cts +9 -9
  26. package/dist/lib/cjs/obsidian/@types/Dataview/api/plugin-api.d.cts +10 -10
  27. package/dist/lib/cjs/obsidian/@types/Dataview/data-import/csv.d.cts +1 -1
  28. package/dist/lib/cjs/obsidian/@types/Dataview/data-import/inline-field.d.cts +1 -1
  29. package/dist/lib/cjs/obsidian/@types/Dataview/data-import/markdown-file.d.cts +3 -3
  30. package/dist/lib/cjs/obsidian/@types/Dataview/data-import/persister.d.cts +1 -1
  31. package/dist/lib/cjs/obsidian/@types/Dataview/data-import/web-worker/import-impl.d.cts +1 -1
  32. package/dist/lib/cjs/obsidian/@types/Dataview/data-index/index.d.cts +5 -5
  33. package/dist/lib/cjs/obsidian/@types/Dataview/data-index/resolver.d.cts +4 -4
  34. package/dist/lib/cjs/obsidian/@types/Dataview/data-model/markdown.d.cts +4 -4
  35. package/dist/lib/cjs/obsidian/@types/Dataview/data-model/serialized/markdown.d.cts +1 -1
  36. package/dist/lib/cjs/obsidian/@types/Dataview/data-model/value.d.cts +1 -1
  37. package/dist/lib/cjs/obsidian/@types/Dataview/expression/binaryop.d.cts +4 -4
  38. package/dist/lib/cjs/obsidian/@types/Dataview/expression/context.d.cts +6 -6
  39. package/dist/lib/cjs/obsidian/@types/Dataview/expression/field.d.cts +1 -1
  40. package/dist/lib/cjs/obsidian/@types/Dataview/expression/functions.d.cts +3 -3
  41. package/dist/lib/cjs/obsidian/@types/Dataview/expression/parse.d.cts +4 -4
  42. package/dist/lib/cjs/obsidian/@types/Dataview/index.d.cts +11 -11
  43. package/dist/lib/cjs/obsidian/@types/Dataview/main.d.cts +4 -4
  44. package/dist/lib/cjs/obsidian/@types/Dataview/query/engine.d.cts +9 -9
  45. package/dist/lib/cjs/obsidian/@types/Dataview/query/parse.d.cts +3 -3
  46. package/dist/lib/cjs/obsidian/@types/Dataview/query/query.d.cts +2 -2
  47. package/dist/lib/cjs/obsidian/@types/Dataview/typings/obsidian-ex.d.cts +1 -1
  48. package/dist/lib/cjs/obsidian/@types/Dataview/ui/export/markdown.d.cts +3 -3
  49. package/dist/lib/cjs/obsidian/@types/Dataview/ui/lp-render.d.cts +3 -3
  50. package/dist/lib/cjs/obsidian/@types/Dataview/ui/markdown.d.cts +3 -3
  51. package/dist/lib/cjs/obsidian/@types/Dataview/ui/refreshable-view.d.cts +2 -2
  52. package/dist/lib/cjs/obsidian/@types/Dataview/ui/render.d.cts +2 -2
  53. package/dist/lib/cjs/obsidian/@types/Dataview/ui/views/calendar-view.d.cts +4 -4
  54. package/dist/lib/cjs/obsidian/@types/Dataview/ui/views/inline-field-live-preview.d.cts +2 -2
  55. package/dist/lib/cjs/obsidian/@types/Dataview/ui/views/inline-view.d.cts +4 -4
  56. package/dist/lib/cjs/obsidian/@types/Dataview/ui/views/js-view.d.cts +2 -2
  57. package/dist/lib/cjs/obsidian/@types/Dataview/ui/views/list-view.d.cts +3 -3
  58. package/dist/lib/cjs/obsidian/@types/Dataview/ui/views/table-view.d.cts +3 -3
  59. package/dist/lib/cjs/obsidian/@types/Dataview/ui/views/task-view.d.cts +4 -4
  60. package/dist/lib/cjs/obsidian/@types/Dataview/util/media.d.cts +1 -1
  61. package/dist/lib/cjs/obsidian/@types/Dataview/util/normalize.d.cts +2 -2
  62. package/dist/lib/cjs/obsidian/AttachmentPath.d.cts +1 -1
  63. package/dist/lib/cjs/obsidian/Backlink.d.cts +2 -2
  64. package/dist/lib/cjs/obsidian/Callout.d.cts +2 -2
  65. package/dist/lib/cjs/obsidian/Components/DateComponent.d.cts +1 -1
  66. package/dist/lib/cjs/obsidian/Components/DateTimeComponent.d.cts +1 -1
  67. package/dist/lib/cjs/obsidian/Components/EmailComponent.d.cts +1 -1
  68. package/dist/lib/cjs/obsidian/Components/FileComponent.d.cts +1 -1
  69. package/dist/lib/cjs/obsidian/Components/MonthComponent.d.cts +1 -1
  70. package/dist/lib/cjs/obsidian/Components/MultipleDropdownComponent.d.cts +4 -4
  71. package/dist/lib/cjs/obsidian/Components/MultipleEmailComponent.d.cts +1 -1
  72. package/dist/lib/cjs/obsidian/Components/MultipleFileComponent.d.cts +1 -1
  73. package/dist/lib/cjs/obsidian/Components/MultipleTextComponent.d.cts +4 -4
  74. package/dist/lib/cjs/obsidian/Components/NumberComponent.d.cts +1 -1
  75. package/dist/lib/cjs/obsidian/Components/TimeComponent.d.cts +1 -1
  76. package/dist/lib/cjs/obsidian/Components/TypedRangeTextComponent.d.cts +1 -1
  77. package/dist/lib/cjs/obsidian/Components/TypedTextComponent.d.cts +5 -5
  78. package/dist/lib/cjs/obsidian/Components/UrlComponent.d.cts +1 -1
  79. package/dist/lib/cjs/obsidian/Components/ValidatorComponent.d.cts +1 -1
  80. package/dist/lib/cjs/obsidian/Components/ValueComponentWithChangeTracking.d.cts +1 -1
  81. package/dist/lib/cjs/obsidian/Components/WeekComponent.d.cts +1 -1
  82. package/dist/lib/cjs/obsidian/Components/index.d.cts +17 -17
  83. package/dist/lib/cjs/obsidian/Dataview.d.cts +6 -6
  84. package/dist/lib/cjs/obsidian/DataviewLink.d.cts +2 -2
  85. package/dist/lib/cjs/obsidian/FileChange.d.cts +3 -3
  86. package/dist/lib/cjs/obsidian/FileManager.d.cts +4 -4
  87. package/dist/lib/cjs/obsidian/Link.d.cts +3 -3
  88. package/dist/lib/cjs/obsidian/Logger.d.cts +1 -1
  89. package/dist/lib/cjs/obsidian/Loop.d.cts +1 -1
  90. package/dist/lib/cjs/obsidian/MarkdownCodeBlockProcessor.d.cts +1 -1
  91. package/dist/lib/cjs/obsidian/MetadataCache.d.cts +3 -3
  92. package/dist/lib/cjs/obsidian/Modals/ModalBase.d.cts +1 -1
  93. package/dist/lib/cjs/obsidian/Modals/Prompt.d.cts +1 -1
  94. package/dist/lib/cjs/obsidian/Modals/index.d.cts +5 -5
  95. package/dist/lib/cjs/obsidian/Plugin/EmptySettings.d.cts +1 -1
  96. package/dist/lib/cjs/obsidian/Plugin/PluginBase.d.cts +3 -3
  97. package/dist/lib/cjs/obsidian/Plugin/PluginSettingsBase.d.cts +1 -1
  98. package/dist/lib/cjs/obsidian/Plugin/PluginSettingsTabBase.d.cts +5 -5
  99. package/dist/lib/cjs/obsidian/Plugin/index.d.cts +8 -8
  100. package/dist/lib/cjs/obsidian/Queue.d.cts +1 -1
  101. package/dist/lib/cjs/obsidian/Reference.d.cts +1 -1
  102. package/dist/lib/cjs/obsidian/SettingEx.d.cts +13 -13
  103. package/dist/lib/cjs/obsidian/Vault.d.cts +3 -3
  104. package/dist/lib/cjs/obsidian/VaultEx.d.cts +1 -1
  105. package/dist/lib/cjs/obsidian/index.d.cts +29 -29
  106. package/dist/lib/esm/@types/debug.d.mts +16 -1
  107. package/dist/lib/esm/Async.d.mts +153 -1
  108. package/dist/lib/esm/Blob.d.mts +40 -1
  109. package/dist/lib/esm/CssClass.d.mts +97 -1
  110. package/dist/lib/esm/Debug.d.mts +41 -1
  111. package/dist/lib/esm/DebugController.d.mts +85 -1
  112. package/dist/lib/esm/Enum.d.mts +20 -1
  113. package/dist/lib/esm/Error.d.mts +45 -1
  114. package/dist/lib/esm/Function.d.mts +28 -1
  115. package/dist/lib/esm/HTMLElement.d.mts +49 -1
  116. package/dist/lib/esm/Library.d.mts +16 -1
  117. package/dist/lib/esm/Library.mjs +1 -1
  118. package/dist/lib/esm/Object.d.mts +211 -1
  119. package/dist/lib/esm/Path.d.mts +133 -1
  120. package/dist/lib/esm/RegExp.d.mts +18 -1
  121. package/dist/lib/esm/ScriptUtils/CliUtils.d.mts +70 -1
  122. package/dist/lib/esm/ScriptUtils/CodeGenerator.d.mts +12 -1
  123. package/dist/lib/esm/ScriptUtils/ESLint/@types/@guardian__eslint-plugin-tsdoc-required.d.mts +13 -1
  124. package/dist/lib/esm/ScriptUtils/ESLint/@types/eslint-plugin-modules-newlines.d.mts +13 -1
  125. package/dist/lib/esm/ScriptUtils/ESLint/@types/eslint-plugin-verify-tsdoc.d.mts +13 -1
  126. package/dist/lib/esm/ScriptUtils/ESLint/ESLint.d.mts +13 -1
  127. package/dist/lib/esm/ScriptUtils/ESLint/eslint.config.d.mts +16 -1
  128. package/dist/lib/esm/ScriptUtils/ESLint/index.d.mts +2 -1
  129. package/dist/lib/esm/ScriptUtils/Exec.d.mts +83 -1
  130. package/dist/lib/esm/ScriptUtils/Fs.d.mts +72 -1
  131. package/dist/lib/esm/ScriptUtils/JSON.d.mts +64 -1
  132. package/dist/lib/esm/ScriptUtils/NodeModules.d.mts +14 -1
  133. package/dist/lib/esm/ScriptUtils/Npm.d.mts +151 -1
  134. package/dist/lib/esm/ScriptUtils/NpmPublish.d.mts +9 -1
  135. package/dist/lib/esm/ScriptUtils/ObsidianDevUtilsRepoPaths.d.mts +106 -1
  136. package/dist/lib/esm/ScriptUtils/Root.d.mts +67 -1
  137. package/dist/lib/esm/ScriptUtils/build.d.mts +41 -1
  138. package/dist/lib/esm/ScriptUtils/cli.d.mts +14 -1
  139. package/dist/lib/esm/ScriptUtils/esbuild/Dependency.d.mts +18 -1
  140. package/dist/lib/esm/ScriptUtils/esbuild/ObsidianPluginBuilder.d.mts +53 -1
  141. package/dist/lib/esm/ScriptUtils/esbuild/changeExtensionPlugin.d.mts +12 -1
  142. package/dist/lib/esm/ScriptUtils/esbuild/copyToObsidianPluginsFolderPlugin.d.mts +18 -1
  143. package/dist/lib/esm/ScriptUtils/esbuild/fixEsmPlugin.d.mts +11 -1
  144. package/dist/lib/esm/ScriptUtils/esbuild/fixSourceMapsPlugin.d.mts +17 -1
  145. package/dist/lib/esm/ScriptUtils/esbuild/index.d.mts +9 -1
  146. package/dist/lib/esm/ScriptUtils/esbuild/preprocessPlugin.d.mts +23 -1
  147. package/dist/lib/esm/ScriptUtils/esbuild/renameCssPlugin.d.mts +8 -1
  148. package/dist/lib/esm/ScriptUtils/esbuild/svelteWrapperPlugin.d.mts +8 -1
  149. package/dist/lib/esm/ScriptUtils/format.d.mts +10 -1
  150. package/dist/lib/esm/ScriptUtils/index.d.mts +17 -1
  151. package/dist/lib/esm/ScriptUtils/spellcheck.d.mts +14 -1
  152. package/dist/lib/esm/ScriptUtils/version.d.mts +171 -1
  153. package/dist/lib/esm/String.d.mts +138 -1
  154. package/dist/lib/esm/Transformers/DateTransformer.d.mts +35 -1
  155. package/dist/lib/esm/Transformers/DurationTransformer.d.mts +34 -1
  156. package/dist/lib/esm/Transformers/GroupTransformer.d.mts +65 -1
  157. package/dist/lib/esm/Transformers/SkipPrivatePropertyTransformer.d.mts +32 -1
  158. package/dist/lib/esm/Transformers/Transformer.d.mts +67 -1
  159. package/dist/lib/esm/Transformers/TypedTransformer.d.mts +37 -1
  160. package/dist/lib/esm/Transformers/index.d.mts +6 -1
  161. package/dist/lib/esm/ValueProvider.d.mts +22 -1
  162. package/dist/lib/esm/codemirror/StateFieldSpec.d.mts +68 -1
  163. package/dist/lib/esm/codemirror/index.d.mts +1 -1
  164. package/dist/lib/esm/index.d.mts +20 -1
  165. package/dist/lib/esm/obsidian/@types/Dataview/api/data-array.d.mts +136 -1
  166. package/dist/lib/esm/obsidian/@types/Dataview/api/extensions.d.mts +15 -1
  167. package/dist/lib/esm/obsidian/@types/Dataview/api/inline-api.d.mts +186 -1
  168. package/dist/lib/esm/obsidian/@types/Dataview/api/plugin-api.d.mts +209 -1
  169. package/dist/lib/esm/obsidian/@types/Dataview/api/result.d.mts +38 -1
  170. package/dist/lib/esm/obsidian/@types/Dataview/data-import/common.d.mts +3 -1
  171. package/dist/lib/esm/obsidian/@types/Dataview/data-import/csv.d.mts +3 -1
  172. package/dist/lib/esm/obsidian/@types/Dataview/data-import/inline-field.d.mts +42 -1
  173. package/dist/lib/esm/obsidian/@types/Dataview/data-import/markdown-file.d.mts +52 -1
  174. package/dist/lib/esm/obsidian/@types/Dataview/data-import/persister.d.mts +32 -1
  175. package/dist/lib/esm/obsidian/@types/Dataview/data-import/web-worker/import-entry.d.mts +1 -1
  176. package/dist/lib/esm/obsidian/@types/Dataview/data-import/web-worker/import-impl.d.mts +6 -1
  177. package/dist/lib/esm/obsidian/@types/Dataview/data-import/web-worker/import-manager.d.mts +37 -1
  178. package/dist/lib/esm/obsidian/@types/Dataview/data-index/index.d.mts +186 -1
  179. package/dist/lib/esm/obsidian/@types/Dataview/data-index/resolver.d.mts +23 -1
  180. package/dist/lib/esm/obsidian/@types/Dataview/data-index/source.d.mts +71 -1
  181. package/dist/lib/esm/obsidian/@types/Dataview/data-model/markdown.d.mts +115 -1
  182. package/dist/lib/esm/obsidian/@types/Dataview/data-model/serialized/markdown.d.mts +106 -1
  183. package/dist/lib/esm/obsidian/@types/Dataview/data-model/transferable.d.mts +7 -1
  184. package/dist/lib/esm/obsidian/@types/Dataview/data-model/value.d.mts +175 -1
  185. package/dist/lib/esm/obsidian/@types/Dataview/expression/binaryop.d.mts +43 -1
  186. package/dist/lib/esm/obsidian/@types/Dataview/expression/context.d.mts +49 -1
  187. package/dist/lib/esm/obsidian/@types/Dataview/expression/field.d.mts +82 -1
  188. package/dist/lib/esm/obsidian/@types/Dataview/expression/functions.d.mts +149 -1
  189. package/dist/lib/esm/obsidian/@types/Dataview/expression/parse.d.mts +163 -1
  190. package/dist/lib/esm/obsidian/@types/Dataview/index.d.mts +55 -1
  191. package/dist/lib/esm/obsidian/@types/Dataview/main.d.mts +52 -1
  192. package/dist/lib/esm/obsidian/@types/Dataview/query/engine.d.mts +103 -1
  193. package/dist/lib/esm/obsidian/@types/Dataview/query/parse.d.mts +44 -1
  194. package/dist/lib/esm/obsidian/@types/Dataview/query/query.d.mts +95 -1
  195. package/dist/lib/esm/obsidian/@types/Dataview/settings.d.mts +60 -1
  196. package/dist/lib/esm/obsidian/@types/Dataview/typings/obsidian-ex.d.mts +28 -1
  197. package/dist/lib/esm/obsidian/@types/Dataview/typings/workers.d.mts +4 -1
  198. package/dist/lib/esm/obsidian/@types/Dataview/ui/export/markdown.d.mts +15 -1
  199. package/dist/lib/esm/obsidian/@types/Dataview/ui/lp-render.d.mts +37 -1
  200. package/dist/lib/esm/obsidian/@types/Dataview/ui/markdown.d.mts +86 -1
  201. package/dist/lib/esm/obsidian/@types/Dataview/ui/refreshable-view.d.mts +18 -1
  202. package/dist/lib/esm/obsidian/@types/Dataview/ui/render.d.mts +33 -1
  203. package/dist/lib/esm/obsidian/@types/Dataview/ui/views/calendar-view.d.mts +17 -1
  204. package/dist/lib/esm/obsidian/@types/Dataview/ui/views/inline-field-live-preview.d.mts +42 -1
  205. package/dist/lib/esm/obsidian/@types/Dataview/ui/views/inline-view.d.mts +28 -1
  206. package/dist/lib/esm/obsidian/@types/Dataview/ui/views/js-view.d.mts +23 -1
  207. package/dist/lib/esm/obsidian/@types/Dataview/ui/views/list-view.d.mts +25 -1
  208. package/dist/lib/esm/obsidian/@types/Dataview/ui/views/table-view.d.mts +28 -1
  209. package/dist/lib/esm/obsidian/@types/Dataview/ui/views/task-view.d.mts +51 -1
  210. package/dist/lib/esm/obsidian/@types/Dataview/util/hash.d.mts +1 -1
  211. package/dist/lib/esm/obsidian/@types/Dataview/util/locale.d.mts +2 -1
  212. package/dist/lib/esm/obsidian/@types/Dataview/util/media.d.mts +6 -1
  213. package/dist/lib/esm/obsidian/@types/Dataview/util/normalize.d.mts +44 -1
  214. package/dist/lib/esm/obsidian/App.d.mts +30 -1
  215. package/dist/lib/esm/obsidian/AttachmentPath.d.mts +54 -1
  216. package/dist/lib/esm/obsidian/Backlink.d.mts +60 -1
  217. package/dist/lib/esm/obsidian/Callout.d.mts +55 -1
  218. package/dist/lib/esm/obsidian/Components/DateComponent.d.mts +36 -1
  219. package/dist/lib/esm/obsidian/Components/DateTimeComponent.d.mts +36 -1
  220. package/dist/lib/esm/obsidian/Components/EmailComponent.d.mts +29 -1
  221. package/dist/lib/esm/obsidian/Components/FileComponent.d.mts +41 -1
  222. package/dist/lib/esm/obsidian/Components/MonthComponent.d.mts +49 -1
  223. package/dist/lib/esm/obsidian/Components/MultipleDropdownComponent.d.mts +73 -1
  224. package/dist/lib/esm/obsidian/Components/MultipleEmailComponent.d.mts +36 -1
  225. package/dist/lib/esm/obsidian/Components/MultipleFileComponent.d.mts +41 -1
  226. package/dist/lib/esm/obsidian/Components/MultipleTextComponent.d.mts +67 -1
  227. package/dist/lib/esm/obsidian/Components/NumberComponent.d.mts +29 -1
  228. package/dist/lib/esm/obsidian/Components/TimeComponent.d.mts +37 -1
  229. package/dist/lib/esm/obsidian/Components/TypedRangeTextComponent.d.mts +31 -1
  230. package/dist/lib/esm/obsidian/Components/TypedTextComponent.d.mts +84 -1
  231. package/dist/lib/esm/obsidian/Components/UrlComponent.d.mts +29 -1
  232. package/dist/lib/esm/obsidian/Components/ValidatorComponent.d.mts +22 -1
  233. package/dist/lib/esm/obsidian/Components/ValueComponentWithChangeTracking.d.mts +17 -1
  234. package/dist/lib/esm/obsidian/Components/WeekComponent.d.mts +49 -1
  235. package/dist/lib/esm/obsidian/Components/index.d.mts +17 -1
  236. package/dist/lib/esm/obsidian/Dataview.d.mts +215 -1
  237. package/dist/lib/esm/obsidian/DataviewLink.d.mts +23 -1
  238. package/dist/lib/esm/obsidian/FileChange.d.mts +68 -1
  239. package/dist/lib/esm/obsidian/FileManager.d.mts +38 -1
  240. package/dist/lib/esm/obsidian/FileSystem.d.mts +185 -1
  241. package/dist/lib/esm/obsidian/Frontmatter.d.mts +69 -1
  242. package/dist/lib/esm/obsidian/Link.d.mts +366 -1
  243. package/dist/lib/esm/obsidian/Logger.d.mts +13 -1
  244. package/dist/lib/esm/obsidian/Loop.d.mts +36 -1
  245. package/dist/lib/esm/obsidian/Markdown.d.mts +24 -1
  246. package/dist/lib/esm/obsidian/MarkdownCodeBlockProcessor.d.mts +23 -1
  247. package/dist/lib/esm/obsidian/MarkdownView.d.mts +12 -1
  248. package/dist/lib/esm/obsidian/MetadataCache.d.mts +87 -1
  249. package/dist/lib/esm/obsidian/Modals/Alert.d.mts +39 -1
  250. package/dist/lib/esm/obsidian/Modals/Confirm.d.mts +43 -1
  251. package/dist/lib/esm/obsidian/Modals/ModalBase.d.mts +35 -1
  252. package/dist/lib/esm/obsidian/Modals/Prompt.d.mts +50 -1
  253. package/dist/lib/esm/obsidian/Modals/SelectItem.d.mts +41 -1
  254. package/dist/lib/esm/obsidian/Modals/index.d.mts +5 -1
  255. package/dist/lib/esm/obsidian/ObsidianSettings.d.mts +17 -1
  256. package/dist/lib/esm/obsidian/Pdf.d.mts +24 -1
  257. package/dist/lib/esm/obsidian/Plugin/EmptySettings.d.mts +14 -1
  258. package/dist/lib/esm/obsidian/Plugin/ObsidianPluginRepoPaths.d.mts +53 -1
  259. package/dist/lib/esm/obsidian/Plugin/Plugin.d.mts +21 -1
  260. package/dist/lib/esm/obsidian/Plugin/PluginBase.d.mts +108 -1
  261. package/dist/lib/esm/obsidian/Plugin/PluginContext.d.mts +12 -1
  262. package/dist/lib/esm/obsidian/Plugin/PluginId.d.mts +20 -1
  263. package/dist/lib/esm/obsidian/Plugin/PluginSettingsBase.d.mts +31 -1
  264. package/dist/lib/esm/obsidian/Plugin/PluginSettingsTabBase.d.mts +99 -1
  265. package/dist/lib/esm/obsidian/Plugin/index.d.mts +8 -1
  266. package/dist/lib/esm/obsidian/Queue.d.mts +30 -1
  267. package/dist/lib/esm/obsidian/Reference.d.mts +21 -1
  268. package/dist/lib/esm/obsidian/RenameDeleteHandler.d.mts +49 -1
  269. package/dist/lib/esm/obsidian/ResourceUrl.d.mts +14 -1
  270. package/dist/lib/esm/obsidian/SettingEx.d.mts +124 -1
  271. package/dist/lib/esm/obsidian/Vault.d.mts +130 -1
  272. package/dist/lib/esm/obsidian/VaultEx.d.mts +27 -1
  273. package/dist/lib/esm/obsidian/index.d.mts +29 -1
  274. package/dist/lib/esm/url.d.mts +11 -1
  275. package/package.json +1 -1
@@ -1 +1,133 @@
1
- export * from '../cjs/Path.cjs';
1
+ /**
2
+ * @packageDocumentation Path
3
+ * Contains utility functions for handling paths.
4
+ */
5
+ import pathBrowserify from 'path-browserify';
6
+ /**
7
+ * Provides methods for handling POSIX paths.
8
+ */
9
+ export declare const posix: pathBrowserify.Path;
10
+ /**
11
+ * The POSIX path delimiter.
12
+ */
13
+ export declare const delimiter: string;
14
+ /**
15
+ * The POSIX segment separator.
16
+ */
17
+ export declare const sep: string;
18
+ /**
19
+ * Returns the base name of a file, optionally removing the file extension.
20
+ *
21
+ * @param path - The path to get the base name from.
22
+ * @param ext - An optional extension to remove from the base name.
23
+ * @returns The base name of the file.
24
+ */
25
+ export declare const basename: (this: void, path: string, ext?: string) => string;
26
+ /**
27
+ * Returns the directory name of a path.
28
+ *
29
+ * @param path - The path to get the directory name from.
30
+ * @returns The directory name of the path.
31
+ */
32
+ export declare const dirname: (this: void, path: string) => string;
33
+ /**
34
+ * Returns the file extension of a path.
35
+ *
36
+ * @param path - The path to get the extension from.
37
+ * @returns The file extension of the path.
38
+ */
39
+ export declare const extname: (this: void, path: string) => string;
40
+ /**
41
+ * Formats a path object into a path string.
42
+ *
43
+ * @param pathObject - The path object to format.
44
+ * @returns The formatted path string.
45
+ */
46
+ export declare const format: (this: void, pathObject: Partial<pathBrowserify.PathObject>) => string;
47
+ /**
48
+ * Determines if a path is absolute.
49
+ *
50
+ * @param path - The path to check.
51
+ * @returns `true` if the path is absolute, `false` otherwise.
52
+ */
53
+ export declare function isAbsolute(path: string): boolean;
54
+ /**
55
+ * Joins multiple path segments into a single path.
56
+ *
57
+ * @param paths - The path segments to join.
58
+ * @returns The joined path.
59
+ */
60
+ export declare const join: (this: void, ...paths: string[]) => string;
61
+ /**
62
+ * Normalizes a path, resolving '..' and '.' segments.
63
+ *
64
+ * @param path - The path to normalize.
65
+ * @returns The normalized path.
66
+ */
67
+ export declare const normalize: (this: void, path: string) => string;
68
+ /**
69
+ * Parses a path string into a path object.
70
+ *
71
+ * @param path - The path string to parse.
72
+ * @returns The parsed path object.
73
+ */
74
+ export declare const parse: (this: void, path: string) => pathBrowserify.PathObject;
75
+ /**
76
+ * Returns the relative path from one path to another.
77
+ *
78
+ * @param from - The starting path.
79
+ * @param to - The destination path.
80
+ * @returns The relative path from `from` to `to`.
81
+ */
82
+ export declare const relative: (this: void, from: string, to: string) => string;
83
+ /**
84
+ * Gets the directory name from the `import(dot)meta(dot)url`, converting it to a POSIX-style path.
85
+ *
86
+ * @param importMetaUrl - The `import(dot)meta(dot)url` from which to extract the directory name.
87
+ * @returns The POSIX-style directory name.
88
+ */
89
+ export declare function getDirname(importMetaUrl: string): string;
90
+ /**
91
+ * Gets the filename from the `import(dot)meta(dot)url`, converting it to a POSIX-style path.
92
+ *
93
+ * @param importMetaUrl - The `import(dot)meta(dot)url` from which to extract the filename.
94
+ * @returns The POSIX-style filename.
95
+ */
96
+ export declare function getFilename(importMetaUrl: string): string;
97
+ /**
98
+ * Makes a filename by appending an extension to a given filename.
99
+ * If the extension is empty, the filename is returned as is.
100
+ *
101
+ * @param fileName - The filename to append the extension to.
102
+ * @param extension - The extension to append to the filename.
103
+ * @returns The filename with the extension appended.
104
+ */
105
+ export declare function makeFileName(fileName: string, extension: string): string;
106
+ /**
107
+ * Normalizes a given path by ensuring it is relative, adding "./" if necessary.
108
+ *
109
+ * @param path - The path to normalize.
110
+ * @returns The normalized path, starting with "./" if it was relative.
111
+ */
112
+ export declare function normalizeIfRelative(path: string): string;
113
+ /**
114
+ * Resolves a sequence of paths or path segments into an absolute path.
115
+ *
116
+ * @param pathSegments - The sequence of path segments to resolve.
117
+ * @returns The resolved absolute path.
118
+ */
119
+ export declare function resolve(...pathSegments: string[]): string;
120
+ /**
121
+ * Converts a buffer containing a path to a POSIX-style buffer by replacing backslashes with forward slashes.
122
+ *
123
+ * @param buffer - The buffer to convert.
124
+ * @returns A new buffer containing the POSIX-style path.
125
+ */
126
+ export declare function toPosixBuffer(buffer: Buffer): Buffer;
127
+ /**
128
+ * Converts a given path to a POSIX-style path by replacing backslashes with forward slashes.
129
+ *
130
+ * @param path - The path to convert.
131
+ * @returns The POSIX-style path.
132
+ */
133
+ export declare function toPosixPath(path: string): string;
@@ -1 +1,18 @@
1
- export * from '../cjs/RegExp.cjs';
1
+ /**
2
+ * @packageDocumentation RegExp
3
+ * Contains utility functions for regular expressions.
4
+ */
5
+ /**
6
+ * Escapes special characters in a string to safely use it within a regular expression.
7
+ *
8
+ * @param str - The string to escape.
9
+ * @returns The escaped string with special characters prefixed with a backslash.
10
+ */
11
+ export declare function escapeRegExp(str: string): string;
12
+ /**
13
+ * Checks if a string is a valid regular expression.
14
+ *
15
+ * @param str - The string to check.
16
+ * @returns `true` if the string is a valid regular expression, `false` otherwise.
17
+ */
18
+ export declare function isValidRegExp(str: string): boolean;
@@ -1 +1,70 @@
1
- export * from '../../cjs/ScriptUtils/CliUtils.cjs';
1
+ /**
2
+ * @packageDocumentation cli
3
+ * Contains utility classes and functions for managing task results, including
4
+ * success, exit codes, and chaining multiple tasks.
5
+ */
6
+ import type { MaybePromise } from '../Async.d.mts';
7
+ /**
8
+ * Abstract class representing the result of a task. Includes methods for handling success,
9
+ * exit codes, and chaining tasks.
10
+ */
11
+ export declare abstract class CliTaskResult {
12
+ /**
13
+ * Chains multiple tasks together, executing them sequentially until one fails.
14
+ *
15
+ * @param tasks - An array of task functions that return a `TaskResult` or `void`.
16
+ * @returns A promise that resolves with the first failed `TaskResult` or a success result.
17
+ */
18
+ static chain(tasks: (() => MaybePromise<CliTaskResult | void>)[]): Promise<CliTaskResult>;
19
+ /**
20
+ * Creates a `TaskResult` that does not exit the process.
21
+ *
22
+ * @returns A `TaskResult` that does not exit the process.
23
+ */
24
+ static DoNotExit(): CliTaskResult;
25
+ /**
26
+ * Represents a failure result of a CLI task.
27
+ *
28
+ * @returns The failure result.
29
+ */
30
+ static Failure(): CliTaskResult;
31
+ /**
32
+ * Creates a `TaskResult` based on an exit code.
33
+ *
34
+ * @param exitCode - The exit code to represent.
35
+ * @returns A `TaskResult` representing the exit code.
36
+ */
37
+ static FromExitCode(exitCode: number): CliTaskResult;
38
+ /**
39
+ * Creates a CliTaskResult representing a successful task result.
40
+ *
41
+ * @param isSuccess - A boolean indicating whether the task was successful. Default is true.
42
+ * @returns A CliTaskResult object representing a successful task result.
43
+ */
44
+ static Success(isSuccess?: boolean): CliTaskResult;
45
+ /**
46
+ * Exits the process based on the task result.
47
+ */
48
+ abstract exit(): void;
49
+ /**
50
+ * Determines if the task was successful.
51
+ *
52
+ * @returns `true` if the task was successful, otherwise `false`.
53
+ */
54
+ protected abstract isSuccessful(): boolean;
55
+ }
56
+ /**
57
+ * Converts an array of command-line arguments into a single command-line string.
58
+ * Handles escaping of special characters such as spaces, quotes, and newlines.
59
+ *
60
+ * @param args - The array of command-line arguments to convert.
61
+ * @returns A string representing the command-line invocation.
62
+ */
63
+ export declare function toCommandLine(args: string[]): string;
64
+ /**
65
+ * Wraps a CLI task function to ensure it runs safely and handles its `TaskResult`.
66
+ *
67
+ * @param taskFn - The task function to execute, which may return a `TaskResult` or void.
68
+ * @returns A promise that resolves when the task is completed and exits with the appropriate status.
69
+ */
70
+ export declare function wrapCliTask(taskFn: () => MaybePromise<CliTaskResult | void>): Promise<void>;
@@ -1 +1,12 @@
1
- export * from '../../cjs/ScriptUtils/CodeGenerator.cjs';
1
+ /**
2
+ * @packageDocumentation CodeGenerator
3
+ * Contains utility functions for code generation.
4
+ */
5
+ /**
6
+ * Generates a file at the specified path with the provided lines of code.
7
+ *
8
+ * @param path - The path where the file will be generated.
9
+ * @param lines - An array of strings representing the lines of code to be written in the file.
10
+ * @returns A promise that resolves when the file generation is complete.
11
+ */
12
+ export declare function generate(path: string, lines: string[]): Promise<void>;
@@ -1 +1,13 @@
1
- export * from '../../../../cjs/ScriptUtils/ESLint/@types/@guardian__eslint-plugin-tsdoc-required.cjs';
1
+ /**
2
+ * @packageDocumentation \@guardian/eslint-plugin-tsdoc-required
3
+ * @see {@link https://www.npmjs.com/package/@guardian/eslint-plugin-tsdoc-required} for more information.
4
+ */
5
+
6
+ declare module '@guardian/eslint-plugin-tsdoc-required' {
7
+ import type { ESLint } from 'eslint';
8
+
9
+ const plugin: ESLint.Plugin;
10
+
11
+ // eslint-disable-next-line import-x/no-default-export
12
+ export default plugin;
13
+ }
@@ -1 +1,13 @@
1
- export * from '../../../../cjs/ScriptUtils/ESLint/@types/eslint-plugin-modules-newlines.cjs';
1
+ /**
2
+ * @packageDocumentation eslint-plugin-modules-newlines
3
+ * @see {@link https://www.npmjs.com/package/eslint-plugin-modules-newlines} for more information.
4
+ */
5
+
6
+ declare module 'eslint-plugin-modules-newlines' {
7
+ import type { ESLint } from 'eslint';
8
+
9
+ const plugin: ESLint.Plugin;
10
+
11
+ // eslint-disable-next-line import-x/no-default-export
12
+ export default plugin;
13
+ }
@@ -1 +1,13 @@
1
- export * from '../../../../cjs/ScriptUtils/ESLint/@types/eslint-plugin-verify-tsdoc.cjs';
1
+ /**
2
+ * @packageDocumentation eslint-plugin-verify-tsdoc
3
+ * @see {@link https://www.npmjs.com/package/eslint-plugin-verify-tsdoc} for more information.
4
+ */
5
+
6
+ declare module 'eslint-plugin-verify-tsdoc' {
7
+ import type { ESLint } from 'eslint';
8
+
9
+ const plugin: ESLint.Plugin;
10
+
11
+ // eslint-disable-next-line import-x/no-default-export
12
+ export default plugin;
13
+ }
@@ -1 +1,13 @@
1
- export * from '../../../cjs/ScriptUtils/ESLint/ESLint.cjs';
1
+ /**
2
+ * @packageDocumentation ESLint
3
+ * Linting utility for ESLint configuration with support for automatic fixing.
4
+ *
5
+ * This module provides a function to lint files based on the ESLint configuration defined in `eslint.config.ts`.
6
+ * It can automatically fix linting issues if specified, and logs results to the console.
7
+ */
8
+ /**
9
+ * Lint the project with ESLint.
10
+ *
11
+ * @param shouldFix - Whether to fix linting issues automatically.
12
+ */
13
+ export declare function lint(shouldFix?: boolean): Promise<void>;
@@ -1 +1,16 @@
1
- export * from '../../../cjs/ScriptUtils/ESLint/eslint.config.cjs';
1
+ /**
2
+ * @packageDocumentation eslint.config
3
+ * ESLint configuration for TypeScript projects with various plugins.
4
+ *
5
+ * This module exports ESLint configurations for TypeScript projects, integrating multiple ESLint plugins
6
+ * such as `@typescript-eslint/parser`, `@typescript-eslint/eslint-plugin`,
7
+ * `eslint-plugin-modules-newlines`, `@stylistic/eslint-plugin`.
8
+ * It sets up parsers, plugins, and rules for maintaining code quality and consistency.
9
+ *
10
+ * @packageDocumentation eslint-config
11
+ */
12
+ import type { Linter } from 'eslint';
13
+ /**
14
+ * The ESLint configurations for TypeScript projects.
15
+ */
16
+ export declare const configs: Linter.Config[];
@@ -1 +1,2 @@
1
- export * from '../../../cjs/ScriptUtils/ESLint/index.cjs';
1
+ export * as eslint_config from './eslint.config.d.mts';
2
+ export * as ESLint from './ESLint.d.mts';
@@ -1 +1,83 @@
1
- export * from '../../cjs/ScriptUtils/Exec.cjs';
1
+ /**
2
+ * @packageDocumentation Exec
3
+ * Contains utility functions for executing commands.
4
+ */
5
+ /**
6
+ * Options for executing a command.
7
+ */
8
+ export interface ExecOption {
9
+ /**
10
+ * The current working directory for the command execution.
11
+ */
12
+ cwd?: string;
13
+ /**
14
+ * If true, suppresses the output of the command.
15
+ */
16
+ isQuiet?: boolean;
17
+ /**
18
+ * If true, throws an error if the command fails.
19
+ */
20
+ shouldFailIfCalledFromOutsideRoot?: boolean;
21
+ /**
22
+ * If true, ignores the exit code of the command.
23
+ */
24
+ shouldIgnoreExitCode?: boolean;
25
+ /**
26
+ * If false, only returns the output of the command.
27
+ */
28
+ shouldIncludeDetails?: boolean;
29
+ /**
30
+ * The input to be passed to the command.
31
+ */
32
+ stdin?: string;
33
+ }
34
+ /**
35
+ * Represents the result of executing a command.
36
+ */
37
+ export interface ExecResult {
38
+ /**
39
+ * The exit code of the command. A value of `null` indicates that the process did not exit normally.
40
+ */
41
+ exitCode: null | number;
42
+ /**
43
+ * The signal that caused the process to be terminated. A value of `null` indicates that no signal was received.
44
+ */
45
+ exitSignal: NodeJS.Signals | null;
46
+ /**
47
+ * The standard error output from the command.
48
+ */
49
+ stderr: string;
50
+ /**
51
+ * The standard output from the command.
52
+ */
53
+ stdout: string;
54
+ }
55
+ /**
56
+ * Executes a command.
57
+ *
58
+ * @param command - The command to execute. It can be a string or an array of strings.
59
+ * @param options - The options for the execution.
60
+ * @returns A Promise that resolves with the output of the command.
61
+ * @throws If the command fails with a non-zero exit code and ignoreExitCode is false.
62
+ * The error message includes the exit code and stderr.
63
+ * If an error occurs during the execution and ignoreExitCode is true,
64
+ * the error is resolved with the stdout and stderr.
65
+ */
66
+ export declare function exec(command: string | string[], options?: {
67
+ withDetails?: false;
68
+ } & ExecOption): Promise<string>;
69
+ /**
70
+ * Executes a command.
71
+ *
72
+ * @param command - The command to execute. It can be a string or an array of strings.
73
+ * @param options - The options for the execution.
74
+ * @returns A Promise that resolves with ExecResult object.
75
+ * The ExecResult object contains the exit code, exit signal, stderr, and stdout.
76
+ * @throws If the command fails with a non-zero exit code and ignoreExitCode is false.
77
+ * The error message includes the exit code and stderr.
78
+ * If an error occurs during the execution and ignoreExitCode is true,
79
+ * the error is resolved with the stdout and stderr.
80
+ */
81
+ export declare function exec(command: string | string[], options: {
82
+ withDetails: true;
83
+ } & ExecOption): Promise<ExecResult>;
@@ -1 +1,72 @@
1
- export * from '../../cjs/ScriptUtils/Fs.cjs';
1
+ /**
2
+ * @packageDocumentation Fs
3
+ * Contains utility functions for file system operations.
4
+ */
5
+ import type { Dirent, ObjectEncodingOptions, PathLike } from './NodeModules.d.mts';
6
+ /**
7
+ * Options for controlling the format of the result when returning buffers.
8
+ */
9
+ export type BufferResultOptions = 'buffer' | {
10
+ /**
11
+ * Should be set to "buffer" to return buffers.
12
+ */
13
+ encoding: 'buffer';
14
+ /**
15
+ * Whether to include subdirectories when reading the directory. If not provided, defaults to `false`.
16
+ */
17
+ recursive?: boolean;
18
+ /**
19
+ * Should be set to `false` to return buffers.
20
+ */
21
+ withFileTypes?: false;
22
+ };
23
+ /**
24
+ * Options for controlling the format of the result when returning Dirent objects.
25
+ */
26
+ export type DirentResultOptions = {
27
+ /**
28
+ * Whether to include subdirectories when reading the directory. If not provided, defaults to `false`.
29
+ */
30
+ recursive?: boolean;
31
+ /**
32
+ * Should be set to `true` to return Dirent objects.
33
+ */
34
+ withFileTypes: true;
35
+ } & ObjectEncodingOptions;
36
+ /**
37
+ * Options for controlling the format of the result when returning strings.
38
+ */
39
+ export type StringResultOptions = {
40
+ /**
41
+ * Whether to include subdirectories when reading the directory. If not provided, defaults to `false`.
42
+ */
43
+ recursive?: boolean;
44
+ /**
45
+ * Should be set to `false` to return strings.
46
+ */
47
+ withFileTypes?: false;
48
+ } & ObjectEncodingOptions | undefined;
49
+ /**
50
+ * Reads the contents of a directory and returns an array of strings with POSIX paths.
51
+ *
52
+ * @param path - The path to the directory.
53
+ * @param options - Options to control the format of the result. If not provided, returns strings.
54
+ * @returns A promise that resolves with an array of POSIX-formatted file paths.
55
+ */
56
+ export declare function readdirPosix(path: PathLike, options?: StringResultOptions): Promise<string[]>;
57
+ /**
58
+ * Reads the contents of a directory and returns an array of buffers with POSIX paths.
59
+ *
60
+ * @param path - The path to the directory.
61
+ * @param options - Options to control the format of the result. Specify "buffer" to return buffers.
62
+ * @returns A promise that resolves with an array of POSIX-formatted buffers.
63
+ */
64
+ export declare function readdirPosix(path: PathLike, options: BufferResultOptions): Promise<Buffer[]>;
65
+ /**
66
+ * Reads the contents of a directory and returns an array of Dirent objects with POSIX paths.
67
+ *
68
+ * @param path - The path to the directory.
69
+ * @param options - Options to control the format of the result. Specify `withFileTypes: true` to return Dirent objects.
70
+ * @returns A promise that resolves with an array of POSIX-formatted Dirent objects.
71
+ */
72
+ export declare function readdirPosix(path: PathLike, options: DirentResultOptions): Promise<Dirent[]>;
@@ -1 +1,64 @@
1
- export * from '../../cjs/ScriptUtils/JSON.cjs';
1
+ /**
2
+ * @packageDocumentation JSON
3
+ * Contains utility functions for JSON.
4
+ */
5
+ import type { MaybePromise } from '../Async.d.mts';
6
+ /**
7
+ * Options for editing JSON.
8
+ */
9
+ export interface EditJsonOptions {
10
+ /**
11
+ * If true, skips editing if the file does not exist.
12
+ */
13
+ shouldSkipIfMissing?: boolean;
14
+ }
15
+ /**
16
+ * Reads, edits, and writes back a JSON file using a provided edit function.
17
+ *
18
+ * @typeParam T - The type of the data to be edited.
19
+ * @param path - The path to the JSON file.
20
+ * @param editFn - The function to edit the parsed JSON data.
21
+ * @param options - Additional options for editing.
22
+ * @returns A promise that resolves when the file has been edited and written.
23
+ */
24
+ export declare function editJson<T>(path: string, editFn: (data: T) => MaybePromise<void>, options?: EditJsonOptions): Promise<void>;
25
+ /**
26
+ * Reads, edits, and writes back a JSON file using a provided edit function.
27
+ *
28
+ * @typeParam T - The type of the data to be edited.
29
+ * @param path - The path to the JSON file.
30
+ * @param editFn - The function to edit the parsed JSON data.
31
+ * @param options - Additional options for editing.
32
+ */
33
+ export declare function editJsonSync<T>(path: string, editFn: (data: T) => void, options?: EditJsonOptions): void;
34
+ /**
35
+ * Reads a JSON file and parses its contents into a JavaScript object of type `T`.
36
+ *
37
+ * @typeParam T - The type to which the JSON content will be parsed.
38
+ * @param path - The path to the JSON file.
39
+ * @returns A promise that resolves with the parsed JSON object of type `T`.
40
+ */
41
+ export declare function readJson<T>(path: string): Promise<T>;
42
+ /**
43
+ * Reads a JSON file and parses its contents into a JavaScript object of type `T`.
44
+ *
45
+ * @typeParam T - The type to which the JSON content will be parsed.
46
+ * @param path - The path to the JSON file.
47
+ * @returns The parsed JSON object of type `T`.
48
+ */
49
+ export declare function readJsonSync<T>(path: string): T;
50
+ /**
51
+ * Writes a JavaScript object to a JSON file.
52
+ *
53
+ * @param path - The path to the JSON file.
54
+ * @param data - The data to write to the JSON file.
55
+ * @returns A promise that resolves when the file has been written.
56
+ */
57
+ export declare function writeJson(path: string, data: unknown): Promise<void>;
58
+ /**
59
+ * Writes a JavaScript object to a JSON file.
60
+ *
61
+ * @param path - The path to the JSON file.
62
+ * @param data - The data to write to the JSON file.
63
+ */
64
+ export declare function writeJsonSync(path: string, data: unknown): void;
@@ -1 +1,14 @@
1
- export * from '../../cjs/ScriptUtils/NodeModules.cjs';
1
+ /**
2
+ * @packageDocumentation NodeModules
3
+ * Contains utility functions for Node.js modules.
4
+ */
5
+ import process from 'node:process';
6
+ export { spawn } from 'node:child_process';
7
+ export { existsSync, readFileSync, statSync, watch, writeFileSync } from 'node:fs';
8
+ export type { Dirent, FSWatcher, ObjectEncodingOptions, PathLike, WatchEventType } from 'node:fs';
9
+ export { process };
10
+ export { cp, mkdir, readdir, readFile, rename, rm, stat, writeFile } from 'node:fs/promises';
11
+ export { builtinModules, createRequire, Module } from 'node:module';
12
+ export { arch, endianness } from 'node:os';
13
+ export { createInterface } from 'node:readline/promises';
14
+ export { fileURLToPath } from 'node:url';