obsidian-dev-utils 17.10.2-beta.1 → 17.10.2-beta.10

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 (256) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/dist/lib/Async.cjs +1 -1
  3. package/dist/lib/Async.mjs +1 -1
  4. package/dist/lib/Blob.cjs +1 -1
  5. package/dist/lib/Blob.mjs +1 -1
  6. package/dist/lib/CssClass.cjs +1 -1
  7. package/dist/lib/CssClass.mjs +1 -1
  8. package/dist/lib/Debug.cjs +1 -1
  9. package/dist/lib/Debug.mjs +1 -1
  10. package/dist/lib/DebugController.cjs +1 -1
  11. package/dist/lib/DebugController.mjs +1 -1
  12. package/dist/lib/Enum.cjs +1 -1
  13. package/dist/lib/Enum.mjs +1 -1
  14. package/dist/lib/Error.cjs +1 -1
  15. package/dist/lib/Error.mjs +1 -1
  16. package/dist/lib/Function.cjs +1 -1
  17. package/dist/lib/Function.mjs +1 -1
  18. package/dist/lib/HTMLElement.cjs +1 -1
  19. package/dist/lib/HTMLElement.mjs +1 -1
  20. package/dist/lib/Library.cjs +3 -3
  21. package/dist/lib/Library.mjs +3 -3
  22. package/dist/lib/Object.cjs +1 -1
  23. package/dist/lib/Object.mjs +1 -1
  24. package/dist/lib/Path.cjs +1 -1
  25. package/dist/lib/Path.mjs +1 -1
  26. package/dist/lib/RegExp.cjs +1 -1
  27. package/dist/lib/RegExp.mjs +1 -1
  28. package/dist/lib/String.cjs +1 -1
  29. package/dist/lib/String.mjs +1 -1
  30. package/dist/lib/Transformers/DateTransformer.cjs +2 -2
  31. package/dist/lib/Transformers/DateTransformer.d.ts +2 -2
  32. package/dist/lib/Transformers/DateTransformer.mjs +2 -2
  33. package/dist/lib/Transformers/DurationTransformer.cjs +71 -0
  34. package/dist/lib/Transformers/DurationTransformer.d.ts +34 -0
  35. package/dist/lib/Transformers/DurationTransformer.mjs +47 -0
  36. package/dist/lib/Transformers/GroupTransformer.cjs +1 -1
  37. package/dist/lib/Transformers/GroupTransformer.mjs +1 -1
  38. package/dist/lib/Transformers/SkipPrivatePropertyTransformer.cjs +1 -1
  39. package/dist/lib/Transformers/SkipPrivatePropertyTransformer.mjs +1 -1
  40. package/dist/lib/Transformers/Transformer.cjs +1 -1
  41. package/dist/lib/Transformers/Transformer.mjs +1 -1
  42. package/dist/lib/Transformers/TypedTransformer.cjs +1 -1
  43. package/dist/lib/Transformers/TypedTransformer.mjs +1 -1
  44. package/dist/lib/ValueProvider.cjs +1 -1
  45. package/dist/lib/ValueProvider.mjs +1 -1
  46. package/dist/lib/codemirror/StateFieldSpec.cjs +1 -1
  47. package/dist/lib/codemirror/StateFieldSpec.mjs +1 -1
  48. package/dist/lib/index.cjs +2 -14
  49. package/dist/lib/index.d.ts +0 -4
  50. package/dist/lib/index.mjs +2 -10
  51. package/dist/lib/obsidian/App.cjs +1 -1
  52. package/dist/lib/obsidian/App.mjs +1 -1
  53. package/dist/lib/obsidian/AttachmentPath.cjs +1 -1
  54. package/dist/lib/obsidian/AttachmentPath.mjs +1 -1
  55. package/dist/lib/obsidian/Backlink.cjs +1 -1
  56. package/dist/lib/obsidian/Backlink.mjs +1 -1
  57. package/dist/lib/obsidian/Callout.cjs +1 -1
  58. package/dist/lib/obsidian/Callout.mjs +1 -1
  59. package/dist/lib/obsidian/Components/DateComponent.cjs +2 -2
  60. package/dist/lib/obsidian/Components/DateComponent.d.ts +1 -1
  61. package/dist/lib/obsidian/Components/DateComponent.mjs +2 -2
  62. package/dist/lib/obsidian/Components/DateTimeComponent.cjs +2 -2
  63. package/dist/lib/obsidian/Components/DateTimeComponent.d.ts +1 -1
  64. package/dist/lib/obsidian/Components/DateTimeComponent.mjs +2 -2
  65. package/dist/lib/obsidian/Components/EmailComponent.cjs +2 -2
  66. package/dist/lib/obsidian/Components/EmailComponent.d.ts +1 -1
  67. package/dist/lib/obsidian/Components/EmailComponent.mjs +2 -2
  68. package/dist/lib/obsidian/Components/FileComponent.cjs +2 -2
  69. package/dist/lib/obsidian/Components/FileComponent.d.ts +1 -1
  70. package/dist/lib/obsidian/Components/FileComponent.mjs +2 -2
  71. package/dist/lib/obsidian/Components/MonthComponent.cjs +2 -2
  72. package/dist/lib/obsidian/Components/MonthComponent.d.ts +1 -1
  73. package/dist/lib/obsidian/Components/MonthComponent.mjs +2 -2
  74. package/dist/lib/obsidian/Components/MultipleDropdownComponent.cjs +2 -2
  75. package/dist/lib/obsidian/Components/MultipleDropdownComponent.d.ts +1 -1
  76. package/dist/lib/obsidian/Components/MultipleDropdownComponent.mjs +2 -2
  77. package/dist/lib/obsidian/Components/MultipleEmailComponent.cjs +2 -2
  78. package/dist/lib/obsidian/Components/MultipleEmailComponent.d.ts +1 -1
  79. package/dist/lib/obsidian/Components/MultipleEmailComponent.mjs +2 -2
  80. package/dist/lib/obsidian/Components/MultipleFileComponent.cjs +2 -2
  81. package/dist/lib/obsidian/Components/MultipleFileComponent.d.ts +1 -1
  82. package/dist/lib/obsidian/Components/MultipleFileComponent.mjs +2 -2
  83. package/dist/lib/obsidian/Components/NumberComponent.cjs +2 -2
  84. package/dist/lib/obsidian/Components/NumberComponent.d.ts +1 -1
  85. package/dist/lib/obsidian/Components/NumberComponent.mjs +2 -2
  86. package/dist/lib/obsidian/Components/TimeComponent.cjs +2 -2
  87. package/dist/lib/obsidian/Components/TimeComponent.d.ts +1 -1
  88. package/dist/lib/obsidian/Components/TimeComponent.mjs +2 -2
  89. package/dist/lib/obsidian/Components/TypedRangeTextComponent.cjs +1 -1
  90. package/dist/lib/obsidian/Components/TypedRangeTextComponent.mjs +1 -1
  91. package/dist/lib/obsidian/Components/TypedTextComponent.cjs +1 -1
  92. package/dist/lib/obsidian/Components/TypedTextComponent.mjs +1 -1
  93. package/dist/lib/obsidian/Components/UrlComponent.cjs +2 -2
  94. package/dist/lib/obsidian/Components/UrlComponent.d.ts +1 -1
  95. package/dist/lib/obsidian/Components/UrlComponent.mjs +2 -2
  96. package/dist/lib/obsidian/Components/ValidatorComponent.cjs +1 -1
  97. package/dist/lib/obsidian/Components/ValidatorComponent.mjs +1 -1
  98. package/dist/lib/obsidian/Components/ValueComponentWithChangeTracking.cjs +1 -1
  99. package/dist/lib/obsidian/Components/ValueComponentWithChangeTracking.mjs +1 -1
  100. package/dist/lib/obsidian/Components/WeekComponent.cjs +2 -2
  101. package/dist/lib/obsidian/Components/WeekComponent.d.ts +1 -1
  102. package/dist/lib/obsidian/Components/WeekComponent.mjs +2 -2
  103. package/dist/lib/obsidian/Dataview.cjs +1 -1
  104. package/dist/lib/obsidian/Dataview.mjs +1 -1
  105. package/dist/lib/obsidian/DataviewLink.cjs +1 -1
  106. package/dist/lib/obsidian/DataviewLink.mjs +1 -1
  107. package/dist/lib/obsidian/FileChange.cjs +1 -1
  108. package/dist/lib/obsidian/FileChange.mjs +1 -1
  109. package/dist/lib/obsidian/FileManager.cjs +1 -1
  110. package/dist/lib/obsidian/FileManager.mjs +1 -1
  111. package/dist/lib/obsidian/FileSystem.cjs +1 -1
  112. package/dist/lib/obsidian/FileSystem.mjs +1 -1
  113. package/dist/lib/obsidian/Frontmatter.cjs +1 -1
  114. package/dist/lib/obsidian/Frontmatter.mjs +1 -1
  115. package/dist/lib/obsidian/Link.cjs +1 -1
  116. package/dist/lib/obsidian/Link.mjs +1 -1
  117. package/dist/lib/obsidian/Logger.cjs +1 -1
  118. package/dist/lib/obsidian/Logger.mjs +1 -1
  119. package/dist/lib/obsidian/Loop.cjs +1 -1
  120. package/dist/lib/obsidian/Loop.mjs +1 -1
  121. package/dist/lib/obsidian/Markdown.cjs +1 -1
  122. package/dist/lib/obsidian/Markdown.mjs +1 -1
  123. package/dist/lib/obsidian/MarkdownCodeBlockProcessor.cjs +1 -1
  124. package/dist/lib/obsidian/MarkdownCodeBlockProcessor.mjs +1 -1
  125. package/dist/lib/obsidian/MarkdownView.cjs +1 -1
  126. package/dist/lib/obsidian/MarkdownView.mjs +1 -1
  127. package/dist/lib/obsidian/MetadataCache.cjs +1 -1
  128. package/dist/lib/obsidian/MetadataCache.mjs +1 -1
  129. package/dist/lib/obsidian/Modals/Alert.cjs +1 -1
  130. package/dist/lib/obsidian/Modals/Alert.mjs +1 -1
  131. package/dist/lib/obsidian/Modals/Confirm.cjs +1 -1
  132. package/dist/lib/obsidian/Modals/Confirm.mjs +1 -1
  133. package/dist/lib/obsidian/Modals/Prompt.cjs +1 -1
  134. package/dist/lib/obsidian/Modals/Prompt.mjs +1 -1
  135. package/dist/lib/obsidian/Modals/SelectItem.cjs +1 -1
  136. package/dist/lib/obsidian/Modals/SelectItem.mjs +1 -1
  137. package/dist/lib/obsidian/ObsidianSettings.cjs +1 -1
  138. package/dist/lib/obsidian/ObsidianSettings.mjs +1 -1
  139. package/dist/lib/obsidian/Pdf.cjs +1 -1
  140. package/dist/lib/obsidian/Pdf.mjs +1 -1
  141. package/dist/lib/obsidian/Plugin/EmptySettings.cjs +1 -1
  142. package/dist/lib/obsidian/Plugin/EmptySettings.mjs +1 -1
  143. package/dist/lib/obsidian/Plugin/ObsidianPluginRepoPaths.cjs +3 -2
  144. package/dist/lib/obsidian/Plugin/ObsidianPluginRepoPaths.d.ts +2 -0
  145. package/dist/lib/obsidian/Plugin/ObsidianPluginRepoPaths.mjs +3 -2
  146. package/dist/lib/obsidian/Plugin/Plugin.cjs +1 -1
  147. package/dist/lib/obsidian/Plugin/Plugin.mjs +1 -1
  148. package/dist/lib/obsidian/Plugin/PluginBase.cjs +1 -1
  149. package/dist/lib/obsidian/Plugin/PluginBase.mjs +1 -1
  150. package/dist/lib/obsidian/Plugin/PluginContext.cjs +1 -1
  151. package/dist/lib/obsidian/Plugin/PluginContext.mjs +1 -1
  152. package/dist/lib/obsidian/Plugin/PluginId.cjs +1 -1
  153. package/dist/lib/obsidian/Plugin/PluginId.mjs +1 -1
  154. package/dist/lib/obsidian/Plugin/PluginSettingsBase.cjs +12 -6
  155. package/dist/lib/obsidian/Plugin/PluginSettingsBase.d.ts +2 -0
  156. package/dist/lib/obsidian/Plugin/PluginSettingsBase.mjs +12 -6
  157. package/dist/lib/obsidian/Plugin/PluginSettingsTabBase.cjs +1 -1
  158. package/dist/lib/obsidian/Plugin/PluginSettingsTabBase.mjs +1 -1
  159. package/dist/lib/obsidian/Queue.cjs +1 -1
  160. package/dist/lib/obsidian/Queue.mjs +1 -1
  161. package/dist/lib/obsidian/Reference.cjs +1 -1
  162. package/dist/lib/obsidian/Reference.mjs +1 -1
  163. package/dist/lib/obsidian/RenameDeleteHandler.cjs +1 -1
  164. package/dist/lib/obsidian/RenameDeleteHandler.mjs +1 -1
  165. package/dist/lib/obsidian/ResourceUrl.cjs +1 -1
  166. package/dist/lib/obsidian/ResourceUrl.mjs +1 -1
  167. package/dist/lib/obsidian/SettingEx.cjs +1 -1
  168. package/dist/lib/obsidian/SettingEx.mjs +1 -1
  169. package/dist/lib/obsidian/Vault.cjs +1 -1
  170. package/dist/lib/obsidian/Vault.mjs +1 -1
  171. package/dist/lib/obsidian/VaultEx.cjs +1 -1
  172. package/dist/lib/obsidian/VaultEx.mjs +1 -1
  173. package/dist/lib/scripts/CliUtils.cjs +1 -1
  174. package/dist/lib/scripts/CliUtils.mjs +1 -1
  175. package/dist/lib/scripts/CodeGenerator.cjs +1 -1
  176. package/dist/lib/scripts/CodeGenerator.mjs +1 -1
  177. package/dist/lib/scripts/ESLint/ESLint.cjs +4 -3
  178. package/dist/lib/scripts/ESLint/ESLint.mjs +1 -1
  179. package/dist/lib/scripts/ESLint/eslint.config.cjs +1 -1
  180. package/dist/lib/scripts/ESLint/eslint.config.mjs +1 -1
  181. package/dist/lib/scripts/Exec.cjs +1 -1
  182. package/dist/lib/scripts/Exec.mjs +1 -1
  183. package/dist/lib/scripts/Fs.cjs +1 -1
  184. package/dist/lib/scripts/Fs.mjs +1 -1
  185. package/dist/lib/scripts/JSON.cjs +1 -1
  186. package/dist/lib/scripts/JSON.mjs +1 -1
  187. package/dist/lib/scripts/NodeModules.cjs +1 -1
  188. package/dist/lib/scripts/NodeModules.mjs +1 -1
  189. package/dist/lib/scripts/Npm.cjs +1 -1
  190. package/dist/lib/scripts/Npm.mjs +1 -1
  191. package/dist/lib/scripts/NpmPublish.cjs +1 -1
  192. package/dist/lib/scripts/NpmPublish.mjs +1 -1
  193. package/dist/lib/scripts/ObsidianDevUtilsRepoPaths.cjs +5 -2
  194. package/dist/lib/scripts/ObsidianDevUtilsRepoPaths.d.ts +6 -0
  195. package/dist/lib/scripts/ObsidianDevUtilsRepoPaths.mjs +5 -2
  196. package/dist/lib/scripts/Root.cjs +1 -1
  197. package/dist/lib/scripts/Root.mjs +1 -1
  198. package/dist/lib/scripts/build.cjs +1 -1
  199. package/dist/lib/scripts/build.mjs +1 -1
  200. package/dist/lib/scripts/cli.cjs +4 -3
  201. package/dist/lib/scripts/cli.mjs +1 -1
  202. package/dist/lib/scripts/esbuild/Dependency.cjs +4 -3
  203. package/dist/lib/scripts/esbuild/Dependency.mjs +1 -1
  204. package/dist/lib/scripts/esbuild/ObsidianPluginBuilder.cjs +1 -1
  205. package/dist/lib/scripts/esbuild/ObsidianPluginBuilder.mjs +1 -1
  206. package/dist/lib/scripts/esbuild/changeExtensionPlugin.cjs +1 -1
  207. package/dist/lib/scripts/esbuild/changeExtensionPlugin.mjs +1 -1
  208. package/dist/lib/scripts/esbuild/copyToObsidianPluginsFolderPlugin.cjs +1 -1
  209. package/dist/lib/scripts/esbuild/copyToObsidianPluginsFolderPlugin.mjs +1 -1
  210. package/dist/lib/scripts/esbuild/fixEsmPlugin.cjs +1 -1
  211. package/dist/lib/scripts/esbuild/fixEsmPlugin.mjs +1 -1
  212. package/dist/lib/scripts/esbuild/fixSourceMapsPlugin.cjs +1 -1
  213. package/dist/lib/scripts/esbuild/fixSourceMapsPlugin.mjs +1 -1
  214. package/dist/lib/scripts/esbuild/preprocessPlugin.cjs +5 -4
  215. package/dist/lib/scripts/esbuild/preprocessPlugin.mjs +5 -4
  216. package/dist/lib/scripts/esbuild/renameCssPlugin.cjs +1 -1
  217. package/dist/lib/scripts/esbuild/renameCssPlugin.mjs +1 -1
  218. package/dist/lib/scripts/esbuild/svelteWrapperPlugin.cjs +1 -1
  219. package/dist/lib/scripts/esbuild/svelteWrapperPlugin.mjs +1 -1
  220. package/dist/lib/scripts/format.cjs +4 -3
  221. package/dist/lib/scripts/format.mjs +1 -1
  222. package/dist/lib/scripts/spellcheck.cjs +1 -1
  223. package/dist/lib/scripts/spellcheck.mjs +1 -1
  224. package/dist/lib/scripts/version.cjs +7 -3
  225. package/dist/lib/scripts/version.mjs +7 -3
  226. package/dist/lib/url.cjs +1 -1
  227. package/dist/lib/url.mjs +1 -1
  228. package/dist/styles.css +6 -38
  229. package/package.json +3 -2
  230. package/dist/lib/Transformers/index.cjs +0 -58
  231. package/dist/lib/Transformers/index.d.ts +0 -5
  232. package/dist/lib/Transformers/index.mjs +0 -20
  233. package/dist/lib/codemirror/index.cjs +0 -46
  234. package/dist/lib/codemirror/index.d.ts +0 -1
  235. package/dist/lib/codemirror/index.mjs +0 -12
  236. package/dist/lib/obsidian/Components/index.cjs +0 -91
  237. package/dist/lib/obsidian/Components/index.d.ts +0 -16
  238. package/dist/lib/obsidian/Components/index.mjs +0 -42
  239. package/dist/lib/obsidian/Modals/index.cjs +0 -55
  240. package/dist/lib/obsidian/Modals/index.d.ts +0 -4
  241. package/dist/lib/obsidian/Modals/index.mjs +0 -18
  242. package/dist/lib/obsidian/Plugin/index.cjs +0 -67
  243. package/dist/lib/obsidian/Plugin/index.d.ts +0 -8
  244. package/dist/lib/obsidian/Plugin/index.mjs +0 -26
  245. package/dist/lib/obsidian/index.cjs +0 -130
  246. package/dist/lib/obsidian/index.d.ts +0 -29
  247. package/dist/lib/obsidian/index.mjs +0 -68
  248. package/dist/lib/scripts/ESLint/index.cjs +0 -49
  249. package/dist/lib/scripts/ESLint/index.d.ts +0 -2
  250. package/dist/lib/scripts/ESLint/index.mjs +0 -14
  251. package/dist/lib/scripts/esbuild/index.cjs +0 -70
  252. package/dist/lib/scripts/esbuild/index.d.ts +0 -9
  253. package/dist/lib/scripts/esbuild/index.mjs +0 -28
  254. package/dist/lib/scripts/index.cjs +0 -94
  255. package/dist/lib/scripts/index.d.ts +0 -17
  256. package/dist/lib/scripts/index.mjs +0 -44
@@ -1,68 +0,0 @@
1
- /*
2
- THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
3
- if you want to view the source, please visit the github repository of this plugin
4
- */
5
-
6
- (function init(){const globalThisRecord=globalThis;globalThisRecord["__name"]??=name;if(!require.__isPatched){const originalRequire=require;require=Object.assign(id=>requirePatched(id,originalRequire),originalRequire,{__isPatched:true})}const newFuncs={__extractDefault:__name(()=>extractDefault,"__extractDefault"),process:__name(()=>({browser:true,cwd:__name(()=>"/","cwd"),env:{},platform:"android"}),"process")};for(const key of Object.keys(newFuncs)){globalThisRecord[key]??=newFuncs[key]?.()}function name(obj){return obj}__name(name,"name");function extractDefault(module){return module&&module.__esModule&&module.default?module.default:module}__name(extractDefault,"extractDefault");function requirePatched(id,originalRequire){const module=originalRequire(id);if(module){return extractDefault(module)}if(id==="process"||id==="node:process"){console.error(`Module not found: ${id}. Fake process object is returned instead.`);return globalThis.process}console.error(`Module not found: ${id}. Empty object is returned instead.`);return{}}__name(requirePatched,"requirePatched")})()
7
-
8
- import * as App from "./App.mjs";
9
- import * as AttachmentPath from "./AttachmentPath.mjs";
10
- import * as Backlink from "./Backlink.mjs";
11
- import * as Callout from "./Callout.mjs";
12
- import * as Components from "./Components/index.mjs";
13
- import * as Dataview from "./Dataview.mjs";
14
- import * as DataviewLink from "./DataviewLink.mjs";
15
- import * as FileChange from "./FileChange.mjs";
16
- import * as FileManager from "./FileManager.mjs";
17
- import * as FileSystem from "./FileSystem.mjs";
18
- import * as Frontmatter from "./Frontmatter.mjs";
19
- import * as Link from "./Link.mjs";
20
- import * as Logger from "./Logger.mjs";
21
- import * as Loop from "./Loop.mjs";
22
- import * as Markdown from "./Markdown.mjs";
23
- import * as MarkdownCodeBlockProcessor from "./MarkdownCodeBlockProcessor.mjs";
24
- import * as MarkdownView from "./MarkdownView.mjs";
25
- import * as MetadataCache from "./MetadataCache.mjs";
26
- import * as Modals from "./Modals/index.mjs";
27
- import * as ObsidianSettings from "./ObsidianSettings.mjs";
28
- import * as Pdf from "./Pdf.mjs";
29
- import * as Plugin from "./Plugin/index.mjs";
30
- import * as Queue from "./Queue.mjs";
31
- import * as Reference from "./Reference.mjs";
32
- import * as RenameDeleteHandler from "./RenameDeleteHandler.mjs";
33
- import * as ResourceUrl from "./ResourceUrl.mjs";
34
- import * as SettingEx from "./SettingEx.mjs";
35
- import * as Vault from "./Vault.mjs";
36
- import * as VaultEx from "./VaultEx.mjs";
37
- export {
38
- App,
39
- AttachmentPath,
40
- Backlink,
41
- Callout,
42
- Components,
43
- Dataview,
44
- DataviewLink,
45
- FileChange,
46
- FileManager,
47
- FileSystem,
48
- Frontmatter,
49
- Link,
50
- Logger,
51
- Loop,
52
- Markdown,
53
- MarkdownCodeBlockProcessor,
54
- MarkdownView,
55
- MetadataCache,
56
- Modals,
57
- ObsidianSettings,
58
- Pdf,
59
- Plugin,
60
- Queue,
61
- Reference,
62
- RenameDeleteHandler,
63
- ResourceUrl,
64
- SettingEx,
65
- Vault,
66
- VaultEx
67
- };
68
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vc3JjL29ic2lkaWFuL2luZGV4LnRzIl0sCiAgInNvdXJjZXNDb250ZW50IjogWyIvKiBUSElTIElTIEEgR0VORVJBVEVEL0JVTkRMRUQgRklMRSBCWSBCVUlMRCBTQ1JJUFQgKi9cblxuZXhwb3J0ICogYXMgQXBwIGZyb20gJy4vQXBwLnRzJztcbmV4cG9ydCAqIGFzIEF0dGFjaG1lbnRQYXRoIGZyb20gJy4vQXR0YWNobWVudFBhdGgudHMnO1xuZXhwb3J0ICogYXMgQmFja2xpbmsgZnJvbSAnLi9CYWNrbGluay50cyc7XG5leHBvcnQgKiBhcyBDYWxsb3V0IGZyb20gJy4vQ2FsbG91dC50cyc7XG5leHBvcnQgKiBhcyBDb21wb25lbnRzIGZyb20gJy4vQ29tcG9uZW50cy9pbmRleC50cyc7XG5leHBvcnQgKiBhcyBEYXRhdmlldyBmcm9tICcuL0RhdGF2aWV3LnRzJztcbmV4cG9ydCAqIGFzIERhdGF2aWV3TGluayBmcm9tICcuL0RhdGF2aWV3TGluay50cyc7XG5leHBvcnQgKiBhcyBGaWxlQ2hhbmdlIGZyb20gJy4vRmlsZUNoYW5nZS50cyc7XG5leHBvcnQgKiBhcyBGaWxlTWFuYWdlciBmcm9tICcuL0ZpbGVNYW5hZ2VyLnRzJztcbmV4cG9ydCAqIGFzIEZpbGVTeXN0ZW0gZnJvbSAnLi9GaWxlU3lzdGVtLnRzJztcbmV4cG9ydCAqIGFzIEZyb250bWF0dGVyIGZyb20gJy4vRnJvbnRtYXR0ZXIudHMnO1xuZXhwb3J0ICogYXMgTGluayBmcm9tICcuL0xpbmsudHMnO1xuZXhwb3J0ICogYXMgTG9nZ2VyIGZyb20gJy4vTG9nZ2VyLnRzJztcbmV4cG9ydCAqIGFzIExvb3AgZnJvbSAnLi9Mb29wLnRzJztcbmV4cG9ydCAqIGFzIE1hcmtkb3duIGZyb20gJy4vTWFya2Rvd24udHMnO1xuZXhwb3J0ICogYXMgTWFya2Rvd25Db2RlQmxvY2tQcm9jZXNzb3IgZnJvbSAnLi9NYXJrZG93bkNvZGVCbG9ja1Byb2Nlc3Nvci50cyc7XG5leHBvcnQgKiBhcyBNYXJrZG93blZpZXcgZnJvbSAnLi9NYXJrZG93blZpZXcudHMnO1xuZXhwb3J0ICogYXMgTWV0YWRhdGFDYWNoZSBmcm9tICcuL01ldGFkYXRhQ2FjaGUudHMnO1xuZXhwb3J0ICogYXMgTW9kYWxzIGZyb20gJy4vTW9kYWxzL2luZGV4LnRzJztcbmV4cG9ydCAqIGFzIE9ic2lkaWFuU2V0dGluZ3MgZnJvbSAnLi9PYnNpZGlhblNldHRpbmdzLnRzJztcbmV4cG9ydCAqIGFzIFBkZiBmcm9tICcuL1BkZi50cyc7XG5leHBvcnQgKiBhcyBQbHVnaW4gZnJvbSAnLi9QbHVnaW4vaW5kZXgudHMnO1xuZXhwb3J0ICogYXMgUXVldWUgZnJvbSAnLi9RdWV1ZS50cyc7XG5leHBvcnQgKiBhcyBSZWZlcmVuY2UgZnJvbSAnLi9SZWZlcmVuY2UudHMnO1xuZXhwb3J0ICogYXMgUmVuYW1lRGVsZXRlSGFuZGxlciBmcm9tICcuL1JlbmFtZURlbGV0ZUhhbmRsZXIudHMnO1xuZXhwb3J0ICogYXMgUmVzb3VyY2VVcmwgZnJvbSAnLi9SZXNvdXJjZVVybC50cyc7XG5leHBvcnQgKiBhcyBTZXR0aW5nRXggZnJvbSAnLi9TZXR0aW5nRXgudHMnO1xuZXhwb3J0ICogYXMgVmF1bHQgZnJvbSAnLi9WYXVsdC50cyc7XG5leHBvcnQgKiBhcyBWYXVsdEV4IGZyb20gJy4vVmF1bHRFeC50cyc7XG4iXSwKICAibWFwcGluZ3MiOiAiOzs7Ozs7O0FBRUEsWUFBWSxTQUFTO0FBQ3JCLFlBQVksb0JBQW9CO0FBQ2hDLFlBQVksY0FBYztBQUMxQixZQUFZLGFBQWE7QUFDekIsWUFBWSxnQkFBZ0I7QUFDNUIsWUFBWSxjQUFjO0FBQzFCLFlBQVksa0JBQWtCO0FBQzlCLFlBQVksZ0JBQWdCO0FBQzVCLFlBQVksaUJBQWlCO0FBQzdCLFlBQVksZ0JBQWdCO0FBQzVCLFlBQVksaUJBQWlCO0FBQzdCLFlBQVksVUFBVTtBQUN0QixZQUFZLFlBQVk7QUFDeEIsWUFBWSxVQUFVO0FBQ3RCLFlBQVksY0FBYztBQUMxQixZQUFZLGdDQUFnQztBQUM1QyxZQUFZLGtCQUFrQjtBQUM5QixZQUFZLG1CQUFtQjtBQUMvQixZQUFZLFlBQVk7QUFDeEIsWUFBWSxzQkFBc0I7QUFDbEMsWUFBWSxTQUFTO0FBQ3JCLFlBQVksWUFBWTtBQUN4QixZQUFZLFdBQVc7QUFDdkIsWUFBWSxlQUFlO0FBQzNCLFlBQVkseUJBQXlCO0FBQ3JDLFlBQVksaUJBQWlCO0FBQzdCLFlBQVksZUFBZTtBQUMzQixZQUFZLFdBQVc7QUFDdkIsWUFBWSxhQUFhOyIsCiAgIm5hbWVzIjogW10KfQo=
@@ -1,49 +0,0 @@
1
- /*
2
- THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
3
- if you want to view the source, please visit the github repository of this plugin
4
- */
5
-
6
- (function init(){const globalThisRecord=globalThis;globalThisRecord["__name"]??=name;if(!require.__isPatched){const originalRequire=require;require=Object.assign(id=>requirePatched(id,originalRequire),originalRequire,{__isPatched:true})}const newFuncs={__extractDefault:__name(()=>extractDefault,"__extractDefault"),process:__name(()=>({browser:true,cwd:__name(()=>"/","cwd"),env:{},platform:"android"}),"process")};for(const key of Object.keys(newFuncs)){globalThisRecord[key]??=newFuncs[key]?.()}function name(obj){return obj}__name(name,"name");function extractDefault(module){return module&&module.__esModule&&module.default?module.default:module}__name(extractDefault,"extractDefault");function requirePatched(id,originalRequire){const module=originalRequire(id);if(module){return extractDefault(module)}if(id==="process"||id==="node:process"){console.error(`Module not found: ${id}. Fake process object is returned instead.`);return globalThis.process}console.error(`Module not found: ${id}. Empty object is returned instead.`);return{}}__name(requirePatched,"requirePatched")})()
7
-
8
- "use strict";
9
- var __create = Object.create;
10
- var __defProp = Object.defineProperty;
11
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
- var __getOwnPropNames = Object.getOwnPropertyNames;
13
- var __getProtoOf = Object.getPrototypeOf;
14
- var __hasOwnProp = Object.prototype.hasOwnProperty;
15
- var __export = (target, all) => {
16
- for (var name in all)
17
- __defProp(target, name, { get: all[name], enumerable: true });
18
- };
19
- var __copyProps = (to, from, except, desc) => {
20
- if (from && typeof from === "object" || typeof from === "function") {
21
- for (let key of __getOwnPropNames(from))
22
- if (!__hasOwnProp.call(to, key) && key !== except)
23
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
24
- }
25
- return to;
26
- };
27
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
28
- // If the importer is in node compatibility mode or this is not an ESM
29
- // file that has been converted to a CommonJS file using a Babel-
30
- // compatible transform (i.e. "__esModule" has not been set), then set
31
- // "default" to the CommonJS "module.exports" for node compatibility.
32
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
33
- mod
34
- ));
35
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
36
- var ESLint_exports = {};
37
- __export(ESLint_exports, {
38
- ESLint: () => ESLint,
39
- eslint_config: () => eslint_config
40
- });
41
- module.exports = __toCommonJS(ESLint_exports);
42
- var eslint_config = __toESM(__extractDefault(require('./eslint.config.cjs')), 1);
43
- var ESLint = __toESM(__extractDefault(require('./ESLint.cjs')), 1);
44
- // Annotate the CommonJS export names for ESM import in node:
45
- 0 && (module.exports = {
46
- ESLint,
47
- eslint_config
48
- });
49
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vLi4vc3JjL3NjcmlwdHMvRVNMaW50L2luZGV4LnRzIl0sCiAgInNvdXJjZXNDb250ZW50IjogWyIvKiBUSElTIElTIEEgR0VORVJBVEVEL0JVTkRMRUQgRklMRSBCWSBCVUlMRCBTQ1JJUFQgKi9cblxuZXhwb3J0ICogYXMgZXNsaW50X2NvbmZpZyBmcm9tICcuL2VzbGludC5jb25maWcudHMnO1xuZXhwb3J0ICogYXMgRVNMaW50IGZyb20gJy4vRVNMaW50LnRzJztcbiJdLAogICJtYXBwaW5ncyI6ICI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBRUEsb0JBQStCO0FBQy9CLGFBQXdCOyIsCiAgIm5hbWVzIjogW10KfQo=
@@ -1,2 +0,0 @@
1
- export * as eslint_config from './eslint.config.ts';
2
- export * as ESLint from './ESLint.ts';
@@ -1,14 +0,0 @@
1
- /*
2
- THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
3
- if you want to view the source, please visit the github repository of this plugin
4
- */
5
-
6
- (function init(){const globalThisRecord=globalThis;globalThisRecord["__name"]??=name;if(!require.__isPatched){const originalRequire=require;require=Object.assign(id=>requirePatched(id,originalRequire),originalRequire,{__isPatched:true})}const newFuncs={__extractDefault:__name(()=>extractDefault,"__extractDefault"),process:__name(()=>({browser:true,cwd:__name(()=>"/","cwd"),env:{},platform:"android"}),"process")};for(const key of Object.keys(newFuncs)){globalThisRecord[key]??=newFuncs[key]?.()}function name(obj){return obj}__name(name,"name");function extractDefault(module){return module&&module.__esModule&&module.default?module.default:module}__name(extractDefault,"extractDefault");function requirePatched(id,originalRequire){const module=originalRequire(id);if(module){return extractDefault(module)}if(id==="process"||id==="node:process"){console.error(`Module not found: ${id}. Fake process object is returned instead.`);return globalThis.process}console.error(`Module not found: ${id}. Empty object is returned instead.`);return{}}__name(requirePatched,"requirePatched")})()
7
-
8
- import * as eslint_config from "./eslint.config.mjs";
9
- import * as ESLint from "./ESLint.mjs";
10
- export {
11
- ESLint,
12
- eslint_config
13
- };
14
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vLi4vc3JjL3NjcmlwdHMvRVNMaW50L2luZGV4LnRzIl0sCiAgInNvdXJjZXNDb250ZW50IjogWyIvKiBUSElTIElTIEEgR0VORVJBVEVEL0JVTkRMRUQgRklMRSBCWSBCVUlMRCBTQ1JJUFQgKi9cblxuZXhwb3J0ICogYXMgZXNsaW50X2NvbmZpZyBmcm9tICcuL2VzbGludC5jb25maWcudHMnO1xuZXhwb3J0ICogYXMgRVNMaW50IGZyb20gJy4vRVNMaW50LnRzJztcbiJdLAogICJtYXBwaW5ncyI6ICI7Ozs7Ozs7QUFFQSxZQUFZLG1CQUFtQjtBQUMvQixZQUFZLFlBQVk7IiwKICAibmFtZXMiOiBbXQp9Cg==
@@ -1,70 +0,0 @@
1
- /*
2
- THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
3
- if you want to view the source, please visit the github repository of this plugin
4
- */
5
-
6
- (function init(){const globalThisRecord=globalThis;globalThisRecord["__name"]??=name;if(!require.__isPatched){const originalRequire=require;require=Object.assign(id=>requirePatched(id,originalRequire),originalRequire,{__isPatched:true})}const newFuncs={__extractDefault:__name(()=>extractDefault,"__extractDefault"),process:__name(()=>({browser:true,cwd:__name(()=>"/","cwd"),env:{},platform:"android"}),"process")};for(const key of Object.keys(newFuncs)){globalThisRecord[key]??=newFuncs[key]?.()}function name(obj){return obj}__name(name,"name");function extractDefault(module){return module&&module.__esModule&&module.default?module.default:module}__name(extractDefault,"extractDefault");function requirePatched(id,originalRequire){const module=originalRequire(id);if(module){return extractDefault(module)}if(id==="process"||id==="node:process"){console.error(`Module not found: ${id}. Fake process object is returned instead.`);return globalThis.process}console.error(`Module not found: ${id}. Empty object is returned instead.`);return{}}__name(requirePatched,"requirePatched")})()
7
-
8
- "use strict";
9
- var __create = Object.create;
10
- var __defProp = Object.defineProperty;
11
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
- var __getOwnPropNames = Object.getOwnPropertyNames;
13
- var __getProtoOf = Object.getPrototypeOf;
14
- var __hasOwnProp = Object.prototype.hasOwnProperty;
15
- var __export = (target, all) => {
16
- for (var name in all)
17
- __defProp(target, name, { get: all[name], enumerable: true });
18
- };
19
- var __copyProps = (to, from, except, desc) => {
20
- if (from && typeof from === "object" || typeof from === "function") {
21
- for (let key of __getOwnPropNames(from))
22
- if (!__hasOwnProp.call(to, key) && key !== except)
23
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
24
- }
25
- return to;
26
- };
27
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
28
- // If the importer is in node compatibility mode or this is not an ESM
29
- // file that has been converted to a CommonJS file using a Babel-
30
- // compatible transform (i.e. "__esModule" has not been set), then set
31
- // "default" to the CommonJS "module.exports" for node compatibility.
32
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
33
- mod
34
- ));
35
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
36
- var esbuild_exports = {};
37
- __export(esbuild_exports, {
38
- Dependency: () => Dependency,
39
- ObsidianPluginBuilder: () => ObsidianPluginBuilder,
40
- changeExtensionPlugin: () => changeExtensionPlugin,
41
- copyToObsidianPluginsFolderPlugin: () => copyToObsidianPluginsFolderPlugin,
42
- fixEsmPlugin: () => fixEsmPlugin,
43
- fixSourceMapsPlugin: () => fixSourceMapsPlugin,
44
- preprocessPlugin: () => preprocessPlugin,
45
- renameCssPlugin: () => renameCssPlugin,
46
- svelteWrapperPlugin: () => svelteWrapperPlugin
47
- });
48
- module.exports = __toCommonJS(esbuild_exports);
49
- var changeExtensionPlugin = __toESM(__extractDefault(require('./changeExtensionPlugin.cjs')), 1);
50
- var copyToObsidianPluginsFolderPlugin = __toESM(__extractDefault(require('./copyToObsidianPluginsFolderPlugin.cjs')), 1);
51
- var Dependency = __toESM(__extractDefault(require('./Dependency.cjs')), 1);
52
- var fixEsmPlugin = __toESM(__extractDefault(require('./fixEsmPlugin.cjs')), 1);
53
- var fixSourceMapsPlugin = __toESM(__extractDefault(require('./fixSourceMapsPlugin.cjs')), 1);
54
- var ObsidianPluginBuilder = __toESM(__extractDefault(require('./ObsidianPluginBuilder.cjs')), 1);
55
- var preprocessPlugin = __toESM(__extractDefault(require('./preprocessPlugin.cjs')), 1);
56
- var renameCssPlugin = __toESM(__extractDefault(require('./renameCssPlugin.cjs')), 1);
57
- var svelteWrapperPlugin = __toESM(__extractDefault(require('./svelteWrapperPlugin.cjs')), 1);
58
- // Annotate the CommonJS export names for ESM import in node:
59
- 0 && (module.exports = {
60
- Dependency,
61
- ObsidianPluginBuilder,
62
- changeExtensionPlugin,
63
- copyToObsidianPluginsFolderPlugin,
64
- fixEsmPlugin,
65
- fixSourceMapsPlugin,
66
- preprocessPlugin,
67
- renameCssPlugin,
68
- svelteWrapperPlugin
69
- });
70
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vLi4vc3JjL3NjcmlwdHMvZXNidWlsZC9pbmRleC50cyJdLAogICJzb3VyY2VzQ29udGVudCI6IFsiLyogVEhJUyBJUyBBIEdFTkVSQVRFRC9CVU5ETEVEIEZJTEUgQlkgQlVJTEQgU0NSSVBUICovXG5cbmV4cG9ydCAqIGFzIGNoYW5nZUV4dGVuc2lvblBsdWdpbiBmcm9tICcuL2NoYW5nZUV4dGVuc2lvblBsdWdpbi50cyc7XG5leHBvcnQgKiBhcyBjb3B5VG9PYnNpZGlhblBsdWdpbnNGb2xkZXJQbHVnaW4gZnJvbSAnLi9jb3B5VG9PYnNpZGlhblBsdWdpbnNGb2xkZXJQbHVnaW4udHMnO1xuZXhwb3J0ICogYXMgRGVwZW5kZW5jeSBmcm9tICcuL0RlcGVuZGVuY3kudHMnO1xuZXhwb3J0ICogYXMgZml4RXNtUGx1Z2luIGZyb20gJy4vZml4RXNtUGx1Z2luLnRzJztcbmV4cG9ydCAqIGFzIGZpeFNvdXJjZU1hcHNQbHVnaW4gZnJvbSAnLi9maXhTb3VyY2VNYXBzUGx1Z2luLnRzJztcbmV4cG9ydCAqIGFzIE9ic2lkaWFuUGx1Z2luQnVpbGRlciBmcm9tICcuL09ic2lkaWFuUGx1Z2luQnVpbGRlci50cyc7XG5leHBvcnQgKiBhcyBwcmVwcm9jZXNzUGx1Z2luIGZyb20gJy4vcHJlcHJvY2Vzc1BsdWdpbi50cyc7XG5leHBvcnQgKiBhcyByZW5hbWVDc3NQbHVnaW4gZnJvbSAnLi9yZW5hbWVDc3NQbHVnaW4udHMnO1xuZXhwb3J0ICogYXMgc3ZlbHRlV3JhcHBlclBsdWdpbiBmcm9tICcuL3N2ZWx0ZVdyYXBwZXJQbHVnaW4udHMnO1xuIl0sCiAgIm1hcHBpbmdzIjogIjs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUVBLDRCQUF1QztBQUN2Qyx3Q0FBbUQ7QUFDbkQsaUJBQTRCO0FBQzVCLG1CQUE4QjtBQUM5QiwwQkFBcUM7QUFDckMsNEJBQXVDO0FBQ3ZDLHVCQUFrQztBQUNsQyxzQkFBaUM7QUFDakMsMEJBQXFDOyIsCiAgIm5hbWVzIjogW10KfQo=
@@ -1,9 +0,0 @@
1
- export * as changeExtensionPlugin from './changeExtensionPlugin.ts';
2
- export * as copyToObsidianPluginsFolderPlugin from './copyToObsidianPluginsFolderPlugin.ts';
3
- export * as Dependency from './Dependency.ts';
4
- export * as fixEsmPlugin from './fixEsmPlugin.ts';
5
- export * as fixSourceMapsPlugin from './fixSourceMapsPlugin.ts';
6
- export * as ObsidianPluginBuilder from './ObsidianPluginBuilder.ts';
7
- export * as preprocessPlugin from './preprocessPlugin.ts';
8
- export * as renameCssPlugin from './renameCssPlugin.ts';
9
- export * as svelteWrapperPlugin from './svelteWrapperPlugin.ts';
@@ -1,28 +0,0 @@
1
- /*
2
- THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
3
- if you want to view the source, please visit the github repository of this plugin
4
- */
5
-
6
- (function init(){const globalThisRecord=globalThis;globalThisRecord["__name"]??=name;if(!require.__isPatched){const originalRequire=require;require=Object.assign(id=>requirePatched(id,originalRequire),originalRequire,{__isPatched:true})}const newFuncs={__extractDefault:__name(()=>extractDefault,"__extractDefault"),process:__name(()=>({browser:true,cwd:__name(()=>"/","cwd"),env:{},platform:"android"}),"process")};for(const key of Object.keys(newFuncs)){globalThisRecord[key]??=newFuncs[key]?.()}function name(obj){return obj}__name(name,"name");function extractDefault(module){return module&&module.__esModule&&module.default?module.default:module}__name(extractDefault,"extractDefault");function requirePatched(id,originalRequire){const module=originalRequire(id);if(module){return extractDefault(module)}if(id==="process"||id==="node:process"){console.error(`Module not found: ${id}. Fake process object is returned instead.`);return globalThis.process}console.error(`Module not found: ${id}. Empty object is returned instead.`);return{}}__name(requirePatched,"requirePatched")})()
7
-
8
- import * as changeExtensionPlugin from "./changeExtensionPlugin.mjs";
9
- import * as copyToObsidianPluginsFolderPlugin from "./copyToObsidianPluginsFolderPlugin.mjs";
10
- import * as Dependency from "./Dependency.mjs";
11
- import * as fixEsmPlugin from "./fixEsmPlugin.mjs";
12
- import * as fixSourceMapsPlugin from "./fixSourceMapsPlugin.mjs";
13
- import * as ObsidianPluginBuilder from "./ObsidianPluginBuilder.mjs";
14
- import * as preprocessPlugin from "./preprocessPlugin.mjs";
15
- import * as renameCssPlugin from "./renameCssPlugin.mjs";
16
- import * as svelteWrapperPlugin from "./svelteWrapperPlugin.mjs";
17
- export {
18
- Dependency,
19
- ObsidianPluginBuilder,
20
- changeExtensionPlugin,
21
- copyToObsidianPluginsFolderPlugin,
22
- fixEsmPlugin,
23
- fixSourceMapsPlugin,
24
- preprocessPlugin,
25
- renameCssPlugin,
26
- svelteWrapperPlugin
27
- };
28
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vLi4vc3JjL3NjcmlwdHMvZXNidWlsZC9pbmRleC50cyJdLAogICJzb3VyY2VzQ29udGVudCI6IFsiLyogVEhJUyBJUyBBIEdFTkVSQVRFRC9CVU5ETEVEIEZJTEUgQlkgQlVJTEQgU0NSSVBUICovXG5cbmV4cG9ydCAqIGFzIGNoYW5nZUV4dGVuc2lvblBsdWdpbiBmcm9tICcuL2NoYW5nZUV4dGVuc2lvblBsdWdpbi50cyc7XG5leHBvcnQgKiBhcyBjb3B5VG9PYnNpZGlhblBsdWdpbnNGb2xkZXJQbHVnaW4gZnJvbSAnLi9jb3B5VG9PYnNpZGlhblBsdWdpbnNGb2xkZXJQbHVnaW4udHMnO1xuZXhwb3J0ICogYXMgRGVwZW5kZW5jeSBmcm9tICcuL0RlcGVuZGVuY3kudHMnO1xuZXhwb3J0ICogYXMgZml4RXNtUGx1Z2luIGZyb20gJy4vZml4RXNtUGx1Z2luLnRzJztcbmV4cG9ydCAqIGFzIGZpeFNvdXJjZU1hcHNQbHVnaW4gZnJvbSAnLi9maXhTb3VyY2VNYXBzUGx1Z2luLnRzJztcbmV4cG9ydCAqIGFzIE9ic2lkaWFuUGx1Z2luQnVpbGRlciBmcm9tICcuL09ic2lkaWFuUGx1Z2luQnVpbGRlci50cyc7XG5leHBvcnQgKiBhcyBwcmVwcm9jZXNzUGx1Z2luIGZyb20gJy4vcHJlcHJvY2Vzc1BsdWdpbi50cyc7XG5leHBvcnQgKiBhcyByZW5hbWVDc3NQbHVnaW4gZnJvbSAnLi9yZW5hbWVDc3NQbHVnaW4udHMnO1xuZXhwb3J0ICogYXMgc3ZlbHRlV3JhcHBlclBsdWdpbiBmcm9tICcuL3N2ZWx0ZVdyYXBwZXJQbHVnaW4udHMnO1xuIl0sCiAgIm1hcHBpbmdzIjogIjs7Ozs7OztBQUVBLFlBQVksMkJBQTJCO0FBQ3ZDLFlBQVksdUNBQXVDO0FBQ25ELFlBQVksZ0JBQWdCO0FBQzVCLFlBQVksa0JBQWtCO0FBQzlCLFlBQVkseUJBQXlCO0FBQ3JDLFlBQVksMkJBQTJCO0FBQ3ZDLFlBQVksc0JBQXNCO0FBQ2xDLFlBQVkscUJBQXFCO0FBQ2pDLFlBQVkseUJBQXlCOyIsCiAgIm5hbWVzIjogW10KfQo=
@@ -1,94 +0,0 @@
1
- /*
2
- THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
3
- if you want to view the source, please visit the github repository of this plugin
4
- */
5
-
6
- (function init(){const globalThisRecord=globalThis;globalThisRecord["__name"]??=name;if(!require.__isPatched){const originalRequire=require;require=Object.assign(id=>requirePatched(id,originalRequire),originalRequire,{__isPatched:true})}const newFuncs={__extractDefault:__name(()=>extractDefault,"__extractDefault"),process:__name(()=>({browser:true,cwd:__name(()=>"/","cwd"),env:{},platform:"android"}),"process")};for(const key of Object.keys(newFuncs)){globalThisRecord[key]??=newFuncs[key]?.()}function name(obj){return obj}__name(name,"name");function extractDefault(module){return module&&module.__esModule&&module.default?module.default:module}__name(extractDefault,"extractDefault");function requirePatched(id,originalRequire){const module=originalRequire(id);if(module){return extractDefault(module)}if(id==="process"||id==="node:process"){console.error(`Module not found: ${id}. Fake process object is returned instead.`);return globalThis.process}console.error(`Module not found: ${id}. Empty object is returned instead.`);return{}}__name(requirePatched,"requirePatched")})()
7
-
8
- "use strict";
9
- var __create = Object.create;
10
- var __defProp = Object.defineProperty;
11
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
- var __getOwnPropNames = Object.getOwnPropertyNames;
13
- var __getProtoOf = Object.getPrototypeOf;
14
- var __hasOwnProp = Object.prototype.hasOwnProperty;
15
- var __export = (target, all) => {
16
- for (var name in all)
17
- __defProp(target, name, { get: all[name], enumerable: true });
18
- };
19
- var __copyProps = (to, from, except, desc) => {
20
- if (from && typeof from === "object" || typeof from === "function") {
21
- for (let key of __getOwnPropNames(from))
22
- if (!__hasOwnProp.call(to, key) && key !== except)
23
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
24
- }
25
- return to;
26
- };
27
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
28
- // If the importer is in node compatibility mode or this is not an ESM
29
- // file that has been converted to a CommonJS file using a Babel-
30
- // compatible transform (i.e. "__esModule" has not been set), then set
31
- // "default" to the CommonJS "module.exports" for node compatibility.
32
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
33
- mod
34
- ));
35
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
36
- var scripts_exports = {};
37
- __export(scripts_exports, {
38
- CliUtils: () => CliUtils,
39
- CodeGenerator: () => CodeGenerator,
40
- ESLint: () => ESLint,
41
- Exec: () => Exec,
42
- Fs: () => Fs,
43
- JSON: () => JSON,
44
- NodeModules: () => NodeModules,
45
- Npm: () => Npm,
46
- NpmPublish: () => NpmPublish,
47
- ObsidianDevUtilsRepoPaths: () => ObsidianDevUtilsRepoPaths,
48
- Root: () => Root,
49
- build: () => build,
50
- cli: () => cli,
51
- esbuild: () => esbuild,
52
- format: () => format,
53
- spellcheck: () => spellcheck,
54
- version: () => version
55
- });
56
- module.exports = __toCommonJS(scripts_exports);
57
- var build = __toESM(__extractDefault(require('./build.cjs')), 1);
58
- var cli = __toESM(__extractDefault(require('./cli.cjs')), 1);
59
- var CliUtils = __toESM(__extractDefault(require('./CliUtils.cjs')), 1);
60
- var CodeGenerator = __toESM(__extractDefault(require('./CodeGenerator.cjs')), 1);
61
- var esbuild = __toESM(__extractDefault(require('./esbuild/index.cjs')), 1);
62
- var ESLint = __toESM(__extractDefault(require('./ESLint/index.cjs')), 1);
63
- var Exec = __toESM(__extractDefault(require('./Exec.cjs')), 1);
64
- var format = __toESM(__extractDefault(require('./format.cjs')), 1);
65
- var Fs = __toESM(__extractDefault(require('./Fs.cjs')), 1);
66
- var JSON = __toESM(__extractDefault(require('./JSON.cjs')), 1);
67
- var NodeModules = __toESM(__extractDefault(require('./NodeModules.cjs')), 1);
68
- var Npm = __toESM(__extractDefault(require('./Npm.cjs')), 1);
69
- var NpmPublish = __toESM(__extractDefault(require('./NpmPublish.cjs')), 1);
70
- var ObsidianDevUtilsRepoPaths = __toESM(__extractDefault(require('./ObsidianDevUtilsRepoPaths.cjs')), 1);
71
- var Root = __toESM(__extractDefault(require('./Root.cjs')), 1);
72
- var spellcheck = __toESM(__extractDefault(require('./spellcheck.cjs')), 1);
73
- var version = __toESM(__extractDefault(require('./version.cjs')), 1);
74
- // Annotate the CommonJS export names for ESM import in node:
75
- 0 && (module.exports = {
76
- CliUtils,
77
- CodeGenerator,
78
- ESLint,
79
- Exec,
80
- Fs,
81
- JSON,
82
- NodeModules,
83
- Npm,
84
- NpmPublish,
85
- ObsidianDevUtilsRepoPaths,
86
- Root,
87
- build,
88
- cli,
89
- esbuild,
90
- format,
91
- spellcheck,
92
- version
93
- });
94
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vc3JjL3NjcmlwdHMvaW5kZXgudHMiXSwKICAic291cmNlc0NvbnRlbnQiOiBbIi8qIFRISVMgSVMgQSBHRU5FUkFURUQvQlVORExFRCBGSUxFIEJZIEJVSUxEIFNDUklQVCAqL1xuXG5leHBvcnQgKiBhcyBidWlsZCBmcm9tICcuL2J1aWxkLnRzJztcbmV4cG9ydCAqIGFzIGNsaSBmcm9tICcuL2NsaS50cyc7XG5leHBvcnQgKiBhcyBDbGlVdGlscyBmcm9tICcuL0NsaVV0aWxzLnRzJztcbmV4cG9ydCAqIGFzIENvZGVHZW5lcmF0b3IgZnJvbSAnLi9Db2RlR2VuZXJhdG9yLnRzJztcbmV4cG9ydCAqIGFzIGVzYnVpbGQgZnJvbSAnLi9lc2J1aWxkL2luZGV4LnRzJztcbmV4cG9ydCAqIGFzIEVTTGludCBmcm9tICcuL0VTTGludC9pbmRleC50cyc7XG5leHBvcnQgKiBhcyBFeGVjIGZyb20gJy4vRXhlYy50cyc7XG5leHBvcnQgKiBhcyBmb3JtYXQgZnJvbSAnLi9mb3JtYXQudHMnO1xuZXhwb3J0ICogYXMgRnMgZnJvbSAnLi9Gcy50cyc7XG5leHBvcnQgKiBhcyBKU09OIGZyb20gJy4vSlNPTi50cyc7XG5leHBvcnQgKiBhcyBOb2RlTW9kdWxlcyBmcm9tICcuL05vZGVNb2R1bGVzLnRzJztcbmV4cG9ydCAqIGFzIE5wbSBmcm9tICcuL05wbS50cyc7XG5leHBvcnQgKiBhcyBOcG1QdWJsaXNoIGZyb20gJy4vTnBtUHVibGlzaC50cyc7XG5leHBvcnQgKiBhcyBPYnNpZGlhbkRldlV0aWxzUmVwb1BhdGhzIGZyb20gJy4vT2JzaWRpYW5EZXZVdGlsc1JlcG9QYXRocy50cyc7XG5leHBvcnQgKiBhcyBSb290IGZyb20gJy4vUm9vdC50cyc7XG5leHBvcnQgKiBhcyBzcGVsbGNoZWNrIGZyb20gJy4vc3BlbGxjaGVjay50cyc7XG5leHBvcnQgKiBhcyB2ZXJzaW9uIGZyb20gJy4vdmVyc2lvbi50cyc7XG4iXSwKICAibWFwcGluZ3MiOiAiOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUVBLFlBQXVCO0FBQ3ZCLFVBQXFCO0FBQ3JCLGVBQTBCO0FBQzFCLG9CQUErQjtBQUMvQixjQUF5QjtBQUN6QixhQUF3QjtBQUN4QixXQUFzQjtBQUN0QixhQUF3QjtBQUN4QixTQUFvQjtBQUNwQixXQUFzQjtBQUN0QixrQkFBNkI7QUFDN0IsVUFBcUI7QUFDckIsaUJBQTRCO0FBQzVCLGdDQUEyQztBQUMzQyxXQUFzQjtBQUN0QixpQkFBNEI7QUFDNUIsY0FBeUI7IiwKICAibmFtZXMiOiBbXQp9Cg==
@@ -1,17 +0,0 @@
1
- export * as build from './build.ts';
2
- export * as cli from './cli.ts';
3
- export * as CliUtils from './CliUtils.ts';
4
- export * as CodeGenerator from './CodeGenerator.ts';
5
- export * as esbuild from './esbuild/index.ts';
6
- export * as ESLint from './ESLint/index.ts';
7
- export * as Exec from './Exec.ts';
8
- export * as format from './format.ts';
9
- export * as Fs from './Fs.ts';
10
- export * as JSON from './JSON.ts';
11
- export * as NodeModules from './NodeModules.ts';
12
- export * as Npm from './Npm.ts';
13
- export * as NpmPublish from './NpmPublish.ts';
14
- export * as ObsidianDevUtilsRepoPaths from './ObsidianDevUtilsRepoPaths.ts';
15
- export * as Root from './Root.ts';
16
- export * as spellcheck from './spellcheck.ts';
17
- export * as version from './version.ts';
@@ -1,44 +0,0 @@
1
- /*
2
- THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
3
- if you want to view the source, please visit the github repository of this plugin
4
- */
5
-
6
- (function init(){const globalThisRecord=globalThis;globalThisRecord["__name"]??=name;if(!require.__isPatched){const originalRequire=require;require=Object.assign(id=>requirePatched(id,originalRequire),originalRequire,{__isPatched:true})}const newFuncs={__extractDefault:__name(()=>extractDefault,"__extractDefault"),process:__name(()=>({browser:true,cwd:__name(()=>"/","cwd"),env:{},platform:"android"}),"process")};for(const key of Object.keys(newFuncs)){globalThisRecord[key]??=newFuncs[key]?.()}function name(obj){return obj}__name(name,"name");function extractDefault(module){return module&&module.__esModule&&module.default?module.default:module}__name(extractDefault,"extractDefault");function requirePatched(id,originalRequire){const module=originalRequire(id);if(module){return extractDefault(module)}if(id==="process"||id==="node:process"){console.error(`Module not found: ${id}. Fake process object is returned instead.`);return globalThis.process}console.error(`Module not found: ${id}. Empty object is returned instead.`);return{}}__name(requirePatched,"requirePatched")})()
7
-
8
- import * as build from "./build.mjs";
9
- import * as cli from "./cli.mjs";
10
- import * as CliUtils from "./CliUtils.mjs";
11
- import * as CodeGenerator from "./CodeGenerator.mjs";
12
- import * as esbuild from "./esbuild/index.mjs";
13
- import * as ESLint from "./ESLint/index.mjs";
14
- import * as Exec from "./Exec.mjs";
15
- import * as format from "./format.mjs";
16
- import * as Fs from "./Fs.mjs";
17
- import * as JSON from "./JSON.mjs";
18
- import * as NodeModules from "./NodeModules.mjs";
19
- import * as Npm from "./Npm.mjs";
20
- import * as NpmPublish from "./NpmPublish.mjs";
21
- import * as ObsidianDevUtilsRepoPaths from "./ObsidianDevUtilsRepoPaths.mjs";
22
- import * as Root from "./Root.mjs";
23
- import * as spellcheck from "./spellcheck.mjs";
24
- import * as version from "./version.mjs";
25
- export {
26
- CliUtils,
27
- CodeGenerator,
28
- ESLint,
29
- Exec,
30
- Fs,
31
- JSON,
32
- NodeModules,
33
- Npm,
34
- NpmPublish,
35
- ObsidianDevUtilsRepoPaths,
36
- Root,
37
- build,
38
- cli,
39
- esbuild,
40
- format,
41
- spellcheck,
42
- version
43
- };
44
- //# sourceMappingURL=data:application/json;base64,ewogICJ2ZXJzaW9uIjogMywKICAic291cmNlcyI6IFsiLi4vLi4vLi4vc3JjL3NjcmlwdHMvaW5kZXgudHMiXSwKICAic291cmNlc0NvbnRlbnQiOiBbIi8qIFRISVMgSVMgQSBHRU5FUkFURUQvQlVORExFRCBGSUxFIEJZIEJVSUxEIFNDUklQVCAqL1xuXG5leHBvcnQgKiBhcyBidWlsZCBmcm9tICcuL2J1aWxkLnRzJztcbmV4cG9ydCAqIGFzIGNsaSBmcm9tICcuL2NsaS50cyc7XG5leHBvcnQgKiBhcyBDbGlVdGlscyBmcm9tICcuL0NsaVV0aWxzLnRzJztcbmV4cG9ydCAqIGFzIENvZGVHZW5lcmF0b3IgZnJvbSAnLi9Db2RlR2VuZXJhdG9yLnRzJztcbmV4cG9ydCAqIGFzIGVzYnVpbGQgZnJvbSAnLi9lc2J1aWxkL2luZGV4LnRzJztcbmV4cG9ydCAqIGFzIEVTTGludCBmcm9tICcuL0VTTGludC9pbmRleC50cyc7XG5leHBvcnQgKiBhcyBFeGVjIGZyb20gJy4vRXhlYy50cyc7XG5leHBvcnQgKiBhcyBmb3JtYXQgZnJvbSAnLi9mb3JtYXQudHMnO1xuZXhwb3J0ICogYXMgRnMgZnJvbSAnLi9Gcy50cyc7XG5leHBvcnQgKiBhcyBKU09OIGZyb20gJy4vSlNPTi50cyc7XG5leHBvcnQgKiBhcyBOb2RlTW9kdWxlcyBmcm9tICcuL05vZGVNb2R1bGVzLnRzJztcbmV4cG9ydCAqIGFzIE5wbSBmcm9tICcuL05wbS50cyc7XG5leHBvcnQgKiBhcyBOcG1QdWJsaXNoIGZyb20gJy4vTnBtUHVibGlzaC50cyc7XG5leHBvcnQgKiBhcyBPYnNpZGlhbkRldlV0aWxzUmVwb1BhdGhzIGZyb20gJy4vT2JzaWRpYW5EZXZVdGlsc1JlcG9QYXRocy50cyc7XG5leHBvcnQgKiBhcyBSb290IGZyb20gJy4vUm9vdC50cyc7XG5leHBvcnQgKiBhcyBzcGVsbGNoZWNrIGZyb20gJy4vc3BlbGxjaGVjay50cyc7XG5leHBvcnQgKiBhcyB2ZXJzaW9uIGZyb20gJy4vdmVyc2lvbi50cyc7XG4iXSwKICAibWFwcGluZ3MiOiAiOzs7Ozs7O0FBRUEsWUFBWSxXQUFXO0FBQ3ZCLFlBQVksU0FBUztBQUNyQixZQUFZLGNBQWM7QUFDMUIsWUFBWSxtQkFBbUI7QUFDL0IsWUFBWSxhQUFhO0FBQ3pCLFlBQVksWUFBWTtBQUN4QixZQUFZLFVBQVU7QUFDdEIsWUFBWSxZQUFZO0FBQ3hCLFlBQVksUUFBUTtBQUNwQixZQUFZLFVBQVU7QUFDdEIsWUFBWSxpQkFBaUI7QUFDN0IsWUFBWSxTQUFTO0FBQ3JCLFlBQVksZ0JBQWdCO0FBQzVCLFlBQVksK0JBQStCO0FBQzNDLFlBQVksVUFBVTtBQUN0QixZQUFZLGdCQUFnQjtBQUM1QixZQUFZLGFBQWE7IiwKICAibmFtZXMiOiBbXQp9Cg==