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,80 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // Copyright the Browserify authors. MIT License.
4
+ // Ported from https://github.com/browserify/path-browserify/
5
+ // This module is browser compatible.
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.normalizeString = normalizeString;
8
+ const constants_js_1 = require("./constants.js");
9
+ // Resolves . and .. elements in a path with directory names
10
+ function normalizeString(path, allowAboveRoot, separator, isPathSeparator) {
11
+ let res = "";
12
+ let lastSegmentLength = 0;
13
+ let lastSlash = -1;
14
+ let dots = 0;
15
+ let code;
16
+ for (let i = 0; i <= path.length; ++i) {
17
+ if (i < path.length)
18
+ code = path.charCodeAt(i);
19
+ else if (isPathSeparator(code))
20
+ break;
21
+ else
22
+ code = constants_js_1.CHAR_FORWARD_SLASH;
23
+ if (isPathSeparator(code)) {
24
+ if (lastSlash === i - 1 || dots === 1) {
25
+ // NOOP
26
+ }
27
+ else if (lastSlash !== i - 1 && dots === 2) {
28
+ if (res.length < 2 ||
29
+ lastSegmentLength !== 2 ||
30
+ res.charCodeAt(res.length - 1) !== constants_js_1.CHAR_DOT ||
31
+ res.charCodeAt(res.length - 2) !== constants_js_1.CHAR_DOT) {
32
+ if (res.length > 2) {
33
+ const lastSlashIndex = res.lastIndexOf(separator);
34
+ if (lastSlashIndex === -1) {
35
+ res = "";
36
+ lastSegmentLength = 0;
37
+ }
38
+ else {
39
+ res = res.slice(0, lastSlashIndex);
40
+ lastSegmentLength = res.length - 1 - res.lastIndexOf(separator);
41
+ }
42
+ lastSlash = i;
43
+ dots = 0;
44
+ continue;
45
+ }
46
+ else if (res.length === 2 || res.length === 1) {
47
+ res = "";
48
+ lastSegmentLength = 0;
49
+ lastSlash = i;
50
+ dots = 0;
51
+ continue;
52
+ }
53
+ }
54
+ if (allowAboveRoot) {
55
+ if (res.length > 0)
56
+ res += `${separator}..`;
57
+ else
58
+ res = "..";
59
+ lastSegmentLength = 2;
60
+ }
61
+ }
62
+ else {
63
+ if (res.length > 0)
64
+ res += separator + path.slice(lastSlash + 1, i);
65
+ else
66
+ res = path.slice(lastSlash + 1, i);
67
+ lastSegmentLength = i - lastSlash - 1;
68
+ }
69
+ lastSlash = i;
70
+ dots = 0;
71
+ }
72
+ else if (code === constants_js_1.CHAR_DOT && dots !== -1) {
73
+ ++dots;
74
+ }
75
+ else {
76
+ dots = -1;
77
+ }
78
+ }
79
+ return res;
80
+ }
@@ -0,0 +1,2 @@
1
+ export declare function stripTrailingSeparators(segment: string, isSep: (char: number) => boolean): string;
2
+ //# sourceMappingURL=strip_trailing_separators.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"strip_trailing_separators.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.1.4/_common/strip_trailing_separators.ts"],"names":[],"mappings":"AAKA,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,GAC/B,MAAM,CAgBR"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // Copyright the Browserify authors. MIT License.
4
+ // Ported from https://github.com/browserify/path-browserify/
5
+ // This module is browser compatible.
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.stripTrailingSeparators = stripTrailingSeparators;
8
+ function stripTrailingSeparators(segment, isSep) {
9
+ if (segment.length <= 1) {
10
+ return segment;
11
+ }
12
+ let end = segment.length;
13
+ for (let i = segment.length - 1; i > 0; i--) {
14
+ if (isSep(segment.charCodeAt(i))) {
15
+ end = i;
16
+ }
17
+ else {
18
+ break;
19
+ }
20
+ }
21
+ return segment.slice(0, end);
22
+ }
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Return the last portion of a path.
3
+ *
4
+ * The trailing directory separators are ignored, and optional suffix is
5
+ * removed.
6
+ *
7
+ * @example Usage
8
+ * ```ts
9
+ * import { basename } from "@std/path/basename";
10
+ * import { assertEquals } from "@std/assert";
11
+ *
12
+ * if (Deno.build.os === "windows") {
13
+ * assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
14
+ * assertEquals(basename(new URL("file:///C:/user/Documents/image.png")), "image.png");
15
+ * } else {
16
+ * assertEquals(basename("/home/user/Documents/image.png"), "image.png");
17
+ * assertEquals(basename(new URL("file:///home/user/Documents/image.png")), "image.png");
18
+ * }
19
+ * ```
20
+ *
21
+ * @param path Path to extract the name from.
22
+ * @param suffix Suffix to remove from extracted name.
23
+ *
24
+ * @returns The basename of the path.
25
+ */
26
+ export declare function basename(path: string | URL, suffix?: string): string;
27
+ //# sourceMappingURL=basename.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"basename.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.4/basename.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,EAAE,MAAM,SAAK,GAAG,MAAM,CAIhE"}
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.basename = basename;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const basename_js_1 = require("./posix/basename.js");
8
+ const basename_js_2 = require("./windows/basename.js");
9
+ /**
10
+ * Return the last portion of a path.
11
+ *
12
+ * The trailing directory separators are ignored, and optional suffix is
13
+ * removed.
14
+ *
15
+ * @example Usage
16
+ * ```ts
17
+ * import { basename } from "@std/path/basename";
18
+ * import { assertEquals } from "@std/assert";
19
+ *
20
+ * if (Deno.build.os === "windows") {
21
+ * assertEquals(basename("C:\\user\\Documents\\image.png"), "image.png");
22
+ * assertEquals(basename(new URL("file:///C:/user/Documents/image.png")), "image.png");
23
+ * } else {
24
+ * assertEquals(basename("/home/user/Documents/image.png"), "image.png");
25
+ * assertEquals(basename(new URL("file:///home/user/Documents/image.png")), "image.png");
26
+ * }
27
+ * ```
28
+ *
29
+ * @param path Path to extract the name from.
30
+ * @param suffix Suffix to remove from extracted name.
31
+ *
32
+ * @returns The basename of the path.
33
+ */
34
+ function basename(path, suffix = "") {
35
+ return os_js_1.isWindows
36
+ ? (0, basename_js_2.basename)(path, suffix)
37
+ : (0, basename_js_1.basename)(path, suffix);
38
+ }
@@ -0,0 +1,15 @@
1
+ /**
2
+ * The character used to separate entries in the PATH environment variable.
3
+ * On Windows, this is `;`. On all other platforms, this is `:`.
4
+ */
5
+ export declare const DELIMITER: ":" | ";";
6
+ /**
7
+ * The character used to separate components of a file path.
8
+ * On Windows, this is `\`. On all other platforms, this is `/`.
9
+ */
10
+ export declare const SEPARATOR: "/" | "\\";
11
+ /**
12
+ * A regular expression that matches one or more path separators.
13
+ */
14
+ export declare const SEPARATOR_PATTERN: RegExp;
15
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.4/constants.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,eAAO,MAAM,SAAS,WAA0C,CAAC;AACjE;;;GAGG;AACH,eAAO,MAAM,SAAS,YAA2C,CAAC;AAClE;;GAEG;AACH,eAAO,MAAM,iBAAiB,QAA+B,CAAC"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SEPARATOR_PATTERN = exports.SEPARATOR = exports.DELIMITER = void 0;
4
+ // Copyright 2018-2025 the Deno authors. MIT license.
5
+ // This module is browser compatible.
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ /**
8
+ * The character used to separate entries in the PATH environment variable.
9
+ * On Windows, this is `;`. On all other platforms, this is `:`.
10
+ */
11
+ exports.DELIMITER = os_js_1.isWindows ? ";" : ":";
12
+ /**
13
+ * The character used to separate components of a file path.
14
+ * On Windows, this is `\`. On all other platforms, this is `/`.
15
+ */
16
+ exports.SEPARATOR = os_js_1.isWindows ? "\\" : "/";
17
+ /**
18
+ * A regular expression that matches one or more path separators.
19
+ */
20
+ exports.SEPARATOR_PATTERN = os_js_1.isWindows ? /[\\/]+/ : /\/+/;
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Return the directory path of a path.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { dirname } from "@std/path/dirname";
7
+ * import { assertEquals } from "@std/assert";
8
+ *
9
+ * if (Deno.build.os === "windows") {
10
+ * assertEquals(dirname("C:\\home\\user\\Documents\\image.png"), "C:\\home\\user\\Documents");
11
+ * assertEquals(dirname(new URL("file:///C:/home/user/Documents/image.png")), "C:\\home\\user\\Documents");
12
+ * } else {
13
+ * assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
14
+ * assertEquals(dirname(new URL("file:///home/user/Documents/image.png")), "/home/user/Documents");
15
+ * }
16
+ * ```
17
+ *
18
+ * @param path Path to extract the directory from.
19
+ * @returns The directory path.
20
+ */
21
+ export declare function dirname(path: string | URL): string;
22
+ //# sourceMappingURL=dirname.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dirname.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.4/dirname.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,OAAO,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAElD"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.dirname = dirname;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const dirname_js_1 = require("./posix/dirname.js");
8
+ const dirname_js_2 = require("./windows/dirname.js");
9
+ /**
10
+ * Return the directory path of a path.
11
+ *
12
+ * @example Usage
13
+ * ```ts
14
+ * import { dirname } from "@std/path/dirname";
15
+ * import { assertEquals } from "@std/assert";
16
+ *
17
+ * if (Deno.build.os === "windows") {
18
+ * assertEquals(dirname("C:\\home\\user\\Documents\\image.png"), "C:\\home\\user\\Documents");
19
+ * assertEquals(dirname(new URL("file:///C:/home/user/Documents/image.png")), "C:\\home\\user\\Documents");
20
+ * } else {
21
+ * assertEquals(dirname("/home/user/Documents/image.png"), "/home/user/Documents");
22
+ * assertEquals(dirname(new URL("file:///home/user/Documents/image.png")), "/home/user/Documents");
23
+ * }
24
+ * ```
25
+ *
26
+ * @param path Path to extract the directory from.
27
+ * @returns The directory path.
28
+ */
29
+ function dirname(path) {
30
+ return os_js_1.isWindows ? (0, dirname_js_2.dirname)(path) : (0, dirname_js_1.dirname)(path);
31
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Converts a file URL to a path string.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { fromFileUrl } from "@std/path/from-file-url";
7
+ * import { assertEquals } from "@std/assert";
8
+ *
9
+ * if (Deno.build.os === "windows") {
10
+ * assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
11
+ * assertEquals(fromFileUrl("file:///C:/Users/foo"), "C:\\Users\\foo");
12
+ * assertEquals(fromFileUrl("file://localhost/home/foo"), "\\home\\foo");
13
+ * } else {
14
+ * assertEquals(fromFileUrl("file:///home/foo"), "/home/foo");
15
+ * }
16
+ * ```
17
+ *
18
+ * @param url The file URL to convert to a path.
19
+ * @returns The path string.
20
+ */
21
+ export declare function fromFileUrl(url: string | URL): string;
22
+ //# sourceMappingURL=from_file_url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"from_file_url.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.4/from_file_url.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,GAAG,MAAM,CAErD"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.fromFileUrl = fromFileUrl;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const from_file_url_js_1 = require("./posix/from_file_url.js");
8
+ const from_file_url_js_2 = require("./windows/from_file_url.js");
9
+ /**
10
+ * Converts a file URL to a path string.
11
+ *
12
+ * @example Usage
13
+ * ```ts
14
+ * import { fromFileUrl } from "@std/path/from-file-url";
15
+ * import { assertEquals } from "@std/assert";
16
+ *
17
+ * if (Deno.build.os === "windows") {
18
+ * assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
19
+ * assertEquals(fromFileUrl("file:///C:/Users/foo"), "C:\\Users\\foo");
20
+ * assertEquals(fromFileUrl("file://localhost/home/foo"), "\\home\\foo");
21
+ * } else {
22
+ * assertEquals(fromFileUrl("file:///home/foo"), "/home/foo");
23
+ * }
24
+ * ```
25
+ *
26
+ * @param url The file URL to convert to a path.
27
+ * @returns The path string.
28
+ */
29
+ function fromFileUrl(url) {
30
+ return os_js_1.isWindows ? (0, from_file_url_js_2.fromFileUrl)(url) : (0, from_file_url_js_1.fromFileUrl)(url);
31
+ }
@@ -0,0 +1,77 @@
1
+ import type { GlobOptions } from "./_common/glob_to_reg_exp.js";
2
+ export type { GlobOptions };
3
+ /**
4
+ * Converts a glob string to a regular expression.
5
+ *
6
+ * Tries to match bash glob expansion as closely as possible.
7
+ *
8
+ * Basic glob syntax:
9
+ * - `*` - Matches everything without leaving the path segment.
10
+ * - `?` - Matches any single character.
11
+ * - `{foo,bar}` - Matches `foo` or `bar`.
12
+ * - `[abcd]` - Matches `a`, `b`, `c` or `d`.
13
+ * - `[a-d]` - Matches `a`, `b`, `c` or `d`.
14
+ * - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
15
+ * - `[[:<class>:]]` - Matches any character belonging to `<class>`.
16
+ * - `[[:alnum:]]` - Matches any digit or letter.
17
+ * - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
18
+ * - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
19
+ * for a complete list of supported character classes.
20
+ * - `\` - Escapes the next character for an `os` other than `"windows"`.
21
+ * - \` - Escapes the next character for `os` set to `"windows"`.
22
+ * - `/` - Path separator.
23
+ * - `\` - Additional path separator only for `os` set to `"windows"`.
24
+ *
25
+ * Extended syntax:
26
+ * - Requires `{ extended: true }`.
27
+ * - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
28
+ * - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
29
+ * - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
30
+ * - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
31
+ * - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
32
+ * - See https://www.linuxjournal.com/content/bash-extended-globbing.
33
+ *
34
+ * Globstar syntax:
35
+ * - Requires `{ globstar: true }`.
36
+ * - `**` - Matches any number of any path segments.
37
+ * - Must comprise its entire path segment in the provided glob.
38
+ * - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
39
+ *
40
+ * Note the following properties:
41
+ * - The generated `RegExp` is anchored at both start and end.
42
+ * - Repeating and trailing separators are tolerated. Trailing separators in the
43
+ * provided glob have no meaning and are discarded.
44
+ * - Absolute globs will only match absolute paths, etc.
45
+ * - Empty globs will match nothing.
46
+ * - Any special glob syntax must be contained to one path segment. For example,
47
+ * `?(foo|bar/baz)` is invalid. The separator will take precedence and the
48
+ * first segment ends with an unclosed group.
49
+ * - If a path segment ends with unclosed groups or a dangling escape prefix, a
50
+ * parse error has occurred. Every character for that segment is taken
51
+ * literally in this event.
52
+ *
53
+ * Limitations:
54
+ * - A negative group like `!(foo|bar)` will wrongly be converted to a negative
55
+ * look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
56
+ * fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
57
+ * `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
58
+ * the group occurs not nested at the end of the segment.
59
+ *
60
+ * @example Usage
61
+ * ```ts
62
+ * import { globToRegExp } from "@std/path/glob-to-regexp";
63
+ * import { assertEquals } from "@std/assert";
64
+ *
65
+ * if (Deno.build.os === "windows") {
66
+ * assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
67
+ * } else {
68
+ * assertEquals(globToRegExp("*.js"), /^[^/]*\.js\/*$/);
69
+ * }
70
+ * ```
71
+ *
72
+ * @param glob Glob string to convert.
73
+ * @param options Conversion options.
74
+ * @returns The regular expression equivalent to the glob.
75
+ */
76
+ export declare function globToRegExp(glob: string, options?: GlobOptions): RegExp;
77
+ //# sourceMappingURL=glob_to_regexp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"glob_to_regexp.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.4/glob_to_regexp.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAQhE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwEG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,WAAgB,GACxB,MAAM,CAIR"}
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.globToRegExp = globToRegExp;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const glob_to_regexp_js_1 = require("./posix/glob_to_regexp.js");
8
+ const glob_to_regexp_js_2 = require("./windows/glob_to_regexp.js");
9
+ /**
10
+ * Converts a glob string to a regular expression.
11
+ *
12
+ * Tries to match bash glob expansion as closely as possible.
13
+ *
14
+ * Basic glob syntax:
15
+ * - `*` - Matches everything without leaving the path segment.
16
+ * - `?` - Matches any single character.
17
+ * - `{foo,bar}` - Matches `foo` or `bar`.
18
+ * - `[abcd]` - Matches `a`, `b`, `c` or `d`.
19
+ * - `[a-d]` - Matches `a`, `b`, `c` or `d`.
20
+ * - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
21
+ * - `[[:<class>:]]` - Matches any character belonging to `<class>`.
22
+ * - `[[:alnum:]]` - Matches any digit or letter.
23
+ * - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
24
+ * - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
25
+ * for a complete list of supported character classes.
26
+ * - `\` - Escapes the next character for an `os` other than `"windows"`.
27
+ * - \` - Escapes the next character for `os` set to `"windows"`.
28
+ * - `/` - Path separator.
29
+ * - `\` - Additional path separator only for `os` set to `"windows"`.
30
+ *
31
+ * Extended syntax:
32
+ * - Requires `{ extended: true }`.
33
+ * - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
34
+ * - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
35
+ * - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
36
+ * - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
37
+ * - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
38
+ * - See https://www.linuxjournal.com/content/bash-extended-globbing.
39
+ *
40
+ * Globstar syntax:
41
+ * - Requires `{ globstar: true }`.
42
+ * - `**` - Matches any number of any path segments.
43
+ * - Must comprise its entire path segment in the provided glob.
44
+ * - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
45
+ *
46
+ * Note the following properties:
47
+ * - The generated `RegExp` is anchored at both start and end.
48
+ * - Repeating and trailing separators are tolerated. Trailing separators in the
49
+ * provided glob have no meaning and are discarded.
50
+ * - Absolute globs will only match absolute paths, etc.
51
+ * - Empty globs will match nothing.
52
+ * - Any special glob syntax must be contained to one path segment. For example,
53
+ * `?(foo|bar/baz)` is invalid. The separator will take precedence and the
54
+ * first segment ends with an unclosed group.
55
+ * - If a path segment ends with unclosed groups or a dangling escape prefix, a
56
+ * parse error has occurred. Every character for that segment is taken
57
+ * literally in this event.
58
+ *
59
+ * Limitations:
60
+ * - A negative group like `!(foo|bar)` will wrongly be converted to a negative
61
+ * look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
62
+ * fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
63
+ * `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
64
+ * the group occurs not nested at the end of the segment.
65
+ *
66
+ * @example Usage
67
+ * ```ts
68
+ * import { globToRegExp } from "@std/path/glob-to-regexp";
69
+ * import { assertEquals } from "@std/assert";
70
+ *
71
+ * if (Deno.build.os === "windows") {
72
+ * assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
73
+ * } else {
74
+ * assertEquals(globToRegExp("*.js"), /^[^/]*\.js\/*$/);
75
+ * }
76
+ * ```
77
+ *
78
+ * @param glob Glob string to convert.
79
+ * @param options Conversion options.
80
+ * @returns The regular expression equivalent to the glob.
81
+ */
82
+ function globToRegExp(glob, options = {}) {
83
+ return os_js_1.isWindows
84
+ ? (0, glob_to_regexp_js_2.globToRegExp)(glob, options)
85
+ : (0, glob_to_regexp_js_1.globToRegExp)(glob, options);
86
+ }
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Verifies whether provided path is absolute.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { isAbsolute } from "@std/path/is-absolute";
7
+ * import { assert, assertFalse } from "@std/assert";
8
+ *
9
+ * if (Deno.build.os === "windows") {
10
+ * assert(isAbsolute("C:\\home\\foo"));
11
+ * assertFalse(isAbsolute("home\\foo"));
12
+ * } else {
13
+ * assert(isAbsolute("/home/foo"));
14
+ * assertFalse(isAbsolute("home/foo"));
15
+ * }
16
+ * ```
17
+ *
18
+ * @param path Path to be verified as absolute.
19
+ * @returns `true` if path is absolute, `false` otherwise
20
+ */
21
+ export declare function isAbsolute(path: string): boolean;
22
+ //# sourceMappingURL=is_absolute.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is_absolute.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.4/is_absolute.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAEhD"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.isAbsolute = isAbsolute;
6
+ const os_js_1 = require("../../internal/1.0.12/os.js");
7
+ const is_absolute_js_1 = require("./posix/is_absolute.js");
8
+ const is_absolute_js_2 = require("./windows/is_absolute.js");
9
+ /**
10
+ * Verifies whether provided path is absolute.
11
+ *
12
+ * @example Usage
13
+ * ```ts
14
+ * import { isAbsolute } from "@std/path/is-absolute";
15
+ * import { assert, assertFalse } from "@std/assert";
16
+ *
17
+ * if (Deno.build.os === "windows") {
18
+ * assert(isAbsolute("C:\\home\\foo"));
19
+ * assertFalse(isAbsolute("home\\foo"));
20
+ * } else {
21
+ * assert(isAbsolute("/home/foo"));
22
+ * assertFalse(isAbsolute("home/foo"));
23
+ * }
24
+ * ```
25
+ *
26
+ * @param path Path to be verified as absolute.
27
+ * @returns `true` if path is absolute, `false` otherwise
28
+ */
29
+ function isAbsolute(path) {
30
+ return os_js_1.isWindows ? (0, is_absolute_js_2.isAbsolute)(path) : (0, is_absolute_js_1.isAbsolute)(path);
31
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Test whether the given string is a glob.
3
+ *
4
+ * @example Usage
5
+ * ```ts
6
+ * import { isGlob } from "@std/path/is-glob";
7
+ * import { assert } from "@std/assert";
8
+ *
9
+ * assert(!isGlob("foo/bar/../baz"));
10
+ * assert(isGlob("foo/*ar/../baz"));
11
+ * ```
12
+ *
13
+ * @param str String to test.
14
+ * @returns `true` if the given string is a glob, otherwise `false`
15
+ */
16
+ export declare function isGlob(str: string): boolean;
17
+ //# sourceMappingURL=is_glob.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is_glob.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/path/1.1.4/is_glob.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CA8B3C"}
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ // Copyright 2018-2025 the Deno authors. MIT license.
3
+ // This module is browser compatible.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.isGlob = isGlob;
6
+ /**
7
+ * Test whether the given string is a glob.
8
+ *
9
+ * @example Usage
10
+ * ```ts
11
+ * import { isGlob } from "@std/path/is-glob";
12
+ * import { assert } from "@std/assert";
13
+ *
14
+ * assert(!isGlob("foo/bar/../baz"));
15
+ * assert(isGlob("foo/*ar/../baz"));
16
+ * ```
17
+ *
18
+ * @param str String to test.
19
+ * @returns `true` if the given string is a glob, otherwise `false`
20
+ */
21
+ function isGlob(str) {
22
+ const chars = { "{": "}", "(": ")", "[": "]" };
23
+ const regex = /\\(.)|(^!|\*|\?|[\].+)]\?|\[[^[\\\]]+\]|\{[^{\\}]+\}|\(\?[:!=][^\\)]+\)|\([^(|]+\|[^\\)]+\)|@\([^)]+\))/;
24
+ if (str === "") {
25
+ return false;
26
+ }
27
+ let match;
28
+ while ((match = regex.exec(str))) {
29
+ if (match[2])
30
+ return true;
31
+ let idx = match.index + match[0].length;
32
+ // if an open bracket/brace/paren is escaped,
33
+ // set the index to the next closing character
34
+ const open = match[1];
35
+ const close = open ? chars[open] : null;
36
+ if (open && close) {
37
+ const n = str.indexOf(close, idx);
38
+ if (n !== -1) {
39
+ idx = n + 1;
40
+ }
41
+ }
42
+ str = str.slice(idx);
43
+ }
44
+ return false;
45
+ }