@easyv/biz-components 0.0.52-beta.0 → 0.0.52-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (588) hide show
  1. package/dist/_virtual/index.es2.js +2 -2
  2. package/dist/_virtual/index.es3.js +2 -2
  3. package/dist/_virtual/index.es4.js +2 -2
  4. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.d.ts +12 -0
  5. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.es.js +15 -2
  6. package/dist/components/easyv-monaco-editor/easyv-monaco-editor.es.js.map +1 -1
  7. package/dist/components/easyv-monaco-editor/monaco-setup.es.js +82 -1
  8. package/dist/components/easyv-monaco-editor/monaco-setup.es.js.map +1 -1
  9. package/dist/index.css +1 -1
  10. package/dist/monaco/editor.worker.bundle.js +13517 -0
  11. package/dist/monaco/json.worker.bundle.js +21318 -0
  12. package/dist/monaco/ts.worker.bundle.js +256351 -0
  13. package/dist/node_modules/.pnpm/classnames@2.3.2/node_modules/classnames/index.es.js +1 -1
  14. package/dist/node_modules/.pnpm/co-web-worker@1.0.1/node_modules/co-web-worker/index.es.js +1 -1
  15. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dnd.es.js +11 -1
  16. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dnd.es.js.map +1 -1
  17. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dom.es.js +156 -2
  18. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/dom.es.js.map +1 -1
  19. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/domObservable.es.js +18 -0
  20. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/domObservable.es.js.map +1 -0
  21. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/findinput/replaceInput.es.js +186 -0
  22. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/findinput/replaceInput.es.js.map +1 -0
  23. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/keybindingLabel/keybindingLabel.es.js +9 -1
  24. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/keybindingLabel/keybindingLabel.es.js.map +1 -1
  25. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/resizable/resizable.es.js +153 -0
  26. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/browser/ui/resizable/resizable.es.js.map +1 -0
  27. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arrays.es.js +75 -0
  28. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arrays.es.js.map +1 -1
  29. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arraysFind.es.js +11 -1
  30. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/arraysFind.es.js.map +1 -1
  31. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/async.es.js +65 -0
  32. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/async.es.js.map +1 -1
  33. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/cancellation.es.js +9 -1
  34. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/cancellation.es.js.map +1 -1
  35. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/dataTransfer.es.js +129 -0
  36. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/dataTransfer.es.js.map +1 -0
  37. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/equals.es.js +53 -4
  38. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/equals.es.js.map +1 -1
  39. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/errorMessage.es.js +60 -0
  40. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/errorMessage.es.js.map +1 -0
  41. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/extpath.es.js +8 -1
  42. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/extpath.es.js.map +1 -1
  43. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/filters.es.js +48 -0
  44. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/filters.es.js.map +1 -1
  45. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/hierarchicalKind.es.js +25 -0
  46. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/hierarchicalKind.es.js.map +1 -0
  47. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/htmlContent.es.js +10 -0
  48. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/htmlContent.es.js.map +1 -1
  49. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/labels.es.js +12 -0
  50. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/labels.es.js.map +1 -0
  51. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/lifecycle.es.js +17 -0
  52. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/lifecycle.es.js.map +1 -1
  53. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/objects.es.js +23 -1
  54. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/objects.es.js.map +1 -1
  55. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/autorun.es.js +19 -1
  56. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/autorun.es.js.map +1 -1
  57. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/base.es.js +9 -0
  58. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/base.es.js.map +1 -1
  59. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/derived.es.js +4 -0
  60. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/derived.es.js.map +1 -1
  61. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/promise.es.js +44 -2
  62. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/promise.es.js.map +1 -1
  63. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/utils.es.js +59 -1
  64. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/observableInternal/utils.es.js.map +1 -1
  65. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/platform.es.js +2 -0
  66. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/platform.es.js.map +1 -1
  67. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/resources.es.js +10 -6
  68. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/resources.es.js.map +1 -1
  69. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/search.es.js +42 -0
  70. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/search.es.js.map +1 -0
  71. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/strings.es.js +21 -0
  72. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/strings.es.js.map +1 -1
  73. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/types.es.js +1 -1
  74. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/types.es.js.map +1 -1
  75. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/uuid.es.js +53 -0
  76. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/base/common/uuid.es.js.map +1 -0
  77. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaHandler.es.js +2 -2
  78. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaHandler.es.js.map +1 -1
  79. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaInput.es.js +4 -0
  80. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/controller/textAreaInput.es.js.map +1 -1
  81. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/dnd.es.js +70 -0
  82. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/dnd.es.js.map +1 -0
  83. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorBrowser.es.js +20 -0
  84. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorBrowser.es.js.map +1 -0
  85. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorExtensions.es.js +148 -8
  86. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/editorExtensions.es.js.map +1 -1
  87. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/observableCodeEditor.es.js +37 -2
  88. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/observableCodeEditor.es.js.map +1 -1
  89. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget.es.js +57 -0
  90. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/codeEditor/embeddedCodeEditorWidget.es.js.map +1 -0
  91. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/commands.es.js +254 -0
  92. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/commands.es.js.map +1 -0
  93. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.es.js +79 -0
  94. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.es.js.map +1 -0
  95. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/utils.es.js +7 -1
  96. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/browser/widget/diffEditor/utils.es.js.map +1 -1
  97. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/replaceCommand.es.js +19 -0
  98. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/replaceCommand.es.js.map +1 -1
  99. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/trimTrailingWhitespaceCommand.es.js +81 -0
  100. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/commands/trimTrailingWhitespaceCommand.es.js.map +1 -0
  101. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.es.js +23 -1
  102. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/characterClassifier.es.js.map +1 -1
  103. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/editorColorRegistry.es.js +4 -2
  104. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/core/editorColorRegistry.es.js.map +1 -1
  105. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/cursor/cursorWordOperations.es.js +71 -1
  106. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/cursor/cursorWordOperations.es.js.map +1 -1
  107. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/editorFeatures.es.js +5 -1
  108. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/editorFeatures.es.js.map +1 -1
  109. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages/autoIndent.es.js +74 -0
  110. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages/autoIndent.es.js.map +1 -1
  111. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages.es.js +6 -3
  112. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/languages.es.js.map +1 -1
  113. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.es.js +61 -0
  114. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.es.js.map +1 -0
  115. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/getIconClasses.es.js +84 -0
  116. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/getIconClasses.es.js.map +1 -0
  117. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensDto.es.js +67 -0
  118. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensDto.es.js.map +1 -0
  119. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensProviderStyling.es.js +82 -1
  120. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/semanticTokensProviderStyling.es.js.map +1 -1
  121. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDnd.es.js +23 -0
  122. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDnd.es.js.map +1 -0
  123. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDndService.es.js +14 -0
  124. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/services/treeViewsDndService.es.js.map +1 -0
  125. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/lineTokens.es.js +13 -1
  126. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/lineTokens.es.js.map +1 -1
  127. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/sparseMultilineTokens.es.js +389 -0
  128. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/common/tokens/sparseMultilineTokens.es.js.map +1 -0
  129. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.es.js +182 -0
  130. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.es.js.map +1 -0
  131. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.es.js +370 -0
  132. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.es.js.map +1 -0
  133. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/caretOperations.es.js +46 -0
  134. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/caretOperations.es.js.map +1 -0
  135. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/moveCaretCommand.es.js +44 -0
  136. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/moveCaretCommand.es.js.map +1 -0
  137. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/transpose.es.js +59 -0
  138. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/caretOperations/browser/transpose.es.js.map +1 -0
  139. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.es.js +258 -0
  140. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/clipboard/browser/clipboard.es.js.map +1 -0
  141. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeAction.es.js +271 -0
  142. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeAction.es.js.map +1 -0
  143. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.es.js +231 -0
  144. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.es.js.map +1 -0
  145. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.es.js +61 -0
  146. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.es.js.map +1 -0
  147. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionController.es.js +368 -0
  148. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionController.es.js.map +1 -0
  149. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.es.js +78 -0
  150. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.es.js.map +1 -0
  151. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.es.js +65 -0
  152. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.es.js.map +1 -0
  153. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionModel.es.js +317 -0
  154. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/codeActionModel.es.js.map +1 -0
  155. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.es.js +413 -0
  156. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.es.js.map +1 -0
  157. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/common/types.es.js +141 -0
  158. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codeAction/common/types.es.js.map +1 -0
  159. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codeLensCache.es.js +123 -0
  160. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codeLensCache.es.js.map +1 -0
  161. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelens.es.js +94 -0
  162. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelens.es.js.map +1 -0
  163. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensController.es.js +479 -0
  164. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensController.es.js.map +1 -0
  165. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensWidget.es.js +249 -0
  166. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/codelens/browser/codelensWidget.es.js.map +1 -0
  167. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/color.es.js +113 -0
  168. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/color.es.js.map +1 -0
  169. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorContributions.es.js +61 -0
  170. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorContributions.es.js.map +1 -0
  171. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorDetector.es.js +263 -0
  172. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorDetector.es.js.map +1 -0
  173. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.es.js +254 -0
  174. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.es.js.map +1 -0
  175. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.es.js +72 -0
  176. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.es.js.map +1 -0
  177. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.es.js +365 -0
  178. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.es.js.map +1 -0
  179. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.es.js +56 -0
  180. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.es.js.map +1 -0
  181. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions.es.js +89 -0
  182. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerActions.es.js.map +1 -0
  183. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.es.js +265 -0
  184. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPickerWidget.es.js.map +1 -0
  185. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/blockCommentCommand.es.js +127 -0
  186. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/blockCommentCommand.es.js.map +1 -0
  187. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/comment.es.js +159 -0
  188. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/comment.es.js.map +1 -0
  189. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/lineCommentCommand.es.js +302 -0
  190. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/comment/browser/lineCommentCommand.es.js.map +1 -0
  191. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/contextmenu/browser/contextmenu.es.js +358 -0
  192. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/contextmenu/browser/contextmenu.es.js.map +1 -0
  193. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.es.js +142 -0
  194. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.es.js.map +1 -0
  195. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.es.js +60 -0
  196. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/diffEditorBreadcrumbs/browser/contribution.es.js.map +1 -0
  197. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dnd.es.js +207 -0
  198. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dnd.es.js.map +1 -0
  199. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.es.js +45 -0
  200. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.es.js.map +1 -0
  201. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.es.js +19 -0
  202. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.es.js.map +1 -0
  203. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/outlineModel.es.js +260 -0
  204. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/documentSymbols/browser/outlineModel.es.js.map +1 -0
  205. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.es.js +95 -0
  206. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.es.js.map +1 -0
  207. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.es.js +504 -0
  208. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.es.js.map +1 -0
  209. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.es.js +214 -0
  210. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.es.js.map +1 -0
  211. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.es.js +62 -0
  212. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.es.js.map +1 -0
  213. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.es.js +168 -0
  214. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.es.js.map +1 -0
  215. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.es.js +75 -0
  216. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.es.js.map +1 -0
  217. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.es.js +211 -0
  218. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.es.js.map +1 -0
  219. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/editorState.es.js +102 -0
  220. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/editorState.es.js.map +1 -0
  221. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.es.js +15 -1
  222. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.es.js.map +1 -1
  223. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findController.es.js +1074 -0
  224. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findController.es.js.map +1 -0
  225. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findDecorations.es.js +301 -0
  226. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findDecorations.es.js.map +1 -0
  227. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findModel.es.js +517 -0
  228. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findModel.es.js.map +1 -0
  229. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findOptionsWidget.es.js +155 -0
  230. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findOptionsWidget.es.js.map +1 -0
  231. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findState.es.js +273 -0
  232. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findState.es.js.map +1 -0
  233. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findWidget.es.js +1208 -0
  234. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/findWidget.es.js.map +1 -0
  235. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replaceAllCommand.es.js +46 -0
  236. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replaceAllCommand.es.js.map +1 -0
  237. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replacePattern.es.js +237 -0
  238. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/find/browser/replacePattern.es.js.map +1 -0
  239. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/folding.es.js +1258 -0
  240. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/folding.es.js.map +1 -0
  241. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingDecorations.es.js +161 -0
  242. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingDecorations.es.js.map +1 -0
  243. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingModel.es.js +453 -0
  244. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingModel.es.js.map +1 -0
  245. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingRanges.es.js +347 -0
  246. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/foldingRanges.es.js.map +1 -0
  247. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/hiddenRangeModel.es.js +124 -0
  248. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/hiddenRangeModel.es.js.map +1 -0
  249. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/indentRangeProvider.es.js +152 -0
  250. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/indentRangeProvider.es.js.map +1 -0
  251. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/syntaxRangeProvider.es.js +169 -0
  252. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/folding/browser/syntaxRangeProvider.es.js.map +1 -0
  253. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/fontZoom/browser/fontZoom.es.js +46 -0
  254. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/fontZoom/browser/fontZoom.es.js.map +1 -0
  255. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/format.es.js +236 -8
  256. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/format.es.js.map +1 -1
  257. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formatActions.es.js +271 -0
  258. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formatActions.es.js.map +1 -0
  259. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formattingEdit.es.js +52 -0
  260. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/format/browser/formattingEdit.es.js.map +1 -0
  261. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoError.es.js +281 -0
  262. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoError.es.js.map +1 -0
  263. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.es.js +350 -0
  264. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.es.js.map +1 -0
  265. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/markerNavigationService.es.js +194 -0
  266. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoError/browser/markerNavigationService.es.js.map +1 -0
  267. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.es.js +709 -0
  268. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.es.js.map +1 -0
  269. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToSymbol.es.js +126 -0
  270. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/goToSymbol.es.js.map +1 -0
  271. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.es.js +143 -0
  272. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.es.js.map +1 -0
  273. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.es.js +248 -0
  274. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.es.js.map +1 -0
  275. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.es.js +393 -0
  276. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.es.js.map +1 -0
  277. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.es.js +189 -0
  278. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.es.js.map +1 -0
  279. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.es.js +458 -0
  280. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.es.js.map +1 -0
  281. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.es.js +232 -0
  282. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.es.js.map +1 -0
  283. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.es.js +181 -0
  284. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.es.js.map +1 -0
  285. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverComputer.es.js +92 -0
  286. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverComputer.es.js.map +1 -0
  287. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverController2.es.js +298 -0
  288. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverController2.es.js.map +1 -0
  289. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverRendered.es.js +259 -0
  290. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverRendered.es.js.map +1 -0
  291. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverStatusBar.es.js +50 -0
  292. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverStatusBar.es.js.map +1 -0
  293. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverTypes.es.js +28 -0
  294. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverTypes.es.js.map +1 -0
  295. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidget.es.js +383 -0
  296. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidget.es.js.map +1 -0
  297. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidgetWrapper.es.js +340 -0
  298. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/contentHoverWidgetWrapper.es.js.map +1 -0
  299. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/getHover.es.js +46 -0
  300. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/getHover.es.js.map +1 -0
  301. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverAccessibleViews.es.js +12 -0
  302. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverAccessibleViews.es.js.map +1 -0
  303. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActionIds.es.js +32 -0
  304. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActionIds.es.js.map +1 -0
  305. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActions.es.js +452 -0
  306. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverActions.es.js.map +1 -0
  307. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverContribution.es.js +60 -0
  308. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverContribution.es.js.map +1 -0
  309. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverOperation.es.js +152 -0
  310. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverOperation.es.js.map +1 -0
  311. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverTypes.es.js +60 -0
  312. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverTypes.es.js.map +1 -0
  313. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverUtils.es.js +12 -0
  314. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/hoverUtils.es.js.map +1 -0
  315. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverComputer.es.js +52 -0
  316. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverComputer.es.js.map +1 -0
  317. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverController.es.js +174 -0
  318. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverController.es.js.map +1 -0
  319. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverWidget.es.js +172 -0
  320. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/marginHoverWidget.es.js.map +1 -0
  321. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.es.js +386 -0
  322. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.es.js.map +1 -0
  323. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.es.js +239 -0
  324. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.es.js.map +1 -0
  325. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/resizableContentWidget.es.js +91 -0
  326. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/hover/browser/resizableContentWidget.es.js.map +1 -0
  327. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.es.js +153 -0
  328. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.es.js.map +1 -0
  329. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand.es.js +23 -0
  330. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplaceCommand.es.js.map +1 -0
  331. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/browser/indentation.es.js +605 -0
  332. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/browser/indentation.es.js.map +1 -0
  333. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentUtils.es.js +31 -0
  334. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentUtils.es.js.map +1 -0
  335. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentation.es.js +83 -0
  336. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/indentation/common/indentation.es.js.map +1 -0
  337. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHints.es.js +142 -0
  338. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHints.es.js.map +1 -0
  339. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsContribution.es.js +12 -0
  340. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsContribution.es.js.map +1 -0
  341. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsController.es.js +566 -0
  342. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsController.es.js.map +1 -0
  343. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.es.js +147 -0
  344. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.es.js.map +1 -0
  345. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsLocations.es.js +94 -0
  346. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlayHints/browser/inlayHintsLocations.es.js.map +1 -0
  347. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commandIds.es.js +9 -0
  348. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commandIds.es.js.map +1 -0
  349. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.es.js +212 -0
  350. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.es.js.map +1 -0
  351. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.es.js +62 -0
  352. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.es.js.map +1 -0
  353. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.es.js +286 -0
  354. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.es.js.map +1 -0
  355. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.es.js +153 -0
  356. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.es.js.map +1 -0
  357. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.es.js +323 -0
  358. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.es.js.map +1 -0
  359. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.es.js +25 -0
  360. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletions.contribution.es.js.map +1 -0
  361. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView.es.js +6 -0
  362. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/inlineCompletionsAccessibleView.es.js.map +1 -0
  363. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/ghostText.es.js +92 -0
  364. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/ghostText.es.js.map +1 -0
  365. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.es.js +484 -0
  366. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsModel.es.js.map +1 -0
  367. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.es.js +268 -0
  368. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/inlineCompletionsSource.es.js.map +1 -0
  369. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions.es.js +224 -0
  370. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/provideInlineCompletions.es.js.map +1 -0
  371. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit.es.js +166 -0
  372. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/singleTextEdit.es.js.map +1 -0
  373. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/suggestWidgetAdaptor.es.js +173 -0
  374. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/model/suggestWidgetAdaptor.es.js.map +1 -0
  375. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/utils.es.js +55 -0
  376. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/utils.es.js.map +1 -0
  377. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/view/ghostTextView.es.js +311 -0
  378. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineCompletions/browser/view/ghostTextView.es.js.map +1 -0
  379. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commandIds.es.js +11 -0
  380. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commandIds.es.js.map +1 -0
  381. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commands.es.js +141 -0
  382. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/commands.es.js.map +1 -0
  383. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/ghostTextWidget.es.js +198 -0
  384. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/ghostTextWidget.es.js.map +1 -0
  385. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEdit.contribution.es.js +15 -0
  386. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEdit.contribution.es.js.map +1 -0
  387. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditController.es.js +327 -0
  388. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditController.es.js.map +1 -0
  389. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget.es.js +208 -0
  390. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditHintsWidget.es.js.map +1 -0
  391. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget.es.js +310 -0
  392. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdit/browser/inlineEditSideBySideWidget.es.js.map +1 -0
  393. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/commands.es.js +138 -0
  394. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/commands.es.js.map +1 -0
  395. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/consts.es.js +15 -0
  396. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/consts.es.js.map +1 -0
  397. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution.es.js +15 -0
  398. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEdits.contribution.es.js.map +1 -0
  399. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsController.es.js +105 -0
  400. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsController.es.js.map +1 -0
  401. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsModel.es.js +236 -0
  402. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsModel.es.js.map +1 -0
  403. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsWidget.es.js +322 -0
  404. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineEdits/browser/inlineEditsWidget.es.js.map +1 -0
  405. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineProgress/browser/inlineProgress.es.js +149 -0
  406. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/inlineProgress/browser/inlineProgress.es.js.map +1 -0
  407. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/lineSelection/browser/lineSelection.es.js +35 -0
  408. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/lineSelection/browser/lineSelection.es.js.map +1 -0
  409. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.es.js +67 -0
  410. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.es.js.map +1 -0
  411. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/linesOperations.es.js +1114 -0
  412. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/linesOperations.es.js.map +1 -0
  413. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/moveLinesCommand.es.js +347 -0
  414. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/moveLinesCommand.es.js.map +1 -0
  415. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/sortLinesCommand.es.js +78 -0
  416. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linesOperations/browser/sortLinesCommand.es.js.map +1 -0
  417. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.es.js +382 -0
  418. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.es.js.map +1 -0
  419. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/getLinks.es.js +141 -0
  420. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/getLinks.es.js.map +1 -0
  421. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/links.es.js +374 -0
  422. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/links/browser/links.es.js.map +1 -0
  423. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/longLinesHelper/browser/longLinesHelper.es.js +28 -0
  424. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/longLinesHelper/browser/longLinesHelper.es.js.map +1 -0
  425. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/message/browser/messageController.es.js +190 -0
  426. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/message/browser/messageController.es.js.map +1 -0
  427. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/multicursor/browser/multicursor.es.js +1088 -0
  428. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/multicursor/browser/multicursor.es.js.map +1 -0
  429. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHints.es.js +151 -0
  430. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHints.es.js.map +1 -0
  431. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsModel.es.js +262 -0
  432. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsModel.es.js.map +1 -0
  433. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.es.js +328 -0
  434. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.es.js.map +1 -0
  435. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/provideSignatureHelp.es.js +55 -0
  436. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/parameterHints/browser/provideSignatureHelp.es.js.map +1 -0
  437. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/peekView/browser/peekView.es.js +267 -0
  438. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/peekView/browser/peekView.es.js.map +1 -0
  439. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.es.js +15 -0
  440. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.es.js.map +1 -0
  441. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderTextContribution.es.js +85 -0
  442. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/placeholderText/browser/placeholderTextContribution.es.js.map +1 -0
  443. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.es.js +41 -0
  444. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.es.js.map +1 -0
  445. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/rename.es.js +475 -0
  446. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/rename.es.js.map +1 -0
  447. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/renameWidget.es.js +756 -0
  448. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/rename/browser/renameWidget.es.js.map +1 -0
  449. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/sectionHeaders/browser/sectionHeaders.es.js +195 -0
  450. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/sectionHeaders/browser/sectionHeaders.es.js.map +1 -0
  451. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.es.js +334 -0
  452. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.es.js.map +1 -0
  453. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.es.js +137 -0
  454. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/browser/viewportSemanticTokens.es.js.map +1 -0
  455. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/getSemanticTokens.es.js +197 -0
  456. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/getSemanticTokens.es.js.map +1 -0
  457. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/semanticTokensConfig.es.js +14 -0
  458. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/semanticTokens/common/semanticTokensConfig.es.js.map +1 -0
  459. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.es.js +134 -0
  460. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.es.js.map +1 -0
  461. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/smartSelect.es.js +277 -0
  462. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/smartSelect.es.js.map +1 -0
  463. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/wordSelections.es.js +69 -0
  464. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/smartSelect/browser/wordSelections.es.js.map +1 -0
  465. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetController2.es.js +281 -0
  466. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetController2.es.js.map +1 -0
  467. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetParser.es.js +926 -0
  468. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetParser.es.js.map +1 -0
  469. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetSession.es.js +547 -0
  470. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetSession.es.js.map +1 -0
  471. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetVariables.es.js +282 -0
  472. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/snippet/browser/snippetVariables.es.js.map +1 -0
  473. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.es.js +139 -0
  474. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.es.js.map +1 -0
  475. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollContribution.es.js +17 -0
  476. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollContribution.es.js.map +1 -0
  477. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollController.es.js +537 -0
  478. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollController.es.js.map +1 -0
  479. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollElement.es.js +27 -0
  480. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollElement.es.js.map +1 -0
  481. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider.es.js +321 -0
  482. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollModelProvider.es.js.map +1 -0
  483. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.es.js +175 -0
  484. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollProvider.es.js.map +1 -0
  485. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.es.js +451 -0
  486. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollWidget.es.js.map +1 -0
  487. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/completionModel.es.js +176 -0
  488. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/completionModel.es.js.map +1 -0
  489. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggest.es.js +305 -0
  490. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggest.es.js.map +1 -0
  491. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestAlternatives.es.js +90 -0
  492. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestAlternatives.es.js.map +1 -0
  493. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestCommitCharacters.es.js +56 -0
  494. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestCommitCharacters.es.js.map +1 -0
  495. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestController.es.js +983 -0
  496. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestController.es.js.map +1 -0
  497. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.es.js +185 -0
  498. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestInlineCompletions.es.js.map +1 -0
  499. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestMemory.es.js +253 -0
  500. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestMemory.es.js.map +1 -0
  501. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestModel.es.js +724 -0
  502. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestModel.es.js.map +1 -0
  503. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestOvertypingCapturer.es.js +58 -0
  504. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestOvertypingCapturer.es.js.map +1 -0
  505. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidget.es.js +909 -0
  506. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidget.es.js.map +1 -0
  507. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.es.js +402 -0
  508. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.es.js.map +1 -0
  509. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.es.js +212 -0
  510. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.es.js.map +1 -0
  511. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetStatus.es.js +72 -0
  512. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/suggestWidgetStatus.es.js.map +1 -0
  513. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordContextKey.es.js +71 -0
  514. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordContextKey.es.js.map +1 -0
  515. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordDistance.es.js +66 -0
  516. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/suggest/browser/wordDistance.es.js.map +1 -0
  517. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.es.js +97 -0
  518. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.es.js.map +1 -0
  519. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.es.js +43 -0
  520. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.es.js.map +1 -0
  521. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/tokenization/browser/tokenization.es.js +26 -0
  522. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/tokenization/browser/tokenization.es.js.map +1 -0
  523. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.es.js +113 -0
  524. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.es.js.map +1 -0
  525. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.es.js +702 -0
  526. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.es.js.map +1 -0
  527. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.es.js +121 -0
  528. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.es.js.map +1 -0
  529. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.es.js +110 -0
  530. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.es.js.map +1 -0
  531. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider.es.js +77 -0
  532. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider.es.js.map +1 -0
  533. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.es.js +712 -0
  534. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.es.js.map +1 -0
  535. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordOperations/browser/wordOperations.es.js +523 -0
  536. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordOperations/browser/wordOperations.es.js.map +1 -0
  537. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordPartOperations/browser/wordPartOperations.es.js +171 -0
  538. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordPartOperations/browser/wordPartOperations.es.js.map +1 -0
  539. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/zoneWidget/browser/zoneWidget.es.js +401 -0
  540. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/zoneWidget/browser/zoneWidget.es.js.map +1 -0
  541. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/nls.es.js +15 -1
  542. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/nls.es.js.map +1 -1
  543. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/accessibility/browser/accessibleViewRegistry.es.js +23 -0
  544. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/accessibility/browser/accessibleViewRegistry.es.js.map +1 -0
  545. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/action/common/actionCommonCategories.es.js +13 -0
  546. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/action/common/actionCommonCategories.es.js.map +1 -0
  547. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionList.es.js +285 -0
  548. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionList.es.js.map +1 -0
  549. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionWidget.es.js +265 -0
  550. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actionWidget/browser/actionWidget.es.js.map +1 -0
  551. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/browser/menuEntryActionViewItem.es.js +30 -0
  552. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/browser/menuEntryActionViewItem.es.js.map +1 -1
  553. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/common/actions.es.js +56 -5
  554. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/actions/common/actions.es.js.map +1 -1
  555. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/contextkey/common/contextkeys.es.js +5 -3
  556. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/contextkey/common/contextkeys.es.js.map +1 -1
  557. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/dnd/browser/dnd.es.js +35 -0
  558. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/dnd/browser/dnd.es.js.map +1 -0
  559. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/files/common/files.es.js +10 -0
  560. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/files/common/files.es.js.map +1 -0
  561. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/contextScopedHistoryWidget.es.js +113 -0
  562. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/contextScopedHistoryWidget.es.js.map +1 -0
  563. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/historyWidgetKeybindingHint.es.js +8 -0
  564. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/history/browser/historyWidgetKeybindingHint.es.js.map +1 -0
  565. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/list/browser/listService.es.js +2 -1
  566. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/list/browser/listService.es.js.map +1 -1
  567. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/platformObservableUtils.es.js +10 -2
  568. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/platformObservableUtils.es.js.map +1 -1
  569. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/wrapInReloadableClass.es.js +59 -0
  570. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/observable/common/wrapInReloadableClass.es.js.map +1 -0
  571. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/opener/browser/link.es.js +95 -0
  572. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/opener/browser/link.es.js.map +1 -0
  573. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/severityIcon/browser/severityIcon.es.js +26 -0
  574. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/severityIcon/browser/severityIcon.es.js.map +1 -0
  575. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/editorColors.es.js +22 -11
  576. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/editorColors.es.js.map +1 -1
  577. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/listColors.es.js +2 -1
  578. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/listColors.es.js.map +1 -1
  579. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/minimapColors.es.js +2 -1
  580. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/colors/minimapColors.es.js.map +1 -1
  581. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/iconRegistry.es.js +3 -2
  582. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/theme/common/iconRegistry.es.js.map +1 -1
  583. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/workspace/common/workspace.es.js +51 -3
  584. package/dist/node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/platform/workspace/common/workspace.es.js.map +1 -1
  585. package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.es.js +1 -1
  586. package/dist/stats.html +4949 -0
  587. package/dist/style.css +1 -1
  588. package/package.json +3 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unicodeHighlighter.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nvar __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n};\nimport { RunOnceScheduler } from '../../../../base/common/async.js';\nimport { Codicon } from '../../../../base/common/codicons.js';\nimport { MarkdownString } from '../../../../base/common/htmlContent.js';\nimport { Disposable } from '../../../../base/common/lifecycle.js';\nimport * as platform from '../../../../base/common/platform.js';\nimport { InvisibleCharacters, isBasicASCII } from '../../../../base/common/strings.js';\nimport './unicodeHighlighter.css';\nimport { EditorAction, registerEditorAction, registerEditorContribution } from '../../../browser/editorExtensions.js';\nimport { inUntrustedWorkspace, unicodeHighlightConfigKeys } from '../../../common/config/editorOptions.js';\nimport { ModelDecorationOptions } from '../../../common/model/textModel.js';\nimport { UnicodeTextModelHighlighter } from '../../../common/services/unicodeTextModelHighlighter.js';\nimport { IEditorWorkerService } from '../../../common/services/editorWorker.js';\nimport { ILanguageService } from '../../../common/languages/language.js';\nimport { isModelDecorationInComment, isModelDecorationInString, isModelDecorationVisible } from '../../../common/viewModel/viewModelDecorations.js';\nimport { HoverParticipantRegistry } from '../../hover/browser/hoverTypes.js';\nimport { MarkdownHover, renderMarkdownHovers } from '../../hover/browser/markdownHoverParticipant.js';\nimport { BannerController } from './bannerController.js';\nimport * as nls from '../../../../nls.js';\nimport { IConfigurationService } from '../../../../platform/configuration/common/configuration.js';\nimport { IInstantiationService } from '../../../../platform/instantiation/common/instantiation.js';\nimport { IOpenerService } from '../../../../platform/opener/common/opener.js';\nimport { IQuickInputService } from '../../../../platform/quickinput/common/quickInput.js';\nimport { registerIcon } from '../../../../platform/theme/common/iconRegistry.js';\nimport { IWorkspaceTrustManagementService } from '../../../../platform/workspace/common/workspaceTrust.js';\nexport const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, nls.localize('warningIcon', 'Icon shown with a warning message in the extensions editor.'));\nlet UnicodeHighlighter = class UnicodeHighlighter extends Disposable {\n static { this.ID = 'editor.contrib.unicodeHighlighter'; }\n constructor(_editor, _editorWorkerService, _workspaceTrustService, instantiationService) {\n super();\n this._editor = _editor;\n this._editorWorkerService = _editorWorkerService;\n this._workspaceTrustService = _workspaceTrustService;\n this._highlighter = null;\n this._bannerClosed = false;\n this._updateState = (state) => {\n if (state && state.hasMore) {\n if (this._bannerClosed) {\n return;\n }\n // This document contains many non-basic ASCII characters.\n const max = Math.max(state.ambiguousCharacterCount, state.nonBasicAsciiCharacterCount, state.invisibleCharacterCount);\n let data;\n if (state.nonBasicAsciiCharacterCount >= max) {\n data = {\n message: nls.localize('unicodeHighlighting.thisDocumentHasManyNonBasicAsciiUnicodeCharacters', 'This document contains many non-basic ASCII unicode characters'),\n command: new DisableHighlightingOfNonBasicAsciiCharactersAction(),\n };\n }\n else if (state.ambiguousCharacterCount >= max) {\n data = {\n message: nls.localize('unicodeHighlighting.thisDocumentHasManyAmbiguousUnicodeCharacters', 'This document contains many ambiguous unicode characters'),\n command: new DisableHighlightingOfAmbiguousCharactersAction(),\n };\n }\n else if (state.invisibleCharacterCount >= max) {\n data = {\n message: nls.localize('unicodeHighlighting.thisDocumentHasManyInvisibleUnicodeCharacters', 'This document contains many invisible unicode characters'),\n command: new DisableHighlightingOfInvisibleCharactersAction(),\n };\n }\n else {\n throw new Error('Unreachable');\n }\n this._bannerController.show({\n id: 'unicodeHighlightBanner',\n message: data.message,\n icon: warningIcon,\n actions: [\n {\n label: data.command.shortLabel,\n href: `command:${data.command.id}`\n }\n ],\n onClose: () => {\n this._bannerClosed = true;\n },\n });\n }\n else {\n this._bannerController.hide();\n }\n };\n this._bannerController = this._register(instantiationService.createInstance(BannerController, _editor));\n this._register(this._editor.onDidChangeModel(() => {\n this._bannerClosed = false;\n this._updateHighlighter();\n }));\n this._options = _editor.getOption(126 /* EditorOption.unicodeHighlighting */);\n this._register(_workspaceTrustService.onDidChangeTrust(e => {\n this._updateHighlighter();\n }));\n this._register(_editor.onDidChangeConfiguration(e => {\n if (e.hasChanged(126 /* EditorOption.unicodeHighlighting */)) {\n this._options = _editor.getOption(126 /* EditorOption.unicodeHighlighting */);\n this._updateHighlighter();\n }\n }));\n this._updateHighlighter();\n }\n dispose() {\n if (this._highlighter) {\n this._highlighter.dispose();\n this._highlighter = null;\n }\n super.dispose();\n }\n _updateHighlighter() {\n this._updateState(null);\n if (this._highlighter) {\n this._highlighter.dispose();\n this._highlighter = null;\n }\n if (!this._editor.hasModel()) {\n return;\n }\n const options = resolveOptions(this._workspaceTrustService.isWorkspaceTrusted(), this._options);\n if ([\n options.nonBasicASCII,\n options.ambiguousCharacters,\n options.invisibleCharacters,\n ].every((option) => option === false)) {\n // Don't do anything if the feature is fully disabled\n return;\n }\n const highlightOptions = {\n nonBasicASCII: options.nonBasicASCII,\n ambiguousCharacters: options.ambiguousCharacters,\n invisibleCharacters: options.invisibleCharacters,\n includeComments: options.includeComments,\n includeStrings: options.includeStrings,\n allowedCodePoints: Object.keys(options.allowedCharacters).map(c => c.codePointAt(0)),\n allowedLocales: Object.keys(options.allowedLocales).map(locale => {\n if (locale === '_os') {\n const osLocale = new Intl.NumberFormat().resolvedOptions().locale;\n return osLocale;\n }\n else if (locale === '_vscode') {\n return platform.language;\n }\n return locale;\n }),\n };\n if (this._editorWorkerService.canComputeUnicodeHighlights(this._editor.getModel().uri)) {\n this._highlighter = new DocumentUnicodeHighlighter(this._editor, highlightOptions, this._updateState, this._editorWorkerService);\n }\n else {\n this._highlighter = new ViewportUnicodeHighlighter(this._editor, highlightOptions, this._updateState);\n }\n }\n getDecorationInfo(decoration) {\n if (this._highlighter) {\n return this._highlighter.getDecorationInfo(decoration);\n }\n return null;\n }\n};\nUnicodeHighlighter = __decorate([\n __param(1, IEditorWorkerService),\n __param(2, IWorkspaceTrustManagementService),\n __param(3, IInstantiationService)\n], UnicodeHighlighter);\nexport { UnicodeHighlighter };\nfunction resolveOptions(trusted, options) {\n return {\n nonBasicASCII: options.nonBasicASCII === inUntrustedWorkspace ? !trusted : options.nonBasicASCII,\n ambiguousCharacters: options.ambiguousCharacters,\n invisibleCharacters: options.invisibleCharacters,\n includeComments: options.includeComments === inUntrustedWorkspace ? !trusted : options.includeComments,\n includeStrings: options.includeStrings === inUntrustedWorkspace ? !trusted : options.includeStrings,\n allowedCharacters: options.allowedCharacters,\n allowedLocales: options.allowedLocales,\n };\n}\nlet DocumentUnicodeHighlighter = class DocumentUnicodeHighlighter extends Disposable {\n constructor(_editor, _options, _updateState, _editorWorkerService) {\n super();\n this._editor = _editor;\n this._options = _options;\n this._updateState = _updateState;\n this._editorWorkerService = _editorWorkerService;\n this._model = this._editor.getModel();\n this._decorations = this._editor.createDecorationsCollection();\n this._updateSoon = this._register(new RunOnceScheduler(() => this._update(), 250));\n this._register(this._editor.onDidChangeModelContent(() => {\n this._updateSoon.schedule();\n }));\n this._updateSoon.schedule();\n }\n dispose() {\n this._decorations.clear();\n super.dispose();\n }\n _update() {\n if (this._model.isDisposed()) {\n return;\n }\n if (!this._model.mightContainNonBasicASCII()) {\n this._decorations.clear();\n return;\n }\n const modelVersionId = this._model.getVersionId();\n this._editorWorkerService\n .computedUnicodeHighlights(this._model.uri, this._options)\n .then((info) => {\n if (this._model.isDisposed()) {\n return;\n }\n if (this._model.getVersionId() !== modelVersionId) {\n // model changed in the meantime\n return;\n }\n this._updateState(info);\n const decorations = [];\n if (!info.hasMore) {\n // Don't show decoration if there are too many.\n // In this case, a banner is shown.\n for (const range of info.ranges) {\n decorations.push({\n range: range,\n options: Decorations.instance.getDecorationFromOptions(this._options),\n });\n }\n }\n this._decorations.set(decorations);\n });\n }\n getDecorationInfo(decoration) {\n if (!this._decorations.has(decoration)) {\n return null;\n }\n const model = this._editor.getModel();\n if (!isModelDecorationVisible(model, decoration)) {\n return null;\n }\n const text = model.getValueInRange(decoration.range);\n return {\n reason: computeReason(text, this._options),\n inComment: isModelDecorationInComment(model, decoration),\n inString: isModelDecorationInString(model, decoration),\n };\n }\n};\nDocumentUnicodeHighlighter = __decorate([\n __param(3, IEditorWorkerService)\n], DocumentUnicodeHighlighter);\nclass ViewportUnicodeHighlighter extends Disposable {\n constructor(_editor, _options, _updateState) {\n super();\n this._editor = _editor;\n this._options = _options;\n this._updateState = _updateState;\n this._model = this._editor.getModel();\n this._decorations = this._editor.createDecorationsCollection();\n this._updateSoon = this._register(new RunOnceScheduler(() => this._update(), 250));\n this._register(this._editor.onDidLayoutChange(() => {\n this._updateSoon.schedule();\n }));\n this._register(this._editor.onDidScrollChange(() => {\n this._updateSoon.schedule();\n }));\n this._register(this._editor.onDidChangeHiddenAreas(() => {\n this._updateSoon.schedule();\n }));\n this._register(this._editor.onDidChangeModelContent(() => {\n this._updateSoon.schedule();\n }));\n this._updateSoon.schedule();\n }\n dispose() {\n this._decorations.clear();\n super.dispose();\n }\n _update() {\n if (this._model.isDisposed()) {\n return;\n }\n if (!this._model.mightContainNonBasicASCII()) {\n this._decorations.clear();\n return;\n }\n const ranges = this._editor.getVisibleRanges();\n const decorations = [];\n const totalResult = {\n ranges: [],\n ambiguousCharacterCount: 0,\n invisibleCharacterCount: 0,\n nonBasicAsciiCharacterCount: 0,\n hasMore: false,\n };\n for (const range of ranges) {\n const result = UnicodeTextModelHighlighter.computeUnicodeHighlights(this._model, this._options, range);\n for (const r of result.ranges) {\n totalResult.ranges.push(r);\n }\n totalResult.ambiguousCharacterCount += totalResult.ambiguousCharacterCount;\n totalResult.invisibleCharacterCount += totalResult.invisibleCharacterCount;\n totalResult.nonBasicAsciiCharacterCount += totalResult.nonBasicAsciiCharacterCount;\n totalResult.hasMore = totalResult.hasMore || result.hasMore;\n }\n if (!totalResult.hasMore) {\n // Don't show decorations if there are too many.\n // A banner will be shown instead.\n for (const range of totalResult.ranges) {\n decorations.push({ range, options: Decorations.instance.getDecorationFromOptions(this._options) });\n }\n }\n this._updateState(totalResult);\n this._decorations.set(decorations);\n }\n getDecorationInfo(decoration) {\n if (!this._decorations.has(decoration)) {\n return null;\n }\n const model = this._editor.getModel();\n const text = model.getValueInRange(decoration.range);\n if (!isModelDecorationVisible(model, decoration)) {\n return null;\n }\n return {\n reason: computeReason(text, this._options),\n inComment: isModelDecorationInComment(model, decoration),\n inString: isModelDecorationInString(model, decoration),\n };\n }\n}\nconst configureUnicodeHighlightOptionsStr = nls.localize('unicodeHighlight.configureUnicodeHighlightOptions', 'Configure Unicode Highlight Options');\nlet UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipant {\n constructor(_editor, _languageService, _openerService) {\n this._editor = _editor;\n this._languageService = _languageService;\n this._openerService = _openerService;\n this.hoverOrdinal = 5;\n }\n computeSync(anchor, lineDecorations) {\n if (!this._editor.hasModel() || anchor.type !== 1 /* HoverAnchorType.Range */) {\n return [];\n }\n const model = this._editor.getModel();\n const unicodeHighlighter = this._editor.getContribution(UnicodeHighlighter.ID);\n if (!unicodeHighlighter) {\n return [];\n }\n const result = [];\n const existedReason = new Set();\n let index = 300;\n for (const d of lineDecorations) {\n const highlightInfo = unicodeHighlighter.getDecorationInfo(d);\n if (!highlightInfo) {\n continue;\n }\n const char = model.getValueInRange(d.range);\n // text refers to a single character.\n const codePoint = char.codePointAt(0);\n const codePointStr = formatCodePointMarkdown(codePoint);\n let reason;\n switch (highlightInfo.reason.kind) {\n case 0 /* UnicodeHighlighterReasonKind.Ambiguous */: {\n if (isBasicASCII(highlightInfo.reason.confusableWith)) {\n reason = nls.localize('unicodeHighlight.characterIsAmbiguousASCII', 'The character {0} could be confused with the ASCII character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));\n }\n else {\n reason = nls.localize('unicodeHighlight.characterIsAmbiguous', 'The character {0} could be confused with the character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));\n }\n break;\n }\n case 1 /* UnicodeHighlighterReasonKind.Invisible */:\n reason = nls.localize('unicodeHighlight.characterIsInvisible', 'The character {0} is invisible.', codePointStr);\n break;\n case 2 /* UnicodeHighlighterReasonKind.NonBasicAscii */:\n reason = nls.localize('unicodeHighlight.characterIsNonBasicAscii', 'The character {0} is not a basic ASCII character.', codePointStr);\n break;\n }\n if (existedReason.has(reason)) {\n continue;\n }\n existedReason.add(reason);\n const adjustSettingsArgs = {\n codePoint: codePoint,\n reason: highlightInfo.reason,\n inComment: highlightInfo.inComment,\n inString: highlightInfo.inString,\n };\n const adjustSettings = nls.localize('unicodeHighlight.adjustSettings', 'Adjust settings');\n const uri = `command:${ShowExcludeOptions.ID}?${encodeURIComponent(JSON.stringify(adjustSettingsArgs))}`;\n const markdown = new MarkdownString('', true)\n .appendMarkdown(reason)\n .appendText(' ')\n .appendLink(uri, adjustSettings, configureUnicodeHighlightOptionsStr);\n result.push(new MarkdownHover(this, d.range, [markdown], false, index++));\n }\n return result;\n }\n renderHoverParts(context, hoverParts) {\n return renderMarkdownHovers(context, hoverParts, this._editor, this._languageService, this._openerService);\n }\n};\nUnicodeHighlighterHoverParticipant = __decorate([\n __param(1, ILanguageService),\n __param(2, IOpenerService)\n], UnicodeHighlighterHoverParticipant);\nexport { UnicodeHighlighterHoverParticipant };\nfunction codePointToHex(codePoint) {\n return `U+${codePoint.toString(16).padStart(4, '0')}`;\n}\nfunction formatCodePointMarkdown(codePoint) {\n let value = `\\`${codePointToHex(codePoint)}\\``;\n if (!InvisibleCharacters.isInvisibleCharacter(codePoint)) {\n // Don't render any control characters or any invisible characters, as they cannot be seen anyways.\n value += ` \"${`${renderCodePointAsInlineCode(codePoint)}`}\"`;\n }\n return value;\n}\nfunction renderCodePointAsInlineCode(codePoint) {\n if (codePoint === 96 /* CharCode.BackTick */) {\n return '`` ` ``';\n }\n return '`' + String.fromCodePoint(codePoint) + '`';\n}\nfunction computeReason(char, options) {\n return UnicodeTextModelHighlighter.computeUnicodeHighlightReason(char, options);\n}\nclass Decorations {\n constructor() {\n this.map = new Map();\n }\n static { this.instance = new Decorations(); }\n getDecorationFromOptions(options) {\n return this.getDecoration(!options.includeComments, !options.includeStrings);\n }\n getDecoration(hideInComments, hideInStrings) {\n const key = `${hideInComments}${hideInStrings}`;\n let options = this.map.get(key);\n if (!options) {\n options = ModelDecorationOptions.createDynamic({\n description: 'unicode-highlight',\n stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,\n className: 'unicode-highlight',\n showIfCollapsed: true,\n overviewRuler: null,\n minimap: null,\n hideInCommentTokens: hideInComments,\n hideInStringTokens: hideInStrings,\n });\n this.map.set(key, options);\n }\n return options;\n }\n}\nexport class DisableHighlightingInCommentsAction extends EditorAction {\n constructor() {\n super({\n id: DisableHighlightingOfAmbiguousCharactersAction.ID,\n label: nls.localize('action.unicodeHighlight.disableHighlightingInComments', 'Disable highlighting of characters in comments'),\n alias: 'Disable highlighting of characters in comments',\n precondition: undefined\n });\n this.shortLabel = nls.localize('unicodeHighlight.disableHighlightingInComments.shortLabel', 'Disable Highlight In Comments');\n }\n async run(accessor, editor, args) {\n const configurationService = accessor?.get(IConfigurationService);\n if (configurationService) {\n this.runAction(configurationService);\n }\n }\n async runAction(configurationService) {\n await configurationService.updateValue(unicodeHighlightConfigKeys.includeComments, false, 2 /* ConfigurationTarget.USER */);\n }\n}\nexport class DisableHighlightingInStringsAction extends EditorAction {\n constructor() {\n super({\n id: DisableHighlightingOfAmbiguousCharactersAction.ID,\n label: nls.localize('action.unicodeHighlight.disableHighlightingInStrings', 'Disable highlighting of characters in strings'),\n alias: 'Disable highlighting of characters in strings',\n precondition: undefined\n });\n this.shortLabel = nls.localize('unicodeHighlight.disableHighlightingInStrings.shortLabel', 'Disable Highlight In Strings');\n }\n async run(accessor, editor, args) {\n const configurationService = accessor?.get(IConfigurationService);\n if (configurationService) {\n this.runAction(configurationService);\n }\n }\n async runAction(configurationService) {\n await configurationService.updateValue(unicodeHighlightConfigKeys.includeStrings, false, 2 /* ConfigurationTarget.USER */);\n }\n}\nexport class DisableHighlightingOfAmbiguousCharactersAction extends EditorAction {\n static { this.ID = 'editor.action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters'; }\n constructor() {\n super({\n id: DisableHighlightingOfAmbiguousCharactersAction.ID,\n label: nls.localize('action.unicodeHighlight.disableHighlightingOfAmbiguousCharacters', 'Disable highlighting of ambiguous characters'),\n alias: 'Disable highlighting of ambiguous characters',\n precondition: undefined\n });\n this.shortLabel = nls.localize('unicodeHighlight.disableHighlightingOfAmbiguousCharacters.shortLabel', 'Disable Ambiguous Highlight');\n }\n async run(accessor, editor, args) {\n const configurationService = accessor?.get(IConfigurationService);\n if (configurationService) {\n this.runAction(configurationService);\n }\n }\n async runAction(configurationService) {\n await configurationService.updateValue(unicodeHighlightConfigKeys.ambiguousCharacters, false, 2 /* ConfigurationTarget.USER */);\n }\n}\nexport class DisableHighlightingOfInvisibleCharactersAction extends EditorAction {\n static { this.ID = 'editor.action.unicodeHighlight.disableHighlightingOfInvisibleCharacters'; }\n constructor() {\n super({\n id: DisableHighlightingOfInvisibleCharactersAction.ID,\n label: nls.localize('action.unicodeHighlight.disableHighlightingOfInvisibleCharacters', 'Disable highlighting of invisible characters'),\n alias: 'Disable highlighting of invisible characters',\n precondition: undefined\n });\n this.shortLabel = nls.localize('unicodeHighlight.disableHighlightingOfInvisibleCharacters.shortLabel', 'Disable Invisible Highlight');\n }\n async run(accessor, editor, args) {\n const configurationService = accessor?.get(IConfigurationService);\n if (configurationService) {\n this.runAction(configurationService);\n }\n }\n async runAction(configurationService) {\n await configurationService.updateValue(unicodeHighlightConfigKeys.invisibleCharacters, false, 2 /* ConfigurationTarget.USER */);\n }\n}\nexport class DisableHighlightingOfNonBasicAsciiCharactersAction extends EditorAction {\n static { this.ID = 'editor.action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters'; }\n constructor() {\n super({\n id: DisableHighlightingOfNonBasicAsciiCharactersAction.ID,\n label: nls.localize('action.unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters', 'Disable highlighting of non basic ASCII characters'),\n alias: 'Disable highlighting of non basic ASCII characters',\n precondition: undefined\n });\n this.shortLabel = nls.localize('unicodeHighlight.disableHighlightingOfNonBasicAsciiCharacters.shortLabel', 'Disable Non ASCII Highlight');\n }\n async run(accessor, editor, args) {\n const configurationService = accessor?.get(IConfigurationService);\n if (configurationService) {\n this.runAction(configurationService);\n }\n }\n async runAction(configurationService) {\n await configurationService.updateValue(unicodeHighlightConfigKeys.nonBasicASCII, false, 2 /* ConfigurationTarget.USER */);\n }\n}\nexport class ShowExcludeOptions extends EditorAction {\n static { this.ID = 'editor.action.unicodeHighlight.showExcludeOptions'; }\n constructor() {\n super({\n id: ShowExcludeOptions.ID,\n label: nls.localize('action.unicodeHighlight.showExcludeOptions', \"Show Exclude Options\"),\n alias: 'Show Exclude Options',\n precondition: undefined\n });\n }\n async run(accessor, editor, args) {\n const { codePoint, reason, inString, inComment } = args;\n const char = String.fromCodePoint(codePoint);\n const quickPickService = accessor.get(IQuickInputService);\n const configurationService = accessor.get(IConfigurationService);\n function getExcludeCharFromBeingHighlightedLabel(codePoint) {\n if (InvisibleCharacters.isInvisibleCharacter(codePoint)) {\n return nls.localize('unicodeHighlight.excludeInvisibleCharFromBeingHighlighted', 'Exclude {0} (invisible character) from being highlighted', codePointToHex(codePoint));\n }\n return nls.localize('unicodeHighlight.excludeCharFromBeingHighlighted', 'Exclude {0} from being highlighted', `${codePointToHex(codePoint)} \"${char}\"`);\n }\n const options = [];\n if (reason.kind === 0 /* UnicodeHighlighterReasonKind.Ambiguous */) {\n for (const locale of reason.notAmbiguousInLocales) {\n options.push({\n label: nls.localize(\"unicodeHighlight.allowCommonCharactersInLanguage\", \"Allow unicode characters that are more common in the language \\\"{0}\\\".\", locale),\n run: async () => {\n excludeLocaleFromBeingHighlighted(configurationService, [locale]);\n },\n });\n }\n }\n options.push({\n label: getExcludeCharFromBeingHighlightedLabel(codePoint),\n run: () => excludeCharFromBeingHighlighted(configurationService, [codePoint])\n });\n if (inComment) {\n const action = new DisableHighlightingInCommentsAction();\n options.push({ label: action.label, run: async () => action.runAction(configurationService) });\n }\n else if (inString) {\n const action = new DisableHighlightingInStringsAction();\n options.push({ label: action.label, run: async () => action.runAction(configurationService) });\n }\n if (reason.kind === 0 /* UnicodeHighlighterReasonKind.Ambiguous */) {\n const action = new DisableHighlightingOfAmbiguousCharactersAction();\n options.push({ label: action.label, run: async () => action.runAction(configurationService) });\n }\n else if (reason.kind === 1 /* UnicodeHighlighterReasonKind.Invisible */) {\n const action = new DisableHighlightingOfInvisibleCharactersAction();\n options.push({ label: action.label, run: async () => action.runAction(configurationService) });\n }\n else if (reason.kind === 2 /* UnicodeHighlighterReasonKind.NonBasicAscii */) {\n const action = new DisableHighlightingOfNonBasicAsciiCharactersAction();\n options.push({ label: action.label, run: async () => action.runAction(configurationService) });\n }\n else {\n expectNever(reason);\n }\n const result = await quickPickService.pick(options, { title: configureUnicodeHighlightOptionsStr });\n if (result) {\n await result.run();\n }\n }\n}\nasync function excludeCharFromBeingHighlighted(configurationService, charCodes) {\n const existingValue = configurationService.getValue(unicodeHighlightConfigKeys.allowedCharacters);\n let value;\n if ((typeof existingValue === 'object') && existingValue) {\n value = existingValue;\n }\n else {\n value = {};\n }\n for (const charCode of charCodes) {\n value[String.fromCodePoint(charCode)] = true;\n }\n await configurationService.updateValue(unicodeHighlightConfigKeys.allowedCharacters, value, 2 /* ConfigurationTarget.USER */);\n}\nasync function excludeLocaleFromBeingHighlighted(configurationService, locales) {\n const existingValue = configurationService.inspect(unicodeHighlightConfigKeys.allowedLocales).user?.value;\n let value;\n if ((typeof existingValue === 'object') && existingValue) {\n // Copy value, as the existing value is read only\n value = Object.assign({}, existingValue);\n }\n else {\n value = {};\n }\n for (const locale of locales) {\n value[locale] = true;\n }\n await configurationService.updateValue(unicodeHighlightConfigKeys.allowedLocales, value, 2 /* ConfigurationTarget.USER */);\n}\nfunction expectNever(value) {\n throw new Error(`Unexpected value: ${value}`);\n}\nregisterEditorAction(DisableHighlightingOfAmbiguousCharactersAction);\nregisterEditorAction(DisableHighlightingOfInvisibleCharactersAction);\nregisterEditorAction(DisableHighlightingOfNonBasicAsciiCharactersAction);\nregisterEditorAction(ShowExcludeOptions);\nregisterEditorContribution(UnicodeHighlighter.ID, UnicodeHighlighter, 1 /* EditorContributionInstantiation.AfterFirstRender */);\nHoverParticipantRegistry.register(UnicodeHighlighterHoverParticipant);\n"],"names":["nls.localize","platform.language","DocumentUnicodeHighlighter","UnicodeHighlighterHoverParticipant","codePoint","_a"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,121 @@
1
+ var _a;
2
+ import { Disposable } from "../../../../base/common/lifecycle.es.js";
3
+ import { basename } from "../../../../base/common/resources.es.js";
4
+ import { registerEditorContribution } from "../../../browser/editorExtensions.es.js";
5
+ import { ICodeEditorService } from "../../../browser/services/codeEditorService.es.js";
6
+ import { localize } from "../../../../nls.es.js";
7
+ import { IDialogService } from "../../../../platform/dialogs/common/dialogs.es.js";
8
+ var __decorate = function(decorators, target, key, desc) {
9
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
10
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
11
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
12
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
13
+ };
14
+ var __param = function(paramIndex, decorator) {
15
+ return function(target, key) {
16
+ decorator(target, key, paramIndex);
17
+ };
18
+ };
19
+ const ignoreUnusualLineTerminators = "ignoreUnusualLineTerminators";
20
+ function writeIgnoreState(codeEditorService, model, state) {
21
+ codeEditorService.setModelProperty(model.uri, ignoreUnusualLineTerminators, state);
22
+ }
23
+ function readIgnoreState(codeEditorService, model) {
24
+ return codeEditorService.getModelProperty(model.uri, ignoreUnusualLineTerminators);
25
+ }
26
+ let UnusualLineTerminatorsDetector = (_a = class extends Disposable {
27
+ constructor(_editor, _dialogService, _codeEditorService) {
28
+ super();
29
+ this._editor = _editor;
30
+ this._dialogService = _dialogService;
31
+ this._codeEditorService = _codeEditorService;
32
+ this._isPresentingDialog = false;
33
+ this._config = this._editor.getOption(
34
+ 127
35
+ /* EditorOption.unusualLineTerminators */
36
+ );
37
+ this._register(this._editor.onDidChangeConfiguration((e) => {
38
+ if (e.hasChanged(
39
+ 127
40
+ /* EditorOption.unusualLineTerminators */
41
+ )) {
42
+ this._config = this._editor.getOption(
43
+ 127
44
+ /* EditorOption.unusualLineTerminators */
45
+ );
46
+ this._checkForUnusualLineTerminators();
47
+ }
48
+ }));
49
+ this._register(this._editor.onDidChangeModel(() => {
50
+ this._checkForUnusualLineTerminators();
51
+ }));
52
+ this._register(this._editor.onDidChangeModelContent((e) => {
53
+ if (e.isUndoing) {
54
+ return;
55
+ }
56
+ this._checkForUnusualLineTerminators();
57
+ }));
58
+ this._checkForUnusualLineTerminators();
59
+ }
60
+ async _checkForUnusualLineTerminators() {
61
+ if (this._config === "off") {
62
+ return;
63
+ }
64
+ if (!this._editor.hasModel()) {
65
+ return;
66
+ }
67
+ const model = this._editor.getModel();
68
+ if (!model.mightContainUnusualLineTerminators()) {
69
+ return;
70
+ }
71
+ const ignoreState = readIgnoreState(this._codeEditorService, model);
72
+ if (ignoreState === true) {
73
+ return;
74
+ }
75
+ if (this._editor.getOption(
76
+ 92
77
+ /* EditorOption.readOnly */
78
+ )) {
79
+ return;
80
+ }
81
+ if (this._config === "auto") {
82
+ model.removeUnusualLineTerminators(this._editor.getSelections());
83
+ return;
84
+ }
85
+ if (this._isPresentingDialog) {
86
+ return;
87
+ }
88
+ let result;
89
+ try {
90
+ this._isPresentingDialog = true;
91
+ result = await this._dialogService.confirm({
92
+ title: localize("unusualLineTerminators.title", "Unusual Line Terminators"),
93
+ message: localize("unusualLineTerminators.message", "Detected unusual line terminators"),
94
+ detail: localize("unusualLineTerminators.detail", "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.", basename(model.uri)),
95
+ primaryButton: localize({ key: "unusualLineTerminators.fix", comment: ["&& denotes a mnemonic"] }, "&&Remove Unusual Line Terminators"),
96
+ cancelButton: localize("unusualLineTerminators.ignore", "Ignore")
97
+ });
98
+ } finally {
99
+ this._isPresentingDialog = false;
100
+ }
101
+ if (!result.confirmed) {
102
+ writeIgnoreState(this._codeEditorService, model, true);
103
+ return;
104
+ }
105
+ model.removeUnusualLineTerminators(this._editor.getSelections());
106
+ }
107
+ }, _a.ID = "editor.contrib.unusualLineTerminatorsDetector", _a);
108
+ UnusualLineTerminatorsDetector = __decorate([
109
+ __param(1, IDialogService),
110
+ __param(2, ICodeEditorService)
111
+ ], UnusualLineTerminatorsDetector);
112
+ registerEditorContribution(
113
+ UnusualLineTerminatorsDetector.ID,
114
+ UnusualLineTerminatorsDetector,
115
+ 1
116
+ /* EditorContributionInstantiation.AfterFirstRender */
117
+ );
118
+ export {
119
+ UnusualLineTerminatorsDetector
120
+ };
121
+ //# sourceMappingURL=unusualLineTerminators.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unusualLineTerminators.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nvar __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n};\nimport { Disposable } from '../../../../base/common/lifecycle.js';\nimport { basename } from '../../../../base/common/resources.js';\nimport { registerEditorContribution } from '../../../browser/editorExtensions.js';\nimport { ICodeEditorService } from '../../../browser/services/codeEditorService.js';\nimport * as nls from '../../../../nls.js';\nimport { IDialogService } from '../../../../platform/dialogs/common/dialogs.js';\nconst ignoreUnusualLineTerminators = 'ignoreUnusualLineTerminators';\nfunction writeIgnoreState(codeEditorService, model, state) {\n codeEditorService.setModelProperty(model.uri, ignoreUnusualLineTerminators, state);\n}\nfunction readIgnoreState(codeEditorService, model) {\n return codeEditorService.getModelProperty(model.uri, ignoreUnusualLineTerminators);\n}\nlet UnusualLineTerminatorsDetector = class UnusualLineTerminatorsDetector extends Disposable {\n static { this.ID = 'editor.contrib.unusualLineTerminatorsDetector'; }\n constructor(_editor, _dialogService, _codeEditorService) {\n super();\n this._editor = _editor;\n this._dialogService = _dialogService;\n this._codeEditorService = _codeEditorService;\n this._isPresentingDialog = false;\n this._config = this._editor.getOption(127 /* EditorOption.unusualLineTerminators */);\n this._register(this._editor.onDidChangeConfiguration((e) => {\n if (e.hasChanged(127 /* EditorOption.unusualLineTerminators */)) {\n this._config = this._editor.getOption(127 /* EditorOption.unusualLineTerminators */);\n this._checkForUnusualLineTerminators();\n }\n }));\n this._register(this._editor.onDidChangeModel(() => {\n this._checkForUnusualLineTerminators();\n }));\n this._register(this._editor.onDidChangeModelContent((e) => {\n if (e.isUndoing) {\n // skip checking in case of undoing\n return;\n }\n this._checkForUnusualLineTerminators();\n }));\n this._checkForUnusualLineTerminators();\n }\n async _checkForUnusualLineTerminators() {\n if (this._config === 'off') {\n return;\n }\n if (!this._editor.hasModel()) {\n return;\n }\n const model = this._editor.getModel();\n if (!model.mightContainUnusualLineTerminators()) {\n return;\n }\n const ignoreState = readIgnoreState(this._codeEditorService, model);\n if (ignoreState === true) {\n // this model should be ignored\n return;\n }\n if (this._editor.getOption(92 /* EditorOption.readOnly */)) {\n // read only editor => sorry!\n return;\n }\n if (this._config === 'auto') {\n // just do it!\n model.removeUnusualLineTerminators(this._editor.getSelections());\n return;\n }\n if (this._isPresentingDialog) {\n // we're currently showing the dialog, which is async.\n // avoid spamming the user\n return;\n }\n let result;\n try {\n this._isPresentingDialog = true;\n result = await this._dialogService.confirm({\n title: nls.localize('unusualLineTerminators.title', \"Unusual Line Terminators\"),\n message: nls.localize('unusualLineTerminators.message', \"Detected unusual line terminators\"),\n detail: nls.localize('unusualLineTerminators.detail', \"The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\\n\\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.\", basename(model.uri)),\n primaryButton: nls.localize({ key: 'unusualLineTerminators.fix', comment: ['&& denotes a mnemonic'] }, \"&&Remove Unusual Line Terminators\"),\n cancelButton: nls.localize('unusualLineTerminators.ignore', \"Ignore\")\n });\n }\n finally {\n this._isPresentingDialog = false;\n }\n if (!result.confirmed) {\n // this model should be ignored\n writeIgnoreState(this._codeEditorService, model, true);\n return;\n }\n model.removeUnusualLineTerminators(this._editor.getSelections());\n }\n};\nUnusualLineTerminatorsDetector = __decorate([\n __param(1, IDialogService),\n __param(2, ICodeEditorService)\n], UnusualLineTerminatorsDetector);\nexport { UnusualLineTerminatorsDetector };\nregisterEditorContribution(UnusualLineTerminatorsDetector.ID, UnusualLineTerminatorsDetector, 1 /* EditorContributionInstantiation.AfterFirstRender */);\n"],"names":["nls.localize"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,110 @@
1
+ /* empty css */
2
+ import { OverviewRulerLane } from "../../../common/model.es.js";
3
+ import { ModelDecorationOptions } from "../../../common/model/textModel.es.js";
4
+ import { DocumentHighlightKind } from "../../../common/languages.es.js";
5
+ import { localize } from "../../../../nls.es.js";
6
+ import { registerColor } from "../../../../platform/theme/common/colorUtils.es.js";
7
+ import { activeContrastBorder } from "../../../../platform/theme/common/colors/baseColors.es.js";
8
+ import "../../../../platform/theme/common/colors/chartsColors.es.js";
9
+ import { overviewRulerSelectionHighlightForeground, editorSelectionHighlight } from "../../../../platform/theme/common/colors/editorColors.es.js";
10
+ import "../../../../platform/theme/common/colors/inputColors.es.js";
11
+ import "../../../../platform/theme/common/colors/listColors.es.js";
12
+ import "../../../../platform/theme/common/colors/menuColors.es.js";
13
+ import { minimapSelectionOccurrenceHighlight } from "../../../../platform/theme/common/colors/minimapColors.es.js";
14
+ import "../../../../platform/theme/common/colors/miscColors.es.js";
15
+ import "../../../../platform/theme/common/colors/quickpickColors.es.js";
16
+ import "../../../../platform/theme/common/colors/searchColors.es.js";
17
+ import { themeColorFromId, registerThemingParticipant } from "../../../../platform/theme/common/themeService.es.js";
18
+ const wordHighlightBackground = registerColor("editor.wordHighlightBackground", { dark: "#575757B8", light: "#57575740", hcDark: null, hcLight: null }, localize("wordHighlight", "Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations."), true);
19
+ registerColor("editor.wordHighlightStrongBackground", { dark: "#004972B8", light: "#0e639c40", hcDark: null, hcLight: null }, localize("wordHighlightStrong", "Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations."), true);
20
+ registerColor("editor.wordHighlightTextBackground", wordHighlightBackground, localize("wordHighlightText", "Background color of a textual occurrence for a symbol. The color must not be opaque so as not to hide underlying decorations."), true);
21
+ const wordHighlightBorder = registerColor("editor.wordHighlightBorder", { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize("wordHighlightBorder", "Border color of a symbol during read-access, like reading a variable."));
22
+ registerColor("editor.wordHighlightStrongBorder", { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, localize("wordHighlightStrongBorder", "Border color of a symbol during write-access, like writing to a variable."));
23
+ registerColor("editor.wordHighlightTextBorder", wordHighlightBorder, localize("wordHighlightTextBorder", "Border color of a textual occurrence for a symbol."));
24
+ const overviewRulerWordHighlightForeground = registerColor("editorOverviewRuler.wordHighlightForeground", "#A0A0A0CC", localize("overviewRulerWordHighlightForeground", "Overview ruler marker color for symbol highlights. The color must not be opaque so as not to hide underlying decorations."), true);
25
+ const overviewRulerWordHighlightStrongForeground = registerColor("editorOverviewRuler.wordHighlightStrongForeground", "#C0A0C0CC", localize("overviewRulerWordHighlightStrongForeground", "Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations."), true);
26
+ const overviewRulerWordHighlightTextForeground = registerColor("editorOverviewRuler.wordHighlightTextForeground", overviewRulerSelectionHighlightForeground, localize("overviewRulerWordHighlightTextForeground", "Overview ruler marker color of a textual occurrence for a symbol. The color must not be opaque so as not to hide underlying decorations."), true);
27
+ const _WRITE_OPTIONS = ModelDecorationOptions.register({
28
+ description: "word-highlight-strong",
29
+ stickiness: 1,
30
+ className: "wordHighlightStrong",
31
+ overviewRuler: {
32
+ color: themeColorFromId(overviewRulerWordHighlightStrongForeground),
33
+ position: OverviewRulerLane.Center
34
+ },
35
+ minimap: {
36
+ color: themeColorFromId(minimapSelectionOccurrenceHighlight),
37
+ position: 1
38
+ /* MinimapPosition.Inline */
39
+ }
40
+ });
41
+ const _TEXT_OPTIONS = ModelDecorationOptions.register({
42
+ description: "word-highlight-text",
43
+ stickiness: 1,
44
+ className: "wordHighlightText",
45
+ overviewRuler: {
46
+ color: themeColorFromId(overviewRulerWordHighlightTextForeground),
47
+ position: OverviewRulerLane.Center
48
+ },
49
+ minimap: {
50
+ color: themeColorFromId(minimapSelectionOccurrenceHighlight),
51
+ position: 1
52
+ /* MinimapPosition.Inline */
53
+ }
54
+ });
55
+ const _SELECTION_HIGHLIGHT_OPTIONS = ModelDecorationOptions.register({
56
+ description: "selection-highlight-overview",
57
+ stickiness: 1,
58
+ className: "selectionHighlight",
59
+ overviewRuler: {
60
+ color: themeColorFromId(overviewRulerSelectionHighlightForeground),
61
+ position: OverviewRulerLane.Center
62
+ },
63
+ minimap: {
64
+ color: themeColorFromId(minimapSelectionOccurrenceHighlight),
65
+ position: 1
66
+ /* MinimapPosition.Inline */
67
+ }
68
+ });
69
+ const _SELECTION_HIGHLIGHT_OPTIONS_NO_OVERVIEW = ModelDecorationOptions.register({
70
+ description: "selection-highlight",
71
+ stickiness: 1,
72
+ className: "selectionHighlight"
73
+ });
74
+ const _REGULAR_OPTIONS = ModelDecorationOptions.register({
75
+ description: "word-highlight",
76
+ stickiness: 1,
77
+ className: "wordHighlight",
78
+ overviewRuler: {
79
+ color: themeColorFromId(overviewRulerWordHighlightForeground),
80
+ position: OverviewRulerLane.Center
81
+ },
82
+ minimap: {
83
+ color: themeColorFromId(minimapSelectionOccurrenceHighlight),
84
+ position: 1
85
+ /* MinimapPosition.Inline */
86
+ }
87
+ });
88
+ function getHighlightDecorationOptions(kind) {
89
+ if (kind === DocumentHighlightKind.Write) {
90
+ return _WRITE_OPTIONS;
91
+ } else if (kind === DocumentHighlightKind.Text) {
92
+ return _TEXT_OPTIONS;
93
+ } else {
94
+ return _REGULAR_OPTIONS;
95
+ }
96
+ }
97
+ function getSelectionHighlightDecorationOptions(hasSemanticHighlights) {
98
+ return hasSemanticHighlights ? _SELECTION_HIGHLIGHT_OPTIONS_NO_OVERVIEW : _SELECTION_HIGHLIGHT_OPTIONS;
99
+ }
100
+ registerThemingParticipant((theme, collector) => {
101
+ const selectionHighlight = theme.getColor(editorSelectionHighlight);
102
+ if (selectionHighlight) {
103
+ collector.addRule(`.monaco-editor .selectionHighlight { background-color: ${selectionHighlight.transparent(0.5)}; }`);
104
+ }
105
+ });
106
+ export {
107
+ getHighlightDecorationOptions,
108
+ getSelectionHighlightDecorationOptions
109
+ };
110
+ //# sourceMappingURL=highlightDecorations.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"highlightDecorations.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nimport './highlightDecorations.css';\nimport { OverviewRulerLane } from '../../../common/model.js';\nimport { ModelDecorationOptions } from '../../../common/model/textModel.js';\nimport { DocumentHighlightKind } from '../../../common/languages.js';\nimport * as nls from '../../../../nls.js';\nimport { activeContrastBorder, editorSelectionHighlight, minimapSelectionOccurrenceHighlight, overviewRulerSelectionHighlightForeground, registerColor } from '../../../../platform/theme/common/colorRegistry.js';\nimport { registerThemingParticipant, themeColorFromId } from '../../../../platform/theme/common/themeService.js';\nconst wordHighlightBackground = registerColor('editor.wordHighlightBackground', { dark: '#575757B8', light: '#57575740', hcDark: null, hcLight: null }, nls.localize('wordHighlight', 'Background color of a symbol during read-access, like reading a variable. The color must not be opaque so as not to hide underlying decorations.'), true);\nregisterColor('editor.wordHighlightStrongBackground', { dark: '#004972B8', light: '#0e639c40', hcDark: null, hcLight: null }, nls.localize('wordHighlightStrong', 'Background color of a symbol during write-access, like writing to a variable. The color must not be opaque so as not to hide underlying decorations.'), true);\nregisterColor('editor.wordHighlightTextBackground', wordHighlightBackground, nls.localize('wordHighlightText', 'Background color of a textual occurrence for a symbol. The color must not be opaque so as not to hide underlying decorations.'), true);\nconst wordHighlightBorder = registerColor('editor.wordHighlightBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize('wordHighlightBorder', 'Border color of a symbol during read-access, like reading a variable.'));\nregisterColor('editor.wordHighlightStrongBorder', { light: null, dark: null, hcDark: activeContrastBorder, hcLight: activeContrastBorder }, nls.localize('wordHighlightStrongBorder', 'Border color of a symbol during write-access, like writing to a variable.'));\nregisterColor('editor.wordHighlightTextBorder', wordHighlightBorder, nls.localize('wordHighlightTextBorder', \"Border color of a textual occurrence for a symbol.\"));\nconst overviewRulerWordHighlightForeground = registerColor('editorOverviewRuler.wordHighlightForeground', '#A0A0A0CC', nls.localize('overviewRulerWordHighlightForeground', 'Overview ruler marker color for symbol highlights. The color must not be opaque so as not to hide underlying decorations.'), true);\nconst overviewRulerWordHighlightStrongForeground = registerColor('editorOverviewRuler.wordHighlightStrongForeground', '#C0A0C0CC', nls.localize('overviewRulerWordHighlightStrongForeground', 'Overview ruler marker color for write-access symbol highlights. The color must not be opaque so as not to hide underlying decorations.'), true);\nconst overviewRulerWordHighlightTextForeground = registerColor('editorOverviewRuler.wordHighlightTextForeground', overviewRulerSelectionHighlightForeground, nls.localize('overviewRulerWordHighlightTextForeground', 'Overview ruler marker color of a textual occurrence for a symbol. The color must not be opaque so as not to hide underlying decorations.'), true);\nconst _WRITE_OPTIONS = ModelDecorationOptions.register({\n description: 'word-highlight-strong',\n stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,\n className: 'wordHighlightStrong',\n overviewRuler: {\n color: themeColorFromId(overviewRulerWordHighlightStrongForeground),\n position: OverviewRulerLane.Center\n },\n minimap: {\n color: themeColorFromId(minimapSelectionOccurrenceHighlight),\n position: 1 /* MinimapPosition.Inline */\n },\n});\nconst _TEXT_OPTIONS = ModelDecorationOptions.register({\n description: 'word-highlight-text',\n stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,\n className: 'wordHighlightText',\n overviewRuler: {\n color: themeColorFromId(overviewRulerWordHighlightTextForeground),\n position: OverviewRulerLane.Center\n },\n minimap: {\n color: themeColorFromId(minimapSelectionOccurrenceHighlight),\n position: 1 /* MinimapPosition.Inline */\n },\n});\nconst _SELECTION_HIGHLIGHT_OPTIONS = ModelDecorationOptions.register({\n description: 'selection-highlight-overview',\n stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,\n className: 'selectionHighlight',\n overviewRuler: {\n color: themeColorFromId(overviewRulerSelectionHighlightForeground),\n position: OverviewRulerLane.Center\n },\n minimap: {\n color: themeColorFromId(minimapSelectionOccurrenceHighlight),\n position: 1 /* MinimapPosition.Inline */\n },\n});\nconst _SELECTION_HIGHLIGHT_OPTIONS_NO_OVERVIEW = ModelDecorationOptions.register({\n description: 'selection-highlight',\n stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,\n className: 'selectionHighlight',\n});\nconst _REGULAR_OPTIONS = ModelDecorationOptions.register({\n description: 'word-highlight',\n stickiness: 1 /* TrackedRangeStickiness.NeverGrowsWhenTypingAtEdges */,\n className: 'wordHighlight',\n overviewRuler: {\n color: themeColorFromId(overviewRulerWordHighlightForeground),\n position: OverviewRulerLane.Center\n },\n minimap: {\n color: themeColorFromId(minimapSelectionOccurrenceHighlight),\n position: 1 /* MinimapPosition.Inline */\n },\n});\nexport function getHighlightDecorationOptions(kind) {\n if (kind === DocumentHighlightKind.Write) {\n return _WRITE_OPTIONS;\n }\n else if (kind === DocumentHighlightKind.Text) {\n return _TEXT_OPTIONS;\n }\n else {\n return _REGULAR_OPTIONS;\n }\n}\nexport function getSelectionHighlightDecorationOptions(hasSemanticHighlights) {\n // Show in overviewRuler only if model has no semantic highlighting\n return (hasSemanticHighlights ? _SELECTION_HIGHLIGHT_OPTIONS_NO_OVERVIEW : _SELECTION_HIGHLIGHT_OPTIONS);\n}\nregisterThemingParticipant((theme, collector) => {\n const selectionHighlight = theme.getColor(editorSelectionHighlight);\n if (selectionHighlight) {\n collector.addRule(`.monaco-editor .selectionHighlight { background-color: ${selectionHighlight.transparent(0.5)}; }`);\n }\n});\n"],"names":["nls.localize"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,77 @@
1
+ import { USUAL_WORD_SEPARATORS } from "../../../common/core/wordHelper.es.js";
2
+ import { ILanguageFeaturesService } from "../../../common/services/languageFeatures.es.js";
3
+ import { DocumentHighlightKind } from "../../../common/languages.es.js";
4
+ import { Disposable } from "../../../../base/common/lifecycle.es.js";
5
+ import { ResourceMap } from "../../../../base/common/map.es.js";
6
+ var __decorate = function(decorators, target, key, desc) {
7
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
8
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
9
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
10
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
11
+ };
12
+ var __param = function(paramIndex, decorator) {
13
+ return function(target, key) {
14
+ decorator(target, key, paramIndex);
15
+ };
16
+ };
17
+ class TextualDocumentHighlightProvider {
18
+ constructor() {
19
+ this.selector = { language: "*" };
20
+ }
21
+ provideDocumentHighlights(model, position, token) {
22
+ const result = [];
23
+ const word = model.getWordAtPosition({
24
+ lineNumber: position.lineNumber,
25
+ column: position.column
26
+ });
27
+ if (!word) {
28
+ return Promise.resolve(result);
29
+ }
30
+ if (model.isDisposed()) {
31
+ return;
32
+ }
33
+ const matches = model.findMatches(word.word, true, false, true, USUAL_WORD_SEPARATORS, false);
34
+ return matches.map((m) => ({
35
+ range: m.range,
36
+ kind: DocumentHighlightKind.Text
37
+ }));
38
+ }
39
+ provideMultiDocumentHighlights(primaryModel, position, otherModels, token) {
40
+ const result = new ResourceMap();
41
+ const word = primaryModel.getWordAtPosition({
42
+ lineNumber: position.lineNumber,
43
+ column: position.column
44
+ });
45
+ if (!word) {
46
+ return Promise.resolve(result);
47
+ }
48
+ for (const model of [primaryModel, ...otherModels]) {
49
+ if (model.isDisposed()) {
50
+ continue;
51
+ }
52
+ const matches = model.findMatches(word.word, true, false, true, USUAL_WORD_SEPARATORS, false);
53
+ const highlights = matches.map((m) => ({
54
+ range: m.range,
55
+ kind: DocumentHighlightKind.Text
56
+ }));
57
+ if (highlights) {
58
+ result.set(model.uri, highlights);
59
+ }
60
+ }
61
+ return result;
62
+ }
63
+ }
64
+ let TextualMultiDocumentHighlightFeature = class TextualMultiDocumentHighlightFeature2 extends Disposable {
65
+ constructor(languageFeaturesService) {
66
+ super();
67
+ this._register(languageFeaturesService.documentHighlightProvider.register("*", new TextualDocumentHighlightProvider()));
68
+ this._register(languageFeaturesService.multiDocumentHighlightProvider.register("*", new TextualDocumentHighlightProvider()));
69
+ }
70
+ };
71
+ TextualMultiDocumentHighlightFeature = __decorate([
72
+ __param(0, ILanguageFeaturesService)
73
+ ], TextualMultiDocumentHighlightFeature);
74
+ export {
75
+ TextualMultiDocumentHighlightFeature
76
+ };
77
+ //# sourceMappingURL=textualHighlightProvider.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textualHighlightProvider.es.js","sources":["../../../../../../../../../../../../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/editor/contrib/wordHighlighter/browser/textualHighlightProvider.js"],"sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nvar __param = (this && this.__param) || function (paramIndex, decorator) {\n return function (target, key) { decorator(target, key, paramIndex); }\n};\nimport { USUAL_WORD_SEPARATORS } from '../../../common/core/wordHelper.js';\nimport { ILanguageFeaturesService } from '../../../common/services/languageFeatures.js';\nimport { DocumentHighlightKind } from '../../../common/languages.js';\nimport { Disposable } from '../../../../base/common/lifecycle.js';\nimport { ResourceMap } from '../../../../base/common/map.js';\nclass TextualDocumentHighlightProvider {\n constructor() {\n this.selector = { language: '*' };\n }\n provideDocumentHighlights(model, position, token) {\n const result = [];\n const word = model.getWordAtPosition({\n lineNumber: position.lineNumber,\n column: position.column\n });\n if (!word) {\n return Promise.resolve(result);\n }\n if (model.isDisposed()) {\n return;\n }\n const matches = model.findMatches(word.word, true, false, true, USUAL_WORD_SEPARATORS, false);\n return matches.map(m => ({\n range: m.range,\n kind: DocumentHighlightKind.Text\n }));\n }\n provideMultiDocumentHighlights(primaryModel, position, otherModels, token) {\n const result = new ResourceMap();\n const word = primaryModel.getWordAtPosition({\n lineNumber: position.lineNumber,\n column: position.column\n });\n if (!word) {\n return Promise.resolve(result);\n }\n for (const model of [primaryModel, ...otherModels]) {\n if (model.isDisposed()) {\n continue;\n }\n const matches = model.findMatches(word.word, true, false, true, USUAL_WORD_SEPARATORS, false);\n const highlights = matches.map(m => ({\n range: m.range,\n kind: DocumentHighlightKind.Text\n }));\n if (highlights) {\n result.set(model.uri, highlights);\n }\n }\n return result;\n }\n}\nlet TextualMultiDocumentHighlightFeature = class TextualMultiDocumentHighlightFeature extends Disposable {\n constructor(languageFeaturesService) {\n super();\n this._register(languageFeaturesService.documentHighlightProvider.register('*', new TextualDocumentHighlightProvider()));\n this._register(languageFeaturesService.multiDocumentHighlightProvider.register('*', new TextualDocumentHighlightProvider()));\n }\n};\nTextualMultiDocumentHighlightFeature = __decorate([\n __param(0, ILanguageFeaturesService)\n], TextualMultiDocumentHighlightFeature);\nexport { TextualMultiDocumentHighlightFeature };\n"],"names":["TextualMultiDocumentHighlightFeature"],"mappings":";;;;;AAIA,IAAI,aAA0C,SAAU,YAAY,QAAQ,KAAK,MAAM;AACnF,MAAI,IAAI,UAAU,QAAQ,IAAI,IAAI,IAAI,SAAS,SAAS,OAAO,OAAO,OAAO,yBAAyB,QAAQ,GAAG,IAAI,MAAM;AAC3H,MAAI,OAAO,YAAY,YAAY,OAAO,QAAQ,aAAa,WAAY,KAAI,QAAQ,SAAS,YAAY,QAAQ,KAAK,IAAI;AAAA,MACxH,UAAS,IAAI,WAAW,SAAS,GAAG,KAAK,GAAG,IAAK,KAAI,IAAI,WAAW,CAAC,EAAG,MAAK,IAAI,IAAI,EAAE,CAAC,IAAI,IAAI,IAAI,EAAE,QAAQ,KAAK,CAAC,IAAI,EAAE,QAAQ,GAAG,MAAM;AAChJ,SAAO,IAAI,KAAK,KAAK,OAAO,eAAe,QAAQ,KAAK,CAAC,GAAG;AAChE;AACA,IAAI,UAAoC,SAAU,YAAY,WAAW;AACrE,SAAO,SAAU,QAAQ,KAAK;AAAE,cAAU,QAAQ,KAAK,UAAU;AAAA,EAAE;AACvE;AAMA,MAAM,iCAAiC;AAAA,EACnC,cAAc;AACV,SAAK,WAAW,EAAE,UAAU,IAAK;AAAA,EACzC;AAAA,EACI,0BAA0B,OAAO,UAAU,OAAO;AAC9C,UAAM,SAAS,CAAE;AACjB,UAAM,OAAO,MAAM,kBAAkB;AAAA,MACjC,YAAY,SAAS;AAAA,MACrB,QAAQ,SAAS;AAAA,IAC7B,CAAS;AACD,QAAI,CAAC,MAAM;AACP,aAAO,QAAQ,QAAQ,MAAM;AAAA,IACzC;AACQ,QAAI,MAAM,cAAc;AACpB;AAAA,IACZ;AACQ,UAAM,UAAU,MAAM,YAAY,KAAK,MAAM,MAAM,OAAO,MAAM,uBAAuB,KAAK;AAC5F,WAAO,QAAQ,IAAI,QAAM;AAAA,MACrB,OAAO,EAAE;AAAA,MACT,MAAM,sBAAsB;AAAA,IACxC,EAAU;AAAA,EACV;AAAA,EACI,+BAA+B,cAAc,UAAU,aAAa,OAAO;AACvE,UAAM,SAAS,IAAI,YAAa;AAChC,UAAM,OAAO,aAAa,kBAAkB;AAAA,MACxC,YAAY,SAAS;AAAA,MACrB,QAAQ,SAAS;AAAA,IAC7B,CAAS;AACD,QAAI,CAAC,MAAM;AACP,aAAO,QAAQ,QAAQ,MAAM;AAAA,IACzC;AACQ,eAAW,SAAS,CAAC,cAAc,GAAG,WAAW,GAAG;AAChD,UAAI,MAAM,cAAc;AACpB;AAAA,MAChB;AACY,YAAM,UAAU,MAAM,YAAY,KAAK,MAAM,MAAM,OAAO,MAAM,uBAAuB,KAAK;AAC5F,YAAM,aAAa,QAAQ,IAAI,QAAM;AAAA,QACjC,OAAO,EAAE;AAAA,QACT,MAAM,sBAAsB;AAAA,MAC5C,EAAc;AACF,UAAI,YAAY;AACZ,eAAO,IAAI,MAAM,KAAK,UAAU;AAAA,MAChD;AAAA,IACA;AACQ,WAAO;AAAA,EACf;AACA;AACG,IAAC,uCAAuC,MAAMA,8CAA6C,WAAW;AAAA,EACrG,YAAY,yBAAyB;AACjC,UAAO;AACP,SAAK,UAAU,wBAAwB,0BAA0B,SAAS,KAAK,IAAI,iCAAgC,CAAE,CAAC;AACtH,SAAK,UAAU,wBAAwB,+BAA+B,SAAS,KAAK,IAAI,iCAAgC,CAAE,CAAC;AAAA,EACnI;AACA;AACA,uCAAuC,WAAW;AAAA,EAC9C,QAAQ,GAAG,wBAAwB;AACvC,GAAG,oCAAoC;","x_google_ignoreList":[0]}