ventojs 1.14.0 → 2.0.0-canary.0
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.
- package/CHANGELOG.md +24 -0
- package/README.md +2 -0
- package/browser.js +19 -0
- package/{esm/src → core}/environment.js +30 -32
- package/{esm/src → core}/errors.js +0 -7
- package/core/js.js +191 -0
- package/core/reserved.js +63 -0
- package/core/tokenizer.js +86 -0
- package/highlightjs-vento.js +24 -0
- package/{esm/src/loader.node.js → loaders/file.js} +5 -2
- package/loaders/memory.js +24 -0
- package/loaders/url.js +28 -0
- package/{esm/bare.js → mod.js} +7 -2
- package/package.json +167 -29
- package/{esm/plugins → plugins}/auto_trim.js +0 -1
- package/plugins/echo.js +31 -0
- package/plugins/escape.js +17 -0
- package/plugins/export.js +68 -0
- package/{esm/plugins → plugins}/for.js +6 -10
- package/plugins/import.js +58 -0
- package/plugins/include.js +35 -0
- package/plugins/mod.js +30 -0
- package/{esm/plugins → plugins}/set.js +4 -3
- package/plugins/unescape.js +25 -0
- package/prism-vento.js +26 -0
- package/types/browser.d.ts +8 -0
- package/{esm/src → types/core}/environment.d.ts +4 -6
- package/{esm/src → types/core}/errors.d.ts +0 -5
- package/types/core/js.d.ts +11 -0
- package/types/core/reserved.d.ts +2 -0
- package/{esm/src → types/core}/tokenizer.d.ts +1 -8
- package/{esm/src/loader.node.d.ts → types/loaders/file.d.ts} +5 -4
- package/types/loaders/memory.d.ts +11 -0
- package/types/loaders/url.d.ts +11 -0
- package/{esm/bare.d.ts → types/mod.d.ts} +1 -3
- package/{esm → types}/plugins/auto_trim.d.ts +2 -4
- package/types/plugins/echo.d.ts +2 -0
- package/types/plugins/escape.d.ts +2 -0
- package/types/plugins/export.d.ts +2 -0
- package/types/plugins/for.d.ts +2 -0
- package/types/plugins/function.d.ts +2 -0
- package/types/plugins/if.d.ts +2 -0
- package/types/plugins/import.d.ts +2 -0
- package/types/plugins/include.d.ts +2 -0
- package/types/plugins/js.d.ts +2 -0
- package/types/plugins/layout.d.ts +2 -0
- package/types/plugins/mod.d.ts +2 -0
- package/types/plugins/set.d.ts +2 -0
- package/types/plugins/trim.d.ts +4 -0
- package/types/plugins/unescape.d.ts +2 -0
- package/esm/_dnt.polyfills.d.ts +0 -12
- package/esm/_dnt.polyfills.d.ts.map +0 -1
- package/esm/_dnt.polyfills.js +0 -15
- package/esm/_dnt.shims.d.ts +0 -2
- package/esm/_dnt.shims.d.ts.map +0 -1
- package/esm/_dnt.shims.js +0 -57
- package/esm/_dnt.test_polyfills.d.ts.map +0 -1
- package/esm/_dnt.test_shims.d.ts.map +0 -1
- package/esm/bare.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/_constants.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_equals.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_is_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assert_throws.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/assertion_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/assert/equal.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/collections/_utils.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/collections/deep_merge.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/fmt/colors.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/front_matter/_formats.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/front_matter/create_extractor.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/front_matter/json.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/front_matter/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/front_matter/test.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/front_matter/toml.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/front_matter/yaml.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/diff.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/format.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/internal/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/toml/_parser.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/toml/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_error.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_loader/loader.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_loader/loader_state.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_mark.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_state.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/binary.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/bool.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/float.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/function.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/int.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/map.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/merge.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/nil.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/omap.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/pairs.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/regexp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/seq.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/set.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/str.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/timestamp.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_type/undefined.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/_utils.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/parse.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/schema/core.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/schema/default.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/schema/extended.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/schema/failsafe.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/schema/json.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/schema/mod.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/schema.d.ts.map +0 -1
- package/esm/deps/deno.land/std@0.224.0/yaml/type.d.ts.map +0 -1
- package/esm/deps/jsr.io/@davidbonnet/astring/1.8.6/src/astring.d.ts +0 -110
- package/esm/deps/jsr.io/@davidbonnet/astring/1.8.6/src/astring.d.ts.map +0 -1
- package/esm/deps/jsr.io/@davidbonnet/astring/1.8.6/src/astring.js +0 -1159
- package/esm/deps/jsr.io/@std/html/1.0.3/entities.d.ts +0 -57
- package/esm/deps/jsr.io/@std/html/1.0.3/entities.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/html/1.0.3/entities.js +0 -92
- package/esm/deps/jsr.io/@std/html/1.0.3/mod.d.ts +0 -15
- package/esm/deps/jsr.io/@std/html/1.0.3/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/html/1.0.3/mod.js +0 -16
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/assert_path.js +0 -7
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/basename.js +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/common.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/constants.js +0 -46
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/dirname.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/format.js +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts +0 -3
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/from_file_url.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/glob_to_reg_exp.js +0 -234
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/normalize_string.js +0 -77
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/relative.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/strip_trailing_separators.js +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_common/to_file_url.js +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/_os.js +0 -9
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/basename.js +0 -36
- package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/common.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/constants.js +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/dirname.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/extname.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/format.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/from_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts +0 -77
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/glob_to_regexp.js +0 -83
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/is_absolute.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/is_glob.js +0 -42
- package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/join.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/join_globs.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts +0 -54
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/mod.js +0 -57
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize.js +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/normalize_glob.js +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts +0 -35
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/parse.js +0 -39
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/_util.js +0 -8
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/basename.js +0 -49
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/common.d.ts +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/common.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/common.js +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/constants.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/dirname.js +0 -62
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts +0 -37
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/extname.js +0 -89
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/from_file_url.js +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts +0 -72
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/glob_to_regexp.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_absolute.js +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_glob.d.ts +0 -2
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/is_glob.js +0 -3
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts +0 -33
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join.js +0 -42
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/join_globs.js +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/mod.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/mod.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/mod.js +0 -43
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts +0 -40
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize.js +0 -57
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/normalize_glob.js +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/parse.js +0 -115
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/relative.js +0 -106
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/resolve.js +0 -59
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts +0 -18
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_file_url.js +0 -27
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts +0 -16
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/posix/to_namespaced_path.js +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/relative.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/resolve.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/to_file_url.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/to_namespaced_path.js +0 -29
- package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts +0 -38
- package/esm/deps/jsr.io/@std/path/1.0.8/types.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/types.js +0 -3
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts +0 -4
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/_util.js +0 -15
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/basename.js +0 -44
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts +0 -13
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/constants.js +0 -14
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/dirname.js +0 -112
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/extname.js +0 -81
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts +0 -24
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/format.js +0 -28
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts +0 -19
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.js +0 -30
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts +0 -71
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.js +0 -82
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.js +0 -38
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join.js +0 -74
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts +0 -21
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/join_globs.js +0 -41
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts +0 -22
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize.js +0 -134
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts +0 -20
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.js +0 -32
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts +0 -25
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/parse.js +0 -176
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts +0 -23
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/relative.js +0 -131
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/resolve.js +0 -154
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts +0 -18
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_file_url.js +0 -34
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts +0 -17
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.d.ts.map +0 -1
- package/esm/deps/jsr.io/@std/path/1.0.8/windows/to_namespaced_path.js +0 -49
- package/esm/deps.d.ts +0 -8
- package/esm/deps.d.ts.map +0 -1
- package/esm/deps.js +0 -6
- package/esm/mod.d.ts +0 -9
- package/esm/mod.d.ts.map +0 -1
- package/esm/mod.js +0 -36
- package/esm/package.json +0 -3
- package/esm/plugins/auto_trim.d.ts.map +0 -1
- package/esm/plugins/echo.d.ts +0 -3
- package/esm/plugins/echo.d.ts.map +0 -1
- package/esm/plugins/echo.js +0 -13
- package/esm/plugins/escape.d.ts +0 -3
- package/esm/plugins/escape.d.ts.map +0 -1
- package/esm/plugins/escape.js +0 -7
- package/esm/plugins/export.d.ts +0 -3
- package/esm/plugins/export.d.ts.map +0 -1
- package/esm/plugins/export.js +0 -47
- package/esm/plugins/for.d.ts +0 -3
- package/esm/plugins/for.d.ts.map +0 -1
- package/esm/plugins/function.d.ts +0 -3
- package/esm/plugins/function.d.ts.map +0 -1
- package/esm/plugins/if.d.ts +0 -3
- package/esm/plugins/if.d.ts.map +0 -1
- package/esm/plugins/import.d.ts +0 -3
- package/esm/plugins/import.d.ts.map +0 -1
- package/esm/plugins/import.js +0 -17
- package/esm/plugins/include.d.ts +0 -3
- package/esm/plugins/include.d.ts.map +0 -1
- package/esm/plugins/include.js +0 -31
- package/esm/plugins/js.d.ts +0 -3
- package/esm/plugins/js.d.ts.map +0 -1
- package/esm/plugins/layout.d.ts +0 -3
- package/esm/plugins/layout.d.ts.map +0 -1
- package/esm/plugins/set.d.ts +0 -3
- package/esm/plugins/set.d.ts.map +0 -1
- package/esm/plugins/trim.d.ts +0 -5
- package/esm/plugins/trim.d.ts.map +0 -1
- package/esm/plugins/unescape.d.ts +0 -3
- package/esm/plugins/unescape.d.ts.map +0 -1
- package/esm/plugins/unescape.js +0 -7
- package/esm/src/environment.d.ts.map +0 -1
- package/esm/src/errors.d.ts.map +0 -1
- package/esm/src/js.d.ts +0 -5
- package/esm/src/js.d.ts.map +0 -1
- package/esm/src/js.js +0 -197
- package/esm/src/loader.node.d.ts.map +0 -1
- package/esm/src/tokenizer.d.ts.map +0 -1
- package/esm/src/tokenizer.js +0 -93
- package/esm/src/transformer.d.ts +0 -2
- package/esm/src/transformer.d.ts.map +0 -1
- package/esm/src/transformer.js +0 -218
- package/esm/test/auto_trim.test.d.ts.map +0 -1
- package/esm/test/comment.test.d.ts.map +0 -1
- package/esm/test/compile.test.d.ts.map +0 -1
- package/esm/test/echo.test.d.ts.map +0 -1
- package/esm/test/escape.test.d.ts.map +0 -1
- package/esm/test/for.test.d.ts.map +0 -1
- package/esm/test/function.test.d.ts.map +0 -1
- package/esm/test/if.test.d.ts.map +0 -1
- package/esm/test/import.test.d.ts.map +0 -1
- package/esm/test/include.test.d.ts.map +0 -1
- package/esm/test/js.test.d.ts.map +0 -1
- package/esm/test/layout.test.d.ts.map +0 -1
- package/esm/test/print.test.d.ts.map +0 -1
- package/esm/test/safe.test.d.ts.map +0 -1
- package/esm/test/set.test.d.ts.map +0 -1
- package/esm/test/tokenizer.test.d.ts.map +0 -1
- package/esm/test/unescape.test.d.ts.map +0 -1
- package/esm/test/utils.d.ts.map +0 -1
- package/esm/test/with.test.d.ts.map +0 -1
- /package/{esm/plugins → plugins}/function.js +0 -0
- /package/{esm/plugins → plugins}/if.js +0 -0
- /package/{esm/plugins → plugins}/js.js +0 -0
- /package/{esm/plugins → plugins}/layout.js +0 -0
- /package/{esm/plugins → plugins}/trim.js +0 -0
@@ -1,28 +0,0 @@
|
|
1
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2
|
-
// This module is browser compatible.
|
3
|
-
import { _format, assertArg } from "../_common/format.js";
|
4
|
-
/**
|
5
|
-
* Generate a path from `ParsedPath` object.
|
6
|
-
*
|
7
|
-
* @example Usage
|
8
|
-
* ```ts
|
9
|
-
* import { format } from "@std/path/windows/format";
|
10
|
-
* import { assertEquals } from "@std/assert";
|
11
|
-
*
|
12
|
-
* const path = format({
|
13
|
-
* root: "C:\\",
|
14
|
-
* dir: "C:\\path\\dir",
|
15
|
-
* base: "file.txt",
|
16
|
-
* ext: ".txt",
|
17
|
-
* name: "file"
|
18
|
-
* });
|
19
|
-
* assertEquals(path, "C:\\path\\dir\\file.txt");
|
20
|
-
* ```
|
21
|
-
*
|
22
|
-
* @param pathObject The path object to format.
|
23
|
-
* @returns The formatted path.
|
24
|
-
*/
|
25
|
-
export function format(pathObject) {
|
26
|
-
assertArg(pathObject);
|
27
|
-
return _format("\\", pathObject);
|
28
|
-
}
|
@@ -1,19 +0,0 @@
|
|
1
|
-
/// <reference types="node" />
|
2
|
-
/**
|
3
|
-
* Converts a file URL to a path string.
|
4
|
-
*
|
5
|
-
* @example Usage
|
6
|
-
* ```ts
|
7
|
-
* import { fromFileUrl } from "@std/path/windows/from-file-url";
|
8
|
-
* import { assertEquals } from "@std/assert";
|
9
|
-
*
|
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
|
-
* ```
|
14
|
-
*
|
15
|
-
* @param url The file URL to convert.
|
16
|
-
* @returns The path string.
|
17
|
-
*/
|
18
|
-
export declare function fromFileUrl(url: URL | string): string;
|
19
|
-
//# sourceMappingURL=from_file_url.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"from_file_url.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/from_file_url.ts"],"names":[],"mappings":";AAKA;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,WAAW,CAAC,GAAG,EAAE,GAAG,GAAG,MAAM,GAAG,MAAM,CAYrD"}
|
@@ -1,30 +0,0 @@
|
|
1
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2
|
-
// This module is browser compatible.
|
3
|
-
import { assertArg } from "../_common/from_file_url.js";
|
4
|
-
/**
|
5
|
-
* Converts a file URL to a path string.
|
6
|
-
*
|
7
|
-
* @example Usage
|
8
|
-
* ```ts
|
9
|
-
* import { fromFileUrl } from "@std/path/windows/from-file-url";
|
10
|
-
* import { assertEquals } from "@std/assert";
|
11
|
-
*
|
12
|
-
* assertEquals(fromFileUrl("file:///home/foo"), "\\home\\foo");
|
13
|
-
* assertEquals(fromFileUrl("file:///C:/Users/foo"), "C:\\Users\\foo");
|
14
|
-
* assertEquals(fromFileUrl("file://localhost/home/foo"), "\\home\\foo");
|
15
|
-
* ```
|
16
|
-
*
|
17
|
-
* @param url The file URL to convert.
|
18
|
-
* @returns The path string.
|
19
|
-
*/
|
20
|
-
export function fromFileUrl(url) {
|
21
|
-
url = assertArg(url);
|
22
|
-
let path = decodeURIComponent(url.pathname.replace(/\//g, "\\").replace(/%(?![0-9A-Fa-f]{2})/g, "%25")).replace(/^\\*([A-Za-z]:)(\\|$)/, "$1\\");
|
23
|
-
if (url.hostname !== "") {
|
24
|
-
// Note: The `URL` implementation guarantees that the drive letter and
|
25
|
-
// hostname are mutually exclusive. Otherwise it would not have been valid
|
26
|
-
// to append the hostname and path like this.
|
27
|
-
path = `\\\\${url.hostname}${path}`;
|
28
|
-
}
|
29
|
-
return path;
|
30
|
-
}
|
@@ -1,71 +0,0 @@
|
|
1
|
-
import { type GlobOptions } from "../_common/glob_to_reg_exp.js";
|
2
|
-
/** Convert a glob string to a regular expression.
|
3
|
-
*
|
4
|
-
* Tries to match bash glob expansion as closely as possible.
|
5
|
-
*
|
6
|
-
* Basic glob syntax:
|
7
|
-
* - `*` - Matches everything without leaving the path segment.
|
8
|
-
* - `?` - Matches any single character.
|
9
|
-
* - `{foo,bar}` - Matches `foo` or `bar`.
|
10
|
-
* - `[abcd]` - Matches `a`, `b`, `c` or `d`.
|
11
|
-
* - `[a-d]` - Matches `a`, `b`, `c` or `d`.
|
12
|
-
* - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
|
13
|
-
* - `[[:<class>:]]` - Matches any character belonging to `<class>`.
|
14
|
-
* - `[[:alnum:]]` - Matches any digit or letter.
|
15
|
-
* - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
|
16
|
-
* - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
|
17
|
-
* for a complete list of supported character classes.
|
18
|
-
* - `\` - Escapes the next character for an `os` other than `"windows"`.
|
19
|
-
* - \` - Escapes the next character for `os` set to `"windows"`.
|
20
|
-
* - `/` - Path separator.
|
21
|
-
* - `\` - Additional path separator only for `os` set to `"windows"`.
|
22
|
-
*
|
23
|
-
* Extended syntax:
|
24
|
-
* - Requires `{ extended: true }`.
|
25
|
-
* - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
|
26
|
-
* - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
|
27
|
-
* - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
|
28
|
-
* - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
|
29
|
-
* - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
|
30
|
-
* - See https://www.linuxjournal.com/content/bash-extended-globbing.
|
31
|
-
*
|
32
|
-
* Globstar syntax:
|
33
|
-
* - Requires `{ globstar: true }`.
|
34
|
-
* - `**` - Matches any number of any path segments.
|
35
|
-
* - Must comprise its entire path segment in the provided glob.
|
36
|
-
* - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
|
37
|
-
*
|
38
|
-
* Note the following properties:
|
39
|
-
* - The generated `RegExp` is anchored at both start and end.
|
40
|
-
* - Repeating and trailing separators are tolerated. Trailing separators in the
|
41
|
-
* provided glob have no meaning and are discarded.
|
42
|
-
* - Absolute globs will only match absolute paths, etc.
|
43
|
-
* - Empty globs will match nothing.
|
44
|
-
* - Any special glob syntax must be contained to one path segment. For example,
|
45
|
-
* `?(foo|bar/baz)` is invalid. The separator will take precedence and the
|
46
|
-
* first segment ends with an unclosed group.
|
47
|
-
* - If a path segment ends with unclosed groups or a dangling escape prefix, a
|
48
|
-
* parse error has occurred. Every character for that segment is taken
|
49
|
-
* literally in this event.
|
50
|
-
*
|
51
|
-
* Limitations:
|
52
|
-
* - A negative group like `!(foo|bar)` will wrongly be converted to a negative
|
53
|
-
* look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
|
54
|
-
* fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
|
55
|
-
* `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
|
56
|
-
* the group occurs not nested at the end of the segment.
|
57
|
-
*
|
58
|
-
* @example Usage
|
59
|
-
* ```ts
|
60
|
-
* import { globToRegExp } from "@std/path/windows/glob-to-regexp";
|
61
|
-
* import { assertEquals } from "@std/assert";
|
62
|
-
*
|
63
|
-
* assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
|
64
|
-
* ```
|
65
|
-
*
|
66
|
-
* @param glob Glob string to convert.
|
67
|
-
* @param options Conversion options.
|
68
|
-
* @returns The regular expression equivalent to the glob.
|
69
|
-
*/
|
70
|
-
export declare function globToRegExp(glob: string, options?: GlobOptions): RegExp;
|
71
|
-
//# sourceMappingURL=glob_to_regexp.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"glob_to_regexp.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/glob_to_regexp.ts"],"names":[],"mappings":"AAGA,OAAO,EAGL,KAAK,WAAW,EACjB,MAAM,+BAA+B,CAAC;AAWvC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,wBAAgB,YAAY,CAC1B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,WAAgB,GACxB,MAAM,CAER"}
|
@@ -1,82 +0,0 @@
|
|
1
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2
|
-
// This module is browser compatible.
|
3
|
-
import { _globToRegExp, } from "../_common/glob_to_reg_exp.js";
|
4
|
-
const constants = {
|
5
|
-
sep: "(?:\\\\|/)+",
|
6
|
-
sepMaybe: "(?:\\\\|/)*",
|
7
|
-
seps: ["\\", "/"],
|
8
|
-
globstar: "(?:[^\\\\/]*(?:\\\\|/|$)+)*",
|
9
|
-
wildcard: "[^\\\\/]*",
|
10
|
-
escapePrefix: "`",
|
11
|
-
};
|
12
|
-
/** Convert a glob string to a regular expression.
|
13
|
-
*
|
14
|
-
* Tries to match bash glob expansion as closely as possible.
|
15
|
-
*
|
16
|
-
* Basic glob syntax:
|
17
|
-
* - `*` - Matches everything without leaving the path segment.
|
18
|
-
* - `?` - Matches any single character.
|
19
|
-
* - `{foo,bar}` - Matches `foo` or `bar`.
|
20
|
-
* - `[abcd]` - Matches `a`, `b`, `c` or `d`.
|
21
|
-
* - `[a-d]` - Matches `a`, `b`, `c` or `d`.
|
22
|
-
* - `[!abcd]` - Matches any single character besides `a`, `b`, `c` or `d`.
|
23
|
-
* - `[[:<class>:]]` - Matches any character belonging to `<class>`.
|
24
|
-
* - `[[:alnum:]]` - Matches any digit or letter.
|
25
|
-
* - `[[:digit:]abc]` - Matches any digit, `a`, `b` or `c`.
|
26
|
-
* - See https://facelessuser.github.io/wcmatch/glob/#posix-character-classes
|
27
|
-
* for a complete list of supported character classes.
|
28
|
-
* - `\` - Escapes the next character for an `os` other than `"windows"`.
|
29
|
-
* - \` - Escapes the next character for `os` set to `"windows"`.
|
30
|
-
* - `/` - Path separator.
|
31
|
-
* - `\` - Additional path separator only for `os` set to `"windows"`.
|
32
|
-
*
|
33
|
-
* Extended syntax:
|
34
|
-
* - Requires `{ extended: true }`.
|
35
|
-
* - `?(foo|bar)` - Matches 0 or 1 instance of `{foo,bar}`.
|
36
|
-
* - `@(foo|bar)` - Matches 1 instance of `{foo,bar}`. They behave the same.
|
37
|
-
* - `*(foo|bar)` - Matches _n_ instances of `{foo,bar}`.
|
38
|
-
* - `+(foo|bar)` - Matches _n > 0_ instances of `{foo,bar}`.
|
39
|
-
* - `!(foo|bar)` - Matches anything other than `{foo,bar}`.
|
40
|
-
* - See https://www.linuxjournal.com/content/bash-extended-globbing.
|
41
|
-
*
|
42
|
-
* Globstar syntax:
|
43
|
-
* - Requires `{ globstar: true }`.
|
44
|
-
* - `**` - Matches any number of any path segments.
|
45
|
-
* - Must comprise its entire path segment in the provided glob.
|
46
|
-
* - See https://www.linuxjournal.com/content/globstar-new-bash-globbing-option.
|
47
|
-
*
|
48
|
-
* Note the following properties:
|
49
|
-
* - The generated `RegExp` is anchored at both start and end.
|
50
|
-
* - Repeating and trailing separators are tolerated. Trailing separators in the
|
51
|
-
* provided glob have no meaning and are discarded.
|
52
|
-
* - Absolute globs will only match absolute paths, etc.
|
53
|
-
* - Empty globs will match nothing.
|
54
|
-
* - Any special glob syntax must be contained to one path segment. For example,
|
55
|
-
* `?(foo|bar/baz)` is invalid. The separator will take precedence and the
|
56
|
-
* first segment ends with an unclosed group.
|
57
|
-
* - If a path segment ends with unclosed groups or a dangling escape prefix, a
|
58
|
-
* parse error has occurred. Every character for that segment is taken
|
59
|
-
* literally in this event.
|
60
|
-
*
|
61
|
-
* Limitations:
|
62
|
-
* - A negative group like `!(foo|bar)` will wrongly be converted to a negative
|
63
|
-
* look-ahead followed by a wildcard. This means that `!(foo).js` will wrongly
|
64
|
-
* fail to match `foobar.js`, even though `foobar` is not `foo`. Effectively,
|
65
|
-
* `!(foo|bar)` is treated like `!(@(foo|bar)*)`. This will work correctly if
|
66
|
-
* the group occurs not nested at the end of the segment.
|
67
|
-
*
|
68
|
-
* @example Usage
|
69
|
-
* ```ts
|
70
|
-
* import { globToRegExp } from "@std/path/windows/glob-to-regexp";
|
71
|
-
* import { assertEquals } from "@std/assert";
|
72
|
-
*
|
73
|
-
* assertEquals(globToRegExp("*.js"), /^[^\\/]*\.js(?:\\|\/)*$/);
|
74
|
-
* ```
|
75
|
-
*
|
76
|
-
* @param glob Glob string to convert.
|
77
|
-
* @param options Conversion options.
|
78
|
-
* @returns The regular expression equivalent to the glob.
|
79
|
-
*/
|
80
|
-
export function globToRegExp(glob, options = {}) {
|
81
|
-
return _globToRegExp(constants, glob, options);
|
82
|
-
}
|
@@ -1,17 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Verifies whether provided path is absolute.
|
3
|
-
*
|
4
|
-
* @example Usage
|
5
|
-
* ```ts
|
6
|
-
* import { isAbsolute } from "@std/path/windows/is-absolute";
|
7
|
-
* import { assert, assertFalse } from "@std/assert";
|
8
|
-
*
|
9
|
-
* assert(isAbsolute("C:\\foo\\bar"));
|
10
|
-
* assertFalse(isAbsolute("..\\baz"));
|
11
|
-
* ```
|
12
|
-
*
|
13
|
-
* @param path The path to verify.
|
14
|
-
* @returns `true` if the path is absolute, `false` otherwise.
|
15
|
-
*/
|
16
|
-
export declare function isAbsolute(path: string): boolean;
|
17
|
-
//# sourceMappingURL=is_absolute.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"is_absolute.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/is_absolute.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAiBhD"}
|
@@ -1,38 +0,0 @@
|
|
1
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2
|
-
// This module is browser compatible.
|
3
|
-
import { CHAR_COLON } from "../_common/constants.js";
|
4
|
-
import { assertPath } from "../_common/assert_path.js";
|
5
|
-
import { isPathSeparator, isWindowsDeviceRoot } from "./_util.js";
|
6
|
-
/**
|
7
|
-
* Verifies whether provided path is absolute.
|
8
|
-
*
|
9
|
-
* @example Usage
|
10
|
-
* ```ts
|
11
|
-
* import { isAbsolute } from "@std/path/windows/is-absolute";
|
12
|
-
* import { assert, assertFalse } from "@std/assert";
|
13
|
-
*
|
14
|
-
* assert(isAbsolute("C:\\foo\\bar"));
|
15
|
-
* assertFalse(isAbsolute("..\\baz"));
|
16
|
-
* ```
|
17
|
-
*
|
18
|
-
* @param path The path to verify.
|
19
|
-
* @returns `true` if the path is absolute, `false` otherwise.
|
20
|
-
*/
|
21
|
-
export function isAbsolute(path) {
|
22
|
-
assertPath(path);
|
23
|
-
const len = path.length;
|
24
|
-
if (len === 0)
|
25
|
-
return false;
|
26
|
-
const code = path.charCodeAt(0);
|
27
|
-
if (isPathSeparator(code)) {
|
28
|
-
return true;
|
29
|
-
}
|
30
|
-
else if (isWindowsDeviceRoot(code)) {
|
31
|
-
// Possible device root
|
32
|
-
if (len > 2 && path.charCodeAt(1) === CHAR_COLON) {
|
33
|
-
if (isPathSeparator(path.charCodeAt(2)))
|
34
|
-
return true;
|
35
|
-
}
|
36
|
-
}
|
37
|
-
return false;
|
38
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Join all given a sequence of `paths`,then normalizes the resulting path.
|
3
|
-
*
|
4
|
-
* @example Usage
|
5
|
-
* ```ts
|
6
|
-
* import { join } from "@std/path/windows/join";
|
7
|
-
* import { assertEquals } from "@std/assert";
|
8
|
-
*
|
9
|
-
* const joined = join("C:\\foo", "bar", "baz\\..");
|
10
|
-
* assertEquals(joined, "C:\\foo\\bar");
|
11
|
-
* ```
|
12
|
-
*
|
13
|
-
* Note: If you are working with file URLs,
|
14
|
-
* use the new version of `join` from `@std/path/windows/unstable-join`.
|
15
|
-
*
|
16
|
-
* @param paths The paths to join.
|
17
|
-
* @returns The joined path.
|
18
|
-
*/
|
19
|
-
export declare function join(...paths: string[]): string;
|
20
|
-
//# sourceMappingURL=join.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"join.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/join.ts"],"names":[],"mappings":"AAOA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,IAAI,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,MAAM,CAiD/C"}
|
@@ -1,74 +0,0 @@
|
|
1
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2
|
-
// This module is browser compatible.
|
3
|
-
import { assertPath } from "../_common/assert_path.js";
|
4
|
-
import { isPathSeparator } from "./_util.js";
|
5
|
-
import { normalize } from "./normalize.js";
|
6
|
-
/**
|
7
|
-
* Join all given a sequence of `paths`,then normalizes the resulting path.
|
8
|
-
*
|
9
|
-
* @example Usage
|
10
|
-
* ```ts
|
11
|
-
* import { join } from "@std/path/windows/join";
|
12
|
-
* import { assertEquals } from "@std/assert";
|
13
|
-
*
|
14
|
-
* const joined = join("C:\\foo", "bar", "baz\\..");
|
15
|
-
* assertEquals(joined, "C:\\foo\\bar");
|
16
|
-
* ```
|
17
|
-
*
|
18
|
-
* Note: If you are working with file URLs,
|
19
|
-
* use the new version of `join` from `@std/path/windows/unstable-join`.
|
20
|
-
*
|
21
|
-
* @param paths The paths to join.
|
22
|
-
* @returns The joined path.
|
23
|
-
*/
|
24
|
-
export function join(...paths) {
|
25
|
-
paths.forEach((path) => assertPath(path));
|
26
|
-
paths = paths.filter((path) => path.length > 0);
|
27
|
-
if (paths.length === 0)
|
28
|
-
return ".";
|
29
|
-
// Make sure that the joined path doesn't start with two slashes, because
|
30
|
-
// normalize() will mistake it for an UNC path then.
|
31
|
-
//
|
32
|
-
// This step is skipped when it is very clear that the user actually
|
33
|
-
// intended to point at an UNC path. This is assumed when the first
|
34
|
-
// non-empty string arguments starts with exactly two slashes followed by
|
35
|
-
// at least one more non-slash character.
|
36
|
-
//
|
37
|
-
// Note that for normalize() to treat a path as an UNC path it needs to
|
38
|
-
// have at least 2 components, so we don't filter for that here.
|
39
|
-
// This means that the user can use join to construct UNC paths from
|
40
|
-
// a server name and a share name; for example:
|
41
|
-
// path.join('//server', 'share') -> '\\\\server\\share\\'
|
42
|
-
let needsReplace = true;
|
43
|
-
let slashCount = 0;
|
44
|
-
const firstPart = paths[0];
|
45
|
-
if (isPathSeparator(firstPart.charCodeAt(0))) {
|
46
|
-
++slashCount;
|
47
|
-
const firstLen = firstPart.length;
|
48
|
-
if (firstLen > 1) {
|
49
|
-
if (isPathSeparator(firstPart.charCodeAt(1))) {
|
50
|
-
++slashCount;
|
51
|
-
if (firstLen > 2) {
|
52
|
-
if (isPathSeparator(firstPart.charCodeAt(2)))
|
53
|
-
++slashCount;
|
54
|
-
else {
|
55
|
-
// We matched a UNC path in the first part
|
56
|
-
needsReplace = false;
|
57
|
-
}
|
58
|
-
}
|
59
|
-
}
|
60
|
-
}
|
61
|
-
}
|
62
|
-
let joined = paths.join("\\");
|
63
|
-
if (needsReplace) {
|
64
|
-
// Find any more consecutive slashes we need to replace
|
65
|
-
for (; slashCount < joined.length; ++slashCount) {
|
66
|
-
if (!isPathSeparator(joined.charCodeAt(slashCount)))
|
67
|
-
break;
|
68
|
-
}
|
69
|
-
// Replace the slashes if needed
|
70
|
-
if (slashCount >= 2)
|
71
|
-
joined = `\\${joined.slice(slashCount)}`;
|
72
|
-
}
|
73
|
-
return normalize(joined);
|
74
|
-
}
|
@@ -1,21 +0,0 @@
|
|
1
|
-
import type { GlobOptions } from "../_common/glob_to_reg_exp.js";
|
2
|
-
export type { GlobOptions };
|
3
|
-
/**
|
4
|
-
* Like join(), but doesn't collapse "**\/.." when `globstar` is true.
|
5
|
-
*
|
6
|
-
* @example Usage
|
7
|
-
*
|
8
|
-
* ```ts
|
9
|
-
* import { joinGlobs } from "@std/path/windows/join-globs";
|
10
|
-
* import { assertEquals } from "@std/assert";
|
11
|
-
*
|
12
|
-
* const joined = joinGlobs(["foo", "**", "bar"], { globstar: true });
|
13
|
-
* assertEquals(joined, "foo\\**\\bar");
|
14
|
-
* ```
|
15
|
-
*
|
16
|
-
* @param globs The globs to join.
|
17
|
-
* @param options The options for glob pattern.
|
18
|
-
* @returns The joined glob pattern.
|
19
|
-
*/
|
20
|
-
export declare function joinGlobs(globs: string[], options?: Pick<GlobOptions, "globstar">): string;
|
21
|
-
//# sourceMappingURL=join_globs.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"join_globs.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/join_globs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAKjE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,MAAM,EAAE,EACf,OAAO,GAAE,IAAI,CAAC,WAAW,EAAE,UAAU,CAAM,GAC1C,MAAM,CAeR"}
|
@@ -1,41 +0,0 @@
|
|
1
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2
|
-
// This module is browser compatible.
|
3
|
-
import { join } from "./join.js";
|
4
|
-
import { SEPARATOR } from "./constants.js";
|
5
|
-
import { normalizeGlob } from "./normalize_glob.js";
|
6
|
-
/**
|
7
|
-
* Like join(), but doesn't collapse "**\/.." when `globstar` is true.
|
8
|
-
*
|
9
|
-
* @example Usage
|
10
|
-
*
|
11
|
-
* ```ts
|
12
|
-
* import { joinGlobs } from "@std/path/windows/join-globs";
|
13
|
-
* import { assertEquals } from "@std/assert";
|
14
|
-
*
|
15
|
-
* const joined = joinGlobs(["foo", "**", "bar"], { globstar: true });
|
16
|
-
* assertEquals(joined, "foo\\**\\bar");
|
17
|
-
* ```
|
18
|
-
*
|
19
|
-
* @param globs The globs to join.
|
20
|
-
* @param options The options for glob pattern.
|
21
|
-
* @returns The joined glob pattern.
|
22
|
-
*/
|
23
|
-
export function joinGlobs(globs, options = {}) {
|
24
|
-
const { globstar = false } = options;
|
25
|
-
if (!globstar || globs.length === 0) {
|
26
|
-
return join(...globs);
|
27
|
-
}
|
28
|
-
let joined;
|
29
|
-
for (const glob of globs) {
|
30
|
-
const path = glob;
|
31
|
-
if (path.length > 0) {
|
32
|
-
if (!joined)
|
33
|
-
joined = path;
|
34
|
-
else
|
35
|
-
joined += `${SEPARATOR}${path}`;
|
36
|
-
}
|
37
|
-
}
|
38
|
-
if (!joined)
|
39
|
-
return ".";
|
40
|
-
return normalizeGlob(joined, { globstar });
|
41
|
-
}
|
@@ -1,22 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Normalize the `path`, resolving `'..'` and `'.'` segments.
|
3
|
-
* Note that resolving these segments does not necessarily mean that all will be eliminated.
|
4
|
-
* A `'..'` at the top-level will be preserved, and an empty path is canonically `'.'`.
|
5
|
-
*
|
6
|
-
* @example Usage
|
7
|
-
* ```ts
|
8
|
-
* import { normalize } from "@std/path/windows/normalize";
|
9
|
-
* import { assertEquals } from "@std/assert";
|
10
|
-
*
|
11
|
-
* const normalized = normalize("C:\\foo\\..\\bar");
|
12
|
-
* assertEquals(normalized, "C:\\bar");
|
13
|
-
* ```
|
14
|
-
*
|
15
|
-
* Note: If you are working with file URLs,
|
16
|
-
* use the new version of `normalize` from `@std/path/windows/unstable-normalize`.
|
17
|
-
*
|
18
|
-
* @param path The path to normalize
|
19
|
-
* @returns The normalized path
|
20
|
-
*/
|
21
|
-
export declare function normalize(path: string): string;
|
22
|
-
//# sourceMappingURL=normalize.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"normalize.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/normalize.ts"],"names":[],"mappings":"AAQA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CA0G9C"}
|
@@ -1,134 +0,0 @@
|
|
1
|
-
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
2
|
-
// This module is browser compatible.
|
3
|
-
import { assertArg } from "../_common/normalize.js";
|
4
|
-
import { CHAR_COLON } from "../_common/constants.js";
|
5
|
-
import { normalizeString } from "../_common/normalize_string.js";
|
6
|
-
import { isPathSeparator, isWindowsDeviceRoot } from "./_util.js";
|
7
|
-
/**
|
8
|
-
* Normalize the `path`, resolving `'..'` and `'.'` segments.
|
9
|
-
* Note that resolving these segments does not necessarily mean that all will be eliminated.
|
10
|
-
* A `'..'` at the top-level will be preserved, and an empty path is canonically `'.'`.
|
11
|
-
*
|
12
|
-
* @example Usage
|
13
|
-
* ```ts
|
14
|
-
* import { normalize } from "@std/path/windows/normalize";
|
15
|
-
* import { assertEquals } from "@std/assert";
|
16
|
-
*
|
17
|
-
* const normalized = normalize("C:\\foo\\..\\bar");
|
18
|
-
* assertEquals(normalized, "C:\\bar");
|
19
|
-
* ```
|
20
|
-
*
|
21
|
-
* Note: If you are working with file URLs,
|
22
|
-
* use the new version of `normalize` from `@std/path/windows/unstable-normalize`.
|
23
|
-
*
|
24
|
-
* @param path The path to normalize
|
25
|
-
* @returns The normalized path
|
26
|
-
*/
|
27
|
-
export function normalize(path) {
|
28
|
-
assertArg(path);
|
29
|
-
const len = path.length;
|
30
|
-
let rootEnd = 0;
|
31
|
-
let device;
|
32
|
-
let isAbsolute = false;
|
33
|
-
const code = path.charCodeAt(0);
|
34
|
-
// Try to match a root
|
35
|
-
if (len > 1) {
|
36
|
-
if (isPathSeparator(code)) {
|
37
|
-
// Possible UNC root
|
38
|
-
// If we started with a separator, we know we at least have an absolute
|
39
|
-
// path of some kind (UNC or otherwise)
|
40
|
-
isAbsolute = true;
|
41
|
-
if (isPathSeparator(path.charCodeAt(1))) {
|
42
|
-
// Matched double path separator at beginning
|
43
|
-
let j = 2;
|
44
|
-
let last = j;
|
45
|
-
// Match 1 or more non-path separators
|
46
|
-
for (; j < len; ++j) {
|
47
|
-
if (isPathSeparator(path.charCodeAt(j)))
|
48
|
-
break;
|
49
|
-
}
|
50
|
-
if (j < len && j !== last) {
|
51
|
-
const firstPart = path.slice(last, j);
|
52
|
-
// Matched!
|
53
|
-
last = j;
|
54
|
-
// Match 1 or more path separators
|
55
|
-
for (; j < len; ++j) {
|
56
|
-
if (!isPathSeparator(path.charCodeAt(j)))
|
57
|
-
break;
|
58
|
-
}
|
59
|
-
if (j < len && j !== last) {
|
60
|
-
// Matched!
|
61
|
-
last = j;
|
62
|
-
// Match 1 or more non-path separators
|
63
|
-
for (; j < len; ++j) {
|
64
|
-
if (isPathSeparator(path.charCodeAt(j)))
|
65
|
-
break;
|
66
|
-
}
|
67
|
-
if (j === len) {
|
68
|
-
// We matched a UNC root only
|
69
|
-
// Return the normalized version of the UNC root since there
|
70
|
-
// is nothing left to process
|
71
|
-
return `\\\\${firstPart}\\${path.slice(last)}\\`;
|
72
|
-
}
|
73
|
-
else if (j !== last) {
|
74
|
-
// We matched a UNC root with leftovers
|
75
|
-
device = `\\\\${firstPart}\\${path.slice(last, j)}`;
|
76
|
-
rootEnd = j;
|
77
|
-
}
|
78
|
-
}
|
79
|
-
}
|
80
|
-
}
|
81
|
-
else {
|
82
|
-
rootEnd = 1;
|
83
|
-
}
|
84
|
-
}
|
85
|
-
else if (isWindowsDeviceRoot(code)) {
|
86
|
-
// Possible device root
|
87
|
-
if (path.charCodeAt(1) === CHAR_COLON) {
|
88
|
-
device = path.slice(0, 2);
|
89
|
-
rootEnd = 2;
|
90
|
-
if (len > 2) {
|
91
|
-
if (isPathSeparator(path.charCodeAt(2))) {
|
92
|
-
// Treat separator following drive name as an absolute path
|
93
|
-
// indicator
|
94
|
-
isAbsolute = true;
|
95
|
-
rootEnd = 3;
|
96
|
-
}
|
97
|
-
}
|
98
|
-
}
|
99
|
-
}
|
100
|
-
}
|
101
|
-
else if (isPathSeparator(code)) {
|
102
|
-
// `path` contains just a path separator, exit early to avoid unnecessary
|
103
|
-
// work
|
104
|
-
return "\\";
|
105
|
-
}
|
106
|
-
let tail;
|
107
|
-
if (rootEnd < len) {
|
108
|
-
tail = normalizeString(path.slice(rootEnd), !isAbsolute, "\\", isPathSeparator);
|
109
|
-
}
|
110
|
-
else {
|
111
|
-
tail = "";
|
112
|
-
}
|
113
|
-
if (tail.length === 0 && !isAbsolute)
|
114
|
-
tail = ".";
|
115
|
-
if (tail.length > 0 && isPathSeparator(path.charCodeAt(len - 1))) {
|
116
|
-
tail += "\\";
|
117
|
-
}
|
118
|
-
if (device === undefined) {
|
119
|
-
if (isAbsolute) {
|
120
|
-
if (tail.length > 0)
|
121
|
-
return `\\${tail}`;
|
122
|
-
else
|
123
|
-
return "\\";
|
124
|
-
}
|
125
|
-
return tail;
|
126
|
-
}
|
127
|
-
else if (isAbsolute) {
|
128
|
-
if (tail.length > 0)
|
129
|
-
return `${device}\\${tail}`;
|
130
|
-
else
|
131
|
-
return `${device}\\`;
|
132
|
-
}
|
133
|
-
return device + tail;
|
134
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import type { GlobOptions } from "../_common/glob_to_reg_exp.js";
|
2
|
-
export type { GlobOptions };
|
3
|
-
/**
|
4
|
-
* Like normalize(), but doesn't collapse "**\/.." when `globstar` is true.
|
5
|
-
*
|
6
|
-
* @example Usage
|
7
|
-
* ```ts
|
8
|
-
* import { normalizeGlob } from "@std/path/windows/normalize-glob";
|
9
|
-
* import { assertEquals } from "@std/assert";
|
10
|
-
*
|
11
|
-
* const normalized = normalizeGlob("**\\foo\\..\\bar", { globstar: true });
|
12
|
-
* assertEquals(normalized, "**\\bar");
|
13
|
-
* ```
|
14
|
-
*
|
15
|
-
* @param glob The glob pattern to normalize.
|
16
|
-
* @param options The options for glob pattern.
|
17
|
-
* @returns The normalized glob pattern.
|
18
|
-
*/
|
19
|
-
export declare function normalizeGlob(glob: string, options?: Pick<GlobOptions, "globstar">): string;
|
20
|
-
//# sourceMappingURL=normalize_glob.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"normalize_glob.d.ts","sourceRoot":"","sources":["../../../../../../../src/deps/jsr.io/@std/path/1.0.8/windows/normalize_glob.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAIjE,YAAY,EAAE,WAAW,EAAE,CAAC;AAE5B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,aAAa,CAC3B,IAAI,EAAE,MAAM,EACZ,OAAO,GAAE,IAAI,CAAC,WAAW,EAAE,UAAU,CAAM,GAC1C,MAAM,CAcR"}
|