open-lisp 2026.306.224346

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 (493) hide show
  1. package/LICENSE +19 -0
  2. package/README.md +1 -0
  3. package/esm/_dnt.polyfills.d.ts +8 -0
  4. package/esm/_dnt.polyfills.d.ts.map +1 -0
  5. package/esm/_dnt.polyfills.js +110 -0
  6. package/esm/_dnt.shims.d.ts +6 -0
  7. package/esm/_dnt.shims.d.ts.map +1 -0
  8. package/esm/_dnt.shims.js +61 -0
  9. package/esm/_dnt.test_shims.d.ts.map +1 -0
  10. package/esm/deps/jsr.io/@std/assert/1.0.19/almost_equals.d.ts.map +1 -0
  11. package/esm/deps/jsr.io/@std/assert/1.0.19/array_includes.d.ts.map +1 -0
  12. package/esm/deps/jsr.io/@std/assert/1.0.19/assert.d.ts.map +1 -0
  13. package/esm/deps/jsr.io/@std/assert/1.0.19/assertion_error.d.ts.map +1 -0
  14. package/esm/deps/jsr.io/@std/assert/1.0.19/equal.d.ts.map +1 -0
  15. package/esm/deps/jsr.io/@std/assert/1.0.19/equals.d.ts.map +1 -0
  16. package/esm/deps/jsr.io/@std/assert/1.0.19/exists.d.ts.map +1 -0
  17. package/esm/deps/jsr.io/@std/assert/1.0.19/fail.d.ts.map +1 -0
  18. package/esm/deps/jsr.io/@std/assert/1.0.19/false.d.ts.map +1 -0
  19. package/esm/deps/jsr.io/@std/assert/1.0.19/greater.d.ts.map +1 -0
  20. package/esm/deps/jsr.io/@std/assert/1.0.19/greater_or_equal.d.ts.map +1 -0
  21. package/esm/deps/jsr.io/@std/assert/1.0.19/instance_of.d.ts.map +1 -0
  22. package/esm/deps/jsr.io/@std/assert/1.0.19/is_error.d.ts.map +1 -0
  23. package/esm/deps/jsr.io/@std/assert/1.0.19/less.d.ts.map +1 -0
  24. package/esm/deps/jsr.io/@std/assert/1.0.19/less_or_equal.d.ts.map +1 -0
  25. package/esm/deps/jsr.io/@std/assert/1.0.19/match.d.ts.map +1 -0
  26. package/esm/deps/jsr.io/@std/assert/1.0.19/mod.d.ts.map +1 -0
  27. package/esm/deps/jsr.io/@std/assert/1.0.19/not_equals.d.ts.map +1 -0
  28. package/esm/deps/jsr.io/@std/assert/1.0.19/not_instance_of.d.ts.map +1 -0
  29. package/esm/deps/jsr.io/@std/assert/1.0.19/not_match.d.ts.map +1 -0
  30. package/esm/deps/jsr.io/@std/assert/1.0.19/not_strict_equals.d.ts.map +1 -0
  31. package/esm/deps/jsr.io/@std/assert/1.0.19/object_match.d.ts.map +1 -0
  32. package/esm/deps/jsr.io/@std/assert/1.0.19/rejects.d.ts.map +1 -0
  33. package/esm/deps/jsr.io/@std/assert/1.0.19/strict_equals.d.ts.map +1 -0
  34. package/esm/deps/jsr.io/@std/assert/1.0.19/string_includes.d.ts.map +1 -0
  35. package/esm/deps/jsr.io/@std/assert/1.0.19/throws.d.ts.map +1 -0
  36. package/esm/deps/jsr.io/@std/assert/1.0.19/unimplemented.d.ts.map +1 -0
  37. package/esm/deps/jsr.io/@std/assert/1.0.19/unreachable.d.ts.map +1 -0
  38. package/esm/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.d.ts +14 -0
  39. package/esm/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.d.ts.map +1 -0
  40. package/esm/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.js +34 -0
  41. package/esm/deps/jsr.io/@std/fs/1.0.23/_get_file_info_type.d.ts +13 -0
  42. package/esm/deps/jsr.io/@std/fs/1.0.23/_get_file_info_type.d.ts.map +1 -0
  43. package/esm/deps/jsr.io/@std/fs/1.0.23/_get_file_info_type.js +18 -0
  44. package/esm/deps/jsr.io/@std/fs/1.0.23/_is_same_path.d.ts +10 -0
  45. package/esm/deps/jsr.io/@std/fs/1.0.23/_is_same_path.d.ts.map +1 -0
  46. package/esm/deps/jsr.io/@std/fs/1.0.23/_is_same_path.js +17 -0
  47. package/esm/deps/jsr.io/@std/fs/1.0.23/_is_subdir.d.ts +12 -0
  48. package/esm/deps/jsr.io/@std/fs/1.0.23/_is_subdir.d.ts.map +1 -0
  49. package/esm/deps/jsr.io/@std/fs/1.0.23/_is_subdir.js +25 -0
  50. package/esm/deps/jsr.io/@std/fs/1.0.23/_to_path_string.d.ts +9 -0
  51. package/esm/deps/jsr.io/@std/fs/1.0.23/_to_path_string.d.ts.map +1 -0
  52. package/esm/deps/jsr.io/@std/fs/1.0.23/_to_path_string.js +13 -0
  53. package/esm/deps/jsr.io/@std/fs/1.0.23/copy.d.ts +117 -0
  54. package/esm/deps/jsr.io/@std/fs/1.0.23/copy.d.ts.map +1 -0
  55. package/esm/deps/jsr.io/@std/fs/1.0.23/copy.js +313 -0
  56. package/esm/deps/jsr.io/@std/fs/1.0.23/empty_dir.d.ts +48 -0
  57. package/esm/deps/jsr.io/@std/fs/1.0.23/empty_dir.d.ts.map +1 -0
  58. package/esm/deps/jsr.io/@std/fs/1.0.23/empty_dir.js +87 -0
  59. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_dir.d.ts +49 -0
  60. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_dir.d.ts.map +1 -0
  61. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_dir.js +102 -0
  62. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_file.d.ts +47 -0
  63. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_file.d.ts.map +1 -0
  64. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_file.js +90 -0
  65. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_link.d.ts +49 -0
  66. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_link.d.ts.map +1 -0
  67. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_link.js +61 -0
  68. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.d.ts +70 -0
  69. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.d.ts.map +1 -0
  70. package/esm/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.js +156 -0
  71. package/esm/deps/jsr.io/@std/fs/1.0.23/eol.d.ts +52 -0
  72. package/esm/deps/jsr.io/@std/fs/1.0.23/eol.d.ts.map +1 -0
  73. package/esm/deps/jsr.io/@std/fs/1.0.23/eol.js +67 -0
  74. package/esm/deps/jsr.io/@std/fs/1.0.23/exists.d.ts +218 -0
  75. package/esm/deps/jsr.io/@std/fs/1.0.23/exists.d.ts.map +1 -0
  76. package/esm/deps/jsr.io/@std/fs/1.0.23/exists.js +271 -0
  77. package/esm/deps/jsr.io/@std/fs/1.0.23/expand_glob.d.ts +267 -0
  78. package/esm/deps/jsr.io/@std/fs/1.0.23/expand_glob.d.ts.map +1 -0
  79. package/esm/deps/jsr.io/@std/fs/1.0.23/expand_glob.js +442 -0
  80. package/esm/deps/jsr.io/@std/fs/1.0.23/mod.d.ts +29 -0
  81. package/esm/deps/jsr.io/@std/fs/1.0.23/mod.d.ts.map +1 -0
  82. package/esm/deps/jsr.io/@std/fs/1.0.23/mod.js +29 -0
  83. package/esm/deps/jsr.io/@std/fs/1.0.23/move.d.ts +86 -0
  84. package/esm/deps/jsr.io/@std/fs/1.0.23/move.d.ts.map +1 -0
  85. package/esm/deps/jsr.io/@std/fs/1.0.23/move.js +142 -0
  86. package/esm/deps/jsr.io/@std/fs/1.0.23/walk.d.ts +777 -0
  87. package/esm/deps/jsr.io/@std/fs/1.0.23/walk.d.ts.map +1 -0
  88. package/esm/deps/jsr.io/@std/fs/1.0.23/walk.js +846 -0
  89. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +2 -0
  90. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +1 -0
  91. package/esm/deps/jsr.io/@std/internal/1.0.12/_os.js +12 -0
  92. package/esm/deps/jsr.io/@std/internal/1.0.12/build_message.d.ts.map +1 -0
  93. package/esm/deps/jsr.io/@std/internal/1.0.12/diff.d.ts.map +1 -0
  94. package/esm/deps/jsr.io/@std/internal/1.0.12/diff_str.d.ts.map +1 -0
  95. package/esm/deps/jsr.io/@std/internal/1.0.12/format.d.ts.map +1 -0
  96. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts +3 -0
  97. package/esm/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +1 -0
  98. package/esm/deps/jsr.io/@std/internal/1.0.12/os.js +5 -0
  99. package/esm/deps/jsr.io/@std/internal/1.0.12/styles.d.ts.map +1 -0
  100. package/esm/deps/jsr.io/@std/internal/1.0.12/types.d.ts.map +1 -0
  101. package/esm/deps/jsr.io/@std/path/1.1.4/_common/assert_path.d.ts +2 -0
  102. package/esm/deps/jsr.io/@std/path/1.1.4/_common/assert_path.d.ts.map +1 -0
  103. package/esm/deps/jsr.io/@std/path/1.1.4/_common/assert_path.js +7 -0
  104. package/esm/deps/jsr.io/@std/path/1.1.4/_common/basename.d.ts +4 -0
  105. package/esm/deps/jsr.io/@std/path/1.1.4/_common/basename.d.ts.map +1 -0
  106. package/esm/deps/jsr.io/@std/path/1.1.4/_common/basename.js +40 -0
  107. package/esm/deps/jsr.io/@std/path/1.1.4/_common/constants.d.ts +40 -0
  108. package/esm/deps/jsr.io/@std/path/1.1.4/_common/constants.d.ts.map +1 -0
  109. package/esm/deps/jsr.io/@std/path/1.1.4/_common/constants.js +46 -0
  110. package/esm/deps/jsr.io/@std/path/1.1.4/_common/dirname.d.ts +2 -0
  111. package/esm/deps/jsr.io/@std/path/1.1.4/_common/dirname.d.ts.map +1 -0
  112. package/esm/deps/jsr.io/@std/path/1.1.4/_common/dirname.js +8 -0
  113. package/esm/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.d.ts +2 -0
  114. package/esm/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.d.ts.map +1 -0
  115. package/esm/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.js +9 -0
  116. package/esm/deps/jsr.io/@std/path/1.1.4/_common/glob_to_reg_exp.d.ts +35 -0
  117. package/esm/deps/jsr.io/@std/path/1.1.4/_common/glob_to_reg_exp.d.ts.map +1 -0
  118. package/esm/deps/jsr.io/@std/path/1.1.4/_common/glob_to_reg_exp.js +235 -0
  119. package/esm/deps/jsr.io/@std/path/1.1.4/_common/normalize.d.ts +2 -0
  120. package/esm/deps/jsr.io/@std/path/1.1.4/_common/normalize.d.ts.map +1 -0
  121. package/esm/deps/jsr.io/@std/path/1.1.4/_common/normalize.js +8 -0
  122. package/esm/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.d.ts +2 -0
  123. package/esm/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.d.ts.map +1 -0
  124. package/esm/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.js +77 -0
  125. package/esm/deps/jsr.io/@std/path/1.1.4/_common/strip_trailing_separators.d.ts +2 -0
  126. package/esm/deps/jsr.io/@std/path/1.1.4/_common/strip_trailing_separators.d.ts.map +1 -0
  127. package/esm/deps/jsr.io/@std/path/1.1.4/_common/strip_trailing_separators.js +19 -0
  128. package/esm/deps/jsr.io/@std/path/1.1.4/basename.d.ts +27 -0
  129. package/esm/deps/jsr.io/@std/path/1.1.4/basename.d.ts.map +1 -0
  130. package/esm/deps/jsr.io/@std/path/1.1.4/basename.js +35 -0
  131. package/esm/deps/jsr.io/@std/path/1.1.4/constants.d.ts +15 -0
  132. package/esm/deps/jsr.io/@std/path/1.1.4/constants.d.ts.map +1 -0
  133. package/esm/deps/jsr.io/@std/path/1.1.4/constants.js +17 -0
  134. package/esm/deps/jsr.io/@std/path/1.1.4/dirname.d.ts +22 -0
  135. package/esm/deps/jsr.io/@std/path/1.1.4/dirname.d.ts.map +1 -0
  136. package/esm/deps/jsr.io/@std/path/1.1.4/dirname.js +28 -0
  137. package/esm/deps/jsr.io/@std/path/1.1.4/from_file_url.d.ts +22 -0
  138. package/esm/deps/jsr.io/@std/path/1.1.4/from_file_url.d.ts.map +1 -0
  139. package/esm/deps/jsr.io/@std/path/1.1.4/from_file_url.js +28 -0
  140. package/esm/deps/jsr.io/@std/path/1.1.4/glob_to_regexp.d.ts +77 -0
  141. package/esm/deps/jsr.io/@std/path/1.1.4/glob_to_regexp.d.ts.map +1 -0
  142. package/esm/deps/jsr.io/@std/path/1.1.4/glob_to_regexp.js +83 -0
  143. package/esm/deps/jsr.io/@std/path/1.1.4/is_absolute.d.ts +22 -0
  144. package/esm/deps/jsr.io/@std/path/1.1.4/is_absolute.d.ts.map +1 -0
  145. package/esm/deps/jsr.io/@std/path/1.1.4/is_absolute.js +28 -0
  146. package/esm/deps/jsr.io/@std/path/1.1.4/is_glob.d.ts +17 -0
  147. package/esm/deps/jsr.io/@std/path/1.1.4/is_glob.d.ts.map +1 -0
  148. package/esm/deps/jsr.io/@std/path/1.1.4/is_glob.js +42 -0
  149. package/esm/deps/jsr.io/@std/path/1.1.4/join.d.ts +23 -0
  150. package/esm/deps/jsr.io/@std/path/1.1.4/join.d.ts.map +1 -0
  151. package/esm/deps/jsr.io/@std/path/1.1.4/join.js +29 -0
  152. package/esm/deps/jsr.io/@std/path/1.1.4/join_globs.d.ts +28 -0
  153. package/esm/deps/jsr.io/@std/path/1.1.4/join_globs.d.ts.map +1 -0
  154. package/esm/deps/jsr.io/@std/path/1.1.4/join_globs.js +34 -0
  155. package/esm/deps/jsr.io/@std/path/1.1.4/normalize.d.ts +26 -0
  156. package/esm/deps/jsr.io/@std/path/1.1.4/normalize.d.ts.map +1 -0
  157. package/esm/deps/jsr.io/@std/path/1.1.4/normalize.js +32 -0
  158. package/esm/deps/jsr.io/@std/path/1.1.4/posix/_util.d.ts +2 -0
  159. package/esm/deps/jsr.io/@std/path/1.1.4/posix/_util.d.ts.map +1 -0
  160. package/esm/deps/jsr.io/@std/path/1.1.4/posix/_util.js +8 -0
  161. package/esm/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts +39 -0
  162. package/esm/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts.map +1 -0
  163. package/esm/deps/jsr.io/@std/path/1.1.4/posix/basename.js +52 -0
  164. package/esm/deps/jsr.io/@std/path/1.1.4/posix/constants.d.ts +13 -0
  165. package/esm/deps/jsr.io/@std/path/1.1.4/posix/constants.d.ts.map +1 -0
  166. package/esm/deps/jsr.io/@std/path/1.1.4/posix/constants.js +14 -0
  167. package/esm/deps/jsr.io/@std/path/1.1.4/posix/dirname.d.ts +30 -0
  168. package/esm/deps/jsr.io/@std/path/1.1.4/posix/dirname.d.ts.map +1 -0
  169. package/esm/deps/jsr.io/@std/path/1.1.4/posix/dirname.js +64 -0
  170. package/esm/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.d.ts +16 -0
  171. package/esm/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.d.ts.map +1 -0
  172. package/esm/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.js +21 -0
  173. package/esm/deps/jsr.io/@std/path/1.1.4/posix/glob_to_regexp.d.ts +72 -0
  174. package/esm/deps/jsr.io/@std/path/1.1.4/posix/glob_to_regexp.d.ts.map +1 -0
  175. package/esm/deps/jsr.io/@std/path/1.1.4/posix/glob_to_regexp.js +82 -0
  176. package/esm/deps/jsr.io/@std/path/1.1.4/posix/is_absolute.d.ts +17 -0
  177. package/esm/deps/jsr.io/@std/path/1.1.4/posix/is_absolute.d.ts.map +1 -0
  178. package/esm/deps/jsr.io/@std/path/1.1.4/posix/is_absolute.js +23 -0
  179. package/esm/deps/jsr.io/@std/path/1.1.4/posix/join.d.ts +31 -0
  180. package/esm/deps/jsr.io/@std/path/1.1.4/posix/join.d.ts.map +1 -0
  181. package/esm/deps/jsr.io/@std/path/1.1.4/posix/join.js +45 -0
  182. package/esm/deps/jsr.io/@std/path/1.1.4/posix/join_globs.d.ts +20 -0
  183. package/esm/deps/jsr.io/@std/path/1.1.4/posix/join_globs.d.ts.map +1 -0
  184. package/esm/deps/jsr.io/@std/path/1.1.4/posix/join_globs.js +40 -0
  185. package/esm/deps/jsr.io/@std/path/1.1.4/posix/normalize.d.ts +37 -0
  186. package/esm/deps/jsr.io/@std/path/1.1.4/posix/normalize.d.ts.map +1 -0
  187. package/esm/deps/jsr.io/@std/path/1.1.4/posix/normalize.js +58 -0
  188. package/esm/deps/jsr.io/@std/path/1.1.4/posix/normalize_glob.d.ts +20 -0
  189. package/esm/deps/jsr.io/@std/path/1.1.4/posix/normalize_glob.d.ts.map +1 -0
  190. package/esm/deps/jsr.io/@std/path/1.1.4/posix/normalize_glob.js +32 -0
  191. package/esm/deps/jsr.io/@std/path/1.1.4/posix/resolve.d.ts +17 -0
  192. package/esm/deps/jsr.io/@std/path/1.1.4/posix/resolve.d.ts.map +1 -0
  193. package/esm/deps/jsr.io/@std/path/1.1.4/posix/resolve.js +59 -0
  194. package/esm/deps/jsr.io/@std/path/1.1.4/resolve.d.ts +22 -0
  195. package/esm/deps/jsr.io/@std/path/1.1.4/resolve.d.ts.map +1 -0
  196. package/esm/deps/jsr.io/@std/path/1.1.4/resolve.js +30 -0
  197. package/esm/deps/jsr.io/@std/path/1.1.4/windows/_util.d.ts +4 -0
  198. package/esm/deps/jsr.io/@std/path/1.1.4/windows/_util.d.ts.map +1 -0
  199. package/esm/deps/jsr.io/@std/path/1.1.4/windows/_util.js +15 -0
  200. package/esm/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts +22 -0
  201. package/esm/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts.map +1 -0
  202. package/esm/deps/jsr.io/@std/path/1.1.4/windows/basename.js +47 -0
  203. package/esm/deps/jsr.io/@std/path/1.1.4/windows/constants.d.ts +13 -0
  204. package/esm/deps/jsr.io/@std/path/1.1.4/windows/constants.d.ts.map +1 -0
  205. package/esm/deps/jsr.io/@std/path/1.1.4/windows/constants.js +14 -0
  206. package/esm/deps/jsr.io/@std/path/1.1.4/windows/dirname.d.ts +17 -0
  207. package/esm/deps/jsr.io/@std/path/1.1.4/windows/dirname.d.ts.map +1 -0
  208. package/esm/deps/jsr.io/@std/path/1.1.4/windows/dirname.js +113 -0
  209. package/esm/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.d.ts +18 -0
  210. package/esm/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.d.ts.map +1 -0
  211. package/esm/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.js +30 -0
  212. package/esm/deps/jsr.io/@std/path/1.1.4/windows/glob_to_regexp.d.ts +71 -0
  213. package/esm/deps/jsr.io/@std/path/1.1.4/windows/glob_to_regexp.d.ts.map +1 -0
  214. package/esm/deps/jsr.io/@std/path/1.1.4/windows/glob_to_regexp.js +82 -0
  215. package/esm/deps/jsr.io/@std/path/1.1.4/windows/is_absolute.d.ts +17 -0
  216. package/esm/deps/jsr.io/@std/path/1.1.4/windows/is_absolute.d.ts.map +1 -0
  217. package/esm/deps/jsr.io/@std/path/1.1.4/windows/is_absolute.js +38 -0
  218. package/esm/deps/jsr.io/@std/path/1.1.4/windows/join.d.ts +18 -0
  219. package/esm/deps/jsr.io/@std/path/1.1.4/windows/join.d.ts.map +1 -0
  220. package/esm/deps/jsr.io/@std/path/1.1.4/windows/join.js +77 -0
  221. package/esm/deps/jsr.io/@std/path/1.1.4/windows/join_globs.d.ts +21 -0
  222. package/esm/deps/jsr.io/@std/path/1.1.4/windows/join_globs.d.ts.map +1 -0
  223. package/esm/deps/jsr.io/@std/path/1.1.4/windows/join_globs.js +41 -0
  224. package/esm/deps/jsr.io/@std/path/1.1.4/windows/normalize.d.ts +19 -0
  225. package/esm/deps/jsr.io/@std/path/1.1.4/windows/normalize.d.ts.map +1 -0
  226. package/esm/deps/jsr.io/@std/path/1.1.4/windows/normalize.js +135 -0
  227. package/esm/deps/jsr.io/@std/path/1.1.4/windows/normalize_glob.d.ts +20 -0
  228. package/esm/deps/jsr.io/@std/path/1.1.4/windows/normalize_glob.d.ts.map +1 -0
  229. package/esm/deps/jsr.io/@std/path/1.1.4/windows/normalize_glob.js +32 -0
  230. package/esm/deps/jsr.io/@std/path/1.1.4/windows/resolve.d.ts +17 -0
  231. package/esm/deps/jsr.io/@std/path/1.1.4/windows/resolve.d.ts.map +1 -0
  232. package/esm/deps/jsr.io/@std/path/1.1.4/windows/resolve.js +154 -0
  233. package/esm/mod.d.ts +57 -0
  234. package/esm/mod.d.ts.map +1 -0
  235. package/esm/mod.js +145 -0
  236. package/esm/mod_test.d.ts +2 -0
  237. package/esm/mod_test.d.ts.map +1 -0
  238. package/esm/package.json +3 -0
  239. package/esm/src/lisp1.d.ts +4 -0
  240. package/esm/src/lisp1.d.ts.map +1 -0
  241. package/esm/src/lisp1.js +660 -0
  242. package/esm/src/oml2ast.d.ts +4 -0
  243. package/esm/src/oml2ast.d.ts.map +1 -0
  244. package/esm/src/oml2ast.js +258 -0
  245. package/esm/src/omlcommon.d.ts +17 -0
  246. package/esm/src/omlcommon.d.ts.map +1 -0
  247. package/esm/src/omlcommon.js +128 -0
  248. package/package.json +33 -0
  249. package/script/_dnt.polyfills.d.ts +8 -0
  250. package/script/_dnt.polyfills.d.ts.map +1 -0
  251. package/script/_dnt.polyfills.js +111 -0
  252. package/script/_dnt.shims.d.ts +6 -0
  253. package/script/_dnt.shims.d.ts.map +1 -0
  254. package/script/_dnt.shims.js +65 -0
  255. package/script/_dnt.test_shims.d.ts.map +1 -0
  256. package/script/deps/jsr.io/@std/assert/1.0.19/almost_equals.d.ts.map +1 -0
  257. package/script/deps/jsr.io/@std/assert/1.0.19/array_includes.d.ts.map +1 -0
  258. package/script/deps/jsr.io/@std/assert/1.0.19/assert.d.ts.map +1 -0
  259. package/script/deps/jsr.io/@std/assert/1.0.19/assertion_error.d.ts.map +1 -0
  260. package/script/deps/jsr.io/@std/assert/1.0.19/equal.d.ts.map +1 -0
  261. package/script/deps/jsr.io/@std/assert/1.0.19/equals.d.ts.map +1 -0
  262. package/script/deps/jsr.io/@std/assert/1.0.19/exists.d.ts.map +1 -0
  263. package/script/deps/jsr.io/@std/assert/1.0.19/fail.d.ts.map +1 -0
  264. package/script/deps/jsr.io/@std/assert/1.0.19/false.d.ts.map +1 -0
  265. package/script/deps/jsr.io/@std/assert/1.0.19/greater.d.ts.map +1 -0
  266. package/script/deps/jsr.io/@std/assert/1.0.19/greater_or_equal.d.ts.map +1 -0
  267. package/script/deps/jsr.io/@std/assert/1.0.19/instance_of.d.ts.map +1 -0
  268. package/script/deps/jsr.io/@std/assert/1.0.19/is_error.d.ts.map +1 -0
  269. package/script/deps/jsr.io/@std/assert/1.0.19/less.d.ts.map +1 -0
  270. package/script/deps/jsr.io/@std/assert/1.0.19/less_or_equal.d.ts.map +1 -0
  271. package/script/deps/jsr.io/@std/assert/1.0.19/match.d.ts.map +1 -0
  272. package/script/deps/jsr.io/@std/assert/1.0.19/mod.d.ts.map +1 -0
  273. package/script/deps/jsr.io/@std/assert/1.0.19/not_equals.d.ts.map +1 -0
  274. package/script/deps/jsr.io/@std/assert/1.0.19/not_instance_of.d.ts.map +1 -0
  275. package/script/deps/jsr.io/@std/assert/1.0.19/not_match.d.ts.map +1 -0
  276. package/script/deps/jsr.io/@std/assert/1.0.19/not_strict_equals.d.ts.map +1 -0
  277. package/script/deps/jsr.io/@std/assert/1.0.19/object_match.d.ts.map +1 -0
  278. package/script/deps/jsr.io/@std/assert/1.0.19/rejects.d.ts.map +1 -0
  279. package/script/deps/jsr.io/@std/assert/1.0.19/strict_equals.d.ts.map +1 -0
  280. package/script/deps/jsr.io/@std/assert/1.0.19/string_includes.d.ts.map +1 -0
  281. package/script/deps/jsr.io/@std/assert/1.0.19/throws.d.ts.map +1 -0
  282. package/script/deps/jsr.io/@std/assert/1.0.19/unimplemented.d.ts.map +1 -0
  283. package/script/deps/jsr.io/@std/assert/1.0.19/unreachable.d.ts.map +1 -0
  284. package/script/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.d.ts +14 -0
  285. package/script/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.d.ts.map +1 -0
  286. package/script/deps/jsr.io/@std/fs/1.0.23/_create_walk_entry.js +71 -0
  287. package/script/deps/jsr.io/@std/fs/1.0.23/_get_file_info_type.d.ts +13 -0
  288. package/script/deps/jsr.io/@std/fs/1.0.23/_get_file_info_type.d.ts.map +1 -0
  289. package/script/deps/jsr.io/@std/fs/1.0.23/_get_file_info_type.js +21 -0
  290. package/script/deps/jsr.io/@std/fs/1.0.23/_is_same_path.d.ts +10 -0
  291. package/script/deps/jsr.io/@std/fs/1.0.23/_is_same_path.d.ts.map +1 -0
  292. package/script/deps/jsr.io/@std/fs/1.0.23/_is_same_path.js +20 -0
  293. package/script/deps/jsr.io/@std/fs/1.0.23/_is_subdir.d.ts +12 -0
  294. package/script/deps/jsr.io/@std/fs/1.0.23/_is_subdir.d.ts.map +1 -0
  295. package/script/deps/jsr.io/@std/fs/1.0.23/_is_subdir.js +28 -0
  296. package/script/deps/jsr.io/@std/fs/1.0.23/_to_path_string.d.ts +9 -0
  297. package/script/deps/jsr.io/@std/fs/1.0.23/_to_path_string.d.ts.map +1 -0
  298. package/script/deps/jsr.io/@std/fs/1.0.23/_to_path_string.js +16 -0
  299. package/script/deps/jsr.io/@std/fs/1.0.23/copy.d.ts +117 -0
  300. package/script/deps/jsr.io/@std/fs/1.0.23/copy.d.ts.map +1 -0
  301. package/script/deps/jsr.io/@std/fs/1.0.23/copy.js +350 -0
  302. package/script/deps/jsr.io/@std/fs/1.0.23/empty_dir.d.ts +48 -0
  303. package/script/deps/jsr.io/@std/fs/1.0.23/empty_dir.d.ts.map +1 -0
  304. package/script/deps/jsr.io/@std/fs/1.0.23/empty_dir.js +124 -0
  305. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_dir.d.ts +49 -0
  306. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_dir.d.ts.map +1 -0
  307. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_dir.js +139 -0
  308. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_file.d.ts +47 -0
  309. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_file.d.ts.map +1 -0
  310. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_file.js +127 -0
  311. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_link.d.ts +49 -0
  312. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_link.d.ts.map +1 -0
  313. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_link.js +98 -0
  314. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.d.ts +70 -0
  315. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.d.ts.map +1 -0
  316. package/script/deps/jsr.io/@std/fs/1.0.23/ensure_symlink.js +193 -0
  317. package/script/deps/jsr.io/@std/fs/1.0.23/eol.d.ts +52 -0
  318. package/script/deps/jsr.io/@std/fs/1.0.23/eol.d.ts.map +1 -0
  319. package/script/deps/jsr.io/@std/fs/1.0.23/eol.js +105 -0
  320. package/script/deps/jsr.io/@std/fs/1.0.23/exists.d.ts +218 -0
  321. package/script/deps/jsr.io/@std/fs/1.0.23/exists.d.ts.map +1 -0
  322. package/script/deps/jsr.io/@std/fs/1.0.23/exists.js +308 -0
  323. package/script/deps/jsr.io/@std/fs/1.0.23/expand_glob.d.ts +267 -0
  324. package/script/deps/jsr.io/@std/fs/1.0.23/expand_glob.d.ts.map +1 -0
  325. package/script/deps/jsr.io/@std/fs/1.0.23/expand_glob.js +479 -0
  326. package/script/deps/jsr.io/@std/fs/1.0.23/mod.d.ts +29 -0
  327. package/script/deps/jsr.io/@std/fs/1.0.23/mod.d.ts.map +1 -0
  328. package/script/deps/jsr.io/@std/fs/1.0.23/mod.js +45 -0
  329. package/script/deps/jsr.io/@std/fs/1.0.23/move.d.ts +86 -0
  330. package/script/deps/jsr.io/@std/fs/1.0.23/move.d.ts.map +1 -0
  331. package/script/deps/jsr.io/@std/fs/1.0.23/move.js +179 -0
  332. package/script/deps/jsr.io/@std/fs/1.0.23/walk.d.ts +777 -0
  333. package/script/deps/jsr.io/@std/fs/1.0.23/walk.d.ts.map +1 -0
  334. package/script/deps/jsr.io/@std/fs/1.0.23/walk.js +883 -0
  335. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts +2 -0
  336. package/script/deps/jsr.io/@std/internal/1.0.12/_os.d.ts.map +1 -0
  337. package/script/deps/jsr.io/@std/internal/1.0.12/_os.js +48 -0
  338. package/script/deps/jsr.io/@std/internal/1.0.12/build_message.d.ts.map +1 -0
  339. package/script/deps/jsr.io/@std/internal/1.0.12/diff.d.ts.map +1 -0
  340. package/script/deps/jsr.io/@std/internal/1.0.12/diff_str.d.ts.map +1 -0
  341. package/script/deps/jsr.io/@std/internal/1.0.12/format.d.ts.map +1 -0
  342. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts +3 -0
  343. package/script/deps/jsr.io/@std/internal/1.0.12/os.d.ts.map +1 -0
  344. package/script/deps/jsr.io/@std/internal/1.0.12/os.js +8 -0
  345. package/script/deps/jsr.io/@std/internal/1.0.12/styles.d.ts.map +1 -0
  346. package/script/deps/jsr.io/@std/internal/1.0.12/types.d.ts.map +1 -0
  347. package/script/deps/jsr.io/@std/path/1.1.4/_common/assert_path.d.ts +2 -0
  348. package/script/deps/jsr.io/@std/path/1.1.4/_common/assert_path.d.ts.map +1 -0
  349. package/script/deps/jsr.io/@std/path/1.1.4/_common/assert_path.js +10 -0
  350. package/script/deps/jsr.io/@std/path/1.1.4/_common/basename.d.ts +4 -0
  351. package/script/deps/jsr.io/@std/path/1.1.4/_common/basename.d.ts.map +1 -0
  352. package/script/deps/jsr.io/@std/path/1.1.4/_common/basename.js +45 -0
  353. package/script/deps/jsr.io/@std/path/1.1.4/_common/constants.d.ts +40 -0
  354. package/script/deps/jsr.io/@std/path/1.1.4/_common/constants.d.ts.map +1 -0
  355. package/script/deps/jsr.io/@std/path/1.1.4/_common/constants.js +49 -0
  356. package/script/deps/jsr.io/@std/path/1.1.4/_common/dirname.d.ts +2 -0
  357. package/script/deps/jsr.io/@std/path/1.1.4/_common/dirname.d.ts.map +1 -0
  358. package/script/deps/jsr.io/@std/path/1.1.4/_common/dirname.js +11 -0
  359. package/script/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.d.ts +2 -0
  360. package/script/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.d.ts.map +1 -0
  361. package/script/deps/jsr.io/@std/path/1.1.4/_common/from_file_url.js +12 -0
  362. package/script/deps/jsr.io/@std/path/1.1.4/_common/glob_to_reg_exp.d.ts +35 -0
  363. package/script/deps/jsr.io/@std/path/1.1.4/_common/glob_to_reg_exp.d.ts.map +1 -0
  364. package/script/deps/jsr.io/@std/path/1.1.4/_common/glob_to_reg_exp.js +238 -0
  365. package/script/deps/jsr.io/@std/path/1.1.4/_common/normalize.d.ts +2 -0
  366. package/script/deps/jsr.io/@std/path/1.1.4/_common/normalize.d.ts.map +1 -0
  367. package/script/deps/jsr.io/@std/path/1.1.4/_common/normalize.js +11 -0
  368. package/script/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.d.ts +2 -0
  369. package/script/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.d.ts.map +1 -0
  370. package/script/deps/jsr.io/@std/path/1.1.4/_common/normalize_string.js +80 -0
  371. package/script/deps/jsr.io/@std/path/1.1.4/_common/strip_trailing_separators.d.ts +2 -0
  372. package/script/deps/jsr.io/@std/path/1.1.4/_common/strip_trailing_separators.d.ts.map +1 -0
  373. package/script/deps/jsr.io/@std/path/1.1.4/_common/strip_trailing_separators.js +22 -0
  374. package/script/deps/jsr.io/@std/path/1.1.4/basename.d.ts +27 -0
  375. package/script/deps/jsr.io/@std/path/1.1.4/basename.d.ts.map +1 -0
  376. package/script/deps/jsr.io/@std/path/1.1.4/basename.js +38 -0
  377. package/script/deps/jsr.io/@std/path/1.1.4/constants.d.ts +15 -0
  378. package/script/deps/jsr.io/@std/path/1.1.4/constants.d.ts.map +1 -0
  379. package/script/deps/jsr.io/@std/path/1.1.4/constants.js +20 -0
  380. package/script/deps/jsr.io/@std/path/1.1.4/dirname.d.ts +22 -0
  381. package/script/deps/jsr.io/@std/path/1.1.4/dirname.d.ts.map +1 -0
  382. package/script/deps/jsr.io/@std/path/1.1.4/dirname.js +31 -0
  383. package/script/deps/jsr.io/@std/path/1.1.4/from_file_url.d.ts +22 -0
  384. package/script/deps/jsr.io/@std/path/1.1.4/from_file_url.d.ts.map +1 -0
  385. package/script/deps/jsr.io/@std/path/1.1.4/from_file_url.js +31 -0
  386. package/script/deps/jsr.io/@std/path/1.1.4/glob_to_regexp.d.ts +77 -0
  387. package/script/deps/jsr.io/@std/path/1.1.4/glob_to_regexp.d.ts.map +1 -0
  388. package/script/deps/jsr.io/@std/path/1.1.4/glob_to_regexp.js +86 -0
  389. package/script/deps/jsr.io/@std/path/1.1.4/is_absolute.d.ts +22 -0
  390. package/script/deps/jsr.io/@std/path/1.1.4/is_absolute.d.ts.map +1 -0
  391. package/script/deps/jsr.io/@std/path/1.1.4/is_absolute.js +31 -0
  392. package/script/deps/jsr.io/@std/path/1.1.4/is_glob.d.ts +17 -0
  393. package/script/deps/jsr.io/@std/path/1.1.4/is_glob.d.ts.map +1 -0
  394. package/script/deps/jsr.io/@std/path/1.1.4/is_glob.js +45 -0
  395. package/script/deps/jsr.io/@std/path/1.1.4/join.d.ts +23 -0
  396. package/script/deps/jsr.io/@std/path/1.1.4/join.d.ts.map +1 -0
  397. package/script/deps/jsr.io/@std/path/1.1.4/join.js +32 -0
  398. package/script/deps/jsr.io/@std/path/1.1.4/join_globs.d.ts +28 -0
  399. package/script/deps/jsr.io/@std/path/1.1.4/join_globs.d.ts.map +1 -0
  400. package/script/deps/jsr.io/@std/path/1.1.4/join_globs.js +37 -0
  401. package/script/deps/jsr.io/@std/path/1.1.4/normalize.d.ts +26 -0
  402. package/script/deps/jsr.io/@std/path/1.1.4/normalize.d.ts.map +1 -0
  403. package/script/deps/jsr.io/@std/path/1.1.4/normalize.js +35 -0
  404. package/script/deps/jsr.io/@std/path/1.1.4/posix/_util.d.ts +2 -0
  405. package/script/deps/jsr.io/@std/path/1.1.4/posix/_util.d.ts.map +1 -0
  406. package/script/deps/jsr.io/@std/path/1.1.4/posix/_util.js +11 -0
  407. package/script/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts +39 -0
  408. package/script/deps/jsr.io/@std/path/1.1.4/posix/basename.d.ts.map +1 -0
  409. package/script/deps/jsr.io/@std/path/1.1.4/posix/basename.js +55 -0
  410. package/script/deps/jsr.io/@std/path/1.1.4/posix/constants.d.ts +13 -0
  411. package/script/deps/jsr.io/@std/path/1.1.4/posix/constants.d.ts.map +1 -0
  412. package/script/deps/jsr.io/@std/path/1.1.4/posix/constants.js +17 -0
  413. package/script/deps/jsr.io/@std/path/1.1.4/posix/dirname.d.ts +30 -0
  414. package/script/deps/jsr.io/@std/path/1.1.4/posix/dirname.d.ts.map +1 -0
  415. package/script/deps/jsr.io/@std/path/1.1.4/posix/dirname.js +67 -0
  416. package/script/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.d.ts +16 -0
  417. package/script/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.d.ts.map +1 -0
  418. package/script/deps/jsr.io/@std/path/1.1.4/posix/from_file_url.js +24 -0
  419. package/script/deps/jsr.io/@std/path/1.1.4/posix/glob_to_regexp.d.ts +72 -0
  420. package/script/deps/jsr.io/@std/path/1.1.4/posix/glob_to_regexp.d.ts.map +1 -0
  421. package/script/deps/jsr.io/@std/path/1.1.4/posix/glob_to_regexp.js +85 -0
  422. package/script/deps/jsr.io/@std/path/1.1.4/posix/is_absolute.d.ts +17 -0
  423. package/script/deps/jsr.io/@std/path/1.1.4/posix/is_absolute.d.ts.map +1 -0
  424. package/script/deps/jsr.io/@std/path/1.1.4/posix/is_absolute.js +26 -0
  425. package/script/deps/jsr.io/@std/path/1.1.4/posix/join.d.ts +31 -0
  426. package/script/deps/jsr.io/@std/path/1.1.4/posix/join.d.ts.map +1 -0
  427. package/script/deps/jsr.io/@std/path/1.1.4/posix/join.js +48 -0
  428. package/script/deps/jsr.io/@std/path/1.1.4/posix/join_globs.d.ts +20 -0
  429. package/script/deps/jsr.io/@std/path/1.1.4/posix/join_globs.d.ts.map +1 -0
  430. package/script/deps/jsr.io/@std/path/1.1.4/posix/join_globs.js +43 -0
  431. package/script/deps/jsr.io/@std/path/1.1.4/posix/normalize.d.ts +37 -0
  432. package/script/deps/jsr.io/@std/path/1.1.4/posix/normalize.d.ts.map +1 -0
  433. package/script/deps/jsr.io/@std/path/1.1.4/posix/normalize.js +61 -0
  434. package/script/deps/jsr.io/@std/path/1.1.4/posix/normalize_glob.d.ts +20 -0
  435. package/script/deps/jsr.io/@std/path/1.1.4/posix/normalize_glob.d.ts.map +1 -0
  436. package/script/deps/jsr.io/@std/path/1.1.4/posix/normalize_glob.js +35 -0
  437. package/script/deps/jsr.io/@std/path/1.1.4/posix/resolve.d.ts +17 -0
  438. package/script/deps/jsr.io/@std/path/1.1.4/posix/resolve.d.ts.map +1 -0
  439. package/script/deps/jsr.io/@std/path/1.1.4/posix/resolve.js +95 -0
  440. package/script/deps/jsr.io/@std/path/1.1.4/resolve.d.ts +22 -0
  441. package/script/deps/jsr.io/@std/path/1.1.4/resolve.d.ts.map +1 -0
  442. package/script/deps/jsr.io/@std/path/1.1.4/resolve.js +33 -0
  443. package/script/deps/jsr.io/@std/path/1.1.4/windows/_util.d.ts +4 -0
  444. package/script/deps/jsr.io/@std/path/1.1.4/windows/_util.d.ts.map +1 -0
  445. package/script/deps/jsr.io/@std/path/1.1.4/windows/_util.js +20 -0
  446. package/script/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts +22 -0
  447. package/script/deps/jsr.io/@std/path/1.1.4/windows/basename.d.ts.map +1 -0
  448. package/script/deps/jsr.io/@std/path/1.1.4/windows/basename.js +50 -0
  449. package/script/deps/jsr.io/@std/path/1.1.4/windows/constants.d.ts +13 -0
  450. package/script/deps/jsr.io/@std/path/1.1.4/windows/constants.d.ts.map +1 -0
  451. package/script/deps/jsr.io/@std/path/1.1.4/windows/constants.js +17 -0
  452. package/script/deps/jsr.io/@std/path/1.1.4/windows/dirname.d.ts +17 -0
  453. package/script/deps/jsr.io/@std/path/1.1.4/windows/dirname.d.ts.map +1 -0
  454. package/script/deps/jsr.io/@std/path/1.1.4/windows/dirname.js +116 -0
  455. package/script/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.d.ts +18 -0
  456. package/script/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.d.ts.map +1 -0
  457. package/script/deps/jsr.io/@std/path/1.1.4/windows/from_file_url.js +33 -0
  458. package/script/deps/jsr.io/@std/path/1.1.4/windows/glob_to_regexp.d.ts +71 -0
  459. package/script/deps/jsr.io/@std/path/1.1.4/windows/glob_to_regexp.d.ts.map +1 -0
  460. package/script/deps/jsr.io/@std/path/1.1.4/windows/glob_to_regexp.js +85 -0
  461. package/script/deps/jsr.io/@std/path/1.1.4/windows/is_absolute.d.ts +17 -0
  462. package/script/deps/jsr.io/@std/path/1.1.4/windows/is_absolute.d.ts.map +1 -0
  463. package/script/deps/jsr.io/@std/path/1.1.4/windows/is_absolute.js +41 -0
  464. package/script/deps/jsr.io/@std/path/1.1.4/windows/join.d.ts +18 -0
  465. package/script/deps/jsr.io/@std/path/1.1.4/windows/join.d.ts.map +1 -0
  466. package/script/deps/jsr.io/@std/path/1.1.4/windows/join.js +80 -0
  467. package/script/deps/jsr.io/@std/path/1.1.4/windows/join_globs.d.ts +21 -0
  468. package/script/deps/jsr.io/@std/path/1.1.4/windows/join_globs.d.ts.map +1 -0
  469. package/script/deps/jsr.io/@std/path/1.1.4/windows/join_globs.js +44 -0
  470. package/script/deps/jsr.io/@std/path/1.1.4/windows/normalize.d.ts +19 -0
  471. package/script/deps/jsr.io/@std/path/1.1.4/windows/normalize.d.ts.map +1 -0
  472. package/script/deps/jsr.io/@std/path/1.1.4/windows/normalize.js +138 -0
  473. package/script/deps/jsr.io/@std/path/1.1.4/windows/normalize_glob.d.ts +20 -0
  474. package/script/deps/jsr.io/@std/path/1.1.4/windows/normalize_glob.d.ts.map +1 -0
  475. package/script/deps/jsr.io/@std/path/1.1.4/windows/normalize_glob.js +35 -0
  476. package/script/deps/jsr.io/@std/path/1.1.4/windows/resolve.d.ts +17 -0
  477. package/script/deps/jsr.io/@std/path/1.1.4/windows/resolve.d.ts.map +1 -0
  478. package/script/deps/jsr.io/@std/path/1.1.4/windows/resolve.js +190 -0
  479. package/script/mod.d.ts +57 -0
  480. package/script/mod.d.ts.map +1 -0
  481. package/script/mod.js +199 -0
  482. package/script/mod_test.d.ts +2 -0
  483. package/script/mod_test.d.ts.map +1 -0
  484. package/script/package.json +3 -0
  485. package/script/src/lisp1.d.ts +4 -0
  486. package/script/src/lisp1.d.ts.map +1 -0
  487. package/script/src/lisp1.js +701 -0
  488. package/script/src/oml2ast.d.ts +4 -0
  489. package/script/src/oml2ast.d.ts.map +1 -0
  490. package/script/src/oml2ast.js +263 -0
  491. package/script/src/omlcommon.d.ts +17 -0
  492. package/script/src/omlcommon.d.ts.map +1 -0
  493. package/script/src/omlcommon.js +132 -0
@@ -0,0 +1,479 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.expandGlob = expandGlob;
37
+ exports.expandGlobSync = expandGlobSync;
38
+ // Copyright 2018-2026 the Deno authors. MIT license.
39
+ const dntShim = __importStar(require("../../../../../_dnt.shims.js"));
40
+ const glob_to_regexp_js_1 = require("../../path/1.1.4/glob_to_regexp.js");
41
+ const join_globs_js_1 = require("../../path/1.1.4/join_globs.js");
42
+ const is_glob_js_1 = require("../../path/1.1.4/is_glob.js");
43
+ const is_absolute_js_1 = require("../../path/1.1.4/is_absolute.js");
44
+ const resolve_js_1 = require("../../path/1.1.4/resolve.js");
45
+ const constants_js_1 = require("../../path/1.1.4/constants.js");
46
+ const walk_js_1 = require("./walk.js");
47
+ const _to_path_string_js_1 = require("./_to_path_string.js");
48
+ const _create_walk_entry_js_1 = require("./_create_walk_entry.js");
49
+ const os_js_1 = require("../../internal/1.0.12/os.js");
50
+ function split(path) {
51
+ const s = constants_js_1.SEPARATOR_PATTERN.source;
52
+ const segments = path
53
+ .replace(new RegExp(`^${s}|${s}$`, "g"), "")
54
+ .split(constants_js_1.SEPARATOR_PATTERN);
55
+ const isAbsolute_ = (0, is_absolute_js_1.isAbsolute)(path);
56
+ const split = {
57
+ segments,
58
+ isAbsolute: isAbsolute_,
59
+ hasTrailingSep: path.match(new RegExp(`${s}$`)) !== null,
60
+ };
61
+ if (os_js_1.isWindows && isAbsolute_) {
62
+ split.winRoot = segments.shift();
63
+ }
64
+ return split;
65
+ }
66
+ function throwUnlessNotFound(error) {
67
+ if (!(error instanceof dntShim.Deno.errors.NotFound)) {
68
+ throw error;
69
+ }
70
+ }
71
+ function comparePath(a, b) {
72
+ if (a.path < b.path)
73
+ return -1;
74
+ if (a.path > b.path)
75
+ return 1;
76
+ return 0;
77
+ }
78
+ /**
79
+ * Returns an async iterator that yields each file path matching the given glob
80
+ * pattern.
81
+ *
82
+ * The file paths are absolute paths. If `root` is not provided, the current
83
+ * working directory is used. The `root` directory is not included in the
84
+ * yielded file paths.
85
+ *
86
+ * Requires `--allow-read` permission.
87
+ *
88
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
89
+ * for more information on Deno's permissions system.
90
+ *
91
+ * @param glob The glob pattern to expand.
92
+ * @param options Additional options for the expansion.
93
+ *
94
+ * @returns An async iterator that yields each walk entry matching the glob
95
+ * pattern.
96
+ *
97
+ * @example Basic usage
98
+ *
99
+ * File structure:
100
+ * ```
101
+ * folder
102
+ * ├── script.ts
103
+ * └── foo.ts
104
+ * ```
105
+ *
106
+ * ```ts ignore
107
+ * // script.ts
108
+ * import { expandGlob } from "@std/fs/expand-glob";
109
+ *
110
+ * await Array.fromAsync(expandGlob("*.ts"));
111
+ * // [
112
+ * // {
113
+ * // path: "/Users/user/folder/script.ts",
114
+ * // name: "script.ts",
115
+ * // isFile: true,
116
+ * // isDirectory: false,
117
+ * // isSymlink: false,
118
+ * // },
119
+ * // {
120
+ * // path: "/Users/user/folder/foo.ts",
121
+ * // name: "foo.ts",
122
+ * // isFile: true,
123
+ * // isDirectory: false,
124
+ * // isSymlink: false,
125
+ * // },
126
+ * // ]
127
+ * ```
128
+ *
129
+ * @example Define root directory
130
+ *
131
+ * Setting the `root` option to `/folder` will expand the glob pattern from the
132
+ * `/folder` directory.
133
+ *
134
+ * File structure:
135
+ * ```
136
+ * folder
137
+ * ├── subdir
138
+ * │ └── bar.ts
139
+ * ├── script.ts
140
+ * └── foo.ts
141
+ * ```
142
+ *
143
+ * ```ts ignore
144
+ * // script.ts
145
+ * import { expandGlob } from "@std/fs/expand-glob";
146
+ *
147
+ * await Array.fromAsync(expandGlob("*.ts", { root: "./subdir" }));
148
+ * // [
149
+ * // {
150
+ * // path: "/Users/user/folder/subdir/bar.ts",
151
+ * // name: "bar.ts",
152
+ * // isFile: true,
153
+ * // isDirectory: false,
154
+ * // isSymlink: false,
155
+ * // },
156
+ * // ]
157
+ * ```
158
+ *
159
+ * @example Exclude files
160
+ *
161
+ * Setting the `exclude` option to `["foo.ts"]` will exclude the `foo.ts` file
162
+ * from the expansion.
163
+ *
164
+ * File structure:
165
+ * ```
166
+ * folder
167
+ * ├── script.ts
168
+ * └── foo.ts
169
+ * ```
170
+ *
171
+ * ```ts ignore
172
+ * // script.ts
173
+ * import { expandGlob } from "@std/fs/expand-glob";
174
+ *
175
+ * await Array.fromAsync(expandGlob("*.ts", { exclude: ["foo.ts"] }));
176
+ * // [
177
+ * // {
178
+ * // path: "/Users/user/folder/script.ts",
179
+ * // name: "true.ts",
180
+ * // isFile: false,
181
+ * // isDirectory: false,
182
+ * // isSymlink: false,
183
+ * // },
184
+ * // ]
185
+ * ```
186
+ *
187
+ * @example Exclude directories
188
+ *
189
+ * Setting the `includeDirs` option to `false` will exclude directories from the
190
+ * expansion.
191
+ *
192
+ * File structure:
193
+ * ```
194
+ * folder
195
+ * ├── subdir
196
+ * │ └── bar.ts
197
+ * ├── script.ts
198
+ * └── foo.ts
199
+ * ```
200
+ *
201
+ * ```ts ignore
202
+ * // script.ts
203
+ * import { expandGlob } from "@std/fs/expand-glob";
204
+ *
205
+ * await Array.fromAsync(expandGlob("*", { includeDirs: false }));
206
+ * // [
207
+ * // {
208
+ * // path: "/Users/user/folder/script.ts",
209
+ * // name: "script.ts",
210
+ * // isFile: true,
211
+ * // isDirectory: false,
212
+ * // isSymlink: false,
213
+ * // },
214
+ * // {
215
+ * // path: "/Users/user/folder/foo.ts",
216
+ * // name: "foo.ts",
217
+ * // isFile: true,
218
+ * // isDirectory: false,
219
+ * // isSymlink: false,
220
+ * // },
221
+ * // ]
222
+ * ```
223
+ *
224
+ * @example Follow symbolic links
225
+ *
226
+ * Setting the `followSymlinks` option to `true` will follow symbolic links.
227
+ *
228
+ * File structure:
229
+ * ```
230
+ * folder
231
+ * ├── script.ts
232
+ * └── link.ts -> script.ts (symbolic link)
233
+ * ```
234
+ *
235
+ * ```ts ignore
236
+ * // script.ts
237
+ * import { expandGlob } from "@std/fs/expand-glob";
238
+ *
239
+ * await Array.fromAsync(expandGlob("*.ts", { followSymlinks: true }));
240
+ * // [
241
+ * // {
242
+ * // path: "/Users/user/folder/script.ts",
243
+ * // name: "script.ts",
244
+ * // isFile: true,
245
+ * // isDirectory: false,
246
+ * // isSymlink: false,
247
+ * // },
248
+ * // {
249
+ * // path: "/Users/user/folder/symlink",
250
+ * // name: "symlink",
251
+ * // isFile: true,
252
+ * // isDirectory: false,
253
+ * // isSymlink: true,
254
+ * // },
255
+ * // ]
256
+ * ```
257
+ */
258
+ async function* expandGlob(glob, options) {
259
+ let { root, exclude = [], includeDirs = true, extended = true, globstar = true, caseInsensitive = false, followSymlinks = false, canonicalize = true, } = options ?? {};
260
+ const { segments, isAbsolute: isGlobAbsolute, hasTrailingSep, winRoot, } = split((0, _to_path_string_js_1.toPathString)(glob));
261
+ root ??= isGlobAbsolute ? winRoot ?? "/" : dntShim.Deno.cwd();
262
+ const globOptions = { extended, globstar, caseInsensitive };
263
+ const absRoot = isGlobAbsolute ? root : (0, resolve_js_1.resolve)(root); // root is always string here
264
+ const resolveFromRoot = (path) => (0, resolve_js_1.resolve)(absRoot, path);
265
+ const excludePatterns = exclude
266
+ .map(resolveFromRoot)
267
+ .map((s) => (0, glob_to_regexp_js_1.globToRegExp)(s, globOptions));
268
+ const shouldInclude = (path) => !excludePatterns.some((p) => p.test(path));
269
+ let fixedRoot = isGlobAbsolute ? winRoot ?? "/" : absRoot;
270
+ while (segments.length > 0 && !(0, is_glob_js_1.isGlob)(segments[0])) {
271
+ const seg = segments.shift();
272
+ fixedRoot = (0, join_globs_js_1.joinGlobs)([fixedRoot, unescapeGlobSegment(seg)], globOptions);
273
+ }
274
+ let fixedRootInfo;
275
+ try {
276
+ fixedRootInfo = await (0, _create_walk_entry_js_1.createWalkEntry)(fixedRoot);
277
+ }
278
+ catch (error) {
279
+ return throwUnlessNotFound(error);
280
+ }
281
+ async function* advanceMatch(walkInfo, globSegment) {
282
+ if (!walkInfo.isDirectory) {
283
+ return;
284
+ }
285
+ else if (globSegment === "..") {
286
+ const parentPath = (0, join_globs_js_1.joinGlobs)([walkInfo.path, ".."], globOptions);
287
+ if (shouldInclude(parentPath)) {
288
+ return yield await (0, _create_walk_entry_js_1.createWalkEntry)(parentPath);
289
+ }
290
+ return;
291
+ }
292
+ else if (globSegment === "**") {
293
+ return yield* (0, walk_js_1.walk)(walkInfo.path, {
294
+ skip: excludePatterns,
295
+ maxDepth: globstar ? Infinity : 1,
296
+ followSymlinks,
297
+ canonicalize,
298
+ });
299
+ }
300
+ const globPattern = (0, glob_to_regexp_js_1.globToRegExp)(globSegment, globOptions);
301
+ for await (const walkEntry of (0, walk_js_1.walk)(walkInfo.path, {
302
+ maxDepth: 1,
303
+ skip: excludePatterns,
304
+ followSymlinks,
305
+ })) {
306
+ if (walkEntry.path !== walkInfo.path &&
307
+ walkEntry.name.match(globPattern)) {
308
+ yield walkEntry;
309
+ }
310
+ }
311
+ }
312
+ let currentMatches = [fixedRootInfo];
313
+ for (const segment of segments) {
314
+ // Advancing the list of current matches may introduce duplicates, so we
315
+ // pass everything through this Map.
316
+ const nextMatchMap = new Map();
317
+ await Promise.all(currentMatches.map(async (currentMatch) => {
318
+ for await (const nextMatch of advanceMatch(currentMatch, segment)) {
319
+ nextMatchMap.set(nextMatch.path, nextMatch);
320
+ }
321
+ }));
322
+ currentMatches = [...nextMatchMap.values()].sort(comparePath);
323
+ }
324
+ if (hasTrailingSep) {
325
+ currentMatches = currentMatches.filter((entry) => entry.isDirectory);
326
+ }
327
+ if (!includeDirs) {
328
+ currentMatches = currentMatches.filter((entry) => !entry.isDirectory);
329
+ }
330
+ yield* currentMatches;
331
+ }
332
+ /**
333
+ * Returns an iterator that yields each file path matching the given glob
334
+ * pattern. The file paths are relative to the provided `root` directory.
335
+ * If `root` is not provided, the current working directory is used.
336
+ * The `root` directory is not included in the yielded file paths.
337
+ *
338
+ * Requires the `--allow-read` flag.
339
+ *
340
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
341
+ * for more information on Deno's permissions system.
342
+ *
343
+ * @param glob The glob pattern to expand.
344
+ * @param options Additional options for the expansion.
345
+ *
346
+ * @returns An iterator that yields each walk entry matching the glob pattern.
347
+ *
348
+ * @example Usage
349
+ *
350
+ * File structure:
351
+ * ```
352
+ * folder
353
+ * ├── script.ts
354
+ * └── foo.ts
355
+ * ```
356
+ *
357
+ * ```ts ignore
358
+ * // script.ts
359
+ * import { expandGlobSync } from "@std/fs/expand-glob";
360
+ *
361
+ * const entries = [];
362
+ * for (const entry of expandGlobSync("*.ts")) {
363
+ * entries.push(entry);
364
+ * }
365
+ *
366
+ * entries[0]!.path; // "/Users/user/folder/script.ts"
367
+ * entries[0]!.name; // "script.ts"
368
+ * entries[0]!.isFile; // false
369
+ * entries[0]!.isDirectory; // true
370
+ * entries[0]!.isSymlink; // false
371
+ *
372
+ * entries[1]!.path; // "/Users/user/folder/foo.ts"
373
+ * entries[1]!.name; // "foo.ts"
374
+ * entries[1]!.isFile; // true
375
+ * entries[1]!.isDirectory; // false
376
+ * entries[1]!.isSymlink; // false
377
+ * ```
378
+ */
379
+ function* expandGlobSync(glob, options) {
380
+ let { root, exclude = [], includeDirs = true, extended = true, globstar = true, caseInsensitive = false, followSymlinks = false, canonicalize = true, } = options ?? {};
381
+ const { segments, isAbsolute: isGlobAbsolute, hasTrailingSep, winRoot, } = split((0, _to_path_string_js_1.toPathString)(glob));
382
+ root ??= isGlobAbsolute ? winRoot ?? "/" : dntShim.Deno.cwd();
383
+ const globOptions = { extended, globstar, caseInsensitive };
384
+ const absRoot = isGlobAbsolute ? root : (0, resolve_js_1.resolve)(root); // root is always string here
385
+ const resolveFromRoot = (path) => (0, resolve_js_1.resolve)(absRoot, path);
386
+ const excludePatterns = exclude
387
+ .map(resolveFromRoot)
388
+ .map((s) => (0, glob_to_regexp_js_1.globToRegExp)(s, globOptions));
389
+ const shouldInclude = (path) => !excludePatterns.some((p) => p.test(path));
390
+ let fixedRoot = isGlobAbsolute ? winRoot ?? "/" : absRoot;
391
+ while (segments.length > 0 && !(0, is_glob_js_1.isGlob)(segments[0])) {
392
+ const seg = segments.shift();
393
+ fixedRoot = (0, join_globs_js_1.joinGlobs)([fixedRoot, unescapeGlobSegment(seg)], globOptions);
394
+ }
395
+ let fixedRootInfo;
396
+ try {
397
+ fixedRootInfo = (0, _create_walk_entry_js_1.createWalkEntrySync)(fixedRoot);
398
+ }
399
+ catch (error) {
400
+ return throwUnlessNotFound(error);
401
+ }
402
+ function* advanceMatch(walkInfo, globSegment) {
403
+ if (!walkInfo.isDirectory) {
404
+ return;
405
+ }
406
+ else if (globSegment === "..") {
407
+ const parentPath = (0, join_globs_js_1.joinGlobs)([walkInfo.path, ".."], globOptions);
408
+ if (shouldInclude(parentPath)) {
409
+ return yield (0, _create_walk_entry_js_1.createWalkEntrySync)(parentPath);
410
+ }
411
+ return;
412
+ }
413
+ else if (globSegment === "**") {
414
+ return yield* (0, walk_js_1.walkSync)(walkInfo.path, {
415
+ skip: excludePatterns,
416
+ maxDepth: globstar ? Infinity : 1,
417
+ followSymlinks,
418
+ canonicalize,
419
+ });
420
+ }
421
+ const globPattern = (0, glob_to_regexp_js_1.globToRegExp)(globSegment, globOptions);
422
+ for (const walkEntry of (0, walk_js_1.walkSync)(walkInfo.path, {
423
+ maxDepth: 1,
424
+ skip: excludePatterns,
425
+ followSymlinks,
426
+ })) {
427
+ if (walkEntry.path !== walkInfo.path &&
428
+ walkEntry.name.match(globPattern)) {
429
+ yield walkEntry;
430
+ }
431
+ }
432
+ }
433
+ let currentMatches = [fixedRootInfo];
434
+ for (const segment of segments) {
435
+ // Advancing the list of current matches may introduce duplicates, so we
436
+ // pass everything through this Map.
437
+ const nextMatchMap = new Map();
438
+ for (const currentMatch of currentMatches) {
439
+ for (const nextMatch of advanceMatch(currentMatch, segment)) {
440
+ nextMatchMap.set(nextMatch.path, nextMatch);
441
+ }
442
+ }
443
+ currentMatches = [...nextMatchMap.values()].sort(comparePath);
444
+ }
445
+ if (hasTrailingSep) {
446
+ currentMatches = currentMatches.filter((entry) => entry.isDirectory);
447
+ }
448
+ if (!includeDirs) {
449
+ currentMatches = currentMatches.filter((entry) => !entry.isDirectory);
450
+ }
451
+ yield* currentMatches;
452
+ }
453
+ const globEscapeChar =
454
+ // deno-lint-ignore no-explicit-any
455
+ dntShim.dntGlobalThis.Deno?.build.os === "windows" ? "`" : `\\`;
456
+ const globMetachars = "*?{}[]()|+@!";
457
+ function unescapeGlobSegment(segment) {
458
+ let result = "";
459
+ let lastIndex = 0;
460
+ for (let i = 0; i < segment.length; i++) {
461
+ const char = segment[i];
462
+ if (char === globEscapeChar) {
463
+ const nextChar = segment[i + 1];
464
+ if (nextChar && globMetachars.includes(nextChar)) {
465
+ // append the slice before the escape char, then the metachar
466
+ result += segment.slice(lastIndex, i) + nextChar;
467
+ i++; // skip next char since we already processed it
468
+ lastIndex = i + 1;
469
+ }
470
+ }
471
+ }
472
+ // no escaped, return the original segment
473
+ if (lastIndex === 0) {
474
+ return segment;
475
+ }
476
+ // append any remaining characters
477
+ result += segment.slice(lastIndex);
478
+ return result;
479
+ }
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Helpers for working with the filesystem.
3
+ *
4
+ * ```ts ignore
5
+ * import { ensureFile, copy, ensureDir, move } from "@std/fs";
6
+ *
7
+ * await ensureFile("example.txt");
8
+ *
9
+ * await copy("example.txt", "example_copy.txt");
10
+ *
11
+ * await ensureDir("subdir");
12
+ *
13
+ * await move("example_copy.txt", "subdir/example_copy.txt");
14
+ * ```
15
+ *
16
+ * @module
17
+ */
18
+ export * from "./empty_dir.js";
19
+ export * from "./ensure_dir.js";
20
+ export * from "./ensure_file.js";
21
+ export * from "./ensure_link.js";
22
+ export * from "./ensure_symlink.js";
23
+ export * from "./exists.js";
24
+ export * from "./expand_glob.js";
25
+ export * from "./move.js";
26
+ export * from "./copy.js";
27
+ export * from "./walk.js";
28
+ export * from "./eol.js";
29
+ //# sourceMappingURL=mod.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/mod.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;GAgBG;AAEH,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC"}
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ // Copyright 2018-2026 the Deno authors. MIT license.
3
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
+ if (k2 === undefined) k2 = k;
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
10
+ }) : (function(o, m, k, k2) {
11
+ if (k2 === undefined) k2 = k;
12
+ o[k2] = m[k];
13
+ }));
14
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
16
+ };
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ /**
19
+ * Helpers for working with the filesystem.
20
+ *
21
+ * ```ts ignore
22
+ * import { ensureFile, copy, ensureDir, move } from "@std/fs";
23
+ *
24
+ * await ensureFile("example.txt");
25
+ *
26
+ * await copy("example.txt", "example_copy.txt");
27
+ *
28
+ * await ensureDir("subdir");
29
+ *
30
+ * await move("example_copy.txt", "subdir/example_copy.txt");
31
+ * ```
32
+ *
33
+ * @module
34
+ */
35
+ __exportStar(require("./empty_dir.js"), exports);
36
+ __exportStar(require("./ensure_dir.js"), exports);
37
+ __exportStar(require("./ensure_file.js"), exports);
38
+ __exportStar(require("./ensure_link.js"), exports);
39
+ __exportStar(require("./ensure_symlink.js"), exports);
40
+ __exportStar(require("./exists.js"), exports);
41
+ __exportStar(require("./expand_glob.js"), exports);
42
+ __exportStar(require("./move.js"), exports);
43
+ __exportStar(require("./copy.js"), exports);
44
+ __exportStar(require("./walk.js"), exports);
45
+ __exportStar(require("./eol.js"), exports);
@@ -0,0 +1,86 @@
1
+ /** Options for {@linkcode move} and {@linkcode moveSync}. */
2
+ export interface MoveOptions {
3
+ /**
4
+ * Whether the destination file should be overwritten if it already exists.
5
+ *
6
+ * @default {false}
7
+ */
8
+ overwrite?: boolean;
9
+ }
10
+ /**
11
+ * Asynchronously moves a file or directory (along with its contents).
12
+ *
13
+ * Requires `--allow-read` and `--allow-write` permissions.
14
+ *
15
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
16
+ * for more information on Deno's permissions system.
17
+ *
18
+ * @param src The source file or directory as a string or URL.
19
+ * @param dest The destination file or directory as a string or URL.
20
+ * @param options Options for the move operation.
21
+ * @throws {Deno.errors.AlreadyExists} If `dest` already exists and
22
+ * `options.overwrite` is `false`.
23
+ * @throws {Deno.errors.NotSupported} If `src` is a sub-directory of `dest`.
24
+ *
25
+ * @returns A void promise that resolves once the operation completes.
26
+ *
27
+ * @example Basic usage
28
+ * ```ts ignore
29
+ * import { move } from "@std/fs/move";
30
+ *
31
+ * await move("./foo", "./bar");
32
+ * ```
33
+ *
34
+ * This will move the file or directory at `./foo` to `./bar` without
35
+ * overwriting.
36
+ *
37
+ * @example Overwriting
38
+ * ```ts ignore
39
+ * import { move } from "@std/fs/move";
40
+ *
41
+ * await move("./foo", "./bar", { overwrite: true });
42
+ * ```
43
+ *
44
+ * This will move the file or directory at `./foo` to `./bar`, overwriting
45
+ * `./bar` if it already exists.
46
+ */
47
+ export declare function move(src: string | URL, dest: string | URL, options?: MoveOptions): Promise<void>;
48
+ /**
49
+ * Synchronously moves a file or directory (along with its contents).
50
+ *
51
+ * Requires `--allow-read` and `--allow-write` permissions.
52
+ *
53
+ * @see {@link https://docs.deno.com/runtime/manual/basics/permissions#file-system-access}
54
+ * for more information on Deno's permissions system.
55
+ *
56
+ * @param src The source file or directory as a string or URL.
57
+ * @param dest The destination file or directory as a string or URL.
58
+ * @param options Options for the move operation.
59
+ * @throws {Deno.errors.AlreadyExists} If `dest` already exists and
60
+ * `options.overwrite` is `false`.
61
+ * @throws {Deno.errors.NotSupported} If `src` is a sub-directory of `dest`.
62
+ *
63
+ * @returns A void value that returns once the operation completes.
64
+ *
65
+ * @example Basic usage
66
+ * ```ts ignore
67
+ * import { moveSync } from "@std/fs/move";
68
+ *
69
+ * moveSync("./foo", "./bar");
70
+ * ```
71
+ *
72
+ * This will move the file or directory at `./foo` to `./bar` without
73
+ * overwriting.
74
+ *
75
+ * @example Overwriting
76
+ * ```ts ignore
77
+ * import { moveSync } from "@std/fs/move";
78
+ *
79
+ * moveSync("./foo", "./bar", { overwrite: true });
80
+ * ```
81
+ *
82
+ * This will move the file or directory at `./foo` to `./bar`, overwriting
83
+ * `./bar` if it already exists.
84
+ */
85
+ export declare function moveSync(src: string | URL, dest: string | URL, options?: MoveOptions): void;
86
+ //# sourceMappingURL=move.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"move.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/fs/1.0.23/move.ts"],"names":[],"mappings":"AAMA,6DAA6D;AAC7D,MAAM,WAAW,WAAW;IAC1B;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAsB,IAAI,CACxB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,WAAW,GACpB,OAAO,CAAC,IAAI,CAAC,CAkCf;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoCG;AACH,wBAAgB,QAAQ,CACtB,GAAG,EAAE,MAAM,GAAG,GAAG,EACjB,IAAI,EAAE,MAAM,GAAG,GAAG,EAClB,OAAO,CAAC,EAAE,WAAW,GACpB,IAAI,CAoCN"}