@elmethis/core 1.0.0-alpha.147 → 1.0.0-alpha.149
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/dist/_virtual/_commonjsHelpers.mjs +6 -0
- package/dist/_virtual/_plugin-vue_export-helper.mjs +10 -0
- package/dist/_virtual/advancedFormat.mjs +7 -0
- package/dist/_virtual/advancedFormat2.mjs +4 -0
- package/dist/_virtual/cancellation.mjs +5 -0
- package/dist/_virtual/cancellation2.mjs +4 -0
- package/dist/_virtual/constants.mjs +4 -0
- package/dist/_virtual/cose-base.mjs +4 -0
- package/dist/_virtual/cose-base2.mjs +4 -0
- package/dist/_virtual/customParseFormat.mjs +7 -0
- package/dist/_virtual/customParseFormat2.mjs +4 -0
- package/dist/_virtual/cytoscape-cose-bilkent.mjs +7 -0
- package/dist/_virtual/cytoscape-cose-bilkent2.mjs +4 -0
- package/dist/_virtual/cytoscape-fcose.mjs +7 -0
- package/dist/_virtual/cytoscape-fcose2.mjs +4 -0
- package/dist/_virtual/dayjs.min.mjs +7 -0
- package/dist/_virtual/dayjs.min2.mjs +4 -0
- package/dist/_virtual/events.mjs +5 -0
- package/dist/_virtual/events2.mjs +4 -0
- package/dist/_virtual/index.mjs +5 -0
- package/dist/_virtual/index2.mjs +4 -0
- package/dist/_virtual/is.mjs +4 -0
- package/dist/_virtual/isoWeek.mjs +7 -0
- package/dist/_virtual/isoWeek2.mjs +4 -0
- package/dist/_virtual/layout-base.mjs +4 -0
- package/dist/_virtual/layout-base2.mjs +4 -0
- package/dist/_virtual/ral.mjs +4 -0
- package/dist/components/badge/ElmBadge.vue.mjs +10 -0
- package/dist/components/badge/ElmBadge.vue2.mjs +33 -0
- package/dist/components/badge/ElmBadge.vue3.mjs +14 -0
- package/dist/components/badge/ElmTag.vue.mjs +10 -0
- package/dist/components/badge/ElmTag.vue2.mjs +39 -0
- package/dist/components/badge/ElmTag.vue3.mjs +14 -0
- package/dist/components/code/ElmCodeBlock.vue.mjs +10 -0
- package/dist/components/code/ElmCodeBlock.vue2.mjs +86 -0
- package/dist/components/code/ElmCodeBlock.vue3.mjs +18 -0
- package/dist/components/code/ElmKatex.vue.mjs +10 -0
- package/dist/components/code/ElmKatex.vue2.mjs +46 -0
- package/dist/components/code/ElmKatex.vue3.mjs +8 -0
- package/dist/components/code/ElmMermaid.vue.mjs +6 -0
- package/dist/components/code/ElmMermaid.vue2.mjs +56 -0
- package/dist/components/code/ElmShikiHighlighter.vue.mjs +11 -0
- package/dist/components/code/ElmShikiHighlighter.vue2.mjs +44 -0
- package/dist/components/code/ElmShikiHighlighter.vue3.mjs +8 -0
- package/dist/components/containments/ElmColumn.vue.mjs +10 -0
- package/dist/components/containments/ElmColumn.vue2.mjs +16 -0
- package/dist/components/containments/ElmColumn.vue3.mjs +8 -0
- package/dist/components/containments/ElmColumnList.vue.mjs +10 -0
- package/dist/components/containments/ElmColumnList.vue2.mjs +16 -0
- package/dist/components/containments/ElmColumnList.vue3.mjs +6 -0
- package/dist/components/containments/ElmDesktopWindow.vue.mjs +10 -0
- package/dist/components/containments/ElmDesktopWindow.vue2.mjs +42 -0
- package/dist/components/containments/ElmDesktopWindow.vue3.mjs +14 -0
- package/dist/components/containments/ElmModal.vue.mjs +10 -0
- package/dist/components/containments/ElmModal.vue2.mjs +44 -0
- package/dist/components/containments/ElmModal.vue3.mjs +11 -0
- package/dist/components/containments/ElmParallax.vue.mjs +10 -0
- package/dist/components/containments/ElmParallax.vue2.mjs +35 -0
- package/dist/components/containments/ElmParallax.vue3.mjs +8 -0
- package/dist/components/containments/ElmSnackbar.vue.mjs +10 -0
- package/dist/components/containments/ElmSnackbar.vue2.mjs +39 -0
- package/dist/components/containments/ElmSnackbar.vue3.mjs +14 -0
- package/dist/components/containments/ElmSnackbarContainer.vue.mjs +10 -0
- package/dist/components/containments/ElmSnackbarContainer.vue2.mjs +33 -0
- package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +7 -0
- package/dist/components/containments/ElmToggle.vue.mjs +10 -0
- package/dist/components/containments/ElmToggle.vue2.mjs +71 -0
- package/dist/components/containments/ElmToggle.vue3.mjs +17 -0
- package/dist/components/containments/ElmTooltip.vue.mjs +10 -0
- package/dist/components/containments/ElmTooltip.vue2.mjs +49 -0
- package/dist/components/containments/ElmTooltip.vue3.mjs +8 -0
- package/dist/components/data/ElmMultiProgress.vue.mjs +10 -0
- package/dist/components/data/ElmMultiProgress.vue2.mjs +45 -0
- package/dist/components/data/ElmMultiProgress.vue3.mjs +11 -0
- package/dist/components/data/ElmProgress.vue.mjs +10 -0
- package/dist/components/data/ElmProgress.vue2.mjs +53 -0
- package/dist/components/data/ElmProgress.vue3.mjs +20 -0
- package/dist/components/data/ElmStatusMessage.vue.mjs +10 -0
- package/dist/components/data/ElmStatusMessage.vue2.mjs +75 -0
- package/dist/components/data/ElmStatusMessage.vue3.mjs +11 -0
- package/dist/components/fallback/ElmBlockFallback.vue.mjs +10 -0
- package/dist/components/fallback/ElmBlockFallback.vue2.mjs +17 -0
- package/dist/components/fallback/ElmBlockFallback.vue3.mjs +6 -0
- package/dist/components/fallback/ElmRectangleWave.vue.mjs +10 -0
- package/dist/components/fallback/ElmRectangleWave.vue2.mjs +15 -0
- package/dist/components/fallback/ElmRectangleWave.vue3.mjs +9 -0
- package/dist/components/fallback/ElmSpinner.vue.mjs +10 -0
- package/dist/components/fallback/ElmSpinner.vue2.mjs +30 -0
- package/dist/components/fallback/ElmSpinner.vue3.mjs +12 -0
- package/dist/components/form/ElmButton.vue.mjs +10 -0
- package/dist/components/form/ElmButton.vue2.mjs +57 -0
- package/dist/components/form/ElmButton.vue3.mjs +20 -0
- package/dist/components/form/ElmCheckbox.vue.mjs +10 -0
- package/dist/components/form/ElmCheckbox.vue2.mjs +177 -0
- package/dist/components/form/ElmCheckbox.vue3.mjs +22 -0
- package/dist/components/form/ElmSwitch.vue.mjs +10 -0
- package/dist/components/form/ElmSwitch.vue2.mjs +61 -0
- package/dist/components/form/ElmSwitch.vue3.mjs +16 -0
- package/dist/components/form/ElmTextField.vue.mjs +10 -0
- package/dist/components/form/ElmTextField.vue2.mjs +124 -0
- package/dist/components/form/ElmTextField.vue3.mjs +34 -0
- package/dist/components/form/ElmTotp.vue.mjs +10 -0
- package/dist/components/form/ElmTotp.vue2.mjs +102 -0
- package/dist/components/form/ElmTotp.vue3.mjs +22 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue.mjs +10 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue2.mjs +54 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue3.mjs +11 -0
- package/dist/components/headings/ElmHeading1.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading1.vue2.mjs +43 -0
- package/dist/components/headings/ElmHeading1.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading2.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading2.vue2.mjs +49 -0
- package/dist/components/headings/ElmHeading2.vue3.mjs +11 -0
- package/dist/components/headings/ElmHeading3.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading3.vue2.mjs +39 -0
- package/dist/components/headings/ElmHeading3.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading4.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading4.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading4.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading5.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading5.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading5.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading6.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading6.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading6.vue3.mjs +8 -0
- package/dist/components/icon/ElmArrowIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmArrowIcon.vue2.mjs +31 -0
- package/dist/components/icon/ElmArrowIcon.vue3.mjs +17 -0
- package/dist/components/icon/ElmBookmarkIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmBookmarkIcon.vue2.mjs +45 -0
- package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +15 -0
- package/dist/components/icon/ElmCubeIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmCubeIcon.vue2.mjs +41 -0
- package/dist/components/icon/ElmCubeIcon.vue3.mjs +12 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue2.mjs +28 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue3.mjs +14 -0
- package/dist/components/icon/ElmLanguageIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmLanguageIcon.vue2.mjs +148 -0
- package/dist/components/icon/ElmLanguageIcon.vue3.mjs +11 -0
- package/dist/components/icon/ElmLoginIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmLoginIcon.vue2.mjs +37 -0
- package/dist/components/icon/ElmLoginIcon.vue3.mjs +8 -0
- package/dist/components/icon/ElmToggleTheme.vue.mjs +10 -0
- package/dist/components/icon/ElmToggleTheme.vue2.mjs +30 -0
- package/dist/components/icon/ElmToggleTheme.vue3.mjs +8 -0
- package/dist/components/icon/languages/Bash.vue.mjs +31 -0
- package/dist/components/icon/languages/Bash.vue2.mjs +8 -0
- package/dist/components/icon/languages/Css.vue.mjs +19 -0
- package/dist/components/icon/languages/Rust.vue.mjs +17 -0
- package/dist/components/inline/ElmInlineLink.vue.mjs +10 -0
- package/dist/components/inline/ElmInlineLink.vue2.mjs +53 -0
- package/dist/components/inline/ElmInlineLink.vue3.mjs +11 -0
- package/dist/components/inline/ElmInlineRuby.vue.mjs +29 -0
- package/dist/components/inline/ElmInlineRuby.vue2.mjs +4 -0
- package/dist/components/inline/ElmInlineText.vue.mjs +10 -0
- package/dist/components/inline/ElmInlineText.vue2.mjs +57 -0
- package/dist/components/inline/ElmInlineText.vue3.mjs +11 -0
- package/dist/components/media/ElmFile.vue.mjs +10 -0
- package/dist/components/media/ElmFile.vue2.mjs +77 -0
- package/dist/components/media/ElmFile.vue3.mjs +14 -0
- package/dist/components/media/ElmImage.vue.mjs +10 -0
- package/dist/components/media/ElmImage.vue2.mjs +91 -0
- package/dist/components/media/ElmImage.vue3.mjs +18 -0
- package/dist/components/navigation/ElmBookmark.vue.mjs +10 -0
- package/dist/components/navigation/ElmBookmark.vue2.mjs +115 -0
- package/dist/components/navigation/ElmBookmark.vue3.mjs +32 -0
- package/dist/components/navigation/ElmBreadcrumb.vue.mjs +10 -0
- package/dist/components/navigation/ElmBreadcrumb.vue2.mjs +63 -0
- package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +18 -0
- package/dist/components/navigation/ElmPagetop.vue.mjs +10 -0
- package/dist/components/navigation/ElmPagetop.vue2.mjs +51 -0
- package/dist/components/navigation/ElmPagetop.vue3.mjs +18 -0
- package/dist/components/navigation/ElmTableOfContents.vue.mjs +10 -0
- package/dist/components/navigation/ElmTableOfContents.vue2.mjs +43 -0
- package/dist/components/navigation/ElmTableOfContents.vue3.mjs +14 -0
- package/dist/components/others/ElmColorSample.vue.mjs +10 -0
- package/dist/components/others/ElmColorSample.vue2.mjs +72 -0
- package/dist/components/others/ElmColorSample.vue3.mjs +9 -0
- package/dist/components/others/ElmColorTable.vue.mjs +10 -0
- package/dist/components/others/ElmColorTable.vue2.mjs +45 -0
- package/dist/components/others/ElmColorTable.vue3.mjs +10 -0
- package/dist/components/renderer/ElmJsonRenderer.vue.mjs +96 -0
- package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +4 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +24 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +4 -0
- package/dist/components/table/ElmTable.vue.mjs +6 -0
- package/dist/components/table/ElmTable.vue2.mjs +22 -0
- package/dist/components/table/ElmTableBody.vue.mjs +15 -0
- package/dist/components/table/ElmTableBody.vue3.mjs +5 -0
- package/dist/components/table/ElmTableCell.vue.mjs +6 -0
- package/dist/components/table/ElmTableCell.vue2.mjs +22 -0
- package/dist/components/table/ElmTableHeader.vue.mjs +15 -0
- package/dist/components/table/ElmTableHeader.vue3.mjs +5 -0
- package/dist/components/table/ElmTableRow.vue.mjs +14 -0
- package/dist/components/table/ElmTableRow.vue2.mjs +4 -0
- package/dist/components/typography/ElmBlockQuote.vue.mjs +10 -0
- package/dist/components/typography/ElmBlockQuote.vue2.mjs +27 -0
- package/dist/components/typography/ElmBlockQuote.vue3.mjs +8 -0
- package/dist/components/typography/ElmBulletedList.vue.mjs +27 -0
- package/dist/components/typography/ElmBulletedList.vue3.mjs +5 -0
- package/dist/components/typography/ElmCallout.vue.mjs +10 -0
- package/dist/components/typography/ElmCallout.vue2.mjs +57 -0
- package/dist/components/typography/ElmCallout.vue3.mjs +14 -0
- package/dist/components/typography/ElmDivider.vue.mjs +10 -0
- package/dist/components/typography/ElmDivider.vue2.mjs +29 -0
- package/dist/components/typography/ElmDivider.vue3.mjs +8 -0
- package/dist/components/typography/ElmListItem.vue.mjs +10 -0
- package/dist/components/typography/ElmListItem.vue2.mjs +16 -0
- package/dist/components/typography/ElmListItem.vue3.mjs +8 -0
- package/dist/components/typography/ElmNumberedList.vue.mjs +27 -0
- package/dist/components/typography/ElmNumberedList.vue3.mjs +5 -0
- package/dist/components/typography/ElmParagraph.vue.mjs +10 -0
- package/dist/components/typography/ElmParagraph.vue2.mjs +27 -0
- package/dist/components/typography/ElmParagraph.vue3.mjs +8 -0
- package/dist/hooks/useElmethisTheme.mjs +43 -0
- package/dist/hooks/useTyping.mjs +37 -0
- package/dist/index.mjs +150 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.mjs +20 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.mjs +76 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.mjs +57 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.mjs +220 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.mjs +64 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.mjs +101 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.mjs +45 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.mjs +693 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.mjs +39 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.mjs +14 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.mjs +10 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.mjs +15 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.mjs +15 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +28 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +54 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +17 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +27 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +24 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +120 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +33 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +10 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +29 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-4AB2E3PP.mjs +6 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-2NYFTIL2.mjs +34 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-2O5ZK7RR.mjs +34 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-7PKI6E2E.mjs +541 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-C4OEIS7N.mjs +46 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-EXZZNE6F.mjs +34 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-ROXG7S4E.mjs +42 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-V4Q32G6S.mjs +34 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-O2Q2CXLX.mjs +6 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-4N47QTOZ.mjs +6 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-KVYON367.mjs +6 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-R6RNRRYF.mjs +6 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-MK3ICKWK.mjs +6 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +115 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.mjs +531 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.mjs +393 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.mjs +42 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.mjs +12 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.mjs +4 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.mjs +42 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.mjs +87 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.mjs +161 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.mjs +60 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.mjs +416 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.mjs +47 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.mjs +41 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.mjs +24 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.mjs +424 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.mjs +22 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.mjs +48 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.mjs +387 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.mjs +40 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.mjs +83 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.mjs +181 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.mjs +25 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.mjs +69 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.mjs +270 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.mjs +59 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.mjs +128 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.mjs +38 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.mjs +323 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.mjs +434 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.mjs +251 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.mjs +167 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.mjs +19 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.mjs +720 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.mjs +11 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.mjs +552 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.mjs +214 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.mjs +20 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.mjs +115 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.mjs +88 -0
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.mjs +1090 -0
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.mjs +2555 -0
- package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.31.1/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.mjs +374 -0
- package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.31.1/node_modules/cytoscape-fcose/cytoscape-fcose.mjs +1278 -0
- package/dist/node_modules/.pnpm/cytoscape@3.31.1/node_modules/cytoscape/dist/cytoscape.esm.mjs +29469 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.mjs +47 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.mjs +51 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs +94 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.mjs +338 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.mjs +95 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.mjs +70 -0
- package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.mjs +37 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.mjs +82 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.mjs +29 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.mjs +4 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.mjs +43 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.mjs +59 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.mjs +73 -0
- package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.mjs +88 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.mjs +326 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.mjs +56 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.mjs +95 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs +61 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.mjs +38 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.mjs +34 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.mjs +46 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.mjs +64 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.mjs +76 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.mjs +31 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.mjs +88 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.mjs +64 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.mjs +23 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.mjs +4 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.mjs +45 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.mjs +133 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.mjs +66 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.mjs +50 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.mjs +49 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.mjs +43 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.mjs +73 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.mjs +69 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.mjs +57 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.mjs +83 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.mjs +75 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.mjs +39 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.mjs +99 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.mjs +59 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.mjs +41 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.mjs +32 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.mjs +55 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.mjs +542 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.mjs +34 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.mjs +61 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs +23 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.mjs +66 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.mjs +45 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.mjs +96 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.mjs +39 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.mjs +55 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.mjs +42 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.mjs +23 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.mjs +68 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.mjs +23 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.mjs +125 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.mjs +47 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.mjs +64 -0
- package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs +45 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +55 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +33 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +66 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.mjs +49 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +97 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.mjs +344 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +94 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.mjs +69 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +25 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +29 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +33 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +54 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.mjs +51 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +30 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +84 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +66 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +47 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +66 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +296 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.mjs +29 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +45 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +29 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +148 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +30 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.mjs +164 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +33 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra.mjs +2 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/floyd-warshall.mjs +2 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.mjs +420 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.mjs +47 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.mjs +286 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.mjs +58 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs +133 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.mjs +37 -0
- package/dist/node_modules/.pnpm/dompurify@3.2.4/node_modules/dompurify/dist/purify.es.mjs +965 -0
- package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.mjs +43 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.mjs +131 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.mjs +5 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.mjs +24 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.mjs +40 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.mjs +50 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.mjs +39 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.mjs +172 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.mjs +33 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.mjs +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.mjs +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.mjs +8 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.mjs +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.mjs +10 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.mjs +20 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.mjs +18 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.mjs +95 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.mjs +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.mjs +10 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.mjs +87 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.mjs +74 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.mjs +17 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.mjs +62 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.mjs +478 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.mjs +725 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.mjs +20 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.mjs +11 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.mjs +13 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.mjs +233 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.mjs +17 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.mjs +453 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.mjs +72 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.mjs +336 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.mjs +105 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.mjs +111 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.mjs +139 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.mjs +19 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.mjs +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.mjs +70 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.mjs +62 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.mjs +60 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.mjs +256 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.mjs +202 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.mjs +69 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.mjs +73 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.mjs +159 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.mjs +137 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.mjs +177 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.mjs +126 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.mjs +12 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.mjs +12 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.mjs +33 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.mjs +377 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.mjs +56 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.mjs +239 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.mjs +466 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.mjs +37 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.mjs +236 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.mjs +142 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.mjs +75 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.mjs +43 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.mjs +81 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.mjs +328 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.mjs +210 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.mjs +15 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.mjs +74 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.mjs +64 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.mjs +106 -0
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.mjs +3197 -0
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.mjs +3745 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +83 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +45 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +61 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +50 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +59 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +50 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +4 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +4 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.mjs +8 -0
- package/dist/node_modules/.pnpm/marked@15.0.7/node_modules/marked/lib/marked.esm.mjs +2152 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-IEHRJDOE.mjs +1093 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-JOT3LUYC.mjs +3598 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-VJAJSXHY.mjs +2487 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BMEZGHF.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5NNNAHNI.mjs +143 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6JRP7KZX.mjs +2696 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-7B677QYD.mjs +19 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-A2AXSNBT.mjs +1828 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AEK57VVT.mjs +1961 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-C3MQ5ANM.mjs +332 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-D6G4REZN.mjs +109 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-H2D2JQ3I.mjs +78 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HRU6DDCH.mjs +5018 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IIMUDSI4.mjs +696 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-K557N5IZ.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-O4NI6UNU.mjs +557 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RZ5BOZE2.mjs +38 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TYCBKAJE.mjs +57 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-VV3M67IP.mjs +107 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-XZIHB7SX.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-YTJNT7DU.mjs +3052 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-GIVACNV2.mjs +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-COTLJTTW.mjs +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-OKDRZEBW.mjs +662 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-SSKATNLV.mjs +306 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VNBRO52H.mjs +191 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q7BY3M3F.mjs +1168 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-4HSFHLVR.mjs +2339 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-APWFNJXF.mjs +2104 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-7IBYFJ6S.mjs +1215 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-PH2N3AL5.mjs +31 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-U35MCT3I.mjs +1201 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-NDS4AKOZ.mjs +1055 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-ALO5MXBD.mjs +1195 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-IB7DONF6.mjs +188 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-7GDLP6J5.mjs +1340 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-KVF5MWMF.mjs +1168 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-QLVOVGJD.mjs +670 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-X6HHIX6F.mjs +3419 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-DGXRK772.mjs +477 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-YXO3MK2T.mjs +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-BDJGKUSR.mjs +1232 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-VJFVF3MP.mjs +1778 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/mermaid.core.mjs +1222 -0
- package/dist/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/index.browser.mjs +13 -0
- package/dist/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/url-alphabet/index.mjs +4 -0
- package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.mjs +1001 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.mjs +16 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.mjs +164 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.mjs +29 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.mjs +156 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.mjs +38 -0
- package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs +42 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.mjs +95 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.mjs +133 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.mjs +40 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.mjs +28 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.mjs +225 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.mjs +1262 -0
- package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.mjs +344 -0
- package/package.json +27 -25
- package/dist/Bash-aFIJDfx0.js +0 -30
- package/dist/Css-aYNwv_jI.js +0 -18
- package/dist/ElmShikiHighlighter--ESSD5xl.js +0 -7531
- package/dist/Rust-CcTG3HST.js +0 -16
- package/dist/_basePickBy-q3OsvEq8.js +0 -152
- package/dist/_baseUniq-DXyFBvJx.js +0 -583
- package/dist/abap-BPxeDPn4.js +0 -6
- package/dist/actionscript-3-Cjb604Dt.js +0 -6
- package/dist/ada-BSgRrxrM.js +0 -6
- package/dist/andromeeda-uXNdzNpk.js +0 -4
- package/dist/angular-html-Zg5oS4-1.js +0 -32
- package/dist/angular-ts-NgJ-y-q8.js +0 -21
- package/dist/apache-Cyj7Ib-S.js +0 -6
- package/dist/apex-DAAiMqi-.js +0 -6
- package/dist/apl-DxZdCuNa.js +0 -16
- package/dist/applescript-CroEtIVQ.js +0 -6
- package/dist/ara-9AczF2vY.js +0 -6
- package/dist/arc-BLiqnhIS.js +0 -83
- package/dist/architecture-4AB2E3PP-CJBMa096.js +0 -5
- package/dist/architectureDiagram-IEHRJDOE-BmZLGcAR.js +0 -4633
- package/dist/asciidoc-raFNDrGb.js +0 -6
- package/dist/asm-C8ld_M07.js +0 -6
- package/dist/astro-DVLPOVeH.js +0 -16
- package/dist/aurora-x-BwoVEUWZ.js +0 -4
- package/dist/awk-gc4Y_RTq.js +0 -6
- package/dist/ayu-dark-CxPZkpb2.js +0 -4
- package/dist/ballerina-CML1q4Hw.js +0 -6
- package/dist/bat-BVW1L4ug.js +0 -6
- package/dist/beancount-DYEC72C_.js +0 -6
- package/dist/berry-VTah6p7n.js +0 -6
- package/dist/bibtex-Bqt_3AVI.js +0 -6
- package/dist/bicep-DGk9_2l4.js +0 -6
- package/dist/blade-kJIUE9Xv.js +0 -20
- package/dist/blockDiagram-JOT3LUYC-CirZxs50.js +0 -2247
- package/dist/bsl-tt9CYf2I.js +0 -8
- package/dist/c-Cb-M0LQR.js +0 -6
- package/dist/c4Diagram-VJAJSXHY-CT04iVyI.js +0 -1581
- package/dist/cadence-Di4VMBdJ.js +0 -6
- package/dist/cairo-CNbjbPRN.js +0 -8
- package/dist/catppuccin-frappe-MQ6irQtC.js +0 -4
- package/dist/catppuccin-latte-UMitw0Sv.js +0 -4
- package/dist/catppuccin-macchiato-CpTwm6bY.js +0 -4
- package/dist/catppuccin-mocha-DAcVHoH1.js +0 -4
- package/dist/channel-DJoWX82m.js +0 -5
- package/dist/chunk-4BMEZGHF-DbrRFQBV.js +0 -9
- package/dist/chunk-A2AXSNBT-8nnxOxzM.js +0 -1372
- package/dist/chunk-AEK57VVT-BuA3ibij.js +0 -1415
- package/dist/chunk-D6G4REZN-C3CadGUl.js +0 -64
- package/dist/chunk-RZ5BOZE2-bPOa0Bzk.js +0 -24
- package/dist/chunk-XZIHB7SX-tSNzo5Pm.js +0 -15
- package/dist/clarity-WOA8trQj.js +0 -6
- package/dist/classDiagram-GIVACNV2-Ikn0C8nj.js +0 -16
- package/dist/classDiagram-v2-COTLJTTW-Ikn0C8nj.js +0 -16
- package/dist/clojure-r3NcJ8yt.js +0 -6
- package/dist/clone-KYMNdRyb.js +0 -8
- package/dist/cmake-CQmEhYbr.js +0 -6
- package/dist/cobol-DpscMYyB.js +0 -10
- package/dist/codeowners-Bt9yU6NX.js +0 -6
- package/dist/codeql-2Dcm6WNF.js +0 -6
- package/dist/coffee-cT6mLyjo.js +0 -8
- package/dist/common-lisp-DuX5KqId.js +0 -6
- package/dist/coq-DboLktjX.js +0 -6
- package/dist/cpp-Dfuj7FgN.js +0 -18
- package/dist/crystal-Cu359yzW.js +0 -18
- package/dist/csharp-xQvxkZxj.js +0 -6
- package/dist/css-BnL1064W.js +0 -6
- package/dist/csv-CmYOceLb.js +0 -6
- package/dist/cue-ByErcpN2.js +0 -6
- package/dist/cypher-DEVyrV5b.js +0 -6
- package/dist/cytoscape.esm-aRg21b6u.js +0 -18120
- package/dist/d-CBVqdj3C.js +0 -6
- package/dist/dagre-OKDRZEBW-Dd5I26Ao.js +0 -447
- package/dist/dark-plus-pUHDTVV0.js +0 -4
- package/dist/dart-u2fD-sKr.js +0 -6
- package/dist/dax-Crz9Wv4y.js +0 -6
- package/dist/desktop-DNXSD5qJ.js +0 -6
- package/dist/diagram-SSKATNLV-DZNkfESc.js +0 -221
- package/dist/diagram-VNBRO52H-CEw-lSHb.js +0 -126
- package/dist/diff-DOdUfPSR.js +0 -6
- package/dist/docker-CsHqm9tx.js +0 -6
- package/dist/dotenv-BYL4tpZA.js +0 -6
- package/dist/dracula-BtZx2Kac.js +0 -4
- package/dist/dracula-soft-BKa-aqBv.js +0 -4
- package/dist/dream-maker-kevRUHRs.js +0 -6
- package/dist/edge-D-R-hhaT.js +0 -12
- package/dist/elixir-DuneT2DZ.js +0 -8
- package/dist/elm-DdPFQYmH.js +0 -8
- package/dist/elmethis.js +0 -70
- package/dist/emacs-lisp-Bwasiep6.js +0 -6
- package/dist/erDiagram-Q7BY3M3F-Bi-5rbd2.js +0 -841
- package/dist/erb-BDkUfiWc.js +0 -10
- package/dist/erlang-CxpbZUOc.js +0 -6
- package/dist/everforest-dark-DMCBqXCK.js +0 -4
- package/dist/everforest-light-BbXl82Em.js +0 -4
- package/dist/fennel-B1x5pKr1.js +0 -6
- package/dist/fish-BjbXctXH.js +0 -6
- package/dist/flowDiagram-4HSFHLVR-Bep2tb38.js +0 -1622
- package/dist/fluent-DCuHrNR-.js +0 -6
- package/dist/fortran-fixed-form-muAGtm2V.js +0 -8
- package/dist/fortran-free-form-Db8k5H7x.js +0 -6
- package/dist/fsharp-D3TfYvtR.js +0 -8
- package/dist/ganttDiagram-APWFNJXF-MiSNV5UX.js +0 -2493
- package/dist/gdresource-C22851qr.js +0 -10
- package/dist/gdscript-C-C99PjI.js +0 -6
- package/dist/gdshader-0TihrSQl.js +0 -6
- package/dist/genie-MtKmcmPo.js +0 -6
- package/dist/gherkin-AzJBtK0J.js +0 -6
- package/dist/git-commit-Cdscfa4x.js +0 -8
- package/dist/git-rebase-BkertWzk.js +0 -8
- package/dist/gitGraph-O2Q2CXLX-2aBB3Qlu.js +0 -5
- package/dist/gitGraphDiagram-7IBYFJ6S-BeIrUUuR.js +0 -712
- package/dist/github-dark-DenFmJkN.js +0 -4
- package/dist/github-dark-default-BJPUVz4H.js +0 -4
- package/dist/github-dark-dimmed-DUshB20C.js +0 -4
- package/dist/github-dark-high-contrast-D3aGCnF8.js +0 -4
- package/dist/github-light-JYsPkUQd.js +0 -4
- package/dist/github-light-default-D99KPAby.js +0 -4
- package/dist/github-light-high-contrast-BbmZE-Mp.js +0 -4
- package/dist/gleam-BoJB89vF.js +0 -6
- package/dist/glimmer-js-DEzcmBLn.js +0 -14
- package/dist/glimmer-ts-CfoDm2Ms.js +0 -14
- package/dist/glsl-BcGeWDoy.js +0 -8
- package/dist/gnuplot-DgGnPAp8.js +0 -6
- package/dist/go-Cw0OOp5U.js +0 -6
- package/dist/graph-BN6Ja3dj.js +0 -247
- package/dist/graphql-BA9S3A0F.js +0 -14
- package/dist/groovy-45PuQEhl.js +0 -6
- package/dist/gruvbox-dark-hard-BDGmrmYl.js +0 -4
- package/dist/gruvbox-dark-medium-D7OrvcL5.js +0 -4
- package/dist/gruvbox-dark-soft-D_75PUdg.js +0 -4
- package/dist/gruvbox-light-hard-DhQt1gbs.js +0 -4
- package/dist/gruvbox-light-medium-DNXV_Sw8.js +0 -4
- package/dist/gruvbox-light-soft-C7ZspGxH.js +0 -4
- package/dist/hack-B5c1rmdK.js +0 -10
- package/dist/haml-CknjlTyn.js +0 -10
- package/dist/handlebars-DxZCQ1Ls.js +0 -14
- package/dist/haskell-ClRE648j.js +0 -6
- package/dist/haxe-CClgwBXY.js +0 -6
- package/dist/hcl-JJeBEFYE.js +0 -6
- package/dist/hjson-BollGKL_.js +0 -6
- package/dist/hlsl-b3kI2reZ.js +0 -6
- package/dist/houston-BDYrDoDW.js +0 -4
- package/dist/html-Iy9EJBkL.js +0 -10
- package/dist/html-derivative-BfM_d1x5.js +0 -8
- package/dist/http-Q-2xEgRf.js +0 -14
- package/dist/hxml-C2bnoXd-.js +0 -8
- package/dist/hy-S8dYOqS_.js +0 -6
- package/dist/imba-DzSSVziz.js +0 -6
- package/dist/index-DzMRhuTS.js +0 -17481
- package/dist/info-4N47QTOZ-MlaygFtp.js +0 -5
- package/dist/infoDiagram-PH2N3AL5-CLDi4hXF.js +0 -22
- package/dist/ini-Cw62c0sR.js +0 -6
- package/dist/init-DjUOC4st.js +0 -16
- package/dist/java-DNw9zkk2.js +0 -6
- package/dist/javascript-CXHlxgtu.js +0 -6
- package/dist/jinja-D3ov3d_Q.js +0 -11
- package/dist/jison-bKZ_ygkY.js +0 -8
- package/dist/journeyDiagram-U35MCT3I-DF_hle8P.js +0 -809
- package/dist/json-D4cXEhM0.js +0 -6
- package/dist/json5-QDX9y-Y9.js +0 -6
- package/dist/jsonc-Bph7GQf8.js +0 -6
- package/dist/jsonl-CCrMgdQc.js +0 -6
- package/dist/jsonnet-SAcLllmN.js +0 -6
- package/dist/jssm-f8vsTkbr.js +0 -6
- package/dist/jsx-BYrS51r7.js +0 -6
- package/dist/julia-k0_CCOLn.js +0 -16
- package/dist/kanagawa-dragon-CiKur4Hl.js +0 -4
- package/dist/kanagawa-lotus-BKu-smKu.js +0 -4
- package/dist/kanagawa-wave-CQwozSzG.js +0 -4
- package/dist/kanban-definition-NDS4AKOZ-D2HjB3aQ.js +0 -719
- package/dist/kotlin-DZs3CUXT.js +0 -6
- package/dist/kusto-gqgW0Ct6.js +0 -6
- package/dist/laserwave-6a00oqik.js +0 -4
- package/dist/latex-ixPYeODw.js +0 -8
- package/dist/layout-eoX7qCNd.js +0 -1325
- package/dist/lean-DM2VgJqL.js +0 -6
- package/dist/less-I_XXVOZl.js +0 -6
- package/dist/light-plus-CZuVqSLX.js +0 -4
- package/dist/linear-CjVlzhPx.js +0 -423
- package/dist/liquid-DQYM4OUl.js +0 -14
- package/dist/llvm-D3Vjgx0u.js +0 -6
- package/dist/log-D-MzYv1Z.js +0 -6
- package/dist/logo-D1k-IeHX.js +0 -6
- package/dist/lua-DcPVWcJ7.js +0 -8
- package/dist/luau-B3dL2bb0.js +0 -6
- package/dist/make-CR9bkdqJ.js +0 -6
- package/dist/markdown-w3MmBOPg.js +0 -6
- package/dist/marko-Dou6ix2a.js +0 -14
- package/dist/material-theme-D6KBX41T.js +0 -4
- package/dist/material-theme-darker-CkRroheE.js +0 -4
- package/dist/material-theme-lighter-BUBw43Yz.js +0 -4
- package/dist/material-theme-ocean-ClGX14Ja.js +0 -4
- package/dist/material-theme-palenight-C1RVm8K1.js +0 -4
- package/dist/matlab-Dj6qX5si.js +0 -6
- package/dist/mdc-Df47nGTR.js +0 -12
- package/dist/mdx-COYqLMfv.js +0 -6
- package/dist/mermaid-parser.core-Cnk6H5Tf.js +0 -12836
- package/dist/mermaid-qIAHIJes.js +0 -6
- package/dist/mermaid.core-CVg1AOGh.js +0 -15467
- package/dist/min-dark-C7ak0t6c.js +0 -4
- package/dist/min-light-CKFxVcPp.js +0 -4
- package/dist/mindmap-definition-ALO5MXBD-RsXchRow.js +0 -3220
- package/dist/mipsasm-BJbuoeDX.js +0 -6
- package/dist/mojo-BFkEE7I6.js +0 -6
- package/dist/monokai-C1KBYcO0.js +0 -4
- package/dist/move-DhZIVzw9.js +0 -6
- package/dist/narrat-Cru3p5ML.js +0 -6
- package/dist/nextflow-JJGGygxI.js +0 -6
- package/dist/nginx-Chu4HPUZ.js +0 -8
- package/dist/night-owl-Bm2rzalh.js +0 -4
- package/dist/nim-m3ClKyoA.js +0 -20
- package/dist/nix-DeKhqLCs.js +0 -6
- package/dist/nord-CC5OiUXg.js +0 -4
- package/dist/nushell-vZ0whCpp.js +0 -6
- package/dist/objective-c-DLUrAoO7.js +0 -6
- package/dist/objective-cpp-BR9pz3Y7.js +0 -6
- package/dist/ocaml-JmaGD6hS.js +0 -6
- package/dist/one-dark-pro-DTA3VF0_.js +0 -4
- package/dist/one-light-D9sNaUtq.js +0 -4
- package/dist/ordinal-DfAQgscy.js +0 -61
- package/dist/packet-KVYON367-B0ibT50B.js +0 -5
- package/dist/pascal-NVmycfDo.js +0 -6
- package/dist/perl-Dvb6TR9K.js +0 -16
- package/dist/php-CJHnp_ft.js +0 -18
- package/dist/pie-R6RNRRYF-eieuCIEv.js +0 -5
- package/dist/pieDiagram-IB7DONF6-z3HiYOHT.js +0 -161
- package/dist/plastic-CSTz3KZp.js +0 -4
- package/dist/plsql-DMWd0imC.js +0 -6
- package/dist/po-GS6uwG3N.js +0 -6
- package/dist/poimandres-C-VADXHD.js +0 -4
- package/dist/polar-kLOnm3TU.js +0 -6
- package/dist/postcss-BHhGrjb8.js +0 -6
- package/dist/powerquery-CMfeLaGU.js +0 -6
- package/dist/powershell-D1mvJxDs.js +0 -6
- package/dist/prisma-pUoUFT3i.js +0 -6
- package/dist/prolog-DY7WzwMi.js +0 -6
- package/dist/proto-CNCp3VWu.js +0 -6
- package/dist/pug-CUZjrycK.js +0 -12
- package/dist/puppet-B0mgPBqt.js +0 -6
- package/dist/purescript-Go548NjJ.js +0 -6
- package/dist/python-x6NdgKMy.js +0 -6
- package/dist/qml-BZvDVi14.js +0 -8
- package/dist/qmldir-BInDYbpo.js +0 -6
- package/dist/qss-8QkBlVEn.js +0 -6
- package/dist/quadrantDiagram-7GDLP6J5-DKNPBuF7.js +0 -1024
- package/dist/r-HSnR3oil.js +0 -6
- package/dist/racket-N6wCNCGC.js +0 -6
- package/dist/radar-MK3ICKWK-EavvS0dk.js +0 -5
- package/dist/raku-DIMO1_4D.js +0 -6
- package/dist/razor-B0naKaWH.js +0 -10
- package/dist/red-7y8PH7HH.js +0 -4
- package/dist/reg-6UpU0EA6.js +0 -6
- package/dist/regexp-DHtjPxOp.js +0 -6
- package/dist/rel-DBIoUiKW.js +0 -6
- package/dist/requirementDiagram-KVF5MWMF-CVtQbDO9.js +0 -851
- package/dist/riscv-DpWk9ieM.js +0 -6
- package/dist/rose-pine-4uTOzEpE.js +0 -4
- package/dist/rose-pine-dawn-GMd81k-m.js +0 -4
- package/dist/rose-pine-moon-CIFp_3PJ.js +0 -4
- package/dist/rst-B64R6T0G.js +0 -22
- package/dist/ruby-DfrpdncG.js +0 -30
- package/dist/rust-B-KPd2nT.js +0 -6
- package/dist/sankeyDiagram-QLVOVGJD-Bv56p0v8.js +0 -808
- package/dist/sas-CJQBty5v.js +0 -8
- package/dist/sass-Zos2Blmo.js +0 -6
- package/dist/scala-7cAMYIqn.js +0 -6
- package/dist/scheme-BQZQETGI.js +0 -6
- package/dist/scss-SeF7XgZE.js +0 -8
- package/dist/sdbl-67k1U2sQ.js +0 -6
- package/dist/sequenceDiagram-X6HHIX6F-B6HsmiCo.js +0 -2281
- package/dist/shaderlab-D-UIeqfT.js +0 -8
- package/dist/shellscript-DmhSIIKI.js +0 -6
- package/dist/shellsession-DJoY56qV.js +0 -8
- package/dist/slack-dark-i7wN4OET.js +0 -4
- package/dist/slack-ochin-ndHf0LoP.js +0 -4
- package/dist/smalltalk-WltKgyq1.js +0 -6
- package/dist/snazzy-light-BlSJXAu4.js +0 -4
- package/dist/solarized-dark-UTmkh7lw.js +0 -4
- package/dist/solarized-light-BheCkDPT.js +0 -4
- package/dist/solidity-C04s0Yy3.js +0 -6
- package/dist/soy-BLRDPjcE.js +0 -8
- package/dist/sparql-DTCaWUmB.js +0 -8
- package/dist/splunk-SGh_QiTm.js +0 -6
- package/dist/sql-CsvhJWkt.js +0 -6
- package/dist/ssh-config-D4I637-k.js +0 -6
- package/dist/stata-CoSdWLbd.js +0 -8
- package/dist/stateDiagram-DGXRK772-DisyN0eE.js +0 -270
- package/dist/stateDiagram-v2-YXO3MK2T-DLdp-rnZ.js +0 -16
- package/dist/stylus-C0YS3cII.js +0 -6
- package/dist/svelte-D5kfh286.js +0 -14
- package/dist/swift-DvTgPjC_.js +0 -6
- package/dist/synthwave-84-NU3C_KFZ.js +0 -4
- package/dist/system-verilog-NDUJ-OOt.js +0 -6
- package/dist/systemd-WbxZvB8q.js +0 -6
- package/dist/talonscript-CL368eRB.js +0 -6
- package/dist/tasl-Dz-WwaLH.js +0 -6
- package/dist/tcl-DlZIgGJq.js +0 -6
- package/dist/templ-BeQ_faiG.js +0 -12
- package/dist/terraform-BlQVOgpk.js +0 -6
- package/dist/tex-D5wZQANC.js +0 -8
- package/dist/timeline-definition-BDJGKUSR-BXC_uTuM.js +0 -804
- package/dist/tokyo-night-DP4TmcQl.js +0 -4
- package/dist/toml-DMRYbshZ.js +0 -6
- package/dist/ts-tags-BhMM8FHa.js +0 -41
- package/dist/tsv-BtvSkaG0.js +0 -6
- package/dist/tsx-D0IYuDPS.js +0 -6
- package/dist/turtle-p-VV8DEc.js +0 -6
- package/dist/twig-B7P5Ovvl.js +0 -18
- package/dist/typescript-DKfvlBCw.js +0 -6
- package/dist/typespec-CTme0-JL.js +0 -6
- package/dist/typst-Dn4vyooU.js +0 -6
- package/dist/v-D7ebitkb.js +0 -6
- package/dist/vala-TRtLMDHC.js +0 -6
- package/dist/vb-B47FrOmA.js +0 -6
- package/dist/verilog-B2TLsC4I.js +0 -6
- package/dist/vesper-BckBta1U.js +0 -4
- package/dist/vhdl-CU5AEtCN.js +0 -6
- package/dist/viml-D-fUhqVn.js +0 -6
- package/dist/vitesse-black-BoGvW84i.js +0 -4
- package/dist/vitesse-dark-Cym-eLtO.js +0 -4
- package/dist/vitesse-light-CcmG315c.js +0 -4
- package/dist/vue-CdwmeZFh.js +0 -31
- package/dist/vue-html-C-PRGoQQ.js +0 -10
- package/dist/vyper-C03y8CZF.js +0 -6
- package/dist/wasm-Bq8UuFo1.js +0 -6
- package/dist/wasm-DQxwEHae.js +0 -7
- package/dist/wenyan-DZPWEYbu.js +0 -6
- package/dist/wgsl-De1GPYf9.js +0 -6
- package/dist/wikitext-C-THcCj2.js +0 -6
- package/dist/wit-BanP67gl.js +0 -6
- package/dist/wolfram-CUT_U39K.js +0 -6
- package/dist/xml-jRL-qgj-.js +0 -8
- package/dist/xsl-CZWICAVO.js +0 -8
- package/dist/xychartDiagram-VJFVF3MP-CkPa_K58.js +0 -1304
- package/dist/yaml-DcQhbMrL.js +0 -6
- package/dist/zenscript-8JCzLCTe.js +0 -6
- package/dist/zig-DhdgDxkm.js +0 -6
|
@@ -0,0 +1,1262 @@
|
|
|
1
|
+
var DocumentUri;
|
|
2
|
+
(function(DocumentUri2) {
|
|
3
|
+
function is(value) {
|
|
4
|
+
return typeof value === "string";
|
|
5
|
+
}
|
|
6
|
+
DocumentUri2.is = is;
|
|
7
|
+
})(DocumentUri || (DocumentUri = {}));
|
|
8
|
+
var URI;
|
|
9
|
+
(function(URI2) {
|
|
10
|
+
function is(value) {
|
|
11
|
+
return typeof value === "string";
|
|
12
|
+
}
|
|
13
|
+
URI2.is = is;
|
|
14
|
+
})(URI || (URI = {}));
|
|
15
|
+
var integer;
|
|
16
|
+
(function(integer2) {
|
|
17
|
+
integer2.MIN_VALUE = -2147483648;
|
|
18
|
+
integer2.MAX_VALUE = 2147483647;
|
|
19
|
+
function is(value) {
|
|
20
|
+
return typeof value === "number" && integer2.MIN_VALUE <= value && value <= integer2.MAX_VALUE;
|
|
21
|
+
}
|
|
22
|
+
integer2.is = is;
|
|
23
|
+
})(integer || (integer = {}));
|
|
24
|
+
var uinteger;
|
|
25
|
+
(function(uinteger2) {
|
|
26
|
+
uinteger2.MIN_VALUE = 0;
|
|
27
|
+
uinteger2.MAX_VALUE = 2147483647;
|
|
28
|
+
function is(value) {
|
|
29
|
+
return typeof value === "number" && uinteger2.MIN_VALUE <= value && value <= uinteger2.MAX_VALUE;
|
|
30
|
+
}
|
|
31
|
+
uinteger2.is = is;
|
|
32
|
+
})(uinteger || (uinteger = {}));
|
|
33
|
+
var Position;
|
|
34
|
+
(function(Position2) {
|
|
35
|
+
function create(line, character) {
|
|
36
|
+
if (line === Number.MAX_VALUE) {
|
|
37
|
+
line = uinteger.MAX_VALUE;
|
|
38
|
+
}
|
|
39
|
+
if (character === Number.MAX_VALUE) {
|
|
40
|
+
character = uinteger.MAX_VALUE;
|
|
41
|
+
}
|
|
42
|
+
return { line, character };
|
|
43
|
+
}
|
|
44
|
+
Position2.create = create;
|
|
45
|
+
function is(value) {
|
|
46
|
+
let candidate = value;
|
|
47
|
+
return Is.objectLiteral(candidate) && Is.uinteger(candidate.line) && Is.uinteger(candidate.character);
|
|
48
|
+
}
|
|
49
|
+
Position2.is = is;
|
|
50
|
+
})(Position || (Position = {}));
|
|
51
|
+
var Range;
|
|
52
|
+
(function(Range2) {
|
|
53
|
+
function create(one, two, three, four) {
|
|
54
|
+
if (Is.uinteger(one) && Is.uinteger(two) && Is.uinteger(three) && Is.uinteger(four)) {
|
|
55
|
+
return { start: Position.create(one, two), end: Position.create(three, four) };
|
|
56
|
+
} else if (Position.is(one) && Position.is(two)) {
|
|
57
|
+
return { start: one, end: two };
|
|
58
|
+
} else {
|
|
59
|
+
throw new Error(`Range#create called with invalid arguments[${one}, ${two}, ${three}, ${four}]`);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
Range2.create = create;
|
|
63
|
+
function is(value) {
|
|
64
|
+
let candidate = value;
|
|
65
|
+
return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);
|
|
66
|
+
}
|
|
67
|
+
Range2.is = is;
|
|
68
|
+
})(Range || (Range = {}));
|
|
69
|
+
var Location;
|
|
70
|
+
(function(Location2) {
|
|
71
|
+
function create(uri, range) {
|
|
72
|
+
return { uri, range };
|
|
73
|
+
}
|
|
74
|
+
Location2.create = create;
|
|
75
|
+
function is(value) {
|
|
76
|
+
let candidate = value;
|
|
77
|
+
return Is.objectLiteral(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
|
|
78
|
+
}
|
|
79
|
+
Location2.is = is;
|
|
80
|
+
})(Location || (Location = {}));
|
|
81
|
+
var LocationLink;
|
|
82
|
+
(function(LocationLink2) {
|
|
83
|
+
function create(targetUri, targetRange, targetSelectionRange, originSelectionRange) {
|
|
84
|
+
return { targetUri, targetRange, targetSelectionRange, originSelectionRange };
|
|
85
|
+
}
|
|
86
|
+
LocationLink2.create = create;
|
|
87
|
+
function is(value) {
|
|
88
|
+
let candidate = value;
|
|
89
|
+
return Is.objectLiteral(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri) && Range.is(candidate.targetSelectionRange) && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));
|
|
90
|
+
}
|
|
91
|
+
LocationLink2.is = is;
|
|
92
|
+
})(LocationLink || (LocationLink = {}));
|
|
93
|
+
var Color;
|
|
94
|
+
(function(Color2) {
|
|
95
|
+
function create(red, green, blue, alpha) {
|
|
96
|
+
return {
|
|
97
|
+
red,
|
|
98
|
+
green,
|
|
99
|
+
blue,
|
|
100
|
+
alpha
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
Color2.create = create;
|
|
104
|
+
function is(value) {
|
|
105
|
+
const candidate = value;
|
|
106
|
+
return Is.objectLiteral(candidate) && Is.numberRange(candidate.red, 0, 1) && Is.numberRange(candidate.green, 0, 1) && Is.numberRange(candidate.blue, 0, 1) && Is.numberRange(candidate.alpha, 0, 1);
|
|
107
|
+
}
|
|
108
|
+
Color2.is = is;
|
|
109
|
+
})(Color || (Color = {}));
|
|
110
|
+
var ColorInformation;
|
|
111
|
+
(function(ColorInformation2) {
|
|
112
|
+
function create(range, color) {
|
|
113
|
+
return {
|
|
114
|
+
range,
|
|
115
|
+
color
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
ColorInformation2.create = create;
|
|
119
|
+
function is(value) {
|
|
120
|
+
const candidate = value;
|
|
121
|
+
return Is.objectLiteral(candidate) && Range.is(candidate.range) && Color.is(candidate.color);
|
|
122
|
+
}
|
|
123
|
+
ColorInformation2.is = is;
|
|
124
|
+
})(ColorInformation || (ColorInformation = {}));
|
|
125
|
+
var ColorPresentation;
|
|
126
|
+
(function(ColorPresentation2) {
|
|
127
|
+
function create(label, textEdit, additionalTextEdits) {
|
|
128
|
+
return {
|
|
129
|
+
label,
|
|
130
|
+
textEdit,
|
|
131
|
+
additionalTextEdits
|
|
132
|
+
};
|
|
133
|
+
}
|
|
134
|
+
ColorPresentation2.create = create;
|
|
135
|
+
function is(value) {
|
|
136
|
+
const candidate = value;
|
|
137
|
+
return Is.objectLiteral(candidate) && Is.string(candidate.label) && (Is.undefined(candidate.textEdit) || TextEdit.is(candidate)) && (Is.undefined(candidate.additionalTextEdits) || Is.typedArray(candidate.additionalTextEdits, TextEdit.is));
|
|
138
|
+
}
|
|
139
|
+
ColorPresentation2.is = is;
|
|
140
|
+
})(ColorPresentation || (ColorPresentation = {}));
|
|
141
|
+
var FoldingRangeKind;
|
|
142
|
+
(function(FoldingRangeKind2) {
|
|
143
|
+
FoldingRangeKind2.Comment = "comment";
|
|
144
|
+
FoldingRangeKind2.Imports = "imports";
|
|
145
|
+
FoldingRangeKind2.Region = "region";
|
|
146
|
+
})(FoldingRangeKind || (FoldingRangeKind = {}));
|
|
147
|
+
var FoldingRange;
|
|
148
|
+
(function(FoldingRange2) {
|
|
149
|
+
function create(startLine, endLine, startCharacter, endCharacter, kind, collapsedText) {
|
|
150
|
+
const result = {
|
|
151
|
+
startLine,
|
|
152
|
+
endLine
|
|
153
|
+
};
|
|
154
|
+
if (Is.defined(startCharacter)) {
|
|
155
|
+
result.startCharacter = startCharacter;
|
|
156
|
+
}
|
|
157
|
+
if (Is.defined(endCharacter)) {
|
|
158
|
+
result.endCharacter = endCharacter;
|
|
159
|
+
}
|
|
160
|
+
if (Is.defined(kind)) {
|
|
161
|
+
result.kind = kind;
|
|
162
|
+
}
|
|
163
|
+
if (Is.defined(collapsedText)) {
|
|
164
|
+
result.collapsedText = collapsedText;
|
|
165
|
+
}
|
|
166
|
+
return result;
|
|
167
|
+
}
|
|
168
|
+
FoldingRange2.create = create;
|
|
169
|
+
function is(value) {
|
|
170
|
+
const candidate = value;
|
|
171
|
+
return Is.objectLiteral(candidate) && Is.uinteger(candidate.startLine) && Is.uinteger(candidate.startLine) && (Is.undefined(candidate.startCharacter) || Is.uinteger(candidate.startCharacter)) && (Is.undefined(candidate.endCharacter) || Is.uinteger(candidate.endCharacter)) && (Is.undefined(candidate.kind) || Is.string(candidate.kind));
|
|
172
|
+
}
|
|
173
|
+
FoldingRange2.is = is;
|
|
174
|
+
})(FoldingRange || (FoldingRange = {}));
|
|
175
|
+
var DiagnosticRelatedInformation;
|
|
176
|
+
(function(DiagnosticRelatedInformation2) {
|
|
177
|
+
function create(location, message) {
|
|
178
|
+
return {
|
|
179
|
+
location,
|
|
180
|
+
message
|
|
181
|
+
};
|
|
182
|
+
}
|
|
183
|
+
DiagnosticRelatedInformation2.create = create;
|
|
184
|
+
function is(value) {
|
|
185
|
+
let candidate = value;
|
|
186
|
+
return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);
|
|
187
|
+
}
|
|
188
|
+
DiagnosticRelatedInformation2.is = is;
|
|
189
|
+
})(DiagnosticRelatedInformation || (DiagnosticRelatedInformation = {}));
|
|
190
|
+
var DiagnosticSeverity;
|
|
191
|
+
(function(DiagnosticSeverity2) {
|
|
192
|
+
DiagnosticSeverity2.Error = 1;
|
|
193
|
+
DiagnosticSeverity2.Warning = 2;
|
|
194
|
+
DiagnosticSeverity2.Information = 3;
|
|
195
|
+
DiagnosticSeverity2.Hint = 4;
|
|
196
|
+
})(DiagnosticSeverity || (DiagnosticSeverity = {}));
|
|
197
|
+
var DiagnosticTag;
|
|
198
|
+
(function(DiagnosticTag2) {
|
|
199
|
+
DiagnosticTag2.Unnecessary = 1;
|
|
200
|
+
DiagnosticTag2.Deprecated = 2;
|
|
201
|
+
})(DiagnosticTag || (DiagnosticTag = {}));
|
|
202
|
+
var CodeDescription;
|
|
203
|
+
(function(CodeDescription2) {
|
|
204
|
+
function is(value) {
|
|
205
|
+
const candidate = value;
|
|
206
|
+
return Is.objectLiteral(candidate) && Is.string(candidate.href);
|
|
207
|
+
}
|
|
208
|
+
CodeDescription2.is = is;
|
|
209
|
+
})(CodeDescription || (CodeDescription = {}));
|
|
210
|
+
var Diagnostic;
|
|
211
|
+
(function(Diagnostic2) {
|
|
212
|
+
function create(range, message, severity, code, source, relatedInformation) {
|
|
213
|
+
let result = { range, message };
|
|
214
|
+
if (Is.defined(severity)) {
|
|
215
|
+
result.severity = severity;
|
|
216
|
+
}
|
|
217
|
+
if (Is.defined(code)) {
|
|
218
|
+
result.code = code;
|
|
219
|
+
}
|
|
220
|
+
if (Is.defined(source)) {
|
|
221
|
+
result.source = source;
|
|
222
|
+
}
|
|
223
|
+
if (Is.defined(relatedInformation)) {
|
|
224
|
+
result.relatedInformation = relatedInformation;
|
|
225
|
+
}
|
|
226
|
+
return result;
|
|
227
|
+
}
|
|
228
|
+
Diagnostic2.create = create;
|
|
229
|
+
function is(value) {
|
|
230
|
+
var _a;
|
|
231
|
+
let candidate = value;
|
|
232
|
+
return Is.defined(candidate) && Range.is(candidate.range) && Is.string(candidate.message) && (Is.number(candidate.severity) || Is.undefined(candidate.severity)) && (Is.integer(candidate.code) || Is.string(candidate.code) || Is.undefined(candidate.code)) && (Is.undefined(candidate.codeDescription) || Is.string((_a = candidate.codeDescription) === null || _a === void 0 ? void 0 : _a.href)) && (Is.string(candidate.source) || Is.undefined(candidate.source)) && (Is.undefined(candidate.relatedInformation) || Is.typedArray(candidate.relatedInformation, DiagnosticRelatedInformation.is));
|
|
233
|
+
}
|
|
234
|
+
Diagnostic2.is = is;
|
|
235
|
+
})(Diagnostic || (Diagnostic = {}));
|
|
236
|
+
var Command;
|
|
237
|
+
(function(Command2) {
|
|
238
|
+
function create(title, command, ...args) {
|
|
239
|
+
let result = { title, command };
|
|
240
|
+
if (Is.defined(args) && args.length > 0) {
|
|
241
|
+
result.arguments = args;
|
|
242
|
+
}
|
|
243
|
+
return result;
|
|
244
|
+
}
|
|
245
|
+
Command2.create = create;
|
|
246
|
+
function is(value) {
|
|
247
|
+
let candidate = value;
|
|
248
|
+
return Is.defined(candidate) && Is.string(candidate.title) && Is.string(candidate.command);
|
|
249
|
+
}
|
|
250
|
+
Command2.is = is;
|
|
251
|
+
})(Command || (Command = {}));
|
|
252
|
+
var TextEdit;
|
|
253
|
+
(function(TextEdit2) {
|
|
254
|
+
function replace(range, newText) {
|
|
255
|
+
return { range, newText };
|
|
256
|
+
}
|
|
257
|
+
TextEdit2.replace = replace;
|
|
258
|
+
function insert(position, newText) {
|
|
259
|
+
return { range: { start: position, end: position }, newText };
|
|
260
|
+
}
|
|
261
|
+
TextEdit2.insert = insert;
|
|
262
|
+
function del(range) {
|
|
263
|
+
return { range, newText: "" };
|
|
264
|
+
}
|
|
265
|
+
TextEdit2.del = del;
|
|
266
|
+
function is(value) {
|
|
267
|
+
const candidate = value;
|
|
268
|
+
return Is.objectLiteral(candidate) && Is.string(candidate.newText) && Range.is(candidate.range);
|
|
269
|
+
}
|
|
270
|
+
TextEdit2.is = is;
|
|
271
|
+
})(TextEdit || (TextEdit = {}));
|
|
272
|
+
var ChangeAnnotation;
|
|
273
|
+
(function(ChangeAnnotation2) {
|
|
274
|
+
function create(label, needsConfirmation, description) {
|
|
275
|
+
const result = { label };
|
|
276
|
+
if (needsConfirmation !== void 0) {
|
|
277
|
+
result.needsConfirmation = needsConfirmation;
|
|
278
|
+
}
|
|
279
|
+
if (description !== void 0) {
|
|
280
|
+
result.description = description;
|
|
281
|
+
}
|
|
282
|
+
return result;
|
|
283
|
+
}
|
|
284
|
+
ChangeAnnotation2.create = create;
|
|
285
|
+
function is(value) {
|
|
286
|
+
const candidate = value;
|
|
287
|
+
return Is.objectLiteral(candidate) && Is.string(candidate.label) && (Is.boolean(candidate.needsConfirmation) || candidate.needsConfirmation === void 0) && (Is.string(candidate.description) || candidate.description === void 0);
|
|
288
|
+
}
|
|
289
|
+
ChangeAnnotation2.is = is;
|
|
290
|
+
})(ChangeAnnotation || (ChangeAnnotation = {}));
|
|
291
|
+
var ChangeAnnotationIdentifier;
|
|
292
|
+
(function(ChangeAnnotationIdentifier2) {
|
|
293
|
+
function is(value) {
|
|
294
|
+
const candidate = value;
|
|
295
|
+
return Is.string(candidate);
|
|
296
|
+
}
|
|
297
|
+
ChangeAnnotationIdentifier2.is = is;
|
|
298
|
+
})(ChangeAnnotationIdentifier || (ChangeAnnotationIdentifier = {}));
|
|
299
|
+
var AnnotatedTextEdit;
|
|
300
|
+
(function(AnnotatedTextEdit2) {
|
|
301
|
+
function replace(range, newText, annotation) {
|
|
302
|
+
return { range, newText, annotationId: annotation };
|
|
303
|
+
}
|
|
304
|
+
AnnotatedTextEdit2.replace = replace;
|
|
305
|
+
function insert(position, newText, annotation) {
|
|
306
|
+
return { range: { start: position, end: position }, newText, annotationId: annotation };
|
|
307
|
+
}
|
|
308
|
+
AnnotatedTextEdit2.insert = insert;
|
|
309
|
+
function del(range, annotation) {
|
|
310
|
+
return { range, newText: "", annotationId: annotation };
|
|
311
|
+
}
|
|
312
|
+
AnnotatedTextEdit2.del = del;
|
|
313
|
+
function is(value) {
|
|
314
|
+
const candidate = value;
|
|
315
|
+
return TextEdit.is(candidate) && (ChangeAnnotation.is(candidate.annotationId) || ChangeAnnotationIdentifier.is(candidate.annotationId));
|
|
316
|
+
}
|
|
317
|
+
AnnotatedTextEdit2.is = is;
|
|
318
|
+
})(AnnotatedTextEdit || (AnnotatedTextEdit = {}));
|
|
319
|
+
var TextDocumentEdit;
|
|
320
|
+
(function(TextDocumentEdit2) {
|
|
321
|
+
function create(textDocument, edits) {
|
|
322
|
+
return { textDocument, edits };
|
|
323
|
+
}
|
|
324
|
+
TextDocumentEdit2.create = create;
|
|
325
|
+
function is(value) {
|
|
326
|
+
let candidate = value;
|
|
327
|
+
return Is.defined(candidate) && OptionalVersionedTextDocumentIdentifier.is(candidate.textDocument) && Array.isArray(candidate.edits);
|
|
328
|
+
}
|
|
329
|
+
TextDocumentEdit2.is = is;
|
|
330
|
+
})(TextDocumentEdit || (TextDocumentEdit = {}));
|
|
331
|
+
var CreateFile;
|
|
332
|
+
(function(CreateFile2) {
|
|
333
|
+
function create(uri, options, annotation) {
|
|
334
|
+
let result = {
|
|
335
|
+
kind: "create",
|
|
336
|
+
uri
|
|
337
|
+
};
|
|
338
|
+
if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
|
|
339
|
+
result.options = options;
|
|
340
|
+
}
|
|
341
|
+
if (annotation !== void 0) {
|
|
342
|
+
result.annotationId = annotation;
|
|
343
|
+
}
|
|
344
|
+
return result;
|
|
345
|
+
}
|
|
346
|
+
CreateFile2.create = create;
|
|
347
|
+
function is(value) {
|
|
348
|
+
let candidate = value;
|
|
349
|
+
return candidate && candidate.kind === "create" && Is.string(candidate.uri) && (candidate.options === void 0 || (candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
|
|
350
|
+
}
|
|
351
|
+
CreateFile2.is = is;
|
|
352
|
+
})(CreateFile || (CreateFile = {}));
|
|
353
|
+
var RenameFile;
|
|
354
|
+
(function(RenameFile2) {
|
|
355
|
+
function create(oldUri, newUri, options, annotation) {
|
|
356
|
+
let result = {
|
|
357
|
+
kind: "rename",
|
|
358
|
+
oldUri,
|
|
359
|
+
newUri
|
|
360
|
+
};
|
|
361
|
+
if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
|
|
362
|
+
result.options = options;
|
|
363
|
+
}
|
|
364
|
+
if (annotation !== void 0) {
|
|
365
|
+
result.annotationId = annotation;
|
|
366
|
+
}
|
|
367
|
+
return result;
|
|
368
|
+
}
|
|
369
|
+
RenameFile2.create = create;
|
|
370
|
+
function is(value) {
|
|
371
|
+
let candidate = value;
|
|
372
|
+
return candidate && candidate.kind === "rename" && Is.string(candidate.oldUri) && Is.string(candidate.newUri) && (candidate.options === void 0 || (candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
|
|
373
|
+
}
|
|
374
|
+
RenameFile2.is = is;
|
|
375
|
+
})(RenameFile || (RenameFile = {}));
|
|
376
|
+
var DeleteFile;
|
|
377
|
+
(function(DeleteFile2) {
|
|
378
|
+
function create(uri, options, annotation) {
|
|
379
|
+
let result = {
|
|
380
|
+
kind: "delete",
|
|
381
|
+
uri
|
|
382
|
+
};
|
|
383
|
+
if (options !== void 0 && (options.recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {
|
|
384
|
+
result.options = options;
|
|
385
|
+
}
|
|
386
|
+
if (annotation !== void 0) {
|
|
387
|
+
result.annotationId = annotation;
|
|
388
|
+
}
|
|
389
|
+
return result;
|
|
390
|
+
}
|
|
391
|
+
DeleteFile2.create = create;
|
|
392
|
+
function is(value) {
|
|
393
|
+
let candidate = value;
|
|
394
|
+
return candidate && candidate.kind === "delete" && Is.string(candidate.uri) && (candidate.options === void 0 || (candidate.options.recursive === void 0 || Is.boolean(candidate.options.recursive)) && (candidate.options.ignoreIfNotExists === void 0 || Is.boolean(candidate.options.ignoreIfNotExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
|
|
395
|
+
}
|
|
396
|
+
DeleteFile2.is = is;
|
|
397
|
+
})(DeleteFile || (DeleteFile = {}));
|
|
398
|
+
var WorkspaceEdit;
|
|
399
|
+
(function(WorkspaceEdit2) {
|
|
400
|
+
function is(value) {
|
|
401
|
+
let candidate = value;
|
|
402
|
+
return candidate && (candidate.changes !== void 0 || candidate.documentChanges !== void 0) && (candidate.documentChanges === void 0 || candidate.documentChanges.every((change) => {
|
|
403
|
+
if (Is.string(change.kind)) {
|
|
404
|
+
return CreateFile.is(change) || RenameFile.is(change) || DeleteFile.is(change);
|
|
405
|
+
} else {
|
|
406
|
+
return TextDocumentEdit.is(change);
|
|
407
|
+
}
|
|
408
|
+
}));
|
|
409
|
+
}
|
|
410
|
+
WorkspaceEdit2.is = is;
|
|
411
|
+
})(WorkspaceEdit || (WorkspaceEdit = {}));
|
|
412
|
+
var TextDocumentIdentifier;
|
|
413
|
+
(function(TextDocumentIdentifier2) {
|
|
414
|
+
function create(uri) {
|
|
415
|
+
return { uri };
|
|
416
|
+
}
|
|
417
|
+
TextDocumentIdentifier2.create = create;
|
|
418
|
+
function is(value) {
|
|
419
|
+
let candidate = value;
|
|
420
|
+
return Is.defined(candidate) && Is.string(candidate.uri);
|
|
421
|
+
}
|
|
422
|
+
TextDocumentIdentifier2.is = is;
|
|
423
|
+
})(TextDocumentIdentifier || (TextDocumentIdentifier = {}));
|
|
424
|
+
var VersionedTextDocumentIdentifier;
|
|
425
|
+
(function(VersionedTextDocumentIdentifier2) {
|
|
426
|
+
function create(uri, version) {
|
|
427
|
+
return { uri, version };
|
|
428
|
+
}
|
|
429
|
+
VersionedTextDocumentIdentifier2.create = create;
|
|
430
|
+
function is(value) {
|
|
431
|
+
let candidate = value;
|
|
432
|
+
return Is.defined(candidate) && Is.string(candidate.uri) && Is.integer(candidate.version);
|
|
433
|
+
}
|
|
434
|
+
VersionedTextDocumentIdentifier2.is = is;
|
|
435
|
+
})(VersionedTextDocumentIdentifier || (VersionedTextDocumentIdentifier = {}));
|
|
436
|
+
var OptionalVersionedTextDocumentIdentifier;
|
|
437
|
+
(function(OptionalVersionedTextDocumentIdentifier2) {
|
|
438
|
+
function create(uri, version) {
|
|
439
|
+
return { uri, version };
|
|
440
|
+
}
|
|
441
|
+
OptionalVersionedTextDocumentIdentifier2.create = create;
|
|
442
|
+
function is(value) {
|
|
443
|
+
let candidate = value;
|
|
444
|
+
return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.integer(candidate.version));
|
|
445
|
+
}
|
|
446
|
+
OptionalVersionedTextDocumentIdentifier2.is = is;
|
|
447
|
+
})(OptionalVersionedTextDocumentIdentifier || (OptionalVersionedTextDocumentIdentifier = {}));
|
|
448
|
+
var TextDocumentItem;
|
|
449
|
+
(function(TextDocumentItem2) {
|
|
450
|
+
function create(uri, languageId, version, text) {
|
|
451
|
+
return { uri, languageId, version, text };
|
|
452
|
+
}
|
|
453
|
+
TextDocumentItem2.create = create;
|
|
454
|
+
function is(value) {
|
|
455
|
+
let candidate = value;
|
|
456
|
+
return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.integer(candidate.version) && Is.string(candidate.text);
|
|
457
|
+
}
|
|
458
|
+
TextDocumentItem2.is = is;
|
|
459
|
+
})(TextDocumentItem || (TextDocumentItem = {}));
|
|
460
|
+
var MarkupKind;
|
|
461
|
+
(function(MarkupKind2) {
|
|
462
|
+
MarkupKind2.PlainText = "plaintext";
|
|
463
|
+
MarkupKind2.Markdown = "markdown";
|
|
464
|
+
function is(value) {
|
|
465
|
+
const candidate = value;
|
|
466
|
+
return candidate === MarkupKind2.PlainText || candidate === MarkupKind2.Markdown;
|
|
467
|
+
}
|
|
468
|
+
MarkupKind2.is = is;
|
|
469
|
+
})(MarkupKind || (MarkupKind = {}));
|
|
470
|
+
var MarkupContent;
|
|
471
|
+
(function(MarkupContent2) {
|
|
472
|
+
function is(value) {
|
|
473
|
+
const candidate = value;
|
|
474
|
+
return Is.objectLiteral(value) && MarkupKind.is(candidate.kind) && Is.string(candidate.value);
|
|
475
|
+
}
|
|
476
|
+
MarkupContent2.is = is;
|
|
477
|
+
})(MarkupContent || (MarkupContent = {}));
|
|
478
|
+
var CompletionItemKind;
|
|
479
|
+
(function(CompletionItemKind2) {
|
|
480
|
+
CompletionItemKind2.Text = 1;
|
|
481
|
+
CompletionItemKind2.Method = 2;
|
|
482
|
+
CompletionItemKind2.Function = 3;
|
|
483
|
+
CompletionItemKind2.Constructor = 4;
|
|
484
|
+
CompletionItemKind2.Field = 5;
|
|
485
|
+
CompletionItemKind2.Variable = 6;
|
|
486
|
+
CompletionItemKind2.Class = 7;
|
|
487
|
+
CompletionItemKind2.Interface = 8;
|
|
488
|
+
CompletionItemKind2.Module = 9;
|
|
489
|
+
CompletionItemKind2.Property = 10;
|
|
490
|
+
CompletionItemKind2.Unit = 11;
|
|
491
|
+
CompletionItemKind2.Value = 12;
|
|
492
|
+
CompletionItemKind2.Enum = 13;
|
|
493
|
+
CompletionItemKind2.Keyword = 14;
|
|
494
|
+
CompletionItemKind2.Snippet = 15;
|
|
495
|
+
CompletionItemKind2.Color = 16;
|
|
496
|
+
CompletionItemKind2.File = 17;
|
|
497
|
+
CompletionItemKind2.Reference = 18;
|
|
498
|
+
CompletionItemKind2.Folder = 19;
|
|
499
|
+
CompletionItemKind2.EnumMember = 20;
|
|
500
|
+
CompletionItemKind2.Constant = 21;
|
|
501
|
+
CompletionItemKind2.Struct = 22;
|
|
502
|
+
CompletionItemKind2.Event = 23;
|
|
503
|
+
CompletionItemKind2.Operator = 24;
|
|
504
|
+
CompletionItemKind2.TypeParameter = 25;
|
|
505
|
+
})(CompletionItemKind || (CompletionItemKind = {}));
|
|
506
|
+
var InsertTextFormat;
|
|
507
|
+
(function(InsertTextFormat2) {
|
|
508
|
+
InsertTextFormat2.PlainText = 1;
|
|
509
|
+
InsertTextFormat2.Snippet = 2;
|
|
510
|
+
})(InsertTextFormat || (InsertTextFormat = {}));
|
|
511
|
+
var CompletionItemTag;
|
|
512
|
+
(function(CompletionItemTag2) {
|
|
513
|
+
CompletionItemTag2.Deprecated = 1;
|
|
514
|
+
})(CompletionItemTag || (CompletionItemTag = {}));
|
|
515
|
+
var InsertReplaceEdit;
|
|
516
|
+
(function(InsertReplaceEdit2) {
|
|
517
|
+
function create(newText, insert, replace) {
|
|
518
|
+
return { newText, insert, replace };
|
|
519
|
+
}
|
|
520
|
+
InsertReplaceEdit2.create = create;
|
|
521
|
+
function is(value) {
|
|
522
|
+
const candidate = value;
|
|
523
|
+
return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candidate.replace);
|
|
524
|
+
}
|
|
525
|
+
InsertReplaceEdit2.is = is;
|
|
526
|
+
})(InsertReplaceEdit || (InsertReplaceEdit = {}));
|
|
527
|
+
var InsertTextMode;
|
|
528
|
+
(function(InsertTextMode2) {
|
|
529
|
+
InsertTextMode2.asIs = 1;
|
|
530
|
+
InsertTextMode2.adjustIndentation = 2;
|
|
531
|
+
})(InsertTextMode || (InsertTextMode = {}));
|
|
532
|
+
var CompletionItemLabelDetails;
|
|
533
|
+
(function(CompletionItemLabelDetails2) {
|
|
534
|
+
function is(value) {
|
|
535
|
+
const candidate = value;
|
|
536
|
+
return candidate && (Is.string(candidate.detail) || candidate.detail === void 0) && (Is.string(candidate.description) || candidate.description === void 0);
|
|
537
|
+
}
|
|
538
|
+
CompletionItemLabelDetails2.is = is;
|
|
539
|
+
})(CompletionItemLabelDetails || (CompletionItemLabelDetails = {}));
|
|
540
|
+
var CompletionItem;
|
|
541
|
+
(function(CompletionItem2) {
|
|
542
|
+
function create(label) {
|
|
543
|
+
return { label };
|
|
544
|
+
}
|
|
545
|
+
CompletionItem2.create = create;
|
|
546
|
+
})(CompletionItem || (CompletionItem = {}));
|
|
547
|
+
var CompletionList;
|
|
548
|
+
(function(CompletionList2) {
|
|
549
|
+
function create(items, isIncomplete) {
|
|
550
|
+
return { items: items ? items : [], isIncomplete: !!isIncomplete };
|
|
551
|
+
}
|
|
552
|
+
CompletionList2.create = create;
|
|
553
|
+
})(CompletionList || (CompletionList = {}));
|
|
554
|
+
var MarkedString;
|
|
555
|
+
(function(MarkedString2) {
|
|
556
|
+
function fromPlainText(plainText) {
|
|
557
|
+
return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, "\\$&");
|
|
558
|
+
}
|
|
559
|
+
MarkedString2.fromPlainText = fromPlainText;
|
|
560
|
+
function is(value) {
|
|
561
|
+
const candidate = value;
|
|
562
|
+
return Is.string(candidate) || Is.objectLiteral(candidate) && Is.string(candidate.language) && Is.string(candidate.value);
|
|
563
|
+
}
|
|
564
|
+
MarkedString2.is = is;
|
|
565
|
+
})(MarkedString || (MarkedString = {}));
|
|
566
|
+
var Hover;
|
|
567
|
+
(function(Hover2) {
|
|
568
|
+
function is(value) {
|
|
569
|
+
let candidate = value;
|
|
570
|
+
return !!candidate && Is.objectLiteral(candidate) && (MarkupContent.is(candidate.contents) || MarkedString.is(candidate.contents) || Is.typedArray(candidate.contents, MarkedString.is)) && (value.range === void 0 || Range.is(value.range));
|
|
571
|
+
}
|
|
572
|
+
Hover2.is = is;
|
|
573
|
+
})(Hover || (Hover = {}));
|
|
574
|
+
var ParameterInformation;
|
|
575
|
+
(function(ParameterInformation2) {
|
|
576
|
+
function create(label, documentation) {
|
|
577
|
+
return documentation ? { label, documentation } : { label };
|
|
578
|
+
}
|
|
579
|
+
ParameterInformation2.create = create;
|
|
580
|
+
})(ParameterInformation || (ParameterInformation = {}));
|
|
581
|
+
var SignatureInformation;
|
|
582
|
+
(function(SignatureInformation2) {
|
|
583
|
+
function create(label, documentation, ...parameters) {
|
|
584
|
+
let result = { label };
|
|
585
|
+
if (Is.defined(documentation)) {
|
|
586
|
+
result.documentation = documentation;
|
|
587
|
+
}
|
|
588
|
+
if (Is.defined(parameters)) {
|
|
589
|
+
result.parameters = parameters;
|
|
590
|
+
} else {
|
|
591
|
+
result.parameters = [];
|
|
592
|
+
}
|
|
593
|
+
return result;
|
|
594
|
+
}
|
|
595
|
+
SignatureInformation2.create = create;
|
|
596
|
+
})(SignatureInformation || (SignatureInformation = {}));
|
|
597
|
+
var DocumentHighlightKind;
|
|
598
|
+
(function(DocumentHighlightKind2) {
|
|
599
|
+
DocumentHighlightKind2.Text = 1;
|
|
600
|
+
DocumentHighlightKind2.Read = 2;
|
|
601
|
+
DocumentHighlightKind2.Write = 3;
|
|
602
|
+
})(DocumentHighlightKind || (DocumentHighlightKind = {}));
|
|
603
|
+
var DocumentHighlight;
|
|
604
|
+
(function(DocumentHighlight2) {
|
|
605
|
+
function create(range, kind) {
|
|
606
|
+
let result = { range };
|
|
607
|
+
if (Is.number(kind)) {
|
|
608
|
+
result.kind = kind;
|
|
609
|
+
}
|
|
610
|
+
return result;
|
|
611
|
+
}
|
|
612
|
+
DocumentHighlight2.create = create;
|
|
613
|
+
})(DocumentHighlight || (DocumentHighlight = {}));
|
|
614
|
+
var SymbolKind;
|
|
615
|
+
(function(SymbolKind2) {
|
|
616
|
+
SymbolKind2.File = 1;
|
|
617
|
+
SymbolKind2.Module = 2;
|
|
618
|
+
SymbolKind2.Namespace = 3;
|
|
619
|
+
SymbolKind2.Package = 4;
|
|
620
|
+
SymbolKind2.Class = 5;
|
|
621
|
+
SymbolKind2.Method = 6;
|
|
622
|
+
SymbolKind2.Property = 7;
|
|
623
|
+
SymbolKind2.Field = 8;
|
|
624
|
+
SymbolKind2.Constructor = 9;
|
|
625
|
+
SymbolKind2.Enum = 10;
|
|
626
|
+
SymbolKind2.Interface = 11;
|
|
627
|
+
SymbolKind2.Function = 12;
|
|
628
|
+
SymbolKind2.Variable = 13;
|
|
629
|
+
SymbolKind2.Constant = 14;
|
|
630
|
+
SymbolKind2.String = 15;
|
|
631
|
+
SymbolKind2.Number = 16;
|
|
632
|
+
SymbolKind2.Boolean = 17;
|
|
633
|
+
SymbolKind2.Array = 18;
|
|
634
|
+
SymbolKind2.Object = 19;
|
|
635
|
+
SymbolKind2.Key = 20;
|
|
636
|
+
SymbolKind2.Null = 21;
|
|
637
|
+
SymbolKind2.EnumMember = 22;
|
|
638
|
+
SymbolKind2.Struct = 23;
|
|
639
|
+
SymbolKind2.Event = 24;
|
|
640
|
+
SymbolKind2.Operator = 25;
|
|
641
|
+
SymbolKind2.TypeParameter = 26;
|
|
642
|
+
})(SymbolKind || (SymbolKind = {}));
|
|
643
|
+
var SymbolTag;
|
|
644
|
+
(function(SymbolTag2) {
|
|
645
|
+
SymbolTag2.Deprecated = 1;
|
|
646
|
+
})(SymbolTag || (SymbolTag = {}));
|
|
647
|
+
var SymbolInformation;
|
|
648
|
+
(function(SymbolInformation2) {
|
|
649
|
+
function create(name, kind, range, uri, containerName) {
|
|
650
|
+
let result = {
|
|
651
|
+
name,
|
|
652
|
+
kind,
|
|
653
|
+
location: { uri, range }
|
|
654
|
+
};
|
|
655
|
+
if (containerName) {
|
|
656
|
+
result.containerName = containerName;
|
|
657
|
+
}
|
|
658
|
+
return result;
|
|
659
|
+
}
|
|
660
|
+
SymbolInformation2.create = create;
|
|
661
|
+
})(SymbolInformation || (SymbolInformation = {}));
|
|
662
|
+
var WorkspaceSymbol;
|
|
663
|
+
(function(WorkspaceSymbol2) {
|
|
664
|
+
function create(name, kind, uri, range) {
|
|
665
|
+
return range !== void 0 ? { name, kind, location: { uri, range } } : { name, kind, location: { uri } };
|
|
666
|
+
}
|
|
667
|
+
WorkspaceSymbol2.create = create;
|
|
668
|
+
})(WorkspaceSymbol || (WorkspaceSymbol = {}));
|
|
669
|
+
var DocumentSymbol;
|
|
670
|
+
(function(DocumentSymbol2) {
|
|
671
|
+
function create(name, detail, kind, range, selectionRange, children) {
|
|
672
|
+
let result = {
|
|
673
|
+
name,
|
|
674
|
+
detail,
|
|
675
|
+
kind,
|
|
676
|
+
range,
|
|
677
|
+
selectionRange
|
|
678
|
+
};
|
|
679
|
+
if (children !== void 0) {
|
|
680
|
+
result.children = children;
|
|
681
|
+
}
|
|
682
|
+
return result;
|
|
683
|
+
}
|
|
684
|
+
DocumentSymbol2.create = create;
|
|
685
|
+
function is(value) {
|
|
686
|
+
let candidate = value;
|
|
687
|
+
return candidate && Is.string(candidate.name) && Is.number(candidate.kind) && Range.is(candidate.range) && Range.is(candidate.selectionRange) && (candidate.detail === void 0 || Is.string(candidate.detail)) && (candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) && (candidate.children === void 0 || Array.isArray(candidate.children)) && (candidate.tags === void 0 || Array.isArray(candidate.tags));
|
|
688
|
+
}
|
|
689
|
+
DocumentSymbol2.is = is;
|
|
690
|
+
})(DocumentSymbol || (DocumentSymbol = {}));
|
|
691
|
+
var CodeActionKind;
|
|
692
|
+
(function(CodeActionKind2) {
|
|
693
|
+
CodeActionKind2.Empty = "";
|
|
694
|
+
CodeActionKind2.QuickFix = "quickfix";
|
|
695
|
+
CodeActionKind2.Refactor = "refactor";
|
|
696
|
+
CodeActionKind2.RefactorExtract = "refactor.extract";
|
|
697
|
+
CodeActionKind2.RefactorInline = "refactor.inline";
|
|
698
|
+
CodeActionKind2.RefactorRewrite = "refactor.rewrite";
|
|
699
|
+
CodeActionKind2.Source = "source";
|
|
700
|
+
CodeActionKind2.SourceOrganizeImports = "source.organizeImports";
|
|
701
|
+
CodeActionKind2.SourceFixAll = "source.fixAll";
|
|
702
|
+
})(CodeActionKind || (CodeActionKind = {}));
|
|
703
|
+
var CodeActionTriggerKind;
|
|
704
|
+
(function(CodeActionTriggerKind2) {
|
|
705
|
+
CodeActionTriggerKind2.Invoked = 1;
|
|
706
|
+
CodeActionTriggerKind2.Automatic = 2;
|
|
707
|
+
})(CodeActionTriggerKind || (CodeActionTriggerKind = {}));
|
|
708
|
+
var CodeActionContext;
|
|
709
|
+
(function(CodeActionContext2) {
|
|
710
|
+
function create(diagnostics, only, triggerKind) {
|
|
711
|
+
let result = { diagnostics };
|
|
712
|
+
if (only !== void 0 && only !== null) {
|
|
713
|
+
result.only = only;
|
|
714
|
+
}
|
|
715
|
+
if (triggerKind !== void 0 && triggerKind !== null) {
|
|
716
|
+
result.triggerKind = triggerKind;
|
|
717
|
+
}
|
|
718
|
+
return result;
|
|
719
|
+
}
|
|
720
|
+
CodeActionContext2.create = create;
|
|
721
|
+
function is(value) {
|
|
722
|
+
let candidate = value;
|
|
723
|
+
return Is.defined(candidate) && Is.typedArray(candidate.diagnostics, Diagnostic.is) && (candidate.only === void 0 || Is.typedArray(candidate.only, Is.string)) && (candidate.triggerKind === void 0 || candidate.triggerKind === CodeActionTriggerKind.Invoked || candidate.triggerKind === CodeActionTriggerKind.Automatic);
|
|
724
|
+
}
|
|
725
|
+
CodeActionContext2.is = is;
|
|
726
|
+
})(CodeActionContext || (CodeActionContext = {}));
|
|
727
|
+
var CodeAction;
|
|
728
|
+
(function(CodeAction2) {
|
|
729
|
+
function create(title, kindOrCommandOrEdit, kind) {
|
|
730
|
+
let result = { title };
|
|
731
|
+
let checkKind = true;
|
|
732
|
+
if (typeof kindOrCommandOrEdit === "string") {
|
|
733
|
+
checkKind = false;
|
|
734
|
+
result.kind = kindOrCommandOrEdit;
|
|
735
|
+
} else if (Command.is(kindOrCommandOrEdit)) {
|
|
736
|
+
result.command = kindOrCommandOrEdit;
|
|
737
|
+
} else {
|
|
738
|
+
result.edit = kindOrCommandOrEdit;
|
|
739
|
+
}
|
|
740
|
+
if (checkKind && kind !== void 0) {
|
|
741
|
+
result.kind = kind;
|
|
742
|
+
}
|
|
743
|
+
return result;
|
|
744
|
+
}
|
|
745
|
+
CodeAction2.create = create;
|
|
746
|
+
function is(value) {
|
|
747
|
+
let candidate = value;
|
|
748
|
+
return candidate && Is.string(candidate.title) && (candidate.diagnostics === void 0 || Is.typedArray(candidate.diagnostics, Diagnostic.is)) && (candidate.kind === void 0 || Is.string(candidate.kind)) && (candidate.edit !== void 0 || candidate.command !== void 0) && (candidate.command === void 0 || Command.is(candidate.command)) && (candidate.isPreferred === void 0 || Is.boolean(candidate.isPreferred)) && (candidate.edit === void 0 || WorkspaceEdit.is(candidate.edit));
|
|
749
|
+
}
|
|
750
|
+
CodeAction2.is = is;
|
|
751
|
+
})(CodeAction || (CodeAction = {}));
|
|
752
|
+
var CodeLens;
|
|
753
|
+
(function(CodeLens2) {
|
|
754
|
+
function create(range, data) {
|
|
755
|
+
let result = { range };
|
|
756
|
+
if (Is.defined(data)) {
|
|
757
|
+
result.data = data;
|
|
758
|
+
}
|
|
759
|
+
return result;
|
|
760
|
+
}
|
|
761
|
+
CodeLens2.create = create;
|
|
762
|
+
function is(value) {
|
|
763
|
+
let candidate = value;
|
|
764
|
+
return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.command) || Command.is(candidate.command));
|
|
765
|
+
}
|
|
766
|
+
CodeLens2.is = is;
|
|
767
|
+
})(CodeLens || (CodeLens = {}));
|
|
768
|
+
var FormattingOptions;
|
|
769
|
+
(function(FormattingOptions2) {
|
|
770
|
+
function create(tabSize, insertSpaces) {
|
|
771
|
+
return { tabSize, insertSpaces };
|
|
772
|
+
}
|
|
773
|
+
FormattingOptions2.create = create;
|
|
774
|
+
function is(value) {
|
|
775
|
+
let candidate = value;
|
|
776
|
+
return Is.defined(candidate) && Is.uinteger(candidate.tabSize) && Is.boolean(candidate.insertSpaces);
|
|
777
|
+
}
|
|
778
|
+
FormattingOptions2.is = is;
|
|
779
|
+
})(FormattingOptions || (FormattingOptions = {}));
|
|
780
|
+
var DocumentLink;
|
|
781
|
+
(function(DocumentLink2) {
|
|
782
|
+
function create(range, target, data) {
|
|
783
|
+
return { range, target, data };
|
|
784
|
+
}
|
|
785
|
+
DocumentLink2.create = create;
|
|
786
|
+
function is(value) {
|
|
787
|
+
let candidate = value;
|
|
788
|
+
return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.target) || Is.string(candidate.target));
|
|
789
|
+
}
|
|
790
|
+
DocumentLink2.is = is;
|
|
791
|
+
})(DocumentLink || (DocumentLink = {}));
|
|
792
|
+
var SelectionRange;
|
|
793
|
+
(function(SelectionRange2) {
|
|
794
|
+
function create(range, parent) {
|
|
795
|
+
return { range, parent };
|
|
796
|
+
}
|
|
797
|
+
SelectionRange2.create = create;
|
|
798
|
+
function is(value) {
|
|
799
|
+
let candidate = value;
|
|
800
|
+
return Is.objectLiteral(candidate) && Range.is(candidate.range) && (candidate.parent === void 0 || SelectionRange2.is(candidate.parent));
|
|
801
|
+
}
|
|
802
|
+
SelectionRange2.is = is;
|
|
803
|
+
})(SelectionRange || (SelectionRange = {}));
|
|
804
|
+
var SemanticTokenTypes;
|
|
805
|
+
(function(SemanticTokenTypes2) {
|
|
806
|
+
SemanticTokenTypes2["namespace"] = "namespace";
|
|
807
|
+
SemanticTokenTypes2["type"] = "type";
|
|
808
|
+
SemanticTokenTypes2["class"] = "class";
|
|
809
|
+
SemanticTokenTypes2["enum"] = "enum";
|
|
810
|
+
SemanticTokenTypes2["interface"] = "interface";
|
|
811
|
+
SemanticTokenTypes2["struct"] = "struct";
|
|
812
|
+
SemanticTokenTypes2["typeParameter"] = "typeParameter";
|
|
813
|
+
SemanticTokenTypes2["parameter"] = "parameter";
|
|
814
|
+
SemanticTokenTypes2["variable"] = "variable";
|
|
815
|
+
SemanticTokenTypes2["property"] = "property";
|
|
816
|
+
SemanticTokenTypes2["enumMember"] = "enumMember";
|
|
817
|
+
SemanticTokenTypes2["event"] = "event";
|
|
818
|
+
SemanticTokenTypes2["function"] = "function";
|
|
819
|
+
SemanticTokenTypes2["method"] = "method";
|
|
820
|
+
SemanticTokenTypes2["macro"] = "macro";
|
|
821
|
+
SemanticTokenTypes2["keyword"] = "keyword";
|
|
822
|
+
SemanticTokenTypes2["modifier"] = "modifier";
|
|
823
|
+
SemanticTokenTypes2["comment"] = "comment";
|
|
824
|
+
SemanticTokenTypes2["string"] = "string";
|
|
825
|
+
SemanticTokenTypes2["number"] = "number";
|
|
826
|
+
SemanticTokenTypes2["regexp"] = "regexp";
|
|
827
|
+
SemanticTokenTypes2["operator"] = "operator";
|
|
828
|
+
SemanticTokenTypes2["decorator"] = "decorator";
|
|
829
|
+
})(SemanticTokenTypes || (SemanticTokenTypes = {}));
|
|
830
|
+
var SemanticTokenModifiers;
|
|
831
|
+
(function(SemanticTokenModifiers2) {
|
|
832
|
+
SemanticTokenModifiers2["declaration"] = "declaration";
|
|
833
|
+
SemanticTokenModifiers2["definition"] = "definition";
|
|
834
|
+
SemanticTokenModifiers2["readonly"] = "readonly";
|
|
835
|
+
SemanticTokenModifiers2["static"] = "static";
|
|
836
|
+
SemanticTokenModifiers2["deprecated"] = "deprecated";
|
|
837
|
+
SemanticTokenModifiers2["abstract"] = "abstract";
|
|
838
|
+
SemanticTokenModifiers2["async"] = "async";
|
|
839
|
+
SemanticTokenModifiers2["modification"] = "modification";
|
|
840
|
+
SemanticTokenModifiers2["documentation"] = "documentation";
|
|
841
|
+
SemanticTokenModifiers2["defaultLibrary"] = "defaultLibrary";
|
|
842
|
+
})(SemanticTokenModifiers || (SemanticTokenModifiers = {}));
|
|
843
|
+
var SemanticTokens;
|
|
844
|
+
(function(SemanticTokens2) {
|
|
845
|
+
function is(value) {
|
|
846
|
+
const candidate = value;
|
|
847
|
+
return Is.objectLiteral(candidate) && (candidate.resultId === void 0 || typeof candidate.resultId === "string") && Array.isArray(candidate.data) && (candidate.data.length === 0 || typeof candidate.data[0] === "number");
|
|
848
|
+
}
|
|
849
|
+
SemanticTokens2.is = is;
|
|
850
|
+
})(SemanticTokens || (SemanticTokens = {}));
|
|
851
|
+
var InlineValueText;
|
|
852
|
+
(function(InlineValueText2) {
|
|
853
|
+
function create(range, text) {
|
|
854
|
+
return { range, text };
|
|
855
|
+
}
|
|
856
|
+
InlineValueText2.create = create;
|
|
857
|
+
function is(value) {
|
|
858
|
+
const candidate = value;
|
|
859
|
+
return candidate !== void 0 && candidate !== null && Range.is(candidate.range) && Is.string(candidate.text);
|
|
860
|
+
}
|
|
861
|
+
InlineValueText2.is = is;
|
|
862
|
+
})(InlineValueText || (InlineValueText = {}));
|
|
863
|
+
var InlineValueVariableLookup;
|
|
864
|
+
(function(InlineValueVariableLookup2) {
|
|
865
|
+
function create(range, variableName, caseSensitiveLookup) {
|
|
866
|
+
return { range, variableName, caseSensitiveLookup };
|
|
867
|
+
}
|
|
868
|
+
InlineValueVariableLookup2.create = create;
|
|
869
|
+
function is(value) {
|
|
870
|
+
const candidate = value;
|
|
871
|
+
return candidate !== void 0 && candidate !== null && Range.is(candidate.range) && Is.boolean(candidate.caseSensitiveLookup) && (Is.string(candidate.variableName) || candidate.variableName === void 0);
|
|
872
|
+
}
|
|
873
|
+
InlineValueVariableLookup2.is = is;
|
|
874
|
+
})(InlineValueVariableLookup || (InlineValueVariableLookup = {}));
|
|
875
|
+
var InlineValueEvaluatableExpression;
|
|
876
|
+
(function(InlineValueEvaluatableExpression2) {
|
|
877
|
+
function create(range, expression) {
|
|
878
|
+
return { range, expression };
|
|
879
|
+
}
|
|
880
|
+
InlineValueEvaluatableExpression2.create = create;
|
|
881
|
+
function is(value) {
|
|
882
|
+
const candidate = value;
|
|
883
|
+
return candidate !== void 0 && candidate !== null && Range.is(candidate.range) && (Is.string(candidate.expression) || candidate.expression === void 0);
|
|
884
|
+
}
|
|
885
|
+
InlineValueEvaluatableExpression2.is = is;
|
|
886
|
+
})(InlineValueEvaluatableExpression || (InlineValueEvaluatableExpression = {}));
|
|
887
|
+
var InlineValueContext;
|
|
888
|
+
(function(InlineValueContext2) {
|
|
889
|
+
function create(frameId, stoppedLocation) {
|
|
890
|
+
return { frameId, stoppedLocation };
|
|
891
|
+
}
|
|
892
|
+
InlineValueContext2.create = create;
|
|
893
|
+
function is(value) {
|
|
894
|
+
const candidate = value;
|
|
895
|
+
return Is.defined(candidate) && Range.is(value.stoppedLocation);
|
|
896
|
+
}
|
|
897
|
+
InlineValueContext2.is = is;
|
|
898
|
+
})(InlineValueContext || (InlineValueContext = {}));
|
|
899
|
+
var InlayHintKind;
|
|
900
|
+
(function(InlayHintKind2) {
|
|
901
|
+
InlayHintKind2.Type = 1;
|
|
902
|
+
InlayHintKind2.Parameter = 2;
|
|
903
|
+
function is(value) {
|
|
904
|
+
return value === 1 || value === 2;
|
|
905
|
+
}
|
|
906
|
+
InlayHintKind2.is = is;
|
|
907
|
+
})(InlayHintKind || (InlayHintKind = {}));
|
|
908
|
+
var InlayHintLabelPart;
|
|
909
|
+
(function(InlayHintLabelPart2) {
|
|
910
|
+
function create(value) {
|
|
911
|
+
return { value };
|
|
912
|
+
}
|
|
913
|
+
InlayHintLabelPart2.create = create;
|
|
914
|
+
function is(value) {
|
|
915
|
+
const candidate = value;
|
|
916
|
+
return Is.objectLiteral(candidate) && (candidate.tooltip === void 0 || Is.string(candidate.tooltip) || MarkupContent.is(candidate.tooltip)) && (candidate.location === void 0 || Location.is(candidate.location)) && (candidate.command === void 0 || Command.is(candidate.command));
|
|
917
|
+
}
|
|
918
|
+
InlayHintLabelPart2.is = is;
|
|
919
|
+
})(InlayHintLabelPart || (InlayHintLabelPart = {}));
|
|
920
|
+
var InlayHint;
|
|
921
|
+
(function(InlayHint2) {
|
|
922
|
+
function create(position, label, kind) {
|
|
923
|
+
const result = { position, label };
|
|
924
|
+
if (kind !== void 0) {
|
|
925
|
+
result.kind = kind;
|
|
926
|
+
}
|
|
927
|
+
return result;
|
|
928
|
+
}
|
|
929
|
+
InlayHint2.create = create;
|
|
930
|
+
function is(value) {
|
|
931
|
+
const candidate = value;
|
|
932
|
+
return Is.objectLiteral(candidate) && Position.is(candidate.position) && (Is.string(candidate.label) || Is.typedArray(candidate.label, InlayHintLabelPart.is)) && (candidate.kind === void 0 || InlayHintKind.is(candidate.kind)) && candidate.textEdits === void 0 || Is.typedArray(candidate.textEdits, TextEdit.is) && (candidate.tooltip === void 0 || Is.string(candidate.tooltip) || MarkupContent.is(candidate.tooltip)) && (candidate.paddingLeft === void 0 || Is.boolean(candidate.paddingLeft)) && (candidate.paddingRight === void 0 || Is.boolean(candidate.paddingRight));
|
|
933
|
+
}
|
|
934
|
+
InlayHint2.is = is;
|
|
935
|
+
})(InlayHint || (InlayHint = {}));
|
|
936
|
+
var StringValue;
|
|
937
|
+
(function(StringValue2) {
|
|
938
|
+
function createSnippet(value) {
|
|
939
|
+
return { kind: "snippet", value };
|
|
940
|
+
}
|
|
941
|
+
StringValue2.createSnippet = createSnippet;
|
|
942
|
+
})(StringValue || (StringValue = {}));
|
|
943
|
+
var InlineCompletionItem;
|
|
944
|
+
(function(InlineCompletionItem2) {
|
|
945
|
+
function create(insertText, filterText, range, command) {
|
|
946
|
+
return { insertText, filterText, range, command };
|
|
947
|
+
}
|
|
948
|
+
InlineCompletionItem2.create = create;
|
|
949
|
+
})(InlineCompletionItem || (InlineCompletionItem = {}));
|
|
950
|
+
var InlineCompletionList;
|
|
951
|
+
(function(InlineCompletionList2) {
|
|
952
|
+
function create(items) {
|
|
953
|
+
return { items };
|
|
954
|
+
}
|
|
955
|
+
InlineCompletionList2.create = create;
|
|
956
|
+
})(InlineCompletionList || (InlineCompletionList = {}));
|
|
957
|
+
var InlineCompletionTriggerKind;
|
|
958
|
+
(function(InlineCompletionTriggerKind2) {
|
|
959
|
+
InlineCompletionTriggerKind2.Invoked = 0;
|
|
960
|
+
InlineCompletionTriggerKind2.Automatic = 1;
|
|
961
|
+
})(InlineCompletionTriggerKind || (InlineCompletionTriggerKind = {}));
|
|
962
|
+
var SelectedCompletionInfo;
|
|
963
|
+
(function(SelectedCompletionInfo2) {
|
|
964
|
+
function create(range, text) {
|
|
965
|
+
return { range, text };
|
|
966
|
+
}
|
|
967
|
+
SelectedCompletionInfo2.create = create;
|
|
968
|
+
})(SelectedCompletionInfo || (SelectedCompletionInfo = {}));
|
|
969
|
+
var InlineCompletionContext;
|
|
970
|
+
(function(InlineCompletionContext2) {
|
|
971
|
+
function create(triggerKind, selectedCompletionInfo) {
|
|
972
|
+
return { triggerKind, selectedCompletionInfo };
|
|
973
|
+
}
|
|
974
|
+
InlineCompletionContext2.create = create;
|
|
975
|
+
})(InlineCompletionContext || (InlineCompletionContext = {}));
|
|
976
|
+
var WorkspaceFolder;
|
|
977
|
+
(function(WorkspaceFolder2) {
|
|
978
|
+
function is(value) {
|
|
979
|
+
const candidate = value;
|
|
980
|
+
return Is.objectLiteral(candidate) && URI.is(candidate.uri) && Is.string(candidate.name);
|
|
981
|
+
}
|
|
982
|
+
WorkspaceFolder2.is = is;
|
|
983
|
+
})(WorkspaceFolder || (WorkspaceFolder = {}));
|
|
984
|
+
var TextDocument;
|
|
985
|
+
(function(TextDocument2) {
|
|
986
|
+
function create(uri, languageId, version, content) {
|
|
987
|
+
return new FullTextDocument(uri, languageId, version, content);
|
|
988
|
+
}
|
|
989
|
+
TextDocument2.create = create;
|
|
990
|
+
function is(value) {
|
|
991
|
+
let candidate = value;
|
|
992
|
+
return Is.defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageId)) && Is.uinteger(candidate.lineCount) && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? true : false;
|
|
993
|
+
}
|
|
994
|
+
TextDocument2.is = is;
|
|
995
|
+
function applyEdits(document, edits) {
|
|
996
|
+
let text = document.getText();
|
|
997
|
+
let sortedEdits = mergeSort(edits, (a, b) => {
|
|
998
|
+
let diff = a.range.start.line - b.range.start.line;
|
|
999
|
+
if (diff === 0) {
|
|
1000
|
+
return a.range.start.character - b.range.start.character;
|
|
1001
|
+
}
|
|
1002
|
+
return diff;
|
|
1003
|
+
});
|
|
1004
|
+
let lastModifiedOffset = text.length;
|
|
1005
|
+
for (let i = sortedEdits.length - 1; i >= 0; i--) {
|
|
1006
|
+
let e = sortedEdits[i];
|
|
1007
|
+
let startOffset = document.offsetAt(e.range.start);
|
|
1008
|
+
let endOffset = document.offsetAt(e.range.end);
|
|
1009
|
+
if (endOffset <= lastModifiedOffset) {
|
|
1010
|
+
text = text.substring(0, startOffset) + e.newText + text.substring(endOffset, text.length);
|
|
1011
|
+
} else {
|
|
1012
|
+
throw new Error("Overlapping edit");
|
|
1013
|
+
}
|
|
1014
|
+
lastModifiedOffset = startOffset;
|
|
1015
|
+
}
|
|
1016
|
+
return text;
|
|
1017
|
+
}
|
|
1018
|
+
TextDocument2.applyEdits = applyEdits;
|
|
1019
|
+
function mergeSort(data, compare) {
|
|
1020
|
+
if (data.length <= 1) {
|
|
1021
|
+
return data;
|
|
1022
|
+
}
|
|
1023
|
+
const p = data.length / 2 | 0;
|
|
1024
|
+
const left = data.slice(0, p);
|
|
1025
|
+
const right = data.slice(p);
|
|
1026
|
+
mergeSort(left, compare);
|
|
1027
|
+
mergeSort(right, compare);
|
|
1028
|
+
let leftIdx = 0;
|
|
1029
|
+
let rightIdx = 0;
|
|
1030
|
+
let i = 0;
|
|
1031
|
+
while (leftIdx < left.length && rightIdx < right.length) {
|
|
1032
|
+
let ret = compare(left[leftIdx], right[rightIdx]);
|
|
1033
|
+
if (ret <= 0) {
|
|
1034
|
+
data[i++] = left[leftIdx++];
|
|
1035
|
+
} else {
|
|
1036
|
+
data[i++] = right[rightIdx++];
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
while (leftIdx < left.length) {
|
|
1040
|
+
data[i++] = left[leftIdx++];
|
|
1041
|
+
}
|
|
1042
|
+
while (rightIdx < right.length) {
|
|
1043
|
+
data[i++] = right[rightIdx++];
|
|
1044
|
+
}
|
|
1045
|
+
return data;
|
|
1046
|
+
}
|
|
1047
|
+
})(TextDocument || (TextDocument = {}));
|
|
1048
|
+
class FullTextDocument {
|
|
1049
|
+
constructor(uri, languageId, version, content) {
|
|
1050
|
+
this._uri = uri;
|
|
1051
|
+
this._languageId = languageId;
|
|
1052
|
+
this._version = version;
|
|
1053
|
+
this._content = content;
|
|
1054
|
+
this._lineOffsets = void 0;
|
|
1055
|
+
}
|
|
1056
|
+
get uri() {
|
|
1057
|
+
return this._uri;
|
|
1058
|
+
}
|
|
1059
|
+
get languageId() {
|
|
1060
|
+
return this._languageId;
|
|
1061
|
+
}
|
|
1062
|
+
get version() {
|
|
1063
|
+
return this._version;
|
|
1064
|
+
}
|
|
1065
|
+
getText(range) {
|
|
1066
|
+
if (range) {
|
|
1067
|
+
let start = this.offsetAt(range.start);
|
|
1068
|
+
let end = this.offsetAt(range.end);
|
|
1069
|
+
return this._content.substring(start, end);
|
|
1070
|
+
}
|
|
1071
|
+
return this._content;
|
|
1072
|
+
}
|
|
1073
|
+
update(event, version) {
|
|
1074
|
+
this._content = event.text;
|
|
1075
|
+
this._version = version;
|
|
1076
|
+
this._lineOffsets = void 0;
|
|
1077
|
+
}
|
|
1078
|
+
getLineOffsets() {
|
|
1079
|
+
if (this._lineOffsets === void 0) {
|
|
1080
|
+
let lineOffsets = [];
|
|
1081
|
+
let text = this._content;
|
|
1082
|
+
let isLineStart = true;
|
|
1083
|
+
for (let i = 0; i < text.length; i++) {
|
|
1084
|
+
if (isLineStart) {
|
|
1085
|
+
lineOffsets.push(i);
|
|
1086
|
+
isLineStart = false;
|
|
1087
|
+
}
|
|
1088
|
+
let ch = text.charAt(i);
|
|
1089
|
+
isLineStart = ch === "\r" || ch === "\n";
|
|
1090
|
+
if (ch === "\r" && i + 1 < text.length && text.charAt(i + 1) === "\n") {
|
|
1091
|
+
i++;
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
if (isLineStart && text.length > 0) {
|
|
1095
|
+
lineOffsets.push(text.length);
|
|
1096
|
+
}
|
|
1097
|
+
this._lineOffsets = lineOffsets;
|
|
1098
|
+
}
|
|
1099
|
+
return this._lineOffsets;
|
|
1100
|
+
}
|
|
1101
|
+
positionAt(offset) {
|
|
1102
|
+
offset = Math.max(Math.min(offset, this._content.length), 0);
|
|
1103
|
+
let lineOffsets = this.getLineOffsets();
|
|
1104
|
+
let low = 0, high = lineOffsets.length;
|
|
1105
|
+
if (high === 0) {
|
|
1106
|
+
return Position.create(0, offset);
|
|
1107
|
+
}
|
|
1108
|
+
while (low < high) {
|
|
1109
|
+
let mid = Math.floor((low + high) / 2);
|
|
1110
|
+
if (lineOffsets[mid] > offset) {
|
|
1111
|
+
high = mid;
|
|
1112
|
+
} else {
|
|
1113
|
+
low = mid + 1;
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
1116
|
+
let line = low - 1;
|
|
1117
|
+
return Position.create(line, offset - lineOffsets[line]);
|
|
1118
|
+
}
|
|
1119
|
+
offsetAt(position) {
|
|
1120
|
+
let lineOffsets = this.getLineOffsets();
|
|
1121
|
+
if (position.line >= lineOffsets.length) {
|
|
1122
|
+
return this._content.length;
|
|
1123
|
+
} else if (position.line < 0) {
|
|
1124
|
+
return 0;
|
|
1125
|
+
}
|
|
1126
|
+
let lineOffset = lineOffsets[position.line];
|
|
1127
|
+
let nextLineOffset = position.line + 1 < lineOffsets.length ? lineOffsets[position.line + 1] : this._content.length;
|
|
1128
|
+
return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
|
|
1129
|
+
}
|
|
1130
|
+
get lineCount() {
|
|
1131
|
+
return this.getLineOffsets().length;
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
var Is;
|
|
1135
|
+
(function(Is2) {
|
|
1136
|
+
const toString = Object.prototype.toString;
|
|
1137
|
+
function defined(value) {
|
|
1138
|
+
return typeof value !== "undefined";
|
|
1139
|
+
}
|
|
1140
|
+
Is2.defined = defined;
|
|
1141
|
+
function undefined$1(value) {
|
|
1142
|
+
return typeof value === "undefined";
|
|
1143
|
+
}
|
|
1144
|
+
Is2.undefined = undefined$1;
|
|
1145
|
+
function boolean(value) {
|
|
1146
|
+
return value === true || value === false;
|
|
1147
|
+
}
|
|
1148
|
+
Is2.boolean = boolean;
|
|
1149
|
+
function string(value) {
|
|
1150
|
+
return toString.call(value) === "[object String]";
|
|
1151
|
+
}
|
|
1152
|
+
Is2.string = string;
|
|
1153
|
+
function number(value) {
|
|
1154
|
+
return toString.call(value) === "[object Number]";
|
|
1155
|
+
}
|
|
1156
|
+
Is2.number = number;
|
|
1157
|
+
function numberRange(value, min, max) {
|
|
1158
|
+
return toString.call(value) === "[object Number]" && min <= value && value <= max;
|
|
1159
|
+
}
|
|
1160
|
+
Is2.numberRange = numberRange;
|
|
1161
|
+
function integer2(value) {
|
|
1162
|
+
return toString.call(value) === "[object Number]" && -2147483648 <= value && value <= 2147483647;
|
|
1163
|
+
}
|
|
1164
|
+
Is2.integer = integer2;
|
|
1165
|
+
function uinteger2(value) {
|
|
1166
|
+
return toString.call(value) === "[object Number]" && 0 <= value && value <= 2147483647;
|
|
1167
|
+
}
|
|
1168
|
+
Is2.uinteger = uinteger2;
|
|
1169
|
+
function func(value) {
|
|
1170
|
+
return toString.call(value) === "[object Function]";
|
|
1171
|
+
}
|
|
1172
|
+
Is2.func = func;
|
|
1173
|
+
function objectLiteral(value) {
|
|
1174
|
+
return value !== null && typeof value === "object";
|
|
1175
|
+
}
|
|
1176
|
+
Is2.objectLiteral = objectLiteral;
|
|
1177
|
+
function typedArray(value, check) {
|
|
1178
|
+
return Array.isArray(value) && value.every(check);
|
|
1179
|
+
}
|
|
1180
|
+
Is2.typedArray = typedArray;
|
|
1181
|
+
})(Is || (Is = {}));
|
|
1182
|
+
export {
|
|
1183
|
+
AnnotatedTextEdit,
|
|
1184
|
+
ChangeAnnotation,
|
|
1185
|
+
ChangeAnnotationIdentifier,
|
|
1186
|
+
CodeAction,
|
|
1187
|
+
CodeActionContext,
|
|
1188
|
+
CodeActionKind,
|
|
1189
|
+
CodeActionTriggerKind,
|
|
1190
|
+
CodeDescription,
|
|
1191
|
+
CodeLens,
|
|
1192
|
+
Color,
|
|
1193
|
+
ColorInformation,
|
|
1194
|
+
ColorPresentation,
|
|
1195
|
+
Command,
|
|
1196
|
+
CompletionItem,
|
|
1197
|
+
CompletionItemKind,
|
|
1198
|
+
CompletionItemLabelDetails,
|
|
1199
|
+
CompletionItemTag,
|
|
1200
|
+
CompletionList,
|
|
1201
|
+
CreateFile,
|
|
1202
|
+
DeleteFile,
|
|
1203
|
+
Diagnostic,
|
|
1204
|
+
DiagnosticRelatedInformation,
|
|
1205
|
+
DiagnosticSeverity,
|
|
1206
|
+
DiagnosticTag,
|
|
1207
|
+
DocumentHighlight,
|
|
1208
|
+
DocumentHighlightKind,
|
|
1209
|
+
DocumentLink,
|
|
1210
|
+
DocumentSymbol,
|
|
1211
|
+
DocumentUri,
|
|
1212
|
+
FoldingRange,
|
|
1213
|
+
FoldingRangeKind,
|
|
1214
|
+
FormattingOptions,
|
|
1215
|
+
Hover,
|
|
1216
|
+
InlayHint,
|
|
1217
|
+
InlayHintKind,
|
|
1218
|
+
InlayHintLabelPart,
|
|
1219
|
+
InlineCompletionContext,
|
|
1220
|
+
InlineCompletionItem,
|
|
1221
|
+
InlineCompletionList,
|
|
1222
|
+
InlineCompletionTriggerKind,
|
|
1223
|
+
InlineValueContext,
|
|
1224
|
+
InlineValueEvaluatableExpression,
|
|
1225
|
+
InlineValueText,
|
|
1226
|
+
InlineValueVariableLookup,
|
|
1227
|
+
InsertReplaceEdit,
|
|
1228
|
+
InsertTextFormat,
|
|
1229
|
+
InsertTextMode,
|
|
1230
|
+
Location,
|
|
1231
|
+
LocationLink,
|
|
1232
|
+
MarkedString,
|
|
1233
|
+
MarkupContent,
|
|
1234
|
+
MarkupKind,
|
|
1235
|
+
OptionalVersionedTextDocumentIdentifier,
|
|
1236
|
+
ParameterInformation,
|
|
1237
|
+
Position,
|
|
1238
|
+
Range,
|
|
1239
|
+
RenameFile,
|
|
1240
|
+
SelectedCompletionInfo,
|
|
1241
|
+
SelectionRange,
|
|
1242
|
+
SemanticTokenModifiers,
|
|
1243
|
+
SemanticTokenTypes,
|
|
1244
|
+
SemanticTokens,
|
|
1245
|
+
SignatureInformation,
|
|
1246
|
+
StringValue,
|
|
1247
|
+
SymbolInformation,
|
|
1248
|
+
SymbolKind,
|
|
1249
|
+
SymbolTag,
|
|
1250
|
+
TextDocument,
|
|
1251
|
+
TextDocumentEdit,
|
|
1252
|
+
TextDocumentIdentifier,
|
|
1253
|
+
TextDocumentItem,
|
|
1254
|
+
TextEdit,
|
|
1255
|
+
URI,
|
|
1256
|
+
VersionedTextDocumentIdentifier,
|
|
1257
|
+
WorkspaceEdit,
|
|
1258
|
+
WorkspaceFolder,
|
|
1259
|
+
WorkspaceSymbol,
|
|
1260
|
+
integer,
|
|
1261
|
+
uinteger
|
|
1262
|
+
};
|