@loopstack/loopstack-studio 0.28.0 → 0.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/rolldown_runtime.js +13 -15
- package/dist/components/dynamic-form/Form.js +49 -52
- package/dist/config.js +6 -0
- package/dist/features/debug/components/WorkflowFlowViewer.js +94 -81
- package/dist/features/debug/components/workflow-flow/StateNode.js +154 -79
- package/dist/features/debug/components/workflow-flow/WorkflowGraph.js +43 -31
- package/dist/features/debug/components/workflow-flow/WorkflowTransitionEdge.js +52 -51
- package/dist/features/debug/lib/edge-paths.js +45 -30
- package/dist/features/debug/lib/flow-types.js +2 -0
- package/dist/features/debug/lib/flow-utils.js +66 -64
- package/dist/features/documents/components/DocumentList.js +19 -18
- package/dist/features/workbench/WorkflowItem.js +4 -3
- package/dist/features/workbench/components/EmbedLogsContent.js +5 -0
- package/dist/features/workbench/components/PreviewEmptyState.js +10 -0
- package/dist/features/workbench/components/PreviewWorkbench.js +14 -0
- package/dist/features/workbench/components/RecentRunItem.js +48 -0
- package/dist/features/workbench/components/WorkflowForms.js +4 -3
- package/dist/features/workbench/hooks/useEmbedBridge.js +3 -0
- package/dist/features/workbench/hooks/useWorkflowData.js +9 -9
- package/dist/features/workbench/index.js +4 -0
- package/dist/features/workspaces/components/ExecutionTimeline.js +9 -8
- package/dist/loopstack-studio.css +1 -1
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{architecture-YZFGNWBL.js → architecture-7EHR7CIX.js} +2 -2
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-7N4EOEYR.js → chunk-4EGX6M5U.js} +9 -13
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-KGLVRYIC.js → chunk-5DO6E6H7.js} +3 -7
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BR22UD5L.js +56 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-2KRD3SAO.js → chunk-FHYWG6QK.js} +3 -7
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-FOC6F5B3.js → chunk-MPE355IW.js} +3 -7
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-MZUSXYTE.js +24 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-N66VUXT2.js +48 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-NNHCCRGN.js +20219 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-PUPMXCY4.js +19 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{chunk-67CJDMHE.js → chunk-UIBZB4QT.js} +3 -7
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WCWK7LTN.js +25 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/eventmodeling-FCH6USID.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{gitGraph-7Q5UKJZL.js → gitGraph-WXDBUCRP.js} +2 -2
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-J43DQDTF.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-YPE3B663.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-LRSECV5Y.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-GUYGQ44K.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/{treeView-SZITEDCU.js → treeView-BLDUP644.js} +2 -2
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-LRROVOQU.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/wardley-L42UT6IY.js +3 -0
- package/dist/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +24 -19
- package/dist/node_modules/@ungap/structured-clone/esm/deserialize.js +36 -26
- package/dist/node_modules/@xyflow/react/dist/esm/index.js +1 -1
- package/dist/node_modules/cytoscape/dist/cytoscape.esm.js +257 -254
- package/dist/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +19 -19
- package/dist/node_modules/dagre-d3-es/src/dagre/layout.js +48 -48
- package/dist/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +9 -9
- package/dist/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +3 -3
- package/dist/node_modules/dagre-d3-es/src/dagre/order/index.js +11 -11
- package/dist/node_modules/dagre-d3-es/src/dagre/order/init-order.js +4 -4
- package/dist/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +4 -4
- package/dist/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +8 -8
- package/dist/node_modules/dagre-d3-es/src/dagre/order/sort.js +5 -5
- package/dist/node_modules/dagre-d3-es/src/dagre/position/bk.js +72 -72
- package/dist/node_modules/dagre-d3-es/src/dagre/position/index.js +1 -1
- package/dist/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +25 -25
- package/dist/node_modules/dagre-d3-es/src/dagre/rank/util.js +8 -8
- package/dist/node_modules/dagre-d3-es/src/dagre/util.js +48 -48
- package/dist/node_modules/dagre-d3-es/src/graphlib/graph.js +109 -109
- package/dist/node_modules/dagre-d3-es/src/graphlib/json.js +17 -17
- package/dist/node_modules/dompurify/dist/purify.es.js +293 -205
- package/dist/node_modules/es-toolkit/dist/_internal/globalThis.js +4 -0
- package/dist/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/_internal/getTag.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +5 -0
- package/dist/node_modules/es-toolkit/dist/compat/_internal/tags.js +2 -0
- package/dist/node_modules/es-toolkit/dist/compat/function/memoize.js +12 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/clone.js +97 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +5 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +29 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/merge.js +6 -0
- package/dist/node_modules/es-toolkit/dist/compat/object/mergeWith.js +49 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +5 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArray.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +5 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js +6 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isEmpty.js +16 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +4 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +12 -0
- package/dist/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js +5 -0
- package/dist/node_modules/es-toolkit/dist/function/noop.js +2 -0
- package/dist/node_modules/es-toolkit/dist/object/clone.js +29 -0
- package/dist/node_modules/es-toolkit/dist/object/cloneDeepWith.js +114 -0
- package/dist/node_modules/es-toolkit/dist/predicate/isBuffer.js +5 -0
- package/dist/node_modules/es-toolkit/dist/predicate/isLength.js +4 -0
- package/dist/node_modules/es-toolkit/dist/predicate/isPrimitive.js +4 -0
- package/dist/node_modules/es-toolkit/dist/predicate/isTypedArray.js +4 -0
- package/dist/node_modules/hast-util-raw/node_modules/parse5/dist/tokenizer/index.js +2 -2
- package/dist/node_modules/internmap/src/index.js +1 -1
- package/dist/node_modules/katex/dist/katex.js +379 -417
- package/dist/node_modules/lodash-es/_arrayLikeKeys.js +3 -3
- package/dist/node_modules/lodash-es/_assignMergeValue.js +1 -1
- package/dist/node_modules/lodash-es/_assignValue.js +1 -1
- package/dist/node_modules/lodash-es/_baseClone.js +9 -9
- package/dist/node_modules/lodash-es/_baseForOwn.js +1 -1
- package/dist/node_modules/lodash-es/_baseIsEqualDeep.js +1 -1
- package/dist/node_modules/lodash-es/_baseMatchesProperty.js +6 -6
- package/dist/node_modules/lodash-es/_baseMerge.js +2 -2
- package/dist/node_modules/lodash-es/_baseMergeDeep.js +7 -7
- package/dist/node_modules/lodash-es/_baseOrderBy.js +12 -12
- package/dist/node_modules/lodash-es/_baseRest.js +1 -1
- package/dist/node_modules/lodash-es/_baseSet.js +1 -1
- package/dist/node_modules/lodash-es/_baseSetToString.js +3 -3
- package/dist/node_modules/lodash-es/_baseToString.js +2 -2
- package/dist/node_modules/lodash-es/_baseUniq.js +1 -1
- package/dist/node_modules/lodash-es/_createRange.js +1 -1
- package/dist/node_modules/lodash-es/_createSet.js +3 -3
- package/dist/node_modules/lodash-es/_flatRest.js +1 -1
- package/dist/node_modules/lodash-es/_getAllKeys.js +2 -2
- package/dist/node_modules/lodash-es/_getAllKeysIn.js +1 -1
- package/dist/node_modules/lodash-es/_getSymbolsIn.js +1 -1
- package/dist/node_modules/lodash-es/_getTag.js +1 -1
- package/dist/node_modules/lodash-es/_hasPath.js +2 -2
- package/dist/node_modules/lodash-es/_initCloneByTag.js +1 -1
- package/dist/node_modules/lodash-es/_initCloneObject.js +1 -1
- package/dist/node_modules/lodash-es/_isFlattenable.js +1 -1
- package/dist/node_modules/lodash-es/_isIterateeCall.js +1 -1
- package/dist/node_modules/lodash-es/_isKey.js +1 -1
- package/dist/node_modules/lodash-es/_setToString.js +1 -1
- package/dist/node_modules/lodash-es/defaults.js +1 -1
- package/dist/node_modules/lodash-es/findIndex.js +2 -2
- package/dist/node_modules/lodash-es/forEach.js +1 -1
- package/dist/node_modules/lodash-es/forIn.js +1 -1
- package/dist/node_modules/lodash-es/isEmpty.js +2 -2
- package/dist/node_modules/lodash-es/isPlainObject.js +1 -1
- package/dist/node_modules/lodash-es/map.js +1 -1
- package/dist/node_modules/lodash-es/max.js +1 -1
- package/dist/node_modules/lodash-es/merge.js +3 -3
- package/dist/node_modules/lodash-es/min.js +1 -1
- package/dist/node_modules/lodash-es/minBy.js +1 -1
- package/dist/node_modules/lodash-es/reduce.js +1 -1
- package/dist/node_modules/lodash-es/toNumber.js +1 -1
- package/dist/node_modules/lodash-es/union.js +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{architectureDiagram-Q4EWVU46.js → architectureDiagram-3BPJPVTR.js} +310 -308
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{blockDiagram-DXYQGD6D.js → blockDiagram-GPEHLZMM.js} +215 -190
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{c4Diagram-AHTNJAMY.js → c4Diagram-AAUBKEIU.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-EDXVE4YY.js → chunk-2J33WTMH.js} +1 -1
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-5FUZZQ4R.js → chunk-3OPIFGDE.js} +48 -20
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-5PVQY5BW.js → chunk-5ZQYHXKU.js} +8 -8
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-4TB4RGXK.js → chunk-727SXJPM.js} +555 -459
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-OYMX7WX6.js → chunk-AQP2D5EJ.js} +155 -145
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ICPOFSXX.js → chunk-CSCIHK7Q.js} +106 -12
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ENJZ2VHE.js → chunk-KSCS5N6A.js} +12 -12
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-ZZ45TVLE.js → chunk-L5ZTLDWV.js} +2 -2
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-336JU56O.js → chunk-LZXEDZCA.js} +5 -5
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-YZCP3GAM.js → chunk-ND2GUHAM.js} +1 -1
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-X2U36JSP.js → chunk-NZK2D7GU.js} +1 -1
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-U2HBQHQK.js → chunk-O5CBEL6O.js} +2 -2
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{chunk-426QAEUC.js → chunk-WU5MYG2G.js} +1 -1
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{classDiagram-6PBFFD2Q.js → classDiagram-4FO5ZUOK.js} +11 -11
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{classDiagram-v2-HSJHXN6E.js → classDiagram-v2-Q7XG4LA2.js} +11 -11
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{dagre-KV5264BT.js → dagre-BM42HDAG.js} +8 -8
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-MMDJMWI5.js → diagram-2AECGRRQ.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-5BDNPKRD.js → diagram-5GNKFQAL.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/diagram-KO2AKTUF.js +433 -0
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-TYMM5635.js → diagram-LMA3HP47.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{diagram-G4DWMVQ6.js → diagram-OG6HWLK6.js} +5 -5
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{erDiagram-SMLLAGMA.js → erDiagram-TEJ5UH35.js} +9 -9
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{flowDiagram-DWJPFMVM.js → flowDiagram-I6XJVG4X.js} +10 -10
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{ganttDiagram-T4ZO3ILL.js → ganttDiagram-6RSMTGT7.js} +7 -4
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{gitGraphDiagram-UUTBAWPF.js → gitGraphDiagram-PVQCEYII.js} +2 -2
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{infoDiagram-42DDH7IO.js → infoDiagram-5YYISTIA.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{ishikawaDiagram-UXIWVN3A.js → ishikawaDiagram-YF4QCWOH.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{journeyDiagram-VCZTEJTY.js → journeyDiagram-JHISSGLW.js} +2 -2
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{kanban-definition-6JOO6SKY.js → kanban-definition-UN3LZRKU.js} +7 -7
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{mindmap-definition-QFDTVHPH.js → mindmap-definition-RKZ34NQL.js} +9 -9
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{pieDiagram-DEJITSTG.js → pieDiagram-4H26LBE5.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{quadrantDiagram-34T5L4WZ.js → quadrantDiagram-W4KKPZXB.js} +364 -337
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{requirementDiagram-MS252O5E.js → requirementDiagram-4Y6WPE33.js} +9 -9
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{sankeyDiagram-XADWPNL6.js → sankeyDiagram-5OEKKPKP.js} +187 -138
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{sequenceDiagram-FGHM5R23.js → sequenceDiagram-3UESZ5HK.js} +15 -8
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{stateDiagram-FHFEXIEX.js → stateDiagram-AJRCARHV.js} +10 -10
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{stateDiagram-v2-QKLJ7IA2.js → stateDiagram-v2-BHNVJYJU.js} +10 -10
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{timeline-definition-GMOUNBTQ.js → timeline-definition-PNZ67QCA.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{vennDiagram-DHZGUBPP.js → vennDiagram-CIIHVFJN.js} +3 -3
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-YWT4CUSO.js +640 -0
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/{xychartDiagram-5P7HB3ND.js → xychartDiagram-2RQKCTM6.js} +4 -4
- package/dist/node_modules/mermaid/dist/mermaid.core.js +96 -70
- package/dist/node_modules/stylis/src/Enum.js +2 -2
- package/dist/node_modules/stylis/src/Middleware.js +9 -0
- package/dist/node_modules/stylis/src/Parser.js +55 -44
- package/dist/node_modules/stylis/src/Utility.js +9 -12
- package/dist/node_modules/unified/lib/index.js +1 -1
- package/dist/packages/contracts/dist/enums/index.js +4 -24
- package/dist/packages/contracts/dist/enums/registry.enum.js +9 -20
- package/dist/packages/contracts/dist/enums/sort-order.enum.js +5 -10
- package/dist/packages/contracts/dist/enums/user-type.enum.js +5 -10
- package/dist/packages/contracts/dist/enums/workflow-state.enum.js +5 -10
- package/dist/pages/EmbedWorkbenchPage.js +4 -3
- package/dist/pages/PreviewWorkbenchPage.js +126 -124
- package/dist/pages/StudioLandingPage.js +28 -72
- package/package.json +2 -2
- package/dist/node_modules/@chevrotain/gast/lib/src/helpers.js +0 -23
- package/dist/node_modules/@chevrotain/gast/lib/src/model.js +0 -151
- package/dist/node_modules/@chevrotain/gast/lib/src/visitor.js +0 -40
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/api.js +0 -2
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.js +0 -85
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.js +0 -35
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.js +0 -570
- package/dist/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.js +0 -25
- package/dist/node_modules/@chevrotain/utils/lib/src/print.js +0 -9
- package/dist/node_modules/@chevrotain/utils/lib/src/timer.js +0 -8
- package/dist/node_modules/@chevrotain/utils/lib/src/to-fast-properties.js +0 -10
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-AA7GKIK3.js +0 -28
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-CIAEETIT.js +0 -23
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-K5T4RW27.js +0 -1197
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LIHQZDEY.js +0 -60
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-ORNJ4GCN.js +0 -29
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-OMHHGYJF.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-4T2RLAQJ.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-ZZUOXDRM.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-PYXPWWZC.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-W4RFUUIX.js +0 -3
- package/dist/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/wardley-RL74JXVD.js +0 -3
- package/dist/node_modules/chevrotain/lib/src/api.js +0 -10
- package/dist/node_modules/chevrotain/lib/src/lang/lang_extensions.js +0 -10
- package/dist/node_modules/chevrotain/lib/src/parse/constants.js +0 -2
- package/dist/node_modules/chevrotain/lib/src/parse/cst/cst.js +0 -13
- package/dist/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.js +0 -49
- package/dist/node_modules/chevrotain/lib/src/parse/errors_public.js +0 -77
- package/dist/node_modules/chevrotain/lib/src/parse/exceptions_public.js +0 -33
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/checks.js +0 -275
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/first.js +0 -23
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/follow.js +0 -28
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.js +0 -14
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/interpreter.js +0 -262
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/keys.js +0 -5
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.js +0 -41
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/lookahead.js +0 -241
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/resolver.js +0 -30
- package/dist/node_modules/chevrotain/lib/src/parse/grammar/rest.js +0 -56
- package/dist/node_modules/chevrotain/lib/src/parse/parser/parser.js +0 -114
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.js +0 -46
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js +0 -166
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.js +0 -43
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.js +0 -107
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js +0 -21
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.js +0 -312
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.js +0 -285
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.js +0 -144
- package/dist/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.js +0 -92
- package/dist/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.js +0 -11
- package/dist/node_modules/chevrotain/lib/src/scan/lexer.js +0 -437
- package/dist/node_modules/chevrotain/lib/src/scan/lexer_errors_public.js +0 -9
- package/dist/node_modules/chevrotain/lib/src/scan/lexer_public.js +0 -253
- package/dist/node_modules/chevrotain/lib/src/scan/reg_exp.js +0 -152
- package/dist/node_modules/chevrotain/lib/src/scan/reg_exp_parser.js +0 -15
- package/dist/node_modules/chevrotain/lib/src/scan/tokens.js +0 -65
- package/dist/node_modules/chevrotain/lib/src/scan/tokens_public.js +0 -39
- package/dist/node_modules/chevrotain-allstar/lib/all-star-lookahead.js +0 -346
- package/dist/node_modules/chevrotain-allstar/lib/atn.js +0 -194
- package/dist/node_modules/chevrotain-allstar/lib/dfa.js +0 -32
- package/dist/node_modules/chevrotain-allstar/lib/index.js +0 -1
- package/dist/node_modules/langium/lib/default-module.js +0 -85
- package/dist/node_modules/langium/lib/dependency-injection.js +0 -62
- package/dist/node_modules/langium/lib/documentation/comment-provider.js +0 -11
- package/dist/node_modules/langium/lib/documentation/documentation-provider.js +0 -36
- package/dist/node_modules/langium/lib/documentation/jsdoc.js +0 -303
- package/dist/node_modules/langium/lib/index.js +0 -182
- package/dist/node_modules/langium/lib/languages/generated/ast.js +0 -1089
- package/dist/node_modules/langium/lib/languages/grammar-config.js +0 -13
- package/dist/node_modules/langium/lib/parser/async-parser.js +0 -83
- package/dist/node_modules/langium/lib/parser/completion-parser-builder.js +0 -7
- package/dist/node_modules/langium/lib/parser/cst-node-builder.js +0 -160
- package/dist/node_modules/langium/lib/parser/indentation-aware.js +0 -141
- package/dist/node_modules/langium/lib/parser/langium-parser-builder.js +0 -11
- package/dist/node_modules/langium/lib/parser/langium-parser.js +0 -388
- package/dist/node_modules/langium/lib/parser/lexer.js +0 -50
- package/dist/node_modules/langium/lib/parser/parser-builder-base.js +0 -275
- package/dist/node_modules/langium/lib/parser/token-builder.js +0 -61
- package/dist/node_modules/langium/lib/parser/value-converter.js +0 -78
- package/dist/node_modules/langium/lib/references/linker.js +0 -190
- package/dist/node_modules/langium/lib/references/name-provider.js +0 -13
- package/dist/node_modules/langium/lib/references/references.js +0 -76
- package/dist/node_modules/langium/lib/references/scope-computation.js +0 -35
- package/dist/node_modules/langium/lib/references/scope-provider.js +0 -34
- package/dist/node_modules/langium/lib/references/scope.js +0 -73
- package/dist/node_modules/langium/lib/serializer/hydrator.js +0 -125
- package/dist/node_modules/langium/lib/serializer/json-serializer.js +0 -145
- package/dist/node_modules/langium/lib/service-registry.js +0 -37
- package/dist/node_modules/langium/lib/syntax-tree.js +0 -70
- package/dist/node_modules/langium/lib/utils/ast-utils.js +0 -157
- package/dist/node_modules/langium/lib/utils/caching.js +0 -91
- package/dist/node_modules/langium/lib/utils/cancellation.js +0 -5
- package/dist/node_modules/langium/lib/utils/collections.js +0 -85
- package/dist/node_modules/langium/lib/utils/cst-utils.js +0 -190
- package/dist/node_modules/langium/lib/utils/disposable.js +0 -8
- package/dist/node_modules/langium/lib/utils/errors.js +0 -12
- package/dist/node_modules/langium/lib/utils/event.js +0 -5
- package/dist/node_modules/langium/lib/utils/grammar-loader.js +0 -22
- package/dist/node_modules/langium/lib/utils/grammar-utils.js +0 -296
- package/dist/node_modules/langium/lib/utils/index.js +0 -53
- package/dist/node_modules/langium/lib/utils/promise-utils.js +0 -30
- package/dist/node_modules/langium/lib/utils/regexp-utils.js +0 -167
- package/dist/node_modules/langium/lib/utils/stream.js +0 -327
- package/dist/node_modules/langium/lib/utils/uri-utils.js +0 -107
- package/dist/node_modules/langium/lib/validation/document-validator.js +0 -210
- package/dist/node_modules/langium/lib/validation/validation-registry.js +0 -87
- package/dist/node_modules/langium/lib/workspace/ast-descriptions.js +0 -57
- package/dist/node_modules/langium/lib/workspace/ast-node-locator.js +0 -28
- package/dist/node_modules/langium/lib/workspace/configuration.js +0 -51
- package/dist/node_modules/langium/lib/workspace/document-builder.js +0 -201
- package/dist/node_modules/langium/lib/workspace/documents.js +0 -142
- package/dist/node_modules/langium/lib/workspace/file-system-provider.js +0 -34
- package/dist/node_modules/langium/lib/workspace/index-manager.js +0 -49
- package/dist/node_modules/langium/lib/workspace/profiler.js +0 -89
- package/dist/node_modules/langium/lib/workspace/workspace-lock.js +0 -42
- package/dist/node_modules/langium/lib/workspace/workspace-manager.js +0 -66
- package/dist/node_modules/lodash-es/flatMap.js +0 -7
- package/dist/node_modules/lodash-es/uniqBy.js +0 -7
- package/dist/node_modules/mermaid/dist/chunks/mermaid.core/wardleyDiagram-NUSXRM2D.js +0 -574
- package/dist/node_modules/vscode-jsonrpc/browser.js +0 -7
- package/dist/node_modules/vscode-jsonrpc/lib/browser/main.js +0 -52
- package/dist/node_modules/vscode-jsonrpc/lib/browser/ril.js +0 -120
- package/dist/node_modules/vscode-jsonrpc/lib/common/api.js +0 -337
- package/dist/node_modules/vscode-jsonrpc/lib/common/cancellation.js +0 -57
- package/dist/node_modules/vscode-jsonrpc/lib/common/connection.js +0 -647
- package/dist/node_modules/vscode-jsonrpc/lib/common/disposable.js +0 -13
- package/dist/node_modules/vscode-jsonrpc/lib/common/events.js +0 -64
- package/dist/node_modules/vscode-jsonrpc/lib/common/is.js +0 -34
- package/dist/node_modules/vscode-jsonrpc/lib/common/linkedMap.js +0 -235
- package/dist/node_modules/vscode-jsonrpc/lib/common/messageBuffer.js +0 -93
- package/dist/node_modules/vscode-jsonrpc/lib/common/messageReader.js +0 -129
- package/dist/node_modules/vscode-jsonrpc/lib/common/messageWriter.js +0 -85
- package/dist/node_modules/vscode-jsonrpc/lib/common/messages.js +0 -161
- package/dist/node_modules/vscode-jsonrpc/lib/common/ral.js +0 -18
- package/dist/node_modules/vscode-jsonrpc/lib/common/semaphore.js +0 -44
- package/dist/node_modules/vscode-jsonrpc/lib/common/sharedArrayCancellation.js +0 -58
- package/dist/node_modules/vscode-languageserver-protocol/lib/browser/main.js +0 -28
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/api.js +0 -36
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/connection.js +0 -12
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/messages.js +0 -31
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.callHierarchy.js +0 -19
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.colorProvider.js +0 -15
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.configuration.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.declaration.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.diagnostic.js +0 -33
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.fileOperations.js +0 -35
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.foldingRange.js +0 -15
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.implementation.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.inlayHint.js +0 -19
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.inlineCompletion.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.inlineValue.js +0 -15
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.js +0 -674
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.linkedEditingRange.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.moniker.js +0 -19
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.notebook.js +0 -126
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.progress.js +0 -24
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.selectionRange.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.semanticTokens.js +0 -31
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.showDocument.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.typeDefinition.js +0 -11
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.typeHierarchy.js +0 -19
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/protocol.workspaceFolder.js +0 -15
- package/dist/node_modules/vscode-languageserver-protocol/lib/common/utils/is.js +0 -42
- package/dist/node_modules/vscode-languageserver-textdocument/lib/esm/main.js +0 -138
- package/dist/node_modules/vscode-languageserver-types/lib/esm/main.js +0 -1084
- package/dist/node_modules/vscode-uri/lib/esm/index.js +0 -373
- /package/dist/node_modules/{entities → hast-util-raw/node_modules/entities}/dist/esm/decode-codepoint.js +0 -0
- /package/dist/node_modules/{entities → hast-util-raw/node_modules/entities}/dist/esm/decode.js +0 -0
- /package/dist/node_modules/{entities → hast-util-raw/node_modules/entities}/dist/esm/generated/decode-data-html.js +0 -0
- /package/dist/node_modules/{unified/node_modules/is-plain-obj → is-plain-obj}/index.js +0 -0
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
var Module;
|
|
2
|
-
(function(e) {
|
|
3
|
-
e.merge = (e, n) => _merge(_merge({}, e), n);
|
|
4
|
-
})(Module ||= {});
|
|
5
|
-
function inject(e, n, r, i, o, s, c, l, u) {
|
|
6
|
-
return _inject([
|
|
7
|
-
e,
|
|
8
|
-
n,
|
|
9
|
-
r,
|
|
10
|
-
i,
|
|
11
|
-
o,
|
|
12
|
-
s,
|
|
13
|
-
c,
|
|
14
|
-
l,
|
|
15
|
-
u
|
|
16
|
-
].reduce(_merge, {}));
|
|
17
|
-
}
|
|
18
|
-
var isProxy = Symbol("isProxy");
|
|
19
|
-
function eagerLoad(e) {
|
|
20
|
-
if (e && e[isProxy]) for (let n of Object.values(e)) eagerLoad(n);
|
|
21
|
-
return e;
|
|
22
|
-
}
|
|
23
|
-
function _inject(e, n) {
|
|
24
|
-
let i = new Proxy({}, {
|
|
25
|
-
deleteProperty: () => !1,
|
|
26
|
-
set: () => {
|
|
27
|
-
throw Error("Cannot set property on injected service container");
|
|
28
|
-
},
|
|
29
|
-
get: (a, o) => o === isProxy ? !0 : _resolve(a, o, e, n || i),
|
|
30
|
-
getOwnPropertyDescriptor: (r, a) => (_resolve(r, a, e, n || i), Object.getOwnPropertyDescriptor(r, a)),
|
|
31
|
-
has: (n, r) => r in e,
|
|
32
|
-
ownKeys: () => [...Object.getOwnPropertyNames(e)]
|
|
33
|
-
});
|
|
34
|
-
return i;
|
|
35
|
-
}
|
|
36
|
-
var __requested__ = Symbol();
|
|
37
|
-
function _resolve(e, n, r, i) {
|
|
38
|
-
if (n in e) {
|
|
39
|
-
if (e[n] instanceof Error) throw Error("Construction failure. Please make sure that your dependencies are constructable. Cause: " + e[n]);
|
|
40
|
-
if (e[n] === __requested__) throw Error("Cycle detected. Please make \"" + String(n) + "\" lazy. Visit https://langium.org/docs/reference/configuration-services/#resolving-cyclic-dependencies");
|
|
41
|
-
return e[n];
|
|
42
|
-
} else if (n in r) {
|
|
43
|
-
let s = r[n];
|
|
44
|
-
e[n] = __requested__;
|
|
45
|
-
try {
|
|
46
|
-
e[n] = typeof s == "function" ? s(i) : _inject(s, i);
|
|
47
|
-
} catch (r) {
|
|
48
|
-
throw e[n] = r instanceof Error ? r : void 0, r;
|
|
49
|
-
}
|
|
50
|
-
return e[n];
|
|
51
|
-
} else return;
|
|
52
|
-
}
|
|
53
|
-
function _merge(e, n) {
|
|
54
|
-
if (n) {
|
|
55
|
-
for (let [r, i] of Object.entries(n)) if (i != null) if (typeof i == "object") {
|
|
56
|
-
let n = e[r];
|
|
57
|
-
typeof n == "object" && n ? e[r] = _merge(n, i) : e[r] = _merge({}, i);
|
|
58
|
-
} else e[r] = i;
|
|
59
|
-
}
|
|
60
|
-
return e;
|
|
61
|
-
}
|
|
62
|
-
export { Module, eagerLoad, inject };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { findCommentNode } from "../utils/cst-utils.js";
|
|
2
|
-
import { isAstNodeWithComment } from "../serializer/json-serializer.js";
|
|
3
|
-
var DefaultCommentProvider = class {
|
|
4
|
-
constructor(e) {
|
|
5
|
-
this.grammarConfig = () => e.parser.GrammarConfig;
|
|
6
|
-
}
|
|
7
|
-
getComment(n) {
|
|
8
|
-
return isAstNodeWithComment(n) ? n.$comment : findCommentNode(n.$cstNode, this.grammarConfig().multilineCommentRules)?.text;
|
|
9
|
-
}
|
|
10
|
-
};
|
|
11
|
-
export { DefaultCommentProvider };
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { getDocument } from "../utils/ast-utils.js";
|
|
2
|
-
import { isJSDoc, parseJSDoc } from "./jsdoc.js";
|
|
3
|
-
var JSDocDocumentationProvider = class {
|
|
4
|
-
constructor(e) {
|
|
5
|
-
this.indexManager = e.shared.workspace.IndexManager, this.commentProvider = e.documentation.CommentProvider;
|
|
6
|
-
}
|
|
7
|
-
getDocumentation(e) {
|
|
8
|
-
let r = this.commentProvider.getComment(e);
|
|
9
|
-
if (r && isJSDoc(r)) return parseJSDoc(r).toMarkdown({
|
|
10
|
-
renderLink: (t, n) => this.documentationLinkRenderer(e, t, n),
|
|
11
|
-
renderTag: (t) => this.documentationTagRenderer(e, t)
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
documentationLinkRenderer(e, t, n) {
|
|
15
|
-
let r = this.findNameInLocalSymbols(e, t) ?? this.findNameInGlobalScope(e, t);
|
|
16
|
-
if (r && r.nameSegment) {
|
|
17
|
-
let e = r.nameSegment.range.start.line + 1, t = r.nameSegment.range.start.character + 1;
|
|
18
|
-
return `[${n}](${r.documentUri.with({ fragment: `L${e},${t}` }).toString()})`;
|
|
19
|
-
} else return;
|
|
20
|
-
}
|
|
21
|
-
documentationTagRenderer(e, t) {}
|
|
22
|
-
findNameInLocalSymbols(t, n) {
|
|
23
|
-
let r = getDocument(t).localSymbols;
|
|
24
|
-
if (!r) return;
|
|
25
|
-
let i = t;
|
|
26
|
-
do {
|
|
27
|
-
let e = r.getStream(i).find((e) => e.name === n);
|
|
28
|
-
if (e) return e;
|
|
29
|
-
i = i.$container;
|
|
30
|
-
} while (i);
|
|
31
|
-
}
|
|
32
|
-
findNameInGlobalScope(e, t) {
|
|
33
|
-
return this.indexManager.allElements().find((e) => e.name === t);
|
|
34
|
-
}
|
|
35
|
-
};
|
|
36
|
-
export { JSDocDocumentationProvider };
|
|
@@ -1,303 +0,0 @@
|
|
|
1
|
-
import { NEWLINE_REGEXP, escapeRegExp } from "../utils/regexp-utils.js";
|
|
2
|
-
import { Position, Range, init_main } from "../../../vscode-languageserver-types/lib/esm/main.js";
|
|
3
|
-
import { URI } from "../../../vscode-uri/lib/esm/index.js";
|
|
4
|
-
init_main();
|
|
5
|
-
function parseJSDoc(i, x, C) {
|
|
6
|
-
let w, T;
|
|
7
|
-
typeof i == "string" ? (T = x, w = C) : (T = i.range.start, w = x), T ||= Position.create(0, 0);
|
|
8
|
-
let E = getLines(i), D = normalizeOptions(w);
|
|
9
|
-
return parseJSDocComment({
|
|
10
|
-
index: 0,
|
|
11
|
-
tokens: tokenize({
|
|
12
|
-
lines: E,
|
|
13
|
-
position: T,
|
|
14
|
-
options: D
|
|
15
|
-
}),
|
|
16
|
-
position: T
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
function isJSDoc(i, x) {
|
|
20
|
-
let S = normalizeOptions(x), C = getLines(i);
|
|
21
|
-
if (C.length === 0) return !1;
|
|
22
|
-
let w = C[0], T = C[C.length - 1], E = S.start, D = S.end;
|
|
23
|
-
return !!E?.exec(w) && !!D?.exec(T);
|
|
24
|
-
}
|
|
25
|
-
function getLines(x) {
|
|
26
|
-
let S = "";
|
|
27
|
-
return S = typeof x == "string" ? x : x.text, S.split(NEWLINE_REGEXP);
|
|
28
|
-
}
|
|
29
|
-
var tagRegex = /\s*(@([\p{L}][\p{L}\p{N}]*)?)/uy, inlineTagRegex = /\{(@[\p{L}][\p{L}\p{N}]*)(\s*)([^\r\n}]+)?\}/gu;
|
|
30
|
-
function tokenize(i) {
|
|
31
|
-
let x = [], w = i.position.line, T = i.position.character;
|
|
32
|
-
for (let E = 0; E < i.lines.length; E++) {
|
|
33
|
-
let D = E === 0, O = E === i.lines.length - 1, j = i.lines[E], M = 0;
|
|
34
|
-
if (D && i.options.start) {
|
|
35
|
-
let x = i.options.start?.exec(j);
|
|
36
|
-
x && (M = x.index + x[0].length);
|
|
37
|
-
} else {
|
|
38
|
-
let x = i.options.line?.exec(j);
|
|
39
|
-
x && (M = x.index + x[0].length);
|
|
40
|
-
}
|
|
41
|
-
if (O) {
|
|
42
|
-
let x = i.options.end?.exec(j);
|
|
43
|
-
x && (j = j.substring(0, x.index));
|
|
44
|
-
}
|
|
45
|
-
if (j = j.substring(0, lastCharacter(j)), skipWhitespace(j, M) >= j.length) {
|
|
46
|
-
if (x.length > 0) {
|
|
47
|
-
let i = Position.create(w, T);
|
|
48
|
-
x.push({
|
|
49
|
-
type: "break",
|
|
50
|
-
content: "",
|
|
51
|
-
range: Range.create(i, i)
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
} else {
|
|
55
|
-
tagRegex.lastIndex = M;
|
|
56
|
-
let i = tagRegex.exec(j);
|
|
57
|
-
if (i) {
|
|
58
|
-
let E = i[0], D = i[1], O = Position.create(w, T + M), k = Position.create(w, T + M + E.length);
|
|
59
|
-
x.push({
|
|
60
|
-
type: "tag",
|
|
61
|
-
content: D,
|
|
62
|
-
range: Range.create(O, k)
|
|
63
|
-
}), M += E.length, M = skipWhitespace(j, M);
|
|
64
|
-
}
|
|
65
|
-
if (M < j.length) {
|
|
66
|
-
let i = j.substring(M), S = Array.from(i.matchAll(inlineTagRegex));
|
|
67
|
-
x.push(...buildInlineTokens(S, i, w, T + M));
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
w++, T = 0;
|
|
71
|
-
}
|
|
72
|
-
return x.length > 0 && x[x.length - 1].type === "break" ? x.slice(0, -1) : x;
|
|
73
|
-
}
|
|
74
|
-
function buildInlineTokens(i, x, w, T) {
|
|
75
|
-
let E = [];
|
|
76
|
-
if (i.length === 0) {
|
|
77
|
-
let i = Position.create(w, T), D = Position.create(w, T + x.length);
|
|
78
|
-
E.push({
|
|
79
|
-
type: "text",
|
|
80
|
-
content: x,
|
|
81
|
-
range: Range.create(i, D)
|
|
82
|
-
});
|
|
83
|
-
} else {
|
|
84
|
-
let D = 0;
|
|
85
|
-
for (let O of i) {
|
|
86
|
-
let i = O.index, k = x.substring(D, i);
|
|
87
|
-
k.length > 0 && E.push({
|
|
88
|
-
type: "text",
|
|
89
|
-
content: x.substring(D, i),
|
|
90
|
-
range: Range.create(Position.create(w, D + T), Position.create(w, i + T))
|
|
91
|
-
});
|
|
92
|
-
let A = k.length + 1, j = O[1];
|
|
93
|
-
if (E.push({
|
|
94
|
-
type: "inline-tag",
|
|
95
|
-
content: j,
|
|
96
|
-
range: Range.create(Position.create(w, D + A + T), Position.create(w, D + A + j.length + T))
|
|
97
|
-
}), A += j.length, O.length === 4) {
|
|
98
|
-
A += O[2].length;
|
|
99
|
-
let i = O[3];
|
|
100
|
-
E.push({
|
|
101
|
-
type: "text",
|
|
102
|
-
content: i,
|
|
103
|
-
range: Range.create(Position.create(w, D + A + T), Position.create(w, D + A + i.length + T))
|
|
104
|
-
});
|
|
105
|
-
} else E.push({
|
|
106
|
-
type: "text",
|
|
107
|
-
content: "",
|
|
108
|
-
range: Range.create(Position.create(w, D + A + T), Position.create(w, D + A + T))
|
|
109
|
-
});
|
|
110
|
-
D = i + O[0].length;
|
|
111
|
-
}
|
|
112
|
-
let O = x.substring(D);
|
|
113
|
-
O.length > 0 && E.push({
|
|
114
|
-
type: "text",
|
|
115
|
-
content: O,
|
|
116
|
-
range: Range.create(Position.create(w, D + T), Position.create(w, D + T + O.length))
|
|
117
|
-
});
|
|
118
|
-
}
|
|
119
|
-
return E;
|
|
120
|
-
}
|
|
121
|
-
var nonWhitespaceRegex = /\S/, whitespaceEndRegex = /\s*$/;
|
|
122
|
-
function skipWhitespace(i, x) {
|
|
123
|
-
let S = i.substring(x).match(nonWhitespaceRegex);
|
|
124
|
-
return S ? x + S.index : i.length;
|
|
125
|
-
}
|
|
126
|
-
function lastCharacter(i) {
|
|
127
|
-
let x = i.match(whitespaceEndRegex);
|
|
128
|
-
if (x && typeof x.index == "number") return x.index;
|
|
129
|
-
}
|
|
130
|
-
function parseJSDocComment(i) {
|
|
131
|
-
let x = Position.create(i.position.line, i.position.character);
|
|
132
|
-
if (i.tokens.length === 0) return new JSDocCommentImpl([], Range.create(x, x));
|
|
133
|
-
let w = [];
|
|
134
|
-
for (; i.index < i.tokens.length;) {
|
|
135
|
-
let x = parseJSDocElement(i, w[w.length - 1]);
|
|
136
|
-
x && w.push(x);
|
|
137
|
-
}
|
|
138
|
-
let T = w[0]?.range.start ?? x, E = w[w.length - 1]?.range.end ?? x;
|
|
139
|
-
return new JSDocCommentImpl(w, Range.create(T, E));
|
|
140
|
-
}
|
|
141
|
-
function parseJSDocElement(i, x) {
|
|
142
|
-
let S = i.tokens[i.index];
|
|
143
|
-
if (S.type === "tag") return parseJSDocTag(i, !1);
|
|
144
|
-
if (S.type === "text" || S.type === "inline-tag") return parseJSDocText(i);
|
|
145
|
-
appendEmptyLine(S, x), i.index++;
|
|
146
|
-
}
|
|
147
|
-
function appendEmptyLine(i, x) {
|
|
148
|
-
if (x) {
|
|
149
|
-
let S = new JSDocLineImpl("", i.range);
|
|
150
|
-
"inlines" in x ? x.inlines.push(S) : x.content.inlines.push(S);
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
function parseJSDocText(i) {
|
|
154
|
-
let x = i.tokens[i.index], S = x, w = x, T = [];
|
|
155
|
-
for (; x && x.type !== "break" && x.type !== "tag";) T.push(parseJSDocInline(i)), w = x, x = i.tokens[i.index];
|
|
156
|
-
return new JSDocTextImpl(T, Range.create(S.range.start, w.range.end));
|
|
157
|
-
}
|
|
158
|
-
function parseJSDocInline(i) {
|
|
159
|
-
return i.tokens[i.index].type === "inline-tag" ? parseJSDocTag(i, !0) : parseJSDocLine(i);
|
|
160
|
-
}
|
|
161
|
-
function parseJSDocTag(i, x) {
|
|
162
|
-
let S = i.tokens[i.index++], w = S.content.substring(1);
|
|
163
|
-
if (i.tokens[i.index]?.type === "text") if (x) {
|
|
164
|
-
let T = parseJSDocLine(i);
|
|
165
|
-
return new JSDocTagImpl(w, new JSDocTextImpl([T], T.range), x, Range.create(S.range.start, T.range.end));
|
|
166
|
-
} else {
|
|
167
|
-
let T = parseJSDocText(i);
|
|
168
|
-
return new JSDocTagImpl(w, T, x, Range.create(S.range.start, T.range.end));
|
|
169
|
-
}
|
|
170
|
-
else {
|
|
171
|
-
let i = S.range;
|
|
172
|
-
return new JSDocTagImpl(w, new JSDocTextImpl([], i), x, i);
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
function parseJSDocLine(i) {
|
|
176
|
-
let x = i.tokens[i.index++];
|
|
177
|
-
return new JSDocLineImpl(x.content, x.range);
|
|
178
|
-
}
|
|
179
|
-
function normalizeOptions(i) {
|
|
180
|
-
if (!i) return normalizeOptions({
|
|
181
|
-
start: "/**",
|
|
182
|
-
end: "*/",
|
|
183
|
-
line: "*"
|
|
184
|
-
});
|
|
185
|
-
let { start: x, end: S, line: C } = i;
|
|
186
|
-
return {
|
|
187
|
-
start: normalizeOption(x, !0),
|
|
188
|
-
end: normalizeOption(S, !1),
|
|
189
|
-
line: normalizeOption(C, !0)
|
|
190
|
-
};
|
|
191
|
-
}
|
|
192
|
-
function normalizeOption(i, S) {
|
|
193
|
-
if (typeof i == "string" || typeof i == "object") {
|
|
194
|
-
let C = typeof i == "string" ? escapeRegExp(i) : i.source;
|
|
195
|
-
return S ? /* @__PURE__ */ RegExp(`^\\s*${C}`) : /* @__PURE__ */ RegExp(`\\s*${C}\\s*$`);
|
|
196
|
-
} else return i;
|
|
197
|
-
}
|
|
198
|
-
var JSDocCommentImpl = class {
|
|
199
|
-
constructor(i, x) {
|
|
200
|
-
this.elements = i, this.range = x;
|
|
201
|
-
}
|
|
202
|
-
getTag(i) {
|
|
203
|
-
return this.getAllTags().find((x) => x.name === i);
|
|
204
|
-
}
|
|
205
|
-
getTags(i) {
|
|
206
|
-
return this.getAllTags().filter((x) => x.name === i);
|
|
207
|
-
}
|
|
208
|
-
getAllTags() {
|
|
209
|
-
return this.elements.filter((i) => "name" in i);
|
|
210
|
-
}
|
|
211
|
-
toString() {
|
|
212
|
-
let i = "";
|
|
213
|
-
for (let x of this.elements) if (i.length === 0) i = x.toString();
|
|
214
|
-
else {
|
|
215
|
-
let S = x.toString();
|
|
216
|
-
i += fillNewlines(i) + S;
|
|
217
|
-
}
|
|
218
|
-
return i.trim();
|
|
219
|
-
}
|
|
220
|
-
toMarkdown(i) {
|
|
221
|
-
let x = "";
|
|
222
|
-
for (let S of this.elements) if (x.length === 0) x = S.toMarkdown(i);
|
|
223
|
-
else {
|
|
224
|
-
let C = S.toMarkdown(i);
|
|
225
|
-
x += fillNewlines(x) + C;
|
|
226
|
-
}
|
|
227
|
-
return x.trim();
|
|
228
|
-
}
|
|
229
|
-
}, JSDocTagImpl = class {
|
|
230
|
-
constructor(i, x, S, C) {
|
|
231
|
-
this.name = i, this.content = x, this.inline = S, this.range = C;
|
|
232
|
-
}
|
|
233
|
-
toString() {
|
|
234
|
-
let i = `@${this.name}`, x = this.content.toString();
|
|
235
|
-
return this.content.inlines.length === 1 ? i = `${i} ${x}` : this.content.inlines.length > 1 && (i = `${i}\n${x}`), this.inline ? `{${i}}` : i;
|
|
236
|
-
}
|
|
237
|
-
toMarkdown(i) {
|
|
238
|
-
return i?.renderTag?.(this) ?? this.toMarkdownDefault(i);
|
|
239
|
-
}
|
|
240
|
-
toMarkdownDefault(i) {
|
|
241
|
-
let x = this.content.toMarkdown(i);
|
|
242
|
-
if (this.inline) {
|
|
243
|
-
let S = renderInlineTag(this.name, x, i ?? {});
|
|
244
|
-
if (typeof S == "string") return S;
|
|
245
|
-
}
|
|
246
|
-
let S = "";
|
|
247
|
-
i?.tag === "italic" || i?.tag === void 0 ? S = "*" : i?.tag === "bold" ? S = "**" : i?.tag === "bold-italic" && (S = "***");
|
|
248
|
-
let C = `${S}@${this.name}${S}`;
|
|
249
|
-
return this.content.inlines.length === 1 ? C = `${C} — ${x}` : this.content.inlines.length > 1 && (C = `${C}\n${x}`), this.inline ? `{${C}}` : C;
|
|
250
|
-
}
|
|
251
|
-
};
|
|
252
|
-
function renderInlineTag(i, x, S) {
|
|
253
|
-
if (i === "linkplain" || i === "linkcode" || i === "link") {
|
|
254
|
-
let C = x.indexOf(" "), w = x;
|
|
255
|
-
if (C > 0) {
|
|
256
|
-
let i = skipWhitespace(x, C);
|
|
257
|
-
w = x.substring(i), x = x.substring(0, C);
|
|
258
|
-
}
|
|
259
|
-
return (i === "linkcode" || i === "link" && S.link === "code") && (w = `\`${w}\``), S.renderLink?.(x, w) ?? renderLinkDefault(x, w);
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
function renderLinkDefault(i, x) {
|
|
263
|
-
try {
|
|
264
|
-
return URI.parse(i, !0), `[${x}](${i})`;
|
|
265
|
-
} catch {
|
|
266
|
-
return i;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
var JSDocTextImpl = class {
|
|
270
|
-
constructor(i, x) {
|
|
271
|
-
this.inlines = i, this.range = x;
|
|
272
|
-
}
|
|
273
|
-
toString() {
|
|
274
|
-
let i = "";
|
|
275
|
-
for (let x = 0; x < this.inlines.length; x++) {
|
|
276
|
-
let S = this.inlines[x], C = this.inlines[x + 1];
|
|
277
|
-
i += S.toString(), C && C.range.start.line > S.range.start.line && (i += "\n");
|
|
278
|
-
}
|
|
279
|
-
return i;
|
|
280
|
-
}
|
|
281
|
-
toMarkdown(i) {
|
|
282
|
-
let x = "";
|
|
283
|
-
for (let S = 0; S < this.inlines.length; S++) {
|
|
284
|
-
let C = this.inlines[S], w = this.inlines[S + 1];
|
|
285
|
-
x += C.toMarkdown(i), w && w.range.start.line > C.range.start.line && (x += "\n");
|
|
286
|
-
}
|
|
287
|
-
return x;
|
|
288
|
-
}
|
|
289
|
-
}, JSDocLineImpl = class {
|
|
290
|
-
constructor(i, x) {
|
|
291
|
-
this.text = i, this.range = x;
|
|
292
|
-
}
|
|
293
|
-
toString() {
|
|
294
|
-
return this.text;
|
|
295
|
-
}
|
|
296
|
-
toMarkdown() {
|
|
297
|
-
return this.text;
|
|
298
|
-
}
|
|
299
|
-
};
|
|
300
|
-
function fillNewlines(i) {
|
|
301
|
-
return i.endsWith("\n") ? "\n" : "\n\n";
|
|
302
|
-
}
|
|
303
|
-
export { isJSDoc, parseJSDoc };
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
import { __export, __reExport } from "../../../_virtual/rolldown_runtime.js";
|
|
2
|
-
import { AbstractAstReflection, isAstNode, isAstNodeDescription, isCompositeCstNode, isLeafCstNode, isLinkingError, isMultiReference, isReference, isRootCstNode } from "./syntax-tree.js";
|
|
3
|
-
import { DONE_RESULT, EMPTY_STREAM, Reduction, StreamImpl, TreeStreamImpl, stream } from "./utils/stream.js";
|
|
4
|
-
import { ast_utils_exports } from "./utils/ast-utils.js";
|
|
5
|
-
import { ast_exports } from "./languages/generated/ast.js";
|
|
6
|
-
import { cst_utils_exports } from "./utils/cst-utils.js";
|
|
7
|
-
import { ErrorWithLocation, assertCondition, assertUnreachable } from "./utils/errors.js";
|
|
8
|
-
import { regexp_utils_exports } from "./utils/regexp-utils.js";
|
|
9
|
-
import { grammar_utils_exports } from "./utils/grammar-utils.js";
|
|
10
|
-
import { createGrammarConfig } from "./languages/grammar-config.js";
|
|
11
|
-
import { AbstractCstNode, CompositeCstNodeImpl, CstNodeBuilder, LeafCstNodeImpl, RootCstNodeImpl } from "./parser/cst-node-builder.js";
|
|
12
|
-
import { AbstractLangiumParser, AbstractParserErrorMessageProvider, DatatypeSymbol, LangiumCompletionParser, LangiumParser, LangiumParserErrorMessageProvider } from "./parser/langium-parser.js";
|
|
13
|
-
import { createParser } from "./parser/parser-builder-base.js";
|
|
14
|
-
import { createCompletionParser } from "./parser/completion-parser-builder.js";
|
|
15
|
-
import { createLangiumParser, prepareLangiumParser } from "./parser/langium-parser-builder.js";
|
|
16
|
-
import { DefaultTokenBuilder } from "./parser/token-builder.js";
|
|
17
|
-
import { DefaultValueConverter, ValueConverter } from "./parser/value-converter.js";
|
|
18
|
-
import { cancellation_exports } from "./utils/cancellation.js";
|
|
19
|
-
import { Deferred, OperationCancelled, delayNextTick, interruptAndCheck, isOperationCancelled, setInterruptionPeriod, startCancelableOperation } from "./utils/promise-utils.js";
|
|
20
|
-
import { TextDocument } from "../../vscode-languageserver-textdocument/lib/esm/main.js";
|
|
21
|
-
import { URI } from "../../vscode-uri/lib/esm/index.js";
|
|
22
|
-
import { UriTrie, UriUtils } from "./utils/uri-utils.js";
|
|
23
|
-
import { DefaultLangiumDocumentFactory, DefaultLangiumDocuments, DocumentState } from "./workspace/documents.js";
|
|
24
|
-
import { DefaultLinker, RefResolving } from "./references/linker.js";
|
|
25
|
-
import { DefaultNameProvider, isNamed } from "./references/name-provider.js";
|
|
26
|
-
import { DefaultReferences } from "./references/references.js";
|
|
27
|
-
import { BiMap, MultiMap } from "./utils/collections.js";
|
|
28
|
-
import { DefaultScopeComputation } from "./references/scope-computation.js";
|
|
29
|
-
import { EMPTY_SCOPE, MapScope, MultiMapScope, StreamScope } from "./references/scope.js";
|
|
30
|
-
import { ContextCache, DisposableCache, DocumentCache, SimpleCache, WorkspaceCache } from "./utils/caching.js";
|
|
31
|
-
import { DefaultScopeProvider } from "./references/scope-provider.js";
|
|
32
|
-
import { DefaultJsonSerializer, isAstNodeWithComment } from "./serializer/json-serializer.js";
|
|
33
|
-
import { DefaultServiceRegistry } from "./service-registry.js";
|
|
34
|
-
import { ValidationCategory, ValidationRegistry, diagnosticData } from "./validation/validation-registry.js";
|
|
35
|
-
import { DefaultDocumentValidator, DocumentValidator, VALIDATE_EACH_NODE, getDiagnosticRange, toDiagnosticData, toDiagnosticSeverity } from "./validation/document-validator.js";
|
|
36
|
-
import { DefaultAstNodeDescriptionProvider, DefaultReferenceDescriptionProvider } from "./workspace/ast-descriptions.js";
|
|
37
|
-
import { DefaultAstNodeLocator } from "./workspace/ast-node-locator.js";
|
|
38
|
-
import { DefaultConfigurationProvider } from "./workspace/configuration.js";
|
|
39
|
-
import { Disposable } from "./utils/disposable.js";
|
|
40
|
-
import { DefaultDocumentBuilder } from "./workspace/document-builder.js";
|
|
41
|
-
import { DefaultIndexManager } from "./workspace/index-manager.js";
|
|
42
|
-
import { DefaultWorkspaceManager } from "./workspace/workspace-manager.js";
|
|
43
|
-
import { DEFAULT_TOKENIZE_OPTIONS, DefaultLexer, DefaultLexerErrorMessageProvider, isIMultiModeLexerDefinition, isTokenTypeArray, isTokenTypeDictionary } from "./parser/lexer.js";
|
|
44
|
-
import { isJSDoc, parseJSDoc } from "./documentation/jsdoc.js";
|
|
45
|
-
import { JSDocDocumentationProvider } from "./documentation/documentation-provider.js";
|
|
46
|
-
import { DefaultCommentProvider } from "./documentation/comment-provider.js";
|
|
47
|
-
import { AbstractThreadedAsyncParser, DefaultAsyncParser, ParserWorker } from "./parser/async-parser.js";
|
|
48
|
-
import { DefaultWorkspaceLock } from "./workspace/workspace-lock.js";
|
|
49
|
-
import { DefaultHydrator } from "./serializer/hydrator.js";
|
|
50
|
-
import { createDefaultCoreModule, createDefaultSharedCoreModule } from "./default-module.js";
|
|
51
|
-
import { Module, eagerLoad, inject } from "./dependency-injection.js";
|
|
52
|
-
import { IndentationAwareLexer, IndentationAwareTokenBuilder, LexingMode, indentationBuilderDefaultOptions } from "./parser/indentation-aware.js";
|
|
53
|
-
import { EmptyFileSystem, EmptyFileSystemProvider } from "./workspace/file-system-provider.js";
|
|
54
|
-
import { loadGrammarFromJson } from "./utils/grammar-loader.js";
|
|
55
|
-
import { utils_exports } from "./utils/index.js";
|
|
56
|
-
import { DefaultLangiumProfiler, ProfilingTask } from "./workspace/profiler.js";
|
|
57
|
-
__reExport(/* @__PURE__ */ __export({
|
|
58
|
-
AbstractAstReflection: () => AbstractAstReflection,
|
|
59
|
-
AbstractCstNode: () => AbstractCstNode,
|
|
60
|
-
AbstractLangiumParser: () => AbstractLangiumParser,
|
|
61
|
-
AbstractParserErrorMessageProvider: () => AbstractParserErrorMessageProvider,
|
|
62
|
-
AbstractThreadedAsyncParser: () => AbstractThreadedAsyncParser,
|
|
63
|
-
AstUtils: () => ast_utils_exports,
|
|
64
|
-
BiMap: () => BiMap,
|
|
65
|
-
Cancellation: () => cancellation_exports,
|
|
66
|
-
CompositeCstNodeImpl: () => CompositeCstNodeImpl,
|
|
67
|
-
ContextCache: () => ContextCache,
|
|
68
|
-
CstNodeBuilder: () => CstNodeBuilder,
|
|
69
|
-
CstUtils: () => cst_utils_exports,
|
|
70
|
-
DEFAULT_TOKENIZE_OPTIONS: () => DEFAULT_TOKENIZE_OPTIONS,
|
|
71
|
-
DONE_RESULT: () => DONE_RESULT,
|
|
72
|
-
DatatypeSymbol: () => DatatypeSymbol,
|
|
73
|
-
DefaultAstNodeDescriptionProvider: () => DefaultAstNodeDescriptionProvider,
|
|
74
|
-
DefaultAstNodeLocator: () => DefaultAstNodeLocator,
|
|
75
|
-
DefaultAsyncParser: () => DefaultAsyncParser,
|
|
76
|
-
DefaultCommentProvider: () => DefaultCommentProvider,
|
|
77
|
-
DefaultConfigurationProvider: () => DefaultConfigurationProvider,
|
|
78
|
-
DefaultDocumentBuilder: () => DefaultDocumentBuilder,
|
|
79
|
-
DefaultDocumentValidator: () => DefaultDocumentValidator,
|
|
80
|
-
DefaultHydrator: () => DefaultHydrator,
|
|
81
|
-
DefaultIndexManager: () => DefaultIndexManager,
|
|
82
|
-
DefaultJsonSerializer: () => DefaultJsonSerializer,
|
|
83
|
-
DefaultLangiumDocumentFactory: () => DefaultLangiumDocumentFactory,
|
|
84
|
-
DefaultLangiumDocuments: () => DefaultLangiumDocuments,
|
|
85
|
-
DefaultLangiumProfiler: () => DefaultLangiumProfiler,
|
|
86
|
-
DefaultLexer: () => DefaultLexer,
|
|
87
|
-
DefaultLexerErrorMessageProvider: () => DefaultLexerErrorMessageProvider,
|
|
88
|
-
DefaultLinker: () => DefaultLinker,
|
|
89
|
-
DefaultNameProvider: () => DefaultNameProvider,
|
|
90
|
-
DefaultReferenceDescriptionProvider: () => DefaultReferenceDescriptionProvider,
|
|
91
|
-
DefaultReferences: () => DefaultReferences,
|
|
92
|
-
DefaultScopeComputation: () => DefaultScopeComputation,
|
|
93
|
-
DefaultScopeProvider: () => DefaultScopeProvider,
|
|
94
|
-
DefaultServiceRegistry: () => DefaultServiceRegistry,
|
|
95
|
-
DefaultTokenBuilder: () => DefaultTokenBuilder,
|
|
96
|
-
DefaultValueConverter: () => DefaultValueConverter,
|
|
97
|
-
DefaultWorkspaceLock: () => DefaultWorkspaceLock,
|
|
98
|
-
DefaultWorkspaceManager: () => DefaultWorkspaceManager,
|
|
99
|
-
Deferred: () => Deferred,
|
|
100
|
-
Disposable: () => Disposable,
|
|
101
|
-
DisposableCache: () => DisposableCache,
|
|
102
|
-
DocumentCache: () => DocumentCache,
|
|
103
|
-
DocumentState: () => DocumentState,
|
|
104
|
-
DocumentValidator: () => DocumentValidator,
|
|
105
|
-
EMPTY_SCOPE: () => EMPTY_SCOPE,
|
|
106
|
-
EMPTY_STREAM: () => EMPTY_STREAM,
|
|
107
|
-
EmptyFileSystem: () => EmptyFileSystem,
|
|
108
|
-
EmptyFileSystemProvider: () => EmptyFileSystemProvider,
|
|
109
|
-
ErrorWithLocation: () => ErrorWithLocation,
|
|
110
|
-
GrammarAST: () => ast_exports,
|
|
111
|
-
GrammarUtils: () => grammar_utils_exports,
|
|
112
|
-
IndentationAwareLexer: () => IndentationAwareLexer,
|
|
113
|
-
IndentationAwareTokenBuilder: () => IndentationAwareTokenBuilder,
|
|
114
|
-
JSDocDocumentationProvider: () => JSDocDocumentationProvider,
|
|
115
|
-
LangiumCompletionParser: () => LangiumCompletionParser,
|
|
116
|
-
LangiumParser: () => LangiumParser,
|
|
117
|
-
LangiumParserErrorMessageProvider: () => LangiumParserErrorMessageProvider,
|
|
118
|
-
LeafCstNodeImpl: () => LeafCstNodeImpl,
|
|
119
|
-
LexingMode: () => LexingMode,
|
|
120
|
-
MapScope: () => MapScope,
|
|
121
|
-
Module: () => Module,
|
|
122
|
-
MultiMap: () => MultiMap,
|
|
123
|
-
MultiMapScope: () => MultiMapScope,
|
|
124
|
-
OperationCancelled: () => OperationCancelled,
|
|
125
|
-
ParserWorker: () => ParserWorker,
|
|
126
|
-
ProfilingTask: () => ProfilingTask,
|
|
127
|
-
Reduction: () => Reduction,
|
|
128
|
-
RefResolving: () => RefResolving,
|
|
129
|
-
RegExpUtils: () => regexp_utils_exports,
|
|
130
|
-
RootCstNodeImpl: () => RootCstNodeImpl,
|
|
131
|
-
SimpleCache: () => SimpleCache,
|
|
132
|
-
StreamImpl: () => StreamImpl,
|
|
133
|
-
StreamScope: () => StreamScope,
|
|
134
|
-
TextDocument: () => TextDocument,
|
|
135
|
-
TreeStreamImpl: () => TreeStreamImpl,
|
|
136
|
-
URI: () => URI,
|
|
137
|
-
UriTrie: () => UriTrie,
|
|
138
|
-
UriUtils: () => UriUtils,
|
|
139
|
-
VALIDATE_EACH_NODE: () => VALIDATE_EACH_NODE,
|
|
140
|
-
ValidationCategory: () => ValidationCategory,
|
|
141
|
-
ValidationRegistry: () => ValidationRegistry,
|
|
142
|
-
ValueConverter: () => ValueConverter,
|
|
143
|
-
WorkspaceCache: () => WorkspaceCache,
|
|
144
|
-
assertCondition: () => assertCondition,
|
|
145
|
-
assertUnreachable: () => assertUnreachable,
|
|
146
|
-
createCompletionParser: () => createCompletionParser,
|
|
147
|
-
createDefaultCoreModule: () => createDefaultCoreModule,
|
|
148
|
-
createDefaultSharedCoreModule: () => createDefaultSharedCoreModule,
|
|
149
|
-
createGrammarConfig: () => createGrammarConfig,
|
|
150
|
-
createLangiumParser: () => createLangiumParser,
|
|
151
|
-
createParser: () => createParser,
|
|
152
|
-
delayNextTick: () => delayNextTick,
|
|
153
|
-
diagnosticData: () => diagnosticData,
|
|
154
|
-
eagerLoad: () => eagerLoad,
|
|
155
|
-
getDiagnosticRange: () => getDiagnosticRange,
|
|
156
|
-
indentationBuilderDefaultOptions: () => indentationBuilderDefaultOptions,
|
|
157
|
-
inject: () => inject,
|
|
158
|
-
interruptAndCheck: () => interruptAndCheck,
|
|
159
|
-
isAstNode: () => isAstNode,
|
|
160
|
-
isAstNodeDescription: () => isAstNodeDescription,
|
|
161
|
-
isAstNodeWithComment: () => isAstNodeWithComment,
|
|
162
|
-
isCompositeCstNode: () => isCompositeCstNode,
|
|
163
|
-
isIMultiModeLexerDefinition: () => isIMultiModeLexerDefinition,
|
|
164
|
-
isJSDoc: () => isJSDoc,
|
|
165
|
-
isLeafCstNode: () => isLeafCstNode,
|
|
166
|
-
isLinkingError: () => isLinkingError,
|
|
167
|
-
isMultiReference: () => isMultiReference,
|
|
168
|
-
isNamed: () => isNamed,
|
|
169
|
-
isOperationCancelled: () => isOperationCancelled,
|
|
170
|
-
isReference: () => isReference,
|
|
171
|
-
isRootCstNode: () => isRootCstNode,
|
|
172
|
-
isTokenTypeArray: () => isTokenTypeArray,
|
|
173
|
-
isTokenTypeDictionary: () => isTokenTypeDictionary,
|
|
174
|
-
loadGrammarFromJson: () => loadGrammarFromJson,
|
|
175
|
-
parseJSDoc: () => parseJSDoc,
|
|
176
|
-
prepareLangiumParser: () => prepareLangiumParser,
|
|
177
|
-
setInterruptionPeriod: () => setInterruptionPeriod,
|
|
178
|
-
startCancelableOperation: () => startCancelableOperation,
|
|
179
|
-
stream: () => stream,
|
|
180
|
-
toDiagnosticData: () => toDiagnosticData,
|
|
181
|
-
toDiagnosticSeverity: () => toDiagnosticSeverity
|
|
182
|
-
}, 1), utils_exports, void 0, 1);
|