claude-flow-novice 2.2.1 → 2.2.3

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 (1407) hide show
  1. package/dist/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/index.js +95 -0
  2. package/dist/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/is-windows.js +2 -0
  3. package/dist/src/web/frontend/node_modules/.cross-env-RSYxJplp/src/variable.js +69 -0
  4. package/dist/src/web/frontend/node_modules/.css-blank-pseudo-8k2G2dsc/browser.js +2 -0
  5. package/dist/src/web/frontend/node_modules/.css-blank-pseudo-8k2G2dsc/dist/browser-global.js +2 -0
  6. package/dist/src/web/frontend/node_modules/.css-has-pseudo-6pj9tKmr/browser.js +2 -0
  7. package/dist/src/web/frontend/node_modules/.css-has-pseudo-6pj9tKmr/dist/browser-global.js +2 -0
  8. package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/browser.js +2 -0
  9. package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/browser.min.js +2 -0
  10. package/dist/src/web/frontend/node_modules/.css-prefers-color-scheme-5O8P6fXl/dist/browser-global.js +2 -0
  11. package/dist/src/web/frontend/node_modules/.cssesc-iMHKNzC2/cssesc.js +110 -0
  12. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/addLeadingZeros/index.js +15 -0
  13. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/assign/index.js +19 -0
  14. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/cloneObject/index.js +12 -0
  15. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/defaultLocale/index.js +11 -0
  16. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/defaultOptions/index.js +14 -0
  17. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/formatters/index.js +781 -0
  18. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/lightFormatters/index.js +90 -0
  19. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/format/longFormatters/index.js +88 -0
  20. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getTimezoneOffsetInMilliseconds/index.js +23 -0
  21. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCDayOfYear/index.js +21 -0
  22. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCISOWeek/index.js +23 -0
  23. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCISOWeekYear/index.js +31 -0
  24. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCWeek/index.js +23 -0
  25. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/getUTCWeekYear/index.js +41 -0
  26. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/isSameUTCWeek/index.js +16 -0
  27. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/protectedTokens/index.js +27 -0
  28. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/requiredArgs/index.js +12 -0
  29. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/roundingMethods/index.js +19 -0
  30. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCDay/index.js +31 -0
  31. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCISODay/index.js +26 -0
  32. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCISOWeek/index.js +20 -0
  33. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/setUTCWeek/index.js +20 -0
  34. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCISOWeek/index.js +20 -0
  35. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCISOWeekYear/index.js +20 -0
  36. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCWeek/index.js +29 -0
  37. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/startOfUTCWeekYear/index.js +25 -0
  38. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/test/index.js +33 -0
  39. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/_lib/toInteger/index.js +17 -0
  40. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/add/index.js +78 -0
  41. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addBusinessDays/index.js +66 -0
  42. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addDays/index.js +43 -0
  43. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addHours/index.js +36 -0
  44. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addISOWeekYears/index.js +37 -0
  45. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMilliseconds/index.js +35 -0
  46. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMinutes/index.js +36 -0
  47. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addMonths/index.js +69 -0
  48. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addQuarters/index.js +35 -0
  49. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addSeconds/index.js +34 -0
  50. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addWeeks/index.js +35 -0
  51. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/addYears/index.js +34 -0
  52. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/areIntervalsOverlapping/index.js +81 -0
  53. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/clamp/index.js +43 -0
  54. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/closestIndexTo/index.js +69 -0
  55. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/closestTo/index.js +67 -0
  56. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/compareAsc/index.js +56 -0
  57. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/compareDesc/index.js +56 -0
  58. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/constants/index.js +207 -0
  59. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/daysToWeeks/index.js +38 -0
  60. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInBusinessDays/index.js +84 -0
  61. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarDays/index.js +55 -0
  62. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarISOWeekYears/index.js +37 -0
  63. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarISOWeeks/index.js +48 -0
  64. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarMonths/index.js +39 -0
  65. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarQuarters/index.js +40 -0
  66. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarWeeks/index.js +60 -0
  67. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInCalendarYears/index.js +37 -0
  68. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInDays/index.js +91 -0
  69. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInHours/index.js +40 -0
  70. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInISOWeekYears/index.js +52 -0
  71. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMilliseconds/index.js +36 -0
  72. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMinutes/index.js +48 -0
  73. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInMonths/index.js +64 -0
  74. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInQuarters/index.js +36 -0
  75. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInSeconds/index.js +40 -0
  76. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInWeeks/index.js +57 -0
  77. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/differenceInYears/index.js +49 -0
  78. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/.eslintrc.js +5 -0
  79. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/Day.js +15 -0
  80. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/Duration.js +19 -0
  81. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/docs/index.js +147 -0
  82. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachDayOfInterval/index.js +65 -0
  83. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachHourOfInterval/index.js +65 -0
  84. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachMinuteOfInterval/index.js +62 -0
  85. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachMonthOfInterval/index.js +61 -0
  86. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachQuarterOfInterval/index.js +60 -0
  87. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekOfInterval/index.js +75 -0
  88. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfInterval/index.js +53 -0
  89. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfMonth/index.js +49 -0
  90. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachWeekendOfYear/index.js +45 -0
  91. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/eachYearOfInterval/index.js +58 -0
  92. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfDay/index.js +34 -0
  93. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfDecade/index.js +39 -0
  94. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfHour/index.js +34 -0
  95. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfISOWeek/index.js +36 -0
  96. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfISOWeekYear/index.js +42 -0
  97. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfMinute/index.js +34 -0
  98. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfMonth/index.js +36 -0
  99. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfQuarter/index.js +37 -0
  100. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfSecond/index.js +34 -0
  101. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfToday/index.js +31 -0
  102. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfTomorrow/index.js +36 -0
  103. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfWeek/index.js +56 -0
  104. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfYear/index.js +36 -0
  105. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/endOfYesterday/index.js +36 -0
  106. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/addLeadingZeros/index.js +8 -0
  107. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/assign/index.js +12 -0
  108. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/cloneObject/index.js +4 -0
  109. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/defaultLocale/index.js +2 -0
  110. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/defaultOptions/index.js +7 -0
  111. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/formatters/index.js +772 -0
  112. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/lightFormatters/index.js +80 -0
  113. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/format/longFormatters/index.js +80 -0
  114. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +16 -0
  115. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCDayOfYear/index.js +13 -0
  116. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCISOWeek/index.js +15 -0
  117. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCISOWeekYear/index.js +23 -0
  118. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCWeek/index.js +15 -0
  119. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/getUTCWeekYear/index.js +33 -0
  120. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/isSameUTCWeek/index.js +8 -0
  121. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/protectedTokens/index.js +19 -0
  122. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/requiredArgs/index.js +5 -0
  123. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/roundingMethods/index.js +13 -0
  124. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCDay/index.js +23 -0
  125. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCISODay/index.js +18 -0
  126. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCISOWeek/index.js +12 -0
  127. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/setUTCWeek/index.js +12 -0
  128. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCISOWeek/index.js +12 -0
  129. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCISOWeekYear/index.js +12 -0
  130. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCWeek/index.js +21 -0
  131. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/startOfUTCWeekYear/index.js +17 -0
  132. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/test/index.js +24 -0
  133. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/_lib/toInteger/index.js +10 -0
  134. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/add/index.js +70 -0
  135. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addBusinessDays/index.js +58 -0
  136. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addDays/index.js +35 -0
  137. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addHours/index.js +28 -0
  138. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addISOWeekYears/index.js +29 -0
  139. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMilliseconds/index.js +27 -0
  140. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMinutes/index.js +28 -0
  141. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addMonths/index.js +61 -0
  142. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addQuarters/index.js +27 -0
  143. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addSeconds/index.js +26 -0
  144. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addWeeks/index.js +27 -0
  145. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/addYears/index.js +26 -0
  146. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/areIntervalsOverlapping/index.js +73 -0
  147. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/clamp/index.js +35 -0
  148. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/closestIndexTo/index.js +61 -0
  149. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/closestTo/index.js +59 -0
  150. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/compareAsc/index.js +48 -0
  151. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/compareDesc/index.js +48 -0
  152. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/constants/index.js +183 -0
  153. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/daysToWeeks/index.js +30 -0
  154. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInBusinessDays/index.js +76 -0
  155. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarDays/index.js +47 -0
  156. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarISOWeekYears/index.js +29 -0
  157. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarISOWeeks/index.js +40 -0
  158. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarMonths/index.js +31 -0
  159. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarQuarters/index.js +32 -0
  160. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarWeeks/index.js +52 -0
  161. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInCalendarYears/index.js +29 -0
  162. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInDays/index.js +82 -0
  163. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInHours/index.js +32 -0
  164. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInISOWeekYears/index.js +44 -0
  165. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMilliseconds/index.js +28 -0
  166. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMinutes/index.js +40 -0
  167. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInMonths/index.js +56 -0
  168. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInQuarters/index.js +28 -0
  169. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInSeconds/index.js +32 -0
  170. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInWeeks/index.js +49 -0
  171. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/differenceInYears/index.js +41 -0
  172. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachDayOfInterval/index.js +57 -0
  173. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachHourOfInterval/index.js +57 -0
  174. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachMinuteOfInterval/index.js +54 -0
  175. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachMonthOfInterval/index.js +53 -0
  176. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachQuarterOfInterval/index.js +52 -0
  177. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekOfInterval/index.js +67 -0
  178. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfInterval/index.js +45 -0
  179. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfMonth/index.js +41 -0
  180. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachWeekendOfYear/index.js +37 -0
  181. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/eachYearOfInterval/index.js +50 -0
  182. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfDay/index.js +26 -0
  183. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfDecade/index.js +31 -0
  184. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfHour/index.js +26 -0
  185. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfISOWeek/index.js +28 -0
  186. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfISOWeekYear/index.js +34 -0
  187. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfMinute/index.js +26 -0
  188. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfMonth/index.js +28 -0
  189. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfQuarter/index.js +29 -0
  190. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfSecond/index.js +26 -0
  191. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfToday/index.js +23 -0
  192. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfTomorrow/index.js +29 -0
  193. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfWeek/index.js +48 -0
  194. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfYear/index.js +28 -0
  195. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/endOfYesterday/index.js +29 -0
  196. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/format/index.js +402 -0
  197. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistance/index.js +203 -0
  198. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceStrict/index.js +190 -0
  199. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceToNow/index.js +92 -0
  200. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDistanceToNowStrict/index.js +80 -0
  201. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatDuration/index.js +91 -0
  202. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISO/index.js +100 -0
  203. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISO9075/index.js +86 -0
  204. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatISODuration/index.js +45 -0
  205. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRFC3339/index.js +76 -0
  206. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRFC7231/index.js +44 -0
  207. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/formatRelative/index.js +93 -0
  208. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/_lib/convertToFP/index.js +12 -0
  209. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/add/index.js +4 -0
  210. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addBusinessDays/index.js +4 -0
  211. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addDays/index.js +4 -0
  212. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addHours/index.js +4 -0
  213. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addISOWeekYears/index.js +4 -0
  214. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMilliseconds/index.js +4 -0
  215. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMinutes/index.js +4 -0
  216. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addMonths/index.js +4 -0
  217. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addQuarters/index.js +4 -0
  218. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addSeconds/index.js +4 -0
  219. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addWeeks/index.js +4 -0
  220. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/addYears/index.js +4 -0
  221. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/areIntervalsOverlapping/index.js +4 -0
  222. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/areIntervalsOverlappingWithOptions/index.js +4 -0
  223. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/clamp/index.js +4 -0
  224. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/closestIndexTo/index.js +4 -0
  225. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/closestTo/index.js +4 -0
  226. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/compareAsc/index.js +4 -0
  227. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/compareDesc/index.js +4 -0
  228. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/daysToWeeks/index.js +4 -0
  229. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInBusinessDays/index.js +4 -0
  230. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarDays/index.js +4 -0
  231. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarISOWeekYears/index.js +4 -0
  232. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarISOWeeks/index.js +4 -0
  233. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarMonths/index.js +4 -0
  234. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarQuarters/index.js +4 -0
  235. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarWeeks/index.js +4 -0
  236. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarWeeksWithOptions/index.js +4 -0
  237. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInCalendarYears/index.js +4 -0
  238. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInDays/index.js +4 -0
  239. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInHours/index.js +4 -0
  240. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInHoursWithOptions/index.js +4 -0
  241. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInISOWeekYears/index.js +4 -0
  242. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMilliseconds/index.js +4 -0
  243. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMinutes/index.js +4 -0
  244. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMinutesWithOptions/index.js +4 -0
  245. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInMonths/index.js +4 -0
  246. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInQuarters/index.js +4 -0
  247. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInQuartersWithOptions/index.js +4 -0
  248. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInSeconds/index.js +4 -0
  249. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInSecondsWithOptions/index.js +4 -0
  250. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInWeeks/index.js +4 -0
  251. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInWeeksWithOptions/index.js +4 -0
  252. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/differenceInYears/index.js +4 -0
  253. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachDayOfInterval/index.js +4 -0
  254. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachDayOfIntervalWithOptions/index.js +4 -0
  255. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachHourOfInterval/index.js +4 -0
  256. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachHourOfIntervalWithOptions/index.js +4 -0
  257. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachMinuteOfInterval/index.js +4 -0
  258. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/fp/eachMinuteOfIntervalWithOptions/index.js +4 -0
  259. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/constants.js +48 -0
  260. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/AMPMMidnightParser.js +64 -0
  261. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/AMPMParser.js +64 -0
  262. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DateParser.js +64 -0
  263. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayOfYearParser.js +60 -0
  264. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayParser.js +88 -0
  265. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/DayPeriodParser.js +64 -0
  266. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/EraParser.js +62 -0
  267. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/ExtendedYearParser.js +40 -0
  268. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/FractionOfSecondParser.js +39 -0
  269. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour0To11Parser.js +56 -0
  270. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour0to23Parser.js +51 -0
  271. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour1To24Parser.js +52 -0
  272. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/esm/parse/_lib/parsers/Hour1to12Parser.js +58 -0
  273. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/constants.js +55 -0
  274. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/AMPMMidnightParser.js +72 -0
  275. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/AMPMParser.js +72 -0
  276. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DateParser.js +72 -0
  277. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayOfYearParser.js +68 -0
  278. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayParser.js +97 -0
  279. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/DayPeriodParser.js +73 -0
  280. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/EraParser.js +70 -0
  281. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/ExtendedYearParser.js +48 -0
  282. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/FractionOfSecondParser.js +47 -0
  283. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour0To11Parser.js +64 -0
  284. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour0to23Parser.js +59 -0
  285. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour1To24Parser.js +60 -0
  286. package/dist/src/web/frontend/node_modules/.date-fns-XMls0sMk/parse/_lib/parsers/Hour1to12Parser.js +66 -0
  287. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/index.js +3 -0
  288. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/lib/detect-port.js +114 -0
  289. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/karma.conf.js +70 -0
  290. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/node.js +1 -0
  291. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/browser.js +185 -0
  292. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/debug.js +202 -0
  293. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/index.js +10 -0
  294. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/inspector-log.js +15 -0
  295. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/debug/src/node.js +248 -0
  296. package/dist/src/web/frontend/node_modules/.detect-port-alt-Qap6bfIk/node_modules/ms/index.js +152 -0
  297. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/bin/cli.js +211 -0
  298. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/ejs.js +1746 -0
  299. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/ejs.min.js +1 -0
  300. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/jakefile.js +88 -0
  301. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/lib/ejs.js +952 -0
  302. package/dist/src/web/frontend/node_modules/.ejs-BTDa9X3p/lib/utils.js +250 -0
  303. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/bin/escodegen.js +77 -0
  304. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/bin/esgenerate.js +64 -0
  305. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/escodegen.js +2667 -0
  306. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.debug.js +3234 -0
  307. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.js +3233 -0
  308. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/dist/source-map.min.js +2 -0
  309. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/array-set.js +121 -0
  310. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/base64-vlq.js +140 -0
  311. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/base64.js +67 -0
  312. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/binary-search.js +111 -0
  313. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/mapping-list.js +79 -0
  314. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/quick-sort.js +114 -0
  315. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  316. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-map-generator.js +425 -0
  317. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/source-node.js +413 -0
  318. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/lib/util.js +488 -0
  319. package/dist/src/web/frontend/node_modules/.escodegen-dt8nupst/node_modules/source-map/source-map.js +8 -0
  320. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/bin/eslint.js +173 -0
  321. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/config-schema.js +93 -0
  322. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/default-cli-options.js +32 -0
  323. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/conf/globals.js +154 -0
  324. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/api.js +54 -0
  325. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/cli-engine.js +1078 -0
  326. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/file-enumerator.js +547 -0
  327. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/checkstyle.js +60 -0
  328. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/compact.js +60 -0
  329. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/html.js +351 -0
  330. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/jslint-xml.js +41 -0
  331. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/json-with-metadata.js +16 -0
  332. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/json.js +13 -0
  333. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/junit.js +82 -0
  334. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/stylish.js +101 -0
  335. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/tap.js +95 -0
  336. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/unix.js +58 -0
  337. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/formatters/visualstudio.js +63 -0
  338. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/hash.js +35 -0
  339. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/index.js +7 -0
  340. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/lint-result-cache.js +203 -0
  341. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/load-rules.js +46 -0
  342. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli-engine/xml-escape.js +34 -0
  343. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/cli.js +471 -0
  344. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/default-config.js +67 -0
  345. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-array.js +380 -0
  346. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-helpers.js +111 -0
  347. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/flat-config-schema.js +598 -0
  348. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/config/rule-validator.js +158 -0
  349. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/eslint-helpers.js +932 -0
  350. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/eslint.js +707 -0
  351. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/flat-eslint.js +1159 -0
  352. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/eslint/index.js +9 -0
  353. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/apply-disable-directives.js +465 -0
  354. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-analyzer.js +852 -0
  355. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-segment.js +263 -0
  356. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path-state.js +2348 -0
  357. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/code-path.js +342 -0
  358. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/debug-helpers.js +203 -0
  359. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/fork-context.js +349 -0
  360. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/code-path-analysis/id-generator.js +45 -0
  361. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/config-comment-parser.js +185 -0
  362. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/index.js +13 -0
  363. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/interpolate.js +28 -0
  364. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/linter.js +2119 -0
  365. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/node-event-generator.js +354 -0
  366. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/report-translator.js +369 -0
  367. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/rule-fixer.js +140 -0
  368. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/rules.js +80 -0
  369. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/safe-emitter.js +52 -0
  370. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/source-code-fixer.js +152 -0
  371. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/linter/timing.js +161 -0
  372. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/options.js +398 -0
  373. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/flat-rule-tester.js +1131 -0
  374. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/index.js +5 -0
  375. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rule-tester/rule-tester.js +1206 -0
  376. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/accessor-pairs.js +346 -0
  377. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-bracket-newline.js +261 -0
  378. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-bracket-spacing.js +244 -0
  379. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-callback-return.js +446 -0
  380. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/array-element-newline.js +311 -0
  381. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-body-style.js +296 -0
  382. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-parens.js +186 -0
  383. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/arrow-spacing.js +164 -0
  384. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/block-scoped-var.js +135 -0
  385. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/block-spacing.js +174 -0
  386. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/brace-style.js +197 -0
  387. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/callback-return.js +187 -0
  388. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/camelcase.js +399 -0
  389. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/capitalized-comments.js +300 -0
  390. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/class-methods-use-this.js +187 -0
  391. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-dangle.js +373 -0
  392. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-spacing.js +192 -0
  393. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/comma-style.js +314 -0
  394. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/complexity.js +165 -0
  395. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/computed-property-spacing.js +208 -0
  396. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/consistent-return.js +210 -0
  397. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/consistent-this.js +153 -0
  398. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/constructor-super.js +446 -0
  399. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/curly.js +486 -0
  400. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-case-last.js +44 -0
  401. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-case.js +97 -0
  402. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/default-param-last.js +62 -0
  403. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/dot-location.js +108 -0
  404. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/dot-notation.js +176 -0
  405. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/eol-last.js +115 -0
  406. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/eqeqeq.js +174 -0
  407. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/for-direction.js +140 -0
  408. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-call-spacing.js +233 -0
  409. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-name-matching.js +253 -0
  410. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-names.js +191 -0
  411. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/func-style.js +98 -0
  412. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/function-call-argument-newline.js +125 -0
  413. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/function-paren-newline.js +292 -0
  414. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/generator-star-spacing.js +209 -0
  415. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/getter-return.js +204 -0
  416. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/global-require.js +90 -0
  417. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/grouped-accessor-pairs.js +215 -0
  418. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/guard-for-in.js +76 -0
  419. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/handle-callback-err.js +101 -0
  420. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-blacklist.js +246 -0
  421. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-denylist.js +228 -0
  422. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-length.js +177 -0
  423. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/id-match.js +299 -0
  424. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/implicit-arrow-linebreak.js +84 -0
  425. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/indent-legacy.js +1126 -0
  426. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/indent.js +1803 -0
  427. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/index.js +306 -0
  428. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/init-declarations.js +139 -0
  429. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/jsx-quotes.js +98 -0
  430. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/key-spacing.js +687 -0
  431. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/keyword-spacing.js +640 -0
  432. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/line-comment-position.js +122 -0
  433. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/linebreak-style.js +108 -0
  434. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-around-comment.js +471 -0
  435. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-around-directive.js +201 -0
  436. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/lines-between-class-members.js +269 -0
  437. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/logical-assignment-operators.js +504 -0
  438. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-classes-per-file.js +89 -0
  439. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-depth.js +156 -0
  440. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-len.js +440 -0
  441. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-lines-per-function.js +213 -0
  442. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-lines.js +193 -0
  443. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-nested-callbacks.js +117 -0
  444. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-params.js +102 -0
  445. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-statements-per-line.js +199 -0
  446. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/max-statements.js +184 -0
  447. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/multiline-comment-style.js +474 -0
  448. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/multiline-ternary.js +174 -0
  449. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/new-cap.js +276 -0
  450. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/new-parens.js +93 -0
  451. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-after-var.js +253 -0
  452. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-before-return.js +217 -0
  453. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/newline-per-chained-call.js +126 -0
  454. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-alert.js +138 -0
  455. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-array-constructor.js +133 -0
  456. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-async-promise-executor.js +39 -0
  457. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-await-in-loop.js +106 -0
  458. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-bitwise.js +119 -0
  459. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-buffer-constructor.js +50 -0
  460. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-caller.js +46 -0
  461. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-case-declarations.js +64 -0
  462. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-catch-shadow.js +82 -0
  463. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-class-assign.js +63 -0
  464. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-compare-neg-zero.js +60 -0
  465. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-cond-assign.js +159 -0
  466. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-confusing-arrow.js +92 -0
  467. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-console.js +207 -0
  468. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-const-assign.js +56 -0
  469. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constant-binary-expression.js +509 -0
  470. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constant-condition.js +150 -0
  471. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-constructor-return.js +62 -0
  472. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-continue.js +39 -0
  473. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-control-regex.js +138 -0
  474. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-debugger.js +43 -0
  475. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-delete-var.js +42 -0
  476. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-div-regex.js +53 -0
  477. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-args.js +82 -0
  478. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-class-members.js +104 -0
  479. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-else-if.js +122 -0
  480. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-dupe-keys.js +142 -0
  481. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-duplicate-case.js +71 -0
  482. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-duplicate-imports.js +290 -0
  483. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-else-return.js +405 -0
  484. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-character-class.js +76 -0
  485. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-function.js +167 -0
  486. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-pattern.js +78 -0
  487. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty-static-block.js +47 -0
  488. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-empty.js +103 -0
  489. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-eq-null.js +46 -0
  490. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-eval.js +286 -0
  491. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-ex-assign.js +54 -0
  492. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extend-native.js +179 -0
  493. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-bind.js +213 -0
  494. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-boolean-cast.js +317 -0
  495. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-label.js +149 -0
  496. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-parens.js +1322 -0
  497. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-extra-semi.js +147 -0
  498. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-fallthrough.js +196 -0
  499. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-floating-decimal.js +73 -0
  500. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-func-assign.js +78 -0
  501. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-global-assign.js +95 -0
  502. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implicit-coercion.js +380 -0
  503. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implicit-globals.js +146 -0
  504. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-implied-eval.js +132 -0
  505. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-import-assign.js +241 -0
  506. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-inline-comments.js +110 -0
  507. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-inner-declarations.js +110 -0
  508. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-invalid-regexp.js +194 -0
  509. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-invalid-this.js +150 -0
  510. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-irregular-whitespace.js +276 -0
  511. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-iterator.js +52 -0
  512. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-label-var.js +80 -0
  513. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-labels.js +149 -0
  514. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-lone-blocks.js +136 -0
  515. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-lonely-if.js +88 -0
  516. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-loop-func.js +206 -0
  517. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-loss-of-precision.js +214 -0
  518. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-magic-numbers.js +243 -0
  519. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-misleading-character-class.js +300 -0
  520. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-operators.js +229 -0
  521. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-requires.js +238 -0
  522. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-mixed-spaces-and-tabs.js +116 -0
  523. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-assign.js +67 -0
  524. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-spaces.js +141 -0
  525. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multi-str.js +65 -0
  526. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-multiple-empty-lines.js +154 -0
  527. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-native-reassign.js +98 -0
  528. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-negated-condition.js +95 -0
  529. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-negated-in-lhs.js +46 -0
  530. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-nested-ternary.js +44 -0
  531. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-func.js +87 -0
  532. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-native-nonconstructor.js +66 -0
  533. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-object.js +67 -0
  534. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-require.js +50 -0
  535. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-symbol.js +56 -0
  536. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new-wrappers.js +60 -0
  537. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-new.js +43 -0
  538. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-nonoctal-decimal-escape.js +148 -0
  539. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-obj-calls.js +86 -0
  540. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-object-constructor.js +117 -0
  541. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-octal-escape.js +56 -0
  542. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-octal.js +45 -0
  543. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-param-reassign.js +230 -0
  544. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-path-concat.js +64 -0
  545. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-plusplus.js +105 -0
  546. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-process-env.js +51 -0
  547. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-process-exit.js +47 -0
  548. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-promise-executor-return.js +263 -0
  549. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-proto.js +48 -0
  550. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-prototype-builtins.js +159 -0
  551. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-redeclare.js +174 -0
  552. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-regex-spaces.js +197 -0
  553. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-exports.js +193 -0
  554. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-globals.js +124 -0
  555. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-imports.js +410 -0
  556. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-modules.js +213 -0
  557. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-properties.js +168 -0
  558. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-restricted-syntax.js +70 -0
  559. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-return-assign.js +80 -0
  560. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-return-await.js +135 -0
  561. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-script-url.js +61 -0
  562. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-self-assign.js +183 -0
  563. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-self-compare.js +60 -0
  564. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sequences.js +138 -0
  565. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-setter-return.js +226 -0
  566. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-shadow-restricted-names.js +65 -0
  567. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-shadow.js +336 -0
  568. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-spaced-func.js +83 -0
  569. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sparse-arrays.js +50 -0
  570. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-sync.js +64 -0
  571. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-tabs.js +81 -0
  572. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-template-curly-in-string.js +44 -0
  573. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-ternary.js +41 -0
  574. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-this-before-super.js +331 -0
  575. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-throw-literal.js +51 -0
  576. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-trailing-spaces.js +193 -0
  577. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undef-init.js +75 -0
  578. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undef.js +79 -0
  579. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-undefined.js +86 -0
  580. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-underscore-dangle.js +335 -0
  581. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unexpected-multiline.js +120 -0
  582. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unmodified-loop-condition.js +360 -0
  583. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unneeded-ternary.js +166 -0
  584. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unreachable-loop.js +185 -0
  585. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unreachable.js +293 -0
  586. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-finally.js +111 -0
  587. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-negation.js +128 -0
  588. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unsafe-optional-chaining.js +205 -0
  589. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-expressions.js +186 -0
  590. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-labels.js +143 -0
  591. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-private-class-members.js +195 -0
  592. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-unused-vars.js +718 -0
  593. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-use-before-define.js +348 -0
  594. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-backreference.js +194 -0
  595. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-call.js +90 -0
  596. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-catch.js +57 -0
  597. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-computed-key.js +168 -0
  598. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-concat.js +115 -0
  599. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-constructor.js +189 -0
  600. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-escape.js +333 -0
  601. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-rename.js +172 -0
  602. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-useless-return.js +364 -0
  603. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-var.js +334 -0
  604. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-void.js +64 -0
  605. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-warning-comments.js +201 -0
  606. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-whitespace-before-property.js +116 -0
  607. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/no-with.js +39 -0
  608. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/nonblock-statement-body-position.js +127 -0
  609. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-curly-newline.js +324 -0
  610. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-curly-spacing.js +311 -0
  611. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-property-newline.js +102 -0
  612. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/object-shorthand.js +520 -0
  613. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/one-var-declaration-per-line.js +95 -0
  614. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/one-var.js +567 -0
  615. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/operator-assignment.js +209 -0
  616. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/operator-linebreak.js +253 -0
  617. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/padded-blocks.js +310 -0
  618. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/padding-line-between-statements.js +590 -0
  619. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-arrow-callback.js +381 -0
  620. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-const.js +501 -0
  621. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-destructuring.js +301 -0
  622. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-exponentiation-operator.js +191 -0
  623. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-named-capture-group.js +178 -0
  624. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-numeric-literals.js +148 -0
  625. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-object-has-own.js +114 -0
  626. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-object-spread.js +298 -0
  627. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-promise-reject-errors.js +132 -0
  628. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-reflect.js +127 -0
  629. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-regex-literals.js +507 -0
  630. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-rest-params.js +118 -0
  631. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-spread.js +87 -0
  632. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/prefer-template.js +275 -0
  633. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quote-props.js +310 -0
  634. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/quotes.js +350 -0
  635. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/radix.js +198 -0
  636. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-atomic-updates.js +331 -0
  637. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-await.js +113 -0
  638. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-jsdoc.js +122 -0
  639. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-unicode-regexp.js +129 -0
  640. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/require-yield.js +77 -0
  641. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/rest-spread-spacing.js +123 -0
  642. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-spacing.js +248 -0
  643. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi-style.js +158 -0
  644. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/semi.js +438 -0
  645. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-imports.js +241 -0
  646. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-keys.js +230 -0
  647. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/sort-vars.js +104 -0
  648. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-blocks.js +204 -0
  649. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-before-function-paren.js +167 -0
  650. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-in-parens.js +285 -0
  651. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-infix-ops.js +198 -0
  652. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/space-unary-ops.js +324 -0
  653. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/spaced-comment.js +385 -0
  654. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/strict.js +277 -0
  655. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/switch-colon-spacing.js +132 -0
  656. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/symbol-description.js +73 -0
  657. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-curly-spacing.js +144 -0
  658. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/template-tag-spacing.js +93 -0
  659. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/unicode-bom.js +73 -0
  660. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/use-isnan.js +141 -0
  661. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/ast-utils.js +2282 -0
  662. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/fix-tracker.js +114 -0
  663. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/keywords.js +67 -0
  664. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/lazy-loading-rule-map.js +115 -0
  665. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/patterns/letters.js +36 -0
  666. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/regular-expressions.js +42 -0
  667. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/index.js +11 -0
  668. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-combining-character.js +13 -0
  669. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-emoji-modifier.js +13 -0
  670. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-regional-indicator-symbol.js +13 -0
  671. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/utils/unicode/is-surrogate-pair.js +14 -0
  672. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-jsdoc.js +516 -0
  673. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/valid-typeof.js +127 -0
  674. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/vars-on-top.js +157 -0
  675. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-iife.js +207 -0
  676. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/wrap-regex.js +61 -0
  677. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yield-star-spacing.js +130 -0
  678. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/rules/yoda.js +353 -0
  679. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ajv.js +34 -0
  680. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/ast-utils.js +29 -0
  681. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/config-validator.js +347 -0
  682. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/deprecation-warnings.js +58 -0
  683. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/directives.js +15 -0
  684. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/logging.js +30 -0
  685. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/relative-module-resolver.js +50 -0
  686. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/runtime-info.js +167 -0
  687. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/severity.js +49 -0
  688. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/string-utils.js +60 -0
  689. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/traverser.js +195 -0
  690. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/shared/types.js +216 -0
  691. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/index.js +5 -0
  692. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/source-code.js +1055 -0
  693. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-comment-cursor.js +57 -0
  694. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/backward-token-cursor.js +58 -0
  695. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursor.js +76 -0
  696. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/cursors.js +90 -0
  697. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/decorative-cursor.js +39 -0
  698. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/filter-cursor.js +43 -0
  699. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-comment-cursor.js +57 -0
  700. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/forward-token-cursor.js +63 -0
  701. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/index.js +627 -0
  702. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/limit-cursor.js +40 -0
  703. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/padded-token-cursor.js +38 -0
  704. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/skip-cursor.js +42 -0
  705. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/source-code/token-store/utils.js +107 -0
  706. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/lib/unsupported-api.js +30 -0
  707. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/all-files-ignored.js +16 -0
  708. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-incompat.js +98 -0
  709. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/eslintrc-plugins.js +24 -0
  710. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/extend-config-missing.js +13 -0
  711. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/failed-to-read-json.js +11 -0
  712. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/file-not-found.js +10 -0
  713. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-options.js +17 -0
  714. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/invalid-rule-severity.js +13 -0
  715. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/no-config-found.js +15 -0
  716. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-conflict.js +22 -0
  717. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-invalid.js +16 -0
  718. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/plugin-missing.js +19 -0
  719. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/print-config-with-directory-path.js +8 -0
  720. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/shared.js +18 -0
  721. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/messages/whitespace-found.js +11 -0
  722. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/brace-expansion/index.js +201 -0
  723. package/dist/src/web/frontend/node_modules/.eslint-60wj8XRy/node_modules/minimatch/minimatch.js +947 -0
  724. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esparse.js +139 -0
  725. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/bin/esvalidate.js +236 -0
  726. package/dist/src/web/frontend/node_modules/.esprima-9BICs9SA/dist/esprima.js +6709 -0
  727. package/dist/src/web/frontend/node_modules/.he-WANrIpvs/he.js +345 -0
  728. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/cli.js +315 -0
  729. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/index.js +27 -0
  730. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/argument.js +147 -0
  731. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/command.js +1944 -0
  732. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/error.js +45 -0
  733. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/help.js +396 -0
  734. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/option.js +208 -0
  735. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/node_modules/commander/lib/suggestSimilar.js +100 -0
  736. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlminifier.js +1368 -0
  737. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/htmlparser.js +581 -0
  738. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/tokenchain.js +71 -0
  739. package/dist/src/web/frontend/node_modules/.html-minifier-terser-wLUyC5Ws/src/utils.js +31 -0
  740. package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/bin.js +30 -0
  741. package/dist/src/web/frontend/node_modules/.husky-CmW1OijX/lib/index.js +67 -0
  742. package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/fixtures/cli.js +7 -0
  743. package/dist/src/web/frontend/node_modules/.import-local-oKL6wyV0/index.js +24 -0
  744. package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/cli.js +5 -0
  745. package/dist/src/web/frontend/node_modules/.is-docker-Mti2VF6G/index.js +29 -0
  746. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/bin/cli.js +31 -0
  747. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/jakefile.js +112 -0
  748. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/api.js +409 -0
  749. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/jake.js +330 -0
  750. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/loader.js +174 -0
  751. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/namespace.js +115 -0
  752. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/package_task.js +406 -0
  753. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/parseargs.js +134 -0
  754. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/program.js +282 -0
  755. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/publish_task.js +290 -0
  756. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/rule.js +311 -0
  757. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/directory_task.js +30 -0
  758. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/file_task.js +126 -0
  759. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/index.js +9 -0
  760. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/task/task.js +458 -0
  761. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/test_task.js +270 -0
  762. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/file.js +286 -0
  763. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/index.js +297 -0
  764. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/lib/utils/logger.js +24 -0
  765. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/concurrent.js +45 -0
  766. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file.js +228 -0
  767. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/file_task.js +141 -0
  768. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/helpers.js +80 -0
  769. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakefile.js +352 -0
  770. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/concurrent.jake.js +113 -0
  771. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/publish.jake.js +49 -0
  772. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/required_module.jake.js +10 -0
  773. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/jakelib/rule.jake.js +222 -0
  774. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/list_tasks.js +15 -0
  775. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/publish_task.js +27 -0
  776. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/rule.js +217 -0
  777. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/selfdep.js +42 -0
  778. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/integration/task_base.js +167 -0
  779. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/jakefile.js +36 -0
  780. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/namespace.js +77 -0
  781. package/dist/src/web/frontend/node_modules/.jake-DrySVVt4/test/unit/parseargs.js +169 -0
  782. package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/bin/jest.js +13 -0
  783. package/dist/src/web/frontend/node_modules/.jest-7ip6NMuN/build/jest.js +61 -0
  784. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/bin/jest.js +17 -0
  785. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/args.js +710 -0
  786. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/cli/index.js +265 -0
  787. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/index.js +13 -0
  788. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/errors.js +35 -0
  789. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/generateConfigFile.js +104 -0
  790. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/index.js +246 -0
  791. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/modifyPackageJson.js +28 -0
  792. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/questions.js +76 -0
  793. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/build/init/types.js +1 -0
  794. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Circus.js +1 -0
  795. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Config.js +1 -0
  796. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Global.js +1 -0
  797. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/TestResult.js +1 -0
  798. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/Transform.js +1 -0
  799. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/@jest/types/build/index.js +1 -0
  800. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/index.js +287 -0
  801. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/cliui/build/lib/string-utils.js +27 -0
  802. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/index.js +6 -0
  803. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/es2015/text.js +6 -0
  804. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/index.js +6 -0
  805. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/emoji-regex/text.js +6 -0
  806. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/is-fullwidth-code-point/index.js +50 -0
  807. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/ErrorWithStack.js +33 -0
  808. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/clearLine.js +18 -0
  809. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/convertDescriptorToString.js +41 -0
  810. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createDirectory.js +76 -0
  811. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/createProcessObject.js +126 -0
  812. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/deepCyclicCopy.js +84 -0
  813. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/formatTime.js +24 -0
  814. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/globsToMatcher.js +108 -0
  815. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/index.js +209 -0
  816. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/installCommonGlobals.js +123 -0
  817. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/interopRequireDefault.js +22 -0
  818. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isInteractive.js +27 -0
  819. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/isPromise.js +20 -0
  820. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/pluralize.js +16 -0
  821. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/preRunMessage.js +48 -0
  822. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/replacePathSepForGlob.js +16 -0
  823. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/requireOrImportModule.js +91 -0
  824. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/setGlobal.js +17 -0
  825. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/specialChars.js +25 -0
  826. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/testPathPatternToRegExp.js +19 -0
  827. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/jest-util/build/tryRealpath.js +34 -0
  828. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/string-width/index.js +47 -0
  829. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/wrap-ansi/index.js +216 -0
  830. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/argsert.js +62 -0
  831. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/command.js +382 -0
  832. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion-templates.js +47 -0
  833. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/completion.js +128 -0
  834. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/middleware.js +53 -0
  835. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/parse-command.js +32 -0
  836. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/common-types.js +9 -0
  837. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
  838. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/usage.js +548 -0
  839. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
  840. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
  841. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/levenshtein.js +26 -0
  842. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
  843. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
  844. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
  845. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/utils/which-module.js +10 -0
  846. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/validation.js +308 -0
  847. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yargs-factory.js +1143 -0
  848. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/build/lib/yerror.js +7 -0
  849. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs/helpers/index.js +14 -0
  850. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/browser.js +29 -0
  851. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/index.js +59 -0
  852. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
  853. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
  854. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
  855. package/dist/src/web/frontend/node_modules/.jest-cli-gTwVZcyg/node_modules/yargs-parser/build/lib/yargs-parser.js +1037 -0
  856. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/bin/jiti.js +16 -0
  857. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/babel.js +227 -0
  858. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/dist/jiti.js +1 -0
  859. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/lib/index.js +15 -0
  860. package/dist/src/web/frontend/node_modules/.jiti-pB4fYkW6/register.js +3 -0
  861. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/bin/js-yaml.js +126 -0
  862. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.js +3874 -0
  863. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/dist/js-yaml.min.js +2 -0
  864. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/index.js +47 -0
  865. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/common.js +59 -0
  866. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/dumper.js +965 -0
  867. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/exception.js +55 -0
  868. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/loader.js +1727 -0
  869. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/core.js +11 -0
  870. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/default.js +22 -0
  871. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/failsafe.js +17 -0
  872. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema/json.js +19 -0
  873. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/schema.js +121 -0
  874. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/snippet.js +101 -0
  875. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/binary.js +125 -0
  876. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/bool.js +35 -0
  877. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/float.js +97 -0
  878. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/int.js +156 -0
  879. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/map.js +8 -0
  880. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/merge.js +12 -0
  881. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/null.js +35 -0
  882. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/omap.js +44 -0
  883. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/pairs.js +53 -0
  884. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/seq.js +8 -0
  885. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/set.js +29 -0
  886. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/str.js +8 -0
  887. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type/timestamp.js +88 -0
  888. package/dist/src/web/frontend/node_modules/.js-yaml-jm5u3nWn/lib/type.js +66 -0
  889. package/dist/src/web/frontend/node_modules/.jsesc-HO7WBVtD/jsesc.js +337 -0
  890. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.js +1737 -0
  891. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/dist/index.min.js +1 -0
  892. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/cli.js +152 -0
  893. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/index.js +9 -0
  894. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/parse.js +1114 -0
  895. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/register.js +13 -0
  896. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/require.js +4 -0
  897. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/stringify.js +261 -0
  898. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/unicode.js +4 -0
  899. package/dist/src/web/frontend/node_modules/.json5-StjxnzqI/lib/util.js +35 -0
  900. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/bin/lint-staged.js +164 -0
  901. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/chunkFiles.js +54 -0
  902. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/configFiles.js +30 -0
  903. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/dynamicImport.js +3 -0
  904. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/execGit.js +28 -0
  905. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/figures.js +8 -0
  906. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/file.js +53 -0
  907. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/generateTasks.js +52 -0
  908. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getDiffCommand.js +19 -0
  909. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getRenderer.js +64 -0
  910. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/getStagedFiles.js +56 -0
  911. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/gitWorkflow.js +359 -0
  912. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/groupFilesByConfig.js +55 -0
  913. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/index.js +160 -0
  914. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/loadConfig.js +127 -0
  915. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/makeCmdTasks.js +52 -0
  916. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/messages.js +98 -0
  917. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/normalizePath.js +50 -0
  918. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/parseGitZOutput.js +11 -0
  919. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/printTaskOutput.js +12 -0
  920. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/readStdin.js +19 -0
  921. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveConfig.js +15 -0
  922. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveGitRepo.js +66 -0
  923. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/resolveTaskFn.js +185 -0
  924. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/runAll.js +344 -0
  925. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/searchConfigs.js +131 -0
  926. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/state.js +72 -0
  927. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/symbols.js +27 -0
  928. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateBraces.js +91 -0
  929. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateConfig.js +121 -0
  930. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/validateOptions.js +47 -0
  931. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/lib/version.js +6 -0
  932. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/index.js +225 -0
  933. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/utilities.js +33 -0
  934. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
  935. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
  936. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/chalk/source/vendor/supports-color/index.js +190 -0
  937. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-collection.js +88 -0
  938. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-doc.js +43 -0
  939. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-node.js +102 -0
  940. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/compose-scalar.js +86 -0
  941. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/composer.js +217 -0
  942. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-map.js +115 -0
  943. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +198 -0
  944. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +49 -0
  945. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-end.js +37 -0
  946. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +207 -0
  947. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +223 -0
  948. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/resolve-props.js +146 -0
  949. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-contains-newline.js +34 -0
  950. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +26 -0
  951. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +15 -0
  952. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/compose/util-map-includes.js +13 -0
  953. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/Document.js +335 -0
  954. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/anchors.js +71 -0
  955. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/applyReviver.js +55 -0
  956. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/createNode.js +88 -0
  957. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/doc/directives.js +176 -0
  958. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/errors.js +57 -0
  959. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/index.js +17 -0
  960. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/log.js +11 -0
  961. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Alias.js +114 -0
  962. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Collection.js +147 -0
  963. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Node.js +38 -0
  964. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Pair.js +36 -0
  965. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/Scalar.js +24 -0
  966. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLMap.js +144 -0
  967. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +113 -0
  968. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +63 -0
  969. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/identity.js +36 -0
  970. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/nodes/toJS.js +37 -0
  971. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-scalar.js +214 -0
  972. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-stringify.js +61 -0
  973. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst-visit.js +97 -0
  974. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/cst.js +98 -0
  975. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/lexer.js +717 -0
  976. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/line-counter.js +39 -0
  977. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/parse/parser.js +967 -0
  978. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/public-api.js +102 -0
  979. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/Schema.js +37 -0
  980. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
  981. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/null.js +15 -0
  982. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
  983. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
  984. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
  985. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/float.js +43 -0
  986. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/int.js +38 -0
  987. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
  988. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
  989. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/tags.js +96 -0
  990. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +58 -0
  991. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +26 -0
  992. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +46 -0
  993. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +71 -0
  994. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +64 -0
  995. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +74 -0
  996. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +78 -0
  997. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
  998. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +93 -0
  999. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +101 -0
  1000. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +146 -0
  1001. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringify.js +128 -0
  1002. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +143 -0
  1003. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyComment.js +20 -0
  1004. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +85 -0
  1005. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +24 -0
  1006. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyPair.js +150 -0
  1007. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/stringify/stringifyString.js +336 -0
  1008. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/util.js +11 -0
  1009. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/dist/visit.js +233 -0
  1010. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/browser/index.js +5 -0
  1011. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-collection.js +90 -0
  1012. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-doc.js +45 -0
  1013. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-node.js +105 -0
  1014. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/compose-scalar.js +88 -0
  1015. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/composer.js +222 -0
  1016. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-map.js +117 -0
  1017. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-scalar.js +200 -0
  1018. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-block-seq.js +51 -0
  1019. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-end.js +39 -0
  1020. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-collection.js +209 -0
  1021. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-flow-scalar.js +225 -0
  1022. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/resolve-props.js +148 -0
  1023. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-contains-newline.js +36 -0
  1024. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-empty-scalar-position.js +28 -0
  1025. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-flow-indent-check.js +17 -0
  1026. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/compose/util-map-includes.js +15 -0
  1027. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/Document.js +337 -0
  1028. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/anchors.js +76 -0
  1029. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/applyReviver.js +57 -0
  1030. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/createNode.js +90 -0
  1031. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/doc/directives.js +178 -0
  1032. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/errors.js +62 -0
  1033. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/index.js +50 -0
  1034. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/log.js +19 -0
  1035. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Alias.js +116 -0
  1036. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Collection.js +151 -0
  1037. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Node.js +40 -0
  1038. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Pair.js +39 -0
  1039. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/Scalar.js +27 -0
  1040. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLMap.js +147 -0
  1041. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/YAMLSeq.js +115 -0
  1042. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/addPairToJSMap.js +65 -0
  1043. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/identity.js +53 -0
  1044. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/nodes/toJS.js +39 -0
  1045. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-scalar.js +218 -0
  1046. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-stringify.js +63 -0
  1047. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst-visit.js +99 -0
  1048. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/cst.js +112 -0
  1049. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/lexer.js +719 -0
  1050. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/line-counter.js +41 -0
  1051. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/parse/parser.js +972 -0
  1052. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/public-api.js +107 -0
  1053. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/Schema.js +39 -0
  1054. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/map.js +19 -0
  1055. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/null.js +17 -0
  1056. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/seq.js +19 -0
  1057. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/common/string.js +16 -0
  1058. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/bool.js +21 -0
  1059. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/float.js +47 -0
  1060. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/int.js +42 -0
  1061. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/core/schema.js +25 -0
  1062. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/json/schema.js +64 -0
  1063. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/tags.js +99 -0
  1064. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/binary.js +70 -0
  1065. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/bool.js +29 -0
  1066. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/float.js +50 -0
  1067. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/int.js +76 -0
  1068. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/merge.js +68 -0
  1069. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/omap.js +77 -0
  1070. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/pairs.js +82 -0
  1071. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/schema.js +41 -0
  1072. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/set.js +96 -0
  1073. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js +105 -0
  1074. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/foldFlowLines.js +151 -0
  1075. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringify.js +131 -0
  1076. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyCollection.js +145 -0
  1077. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyComment.js +24 -0
  1078. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyDocument.js +87 -0
  1079. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyNumber.js +26 -0
  1080. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyPair.js +152 -0
  1081. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/stringify/stringifyString.js +338 -0
  1082. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/test-events.js +134 -0
  1083. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/util.js +28 -0
  1084. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/dist/visit.js +236 -0
  1085. package/dist/src/web/frontend/node_modules/.lint-staged-PLgU0Zyn/node_modules/yaml/util.js +2 -0
  1086. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/cli.js +16 -0
  1087. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/custom.js +4 -0
  1088. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/index.js +3 -0
  1089. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/loose-envify.js +36 -0
  1090. package/dist/src/web/frontend/node_modules/.loose-envify-xQmkUywD/replace.js +65 -0
  1091. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/bin/bin.js +13 -0
  1092. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/base64-string.js +285 -0
  1093. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.js +506 -0
  1094. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/libs/lz-string.min.js +1 -0
  1095. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/reference/lz-string-1.0.2.js +204 -0
  1096. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine-html.js +681 -0
  1097. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lib/jasmine-1.3.1/jasmine.js +2600 -0
  1098. package/dist/src/web/frontend/node_modules/.lz-string-IeqH9YhA/tests/lz-string-spec.js +226 -0
  1099. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/cli.js +8 -0
  1100. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/mime.js +108 -0
  1101. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/build.js +53 -0
  1102. package/dist/src/web/frontend/node_modules/.mime-jO6Gv7S9/src/test.js +60 -0
  1103. package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/bin/cmd.js +33 -0
  1104. package/dist/src/web/frontend/node_modules/.mkdirp-idfX6Cn8/index.js +102 -0
  1105. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/abap/abap.js +1342 -0
  1106. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/apex/apex.js +347 -0
  1107. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/azcli/azcli.js +102 -0
  1108. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bat/bat.js +123 -0
  1109. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/bicep/bicep.js +143 -0
  1110. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cameligo/cameligo.js +196 -0
  1111. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/clojure/clojure.js +782 -0
  1112. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/coffee/coffee.js +256 -0
  1113. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cpp/cpp.js +418 -0
  1114. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csharp/csharp.js +348 -0
  1115. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/csp/csp.js +85 -0
  1116. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/css/css.js +212 -0
  1117. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/cypher/cypher.js +290 -0
  1118. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dart/dart.js +298 -0
  1119. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/dockerfile/dockerfile.js +160 -0
  1120. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/ecl/ecl.js +482 -0
  1121. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/elixir/elixir.js +517 -0
  1122. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/basic-languages/flow9/flow9.js +169 -0
  1123. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.js +175099 -0
  1124. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.de.js +2023 -0
  1125. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.es.js +2023 -0
  1126. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.fr.js +2023 -0
  1127. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.it.js +2023 -0
  1128. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ja.js +2023 -0
  1129. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.js +2026 -0
  1130. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ko.js +2023 -0
  1131. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.ru.js +2023 -0
  1132. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-cn.js +2023 -0
  1133. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/editor/editor.main.nls.zh-tw.js +2023 -0
  1134. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssMode.js +2069 -0
  1135. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/dev/vs/language/css/cssWorker.js +36893 -0
  1136. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/browser.js +132 -0
  1137. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/canIUse.js +32 -0
  1138. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/contextmenu.js +5 -0
  1139. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/defaultWorkerFactory.js +128 -0
  1140. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dnd.js +26 -0
  1141. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dom.js +1405 -0
  1142. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/dompurify/dompurify.js +1640 -0
  1143. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/event.js +20 -0
  1144. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/fastDomNode.js +250 -0
  1145. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/formattedTextRenderer.js +167 -0
  1146. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionViewItems.js +372 -0
  1147. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/actionbar/actionbar.js +421 -0
  1148. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/aria/aria.js +81 -0
  1149. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/breadcrumbs/breadcrumbsWidget.js +1 -0
  1150. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/button/button.js +190 -0
  1151. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/codicons/codiconStyles.js +6 -0
  1152. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/contextview/contextview.js +299 -0
  1153. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/countBadge/countBadge.js +36 -0
  1154. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dialog/dialog.js +1 -0
  1155. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdown.js +139 -0
  1156. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/dropdown/dropdownActionViewItem.js +106 -0
  1157. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInput.js +295 -0
  1158. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/findinput/findInputToggles.js +46 -0
  1159. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/scrollbar/abstractScrollbar.js +207 -0
  1160. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/abstractTree.js +1644 -0
  1161. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/asyncDataTree.js +845 -0
  1162. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/compressedObjectTreeModel.js +365 -0
  1163. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/browser/ui/tree/dataTree.js +17 -0
  1164. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/actions.js +175 -0
  1165. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arrays.js +470 -0
  1166. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/arraysFind.js +175 -0
  1167. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/assert.js +51 -0
  1168. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/async.js +832 -0
  1169. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/buffer.js +68 -0
  1170. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cache.js +40 -0
  1171. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/cancellation.js +109 -0
  1172. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/charCode.js +5 -0
  1173. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/codicons.js +591 -0
  1174. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/collections.js +35 -0
  1175. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/color.js +462 -0
  1176. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/comparers.js +83 -0
  1177. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/dataTransfer.js +129 -0
  1178. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/decorators.js +30 -0
  1179. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diff.js +899 -0
  1180. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/diff/diffChange.js +32 -0
  1181. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errorMessage.js +68 -0
  1182. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/errors.js +150 -0
  1183. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/event.js +1185 -0
  1184. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/extpath.js +144 -0
  1185. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/filters.js +768 -0
  1186. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/autorun.js +185 -0
  1187. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/base.js +326 -0
  1188. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/base/common/observableInternal/derived.js +276 -0
  1189. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/_.contribution.js +82 -0
  1190. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.contribution.js +23 -0
  1191. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/abap/abap.js +1317 -0
  1192. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.contribution.js +24 -0
  1193. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/apex/apex.js +322 -0
  1194. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.contribution.js +23 -0
  1195. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/azcli/azcli.js +77 -0
  1196. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.contribution.js +23 -0
  1197. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bat/bat.js +98 -0
  1198. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.contribution.js +23 -0
  1199. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/bicep/bicep.js +118 -0
  1200. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.contribution.js +23 -0
  1201. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cameligo/cameligo.js +171 -0
  1202. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.contribution.js +23 -0
  1203. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/clojure/clojure.js +757 -0
  1204. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.contribution.js +24 -0
  1205. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/coffee/coffee.js +231 -0
  1206. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.contribution.js +37 -0
  1207. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cpp/cpp.js +393 -0
  1208. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.contribution.js +23 -0
  1209. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csharp/csharp.js +323 -0
  1210. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.contribution.js +23 -0
  1211. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/csp/csp.js +60 -0
  1212. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.contribution.js +24 -0
  1213. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/css/css.js +187 -0
  1214. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.contribution.js +23 -0
  1215. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/cypher/cypher.js +265 -0
  1216. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.contribution.js +24 -0
  1217. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dart/dart.js +273 -0
  1218. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.contribution.js +24 -0
  1219. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/dockerfile/dockerfile.js +135 -0
  1220. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.contribution.js +23 -0
  1221. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/ecl/ecl.js +457 -0
  1222. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.contribution.js +23 -0
  1223. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/elixir/elixir.js +492 -0
  1224. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.contribution.js +23 -0
  1225. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/flow9/flow9.js +144 -0
  1226. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/basic-languages/freemarker2/freemarker2.contribution.js +101 -0
  1227. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/charWidthReader.js +102 -0
  1228. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/domFontInfo.js +25 -0
  1229. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/editorConfiguration.js +280 -0
  1230. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/elementSizeObserver.js +99 -0
  1231. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/config/fontMeasurements.js +191 -0
  1232. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/coreCommands.js +1727 -0
  1233. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/dnd.js +76 -0
  1234. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorBrowser.js +50 -0
  1235. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorDom.js +282 -0
  1236. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/editorExtensions.js +461 -0
  1237. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/abstractCodeEditorService.js +127 -0
  1238. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/bulkEditService.js +73 -0
  1239. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/codeEditorService.js +6 -0
  1240. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/services/editorWorkerService.js +454 -0
  1241. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/domLineBreaksComputer.js +299 -0
  1242. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/view/dynamicViewOverlay.js +7 -0
  1243. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/blockDecorations/blockDecorations.js +95 -0
  1244. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/contentWidgets/contentWidgets.js +462 -0
  1245. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/currentLineHighlight/currentLineHighlight.js +176 -0
  1246. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/decorations/decorations.js +200 -0
  1247. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/editorScrollbar/editorScrollbar.js +142 -0
  1248. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/lines/domReadingContext.js +41 -0
  1249. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/viewParts/overviewRuler/decorationsOverviewRuler.js +396 -0
  1250. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorContributions.js +130 -0
  1251. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/codeEditorWidget.js +1734 -0
  1252. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/accessibleDiffViewer.js +531 -0
  1253. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/colors.js +9 -0
  1254. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/decorations.js +65 -0
  1255. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/delegatingEditorImpl.js +108 -0
  1256. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditor.contribution.js +274 -0
  1257. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorDecorations.js +225 -0
  1258. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorEditors.js +164 -0
  1259. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorOptions.js +91 -0
  1260. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorSash.js +69 -0
  1261. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorViewModel.js +522 -0
  1262. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffEditorWidget.js +493 -0
  1263. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.js +30 -0
  1264. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/embeddedCodeEditorWidget.js +57 -0
  1265. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/colors.js +7 -0
  1266. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/browser/widget/multiDiffEditorWidget/diffEditorItemTemplate.js +213 -0
  1267. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/diffEditor.js +34 -0
  1268. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfiguration.js +5 -0
  1269. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorConfigurationSchema.js +284 -0
  1270. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorOptions.js +2999 -0
  1271. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/editorZoom.js +23 -0
  1272. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/config/fontInfo.js +153 -0
  1273. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/characterClassifier.js +56 -0
  1274. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/cursorColumns.js +109 -0
  1275. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/dimension.js +5 -0
  1276. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editOperation.js +33 -0
  1277. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/editorColorRegistry.js +85 -0
  1278. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/core/eolCounter.js +42 -0
  1279. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursor.js +877 -0
  1280. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorAtomicMoveOperations.js +142 -0
  1281. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorCollection.js +191 -0
  1282. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorColumnSelection.js +90 -0
  1283. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorContext.js +13 -0
  1284. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorDeleteOperations.js +215 -0
  1285. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveCommands.js +651 -0
  1286. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorMoveOperations.js +287 -0
  1287. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorTypeOperations.js +973 -0
  1288. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursor/cursorWordOperations.js +686 -0
  1289. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorCommon.js +239 -0
  1290. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/cursorEvents.js +5 -0
  1291. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/diffAlgorithm.js +118 -0
  1292. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/algorithms/dynamicProgrammingDiffing.js +98 -0
  1293. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/computeMovedLines.js +246 -0
  1294. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/defaultLinesDiffComputer/defaultLinesDiffComputer.js +220 -0
  1295. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/diff/documentDiffProvider.js +5 -0
  1296. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorAction.js +24 -0
  1297. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorCommon.js +11 -0
  1298. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorContextKeys.js +76 -0
  1299. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorFeatures.js +15 -0
  1300. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/editorTheme.js +21 -0
  1301. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/encodedTokenAttributes.js +77 -0
  1302. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/autoIndent.js +374 -0
  1303. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/defaultDocumentColorsComputer.js +135 -0
  1304. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/enterAction.js +63 -0
  1305. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/characterPair.js +37 -0
  1306. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/languages/supports/electricCharacter.js +52 -0
  1307. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsImpl.js +724 -0
  1308. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/ast.js +482 -0
  1309. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/beforeEditPositionMapper.js +107 -0
  1310. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/bracketPairsTree.js +343 -0
  1311. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/brackets.js +105 -0
  1312. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/combineTextEditInfos.js +121 -0
  1313. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/bracketPairsTree/concat23Trees.js +189 -0
  1314. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/colorizedBracketPairsDecorationProvider.js +94 -0
  1315. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/bracketPairsTextModelPart/fixBrackets.js +66 -0
  1316. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/decorationProvider.js +1 -0
  1317. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/editStack.js +359 -0
  1318. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/model/fixedArray.js +67 -0
  1319. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorBaseApi.js +40 -0
  1320. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorSimpleWorker.js +523 -0
  1321. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorker.js +6 -0
  1322. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/services/editorWorkerHost.js +5 -0
  1323. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokens.js +30 -0
  1324. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousMultilineTokensBuilder.js +20 -0
  1325. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensEditing.js +125 -0
  1326. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/common/tokens/contiguousTokensStore.js +204 -0
  1327. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +164 -0
  1328. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +351 -0
  1329. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +49 -0
  1330. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/clipboard/browser/clipboard.js +236 -0
  1331. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeAction.js +284 -0
  1332. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +229 -0
  1333. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +43 -0
  1334. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +315 -0
  1335. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionKeybindingResolver.js +86 -0
  1336. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +64 -0
  1337. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codeAction/browser/codeActionModel.js +271 -0
  1338. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codeLensCache.js +112 -0
  1339. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelens.js +104 -0
  1340. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensController.js +472 -0
  1341. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/codelens/browser/codelensWidget.js +262 -0
  1342. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/color.js +112 -0
  1343. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorContributions.js +51 -0
  1344. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorDetector.js +242 -0
  1345. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorHoverParticipant.js +244 -0
  1346. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerModel.js +71 -0
  1347. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/colorPickerWidget.js +353 -0
  1348. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/colorPicker/browser/defaultDocumentColorProvider.js +54 -0
  1349. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/blockCommentCommand.js +146 -0
  1350. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/comment/browser/comment.js +146 -0
  1351. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +345 -0
  1352. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +134 -0
  1353. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dnd.js +195 -0
  1354. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dnd/browser/dragAndDropCommand.js +62 -0
  1355. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/documentSymbols/browser/documentSymbols.js +23 -0
  1356. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +57 -0
  1357. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +401 -0
  1358. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +181 -0
  1359. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorContribution.js +44 -0
  1360. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +157 -0
  1361. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/dropOrPasteInto/browser/edit.js +71 -0
  1362. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/editorState/browser/editorState.js +112 -0
  1363. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findController.js +990 -0
  1364. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findDecorations.js +296 -0
  1365. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findModel.js +488 -0
  1366. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findOptionsWidget.js +138 -0
  1367. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findState.js +243 -0
  1368. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/find/browser/findWidget.js +1177 -0
  1369. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/folding.js +1093 -0
  1370. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +133 -0
  1371. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingModel.js +538 -0
  1372. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/folding/browser/foldingRanges.js +351 -0
  1373. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +49 -0
  1374. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/format.js +360 -0
  1375. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formatActions.js +263 -0
  1376. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/format/browser/formattingEdit.js +54 -0
  1377. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/gotoSymbol/browser/link/clickLinkGesture.js +149 -0
  1378. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/hover/browser/contentHover.js +874 -0
  1379. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commandIds.js +7 -0
  1380. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/inlineCompletions/browser/commands.js +199 -0
  1381. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/linesOperations/browser/copyLinesCommand.js +70 -0
  1382. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/commandsQuickAccess.js +26 -0
  1383. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/quickAccess/browser/editorNavigationQuickAccess.js +153 -0
  1384. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +33 -0
  1385. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/semanticTokens/browser/documentSemanticTokens.js +354 -0
  1386. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/smartSelect/browser/bracketSelections.js +146 -0
  1387. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/suggest/browser/completionModel.js +224 -0
  1388. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +119 -0
  1389. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/edcore.main.js +14 -0
  1390. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.all.js +63 -0
  1391. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.api.js +55 -0
  1392. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.main.js +7 -0
  1393. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/editor.worker.js +25 -0
  1394. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/editor/standalone/browser/colorizer.js +118 -0
  1395. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/css.worker.js +36869 -0
  1396. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/language/css/cssMode.js +2035 -0
  1397. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/browser/accessibilityService.js +88 -0
  1398. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/accessibility/common/accessibility.js +9 -0
  1399. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/action.js +7 -0
  1400. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/action/common/actionCommonCategories.js +13 -0
  1401. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionList.js +276 -0
  1402. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/browser/actionWidget.js +248 -0
  1403. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actionWidget/common/actionWidget.js +5 -0
  1404. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/actions/common/actions.js +409 -0
  1405. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/audioCues/browser/audioCueService.js +176 -0
  1406. package/dist/src/web/frontend/node_modules/.monaco-editor-MndU045b/esm/vs/platform/clipboard/browser/clipboardService.js +0 -0
  1407. package/package.json +3 -2
@@ -0,0 +1,2069 @@
1
+ "use strict";
2
+ /*!-----------------------------------------------------------------------------
3
+ * Copyright (c) Microsoft Corporation. All rights reserved.
4
+ * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56)
5
+ * Released under the MIT license
6
+ * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
7
+ *-----------------------------------------------------------------------------*/
8
+ define("vs/language/css/cssMode", ["require"],(require)=>{
9
+ var moduleExports = (() => {
10
+ var __create = Object.create;
11
+ var __defProp = Object.defineProperty;
12
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
13
+ var __getOwnPropNames = Object.getOwnPropertyNames;
14
+ var __getProtoOf = Object.getPrototypeOf;
15
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
16
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
17
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
18
+ }) : x)(function(x) {
19
+ if (typeof require !== "undefined")
20
+ return require.apply(this, arguments);
21
+ throw new Error('Dynamic require of "' + x + '" is not supported');
22
+ });
23
+ var __commonJS = (cb, mod) => function __require2() {
24
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
25
+ };
26
+ var __export = (target, all) => {
27
+ for (var name in all)
28
+ __defProp(target, name, { get: all[name], enumerable: true });
29
+ };
30
+ var __copyProps = (to, from, except, desc) => {
31
+ if (from && typeof from === "object" || typeof from === "function") {
32
+ for (let key of __getOwnPropNames(from))
33
+ if (!__hasOwnProp.call(to, key) && key !== except)
34
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
35
+ }
36
+ return to;
37
+ };
38
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
39
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
40
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
41
+
42
+ // src/fillers/monaco-editor-core-amd.ts
43
+ var require_monaco_editor_core_amd = __commonJS({
44
+ "src/fillers/monaco-editor-core-amd.ts"(exports, module) {
45
+ var api = __toESM(__require("vs/editor/editor.api"));
46
+ module.exports = api;
47
+ }
48
+ });
49
+
50
+ // src/language/css/cssMode.ts
51
+ var cssMode_exports = {};
52
+ __export(cssMode_exports, {
53
+ CompletionAdapter: () => CompletionAdapter,
54
+ DefinitionAdapter: () => DefinitionAdapter,
55
+ DiagnosticsAdapter: () => DiagnosticsAdapter,
56
+ DocumentColorAdapter: () => DocumentColorAdapter,
57
+ DocumentFormattingEditProvider: () => DocumentFormattingEditProvider,
58
+ DocumentHighlightAdapter: () => DocumentHighlightAdapter,
59
+ DocumentLinkAdapter: () => DocumentLinkAdapter,
60
+ DocumentRangeFormattingEditProvider: () => DocumentRangeFormattingEditProvider,
61
+ DocumentSymbolAdapter: () => DocumentSymbolAdapter,
62
+ FoldingRangeAdapter: () => FoldingRangeAdapter,
63
+ HoverAdapter: () => HoverAdapter,
64
+ ReferenceAdapter: () => ReferenceAdapter,
65
+ RenameAdapter: () => RenameAdapter,
66
+ SelectionRangeAdapter: () => SelectionRangeAdapter,
67
+ WorkerManager: () => WorkerManager,
68
+ fromPosition: () => fromPosition,
69
+ fromRange: () => fromRange,
70
+ setupMode: () => setupMode,
71
+ toRange: () => toRange,
72
+ toTextEdit: () => toTextEdit
73
+ });
74
+
75
+ // src/fillers/monaco-editor-core.ts
76
+ var monaco_editor_core_exports = {};
77
+ __reExport(monaco_editor_core_exports, __toESM(require_monaco_editor_core_amd()));
78
+
79
+ // src/language/css/workerManager.ts
80
+ var STOP_WHEN_IDLE_FOR = 2 * 60 * 1e3;
81
+ var WorkerManager = class {
82
+ _defaults;
83
+ _idleCheckInterval;
84
+ _lastUsedTime;
85
+ _configChangeListener;
86
+ _worker;
87
+ _client;
88
+ constructor(defaults) {
89
+ this._defaults = defaults;
90
+ this._worker = null;
91
+ this._client = null;
92
+ this._idleCheckInterval = window.setInterval(() => this._checkIfIdle(), 30 * 1e3);
93
+ this._lastUsedTime = 0;
94
+ this._configChangeListener = this._defaults.onDidChange(() => this._stopWorker());
95
+ }
96
+ _stopWorker() {
97
+ if (this._worker) {
98
+ this._worker.dispose();
99
+ this._worker = null;
100
+ }
101
+ this._client = null;
102
+ }
103
+ dispose() {
104
+ clearInterval(this._idleCheckInterval);
105
+ this._configChangeListener.dispose();
106
+ this._stopWorker();
107
+ }
108
+ _checkIfIdle() {
109
+ if (!this._worker) {
110
+ return;
111
+ }
112
+ let timePassedSinceLastUsed = Date.now() - this._lastUsedTime;
113
+ if (timePassedSinceLastUsed > STOP_WHEN_IDLE_FOR) {
114
+ this._stopWorker();
115
+ }
116
+ }
117
+ _getClient() {
118
+ this._lastUsedTime = Date.now();
119
+ if (!this._client) {
120
+ this._worker = monaco_editor_core_exports.editor.createWebWorker({
121
+ moduleId: "vs/language/css/cssWorker",
122
+ label: this._defaults.languageId,
123
+ createData: {
124
+ options: this._defaults.options,
125
+ languageId: this._defaults.languageId
126
+ }
127
+ });
128
+ this._client = this._worker.getProxy();
129
+ }
130
+ return this._client;
131
+ }
132
+ getLanguageServiceWorker(...resources) {
133
+ let _client;
134
+ return this._getClient().then((client) => {
135
+ _client = client;
136
+ }).then((_) => {
137
+ if (this._worker) {
138
+ return this._worker.withSyncedResources(resources);
139
+ }
140
+ }).then((_) => _client);
141
+ }
142
+ };
143
+
144
+ // node_modules/vscode-languageserver-types/lib/esm/main.js
145
+ var integer;
146
+ (function(integer2) {
147
+ integer2.MIN_VALUE = -2147483648;
148
+ integer2.MAX_VALUE = 2147483647;
149
+ })(integer || (integer = {}));
150
+ var uinteger;
151
+ (function(uinteger2) {
152
+ uinteger2.MIN_VALUE = 0;
153
+ uinteger2.MAX_VALUE = 2147483647;
154
+ })(uinteger || (uinteger = {}));
155
+ var Position;
156
+ (function(Position3) {
157
+ function create(line, character) {
158
+ if (line === Number.MAX_VALUE) {
159
+ line = uinteger.MAX_VALUE;
160
+ }
161
+ if (character === Number.MAX_VALUE) {
162
+ character = uinteger.MAX_VALUE;
163
+ }
164
+ return { line, character };
165
+ }
166
+ Position3.create = create;
167
+ function is(value) {
168
+ var candidate = value;
169
+ return Is.objectLiteral(candidate) && Is.uinteger(candidate.line) && Is.uinteger(candidate.character);
170
+ }
171
+ Position3.is = is;
172
+ })(Position || (Position = {}));
173
+ var Range;
174
+ (function(Range3) {
175
+ function create(one, two, three, four) {
176
+ if (Is.uinteger(one) && Is.uinteger(two) && Is.uinteger(three) && Is.uinteger(four)) {
177
+ return { start: Position.create(one, two), end: Position.create(three, four) };
178
+ } else if (Position.is(one) && Position.is(two)) {
179
+ return { start: one, end: two };
180
+ } else {
181
+ throw new Error("Range#create called with invalid arguments[" + one + ", " + two + ", " + three + ", " + four + "]");
182
+ }
183
+ }
184
+ Range3.create = create;
185
+ function is(value) {
186
+ var candidate = value;
187
+ return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);
188
+ }
189
+ Range3.is = is;
190
+ })(Range || (Range = {}));
191
+ var Location;
192
+ (function(Location2) {
193
+ function create(uri, range) {
194
+ return { uri, range };
195
+ }
196
+ Location2.create = create;
197
+ function is(value) {
198
+ var candidate = value;
199
+ return Is.defined(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
200
+ }
201
+ Location2.is = is;
202
+ })(Location || (Location = {}));
203
+ var LocationLink;
204
+ (function(LocationLink2) {
205
+ function create(targetUri, targetRange, targetSelectionRange, originSelectionRange) {
206
+ return { targetUri, targetRange, targetSelectionRange, originSelectionRange };
207
+ }
208
+ LocationLink2.create = create;
209
+ function is(value) {
210
+ var candidate = value;
211
+ return Is.defined(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri) && (Range.is(candidate.targetSelectionRange) || Is.undefined(candidate.targetSelectionRange)) && (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));
212
+ }
213
+ LocationLink2.is = is;
214
+ })(LocationLink || (LocationLink = {}));
215
+ var Color;
216
+ (function(Color2) {
217
+ function create(red, green, blue, alpha) {
218
+ return {
219
+ red,
220
+ green,
221
+ blue,
222
+ alpha
223
+ };
224
+ }
225
+ Color2.create = create;
226
+ function is(value) {
227
+ var candidate = value;
228
+ return Is.numberRange(candidate.red, 0, 1) && Is.numberRange(candidate.green, 0, 1) && Is.numberRange(candidate.blue, 0, 1) && Is.numberRange(candidate.alpha, 0, 1);
229
+ }
230
+ Color2.is = is;
231
+ })(Color || (Color = {}));
232
+ var ColorInformation;
233
+ (function(ColorInformation2) {
234
+ function create(range, color) {
235
+ return {
236
+ range,
237
+ color
238
+ };
239
+ }
240
+ ColorInformation2.create = create;
241
+ function is(value) {
242
+ var candidate = value;
243
+ return Range.is(candidate.range) && Color.is(candidate.color);
244
+ }
245
+ ColorInformation2.is = is;
246
+ })(ColorInformation || (ColorInformation = {}));
247
+ var ColorPresentation;
248
+ (function(ColorPresentation2) {
249
+ function create(label, textEdit, additionalTextEdits) {
250
+ return {
251
+ label,
252
+ textEdit,
253
+ additionalTextEdits
254
+ };
255
+ }
256
+ ColorPresentation2.create = create;
257
+ function is(value) {
258
+ var candidate = value;
259
+ return Is.string(candidate.label) && (Is.undefined(candidate.textEdit) || TextEdit.is(candidate)) && (Is.undefined(candidate.additionalTextEdits) || Is.typedArray(candidate.additionalTextEdits, TextEdit.is));
260
+ }
261
+ ColorPresentation2.is = is;
262
+ })(ColorPresentation || (ColorPresentation = {}));
263
+ var FoldingRangeKind;
264
+ (function(FoldingRangeKind2) {
265
+ FoldingRangeKind2["Comment"] = "comment";
266
+ FoldingRangeKind2["Imports"] = "imports";
267
+ FoldingRangeKind2["Region"] = "region";
268
+ })(FoldingRangeKind || (FoldingRangeKind = {}));
269
+ var FoldingRange;
270
+ (function(FoldingRange2) {
271
+ function create(startLine, endLine, startCharacter, endCharacter, kind) {
272
+ var result = {
273
+ startLine,
274
+ endLine
275
+ };
276
+ if (Is.defined(startCharacter)) {
277
+ result.startCharacter = startCharacter;
278
+ }
279
+ if (Is.defined(endCharacter)) {
280
+ result.endCharacter = endCharacter;
281
+ }
282
+ if (Is.defined(kind)) {
283
+ result.kind = kind;
284
+ }
285
+ return result;
286
+ }
287
+ FoldingRange2.create = create;
288
+ function is(value) {
289
+ var candidate = value;
290
+ return Is.uinteger(candidate.startLine) && Is.uinteger(candidate.startLine) && (Is.undefined(candidate.startCharacter) || Is.uinteger(candidate.startCharacter)) && (Is.undefined(candidate.endCharacter) || Is.uinteger(candidate.endCharacter)) && (Is.undefined(candidate.kind) || Is.string(candidate.kind));
291
+ }
292
+ FoldingRange2.is = is;
293
+ })(FoldingRange || (FoldingRange = {}));
294
+ var DiagnosticRelatedInformation;
295
+ (function(DiagnosticRelatedInformation2) {
296
+ function create(location, message) {
297
+ return {
298
+ location,
299
+ message
300
+ };
301
+ }
302
+ DiagnosticRelatedInformation2.create = create;
303
+ function is(value) {
304
+ var candidate = value;
305
+ return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);
306
+ }
307
+ DiagnosticRelatedInformation2.is = is;
308
+ })(DiagnosticRelatedInformation || (DiagnosticRelatedInformation = {}));
309
+ var DiagnosticSeverity;
310
+ (function(DiagnosticSeverity2) {
311
+ DiagnosticSeverity2.Error = 1;
312
+ DiagnosticSeverity2.Warning = 2;
313
+ DiagnosticSeverity2.Information = 3;
314
+ DiagnosticSeverity2.Hint = 4;
315
+ })(DiagnosticSeverity || (DiagnosticSeverity = {}));
316
+ var DiagnosticTag;
317
+ (function(DiagnosticTag2) {
318
+ DiagnosticTag2.Unnecessary = 1;
319
+ DiagnosticTag2.Deprecated = 2;
320
+ })(DiagnosticTag || (DiagnosticTag = {}));
321
+ var CodeDescription;
322
+ (function(CodeDescription2) {
323
+ function is(value) {
324
+ var candidate = value;
325
+ return candidate !== void 0 && candidate !== null && Is.string(candidate.href);
326
+ }
327
+ CodeDescription2.is = is;
328
+ })(CodeDescription || (CodeDescription = {}));
329
+ var Diagnostic;
330
+ (function(Diagnostic2) {
331
+ function create(range, message, severity, code, source, relatedInformation) {
332
+ var result = { range, message };
333
+ if (Is.defined(severity)) {
334
+ result.severity = severity;
335
+ }
336
+ if (Is.defined(code)) {
337
+ result.code = code;
338
+ }
339
+ if (Is.defined(source)) {
340
+ result.source = source;
341
+ }
342
+ if (Is.defined(relatedInformation)) {
343
+ result.relatedInformation = relatedInformation;
344
+ }
345
+ return result;
346
+ }
347
+ Diagnostic2.create = create;
348
+ function is(value) {
349
+ var _a;
350
+ var candidate = value;
351
+ return Is.defined(candidate) && Range.is(candidate.range) && Is.string(candidate.message) && (Is.number(candidate.severity) || Is.undefined(candidate.severity)) && (Is.integer(candidate.code) || Is.string(candidate.code) || Is.undefined(candidate.code)) && (Is.undefined(candidate.codeDescription) || Is.string((_a = candidate.codeDescription) === null || _a === void 0 ? void 0 : _a.href)) && (Is.string(candidate.source) || Is.undefined(candidate.source)) && (Is.undefined(candidate.relatedInformation) || Is.typedArray(candidate.relatedInformation, DiagnosticRelatedInformation.is));
352
+ }
353
+ Diagnostic2.is = is;
354
+ })(Diagnostic || (Diagnostic = {}));
355
+ var Command;
356
+ (function(Command2) {
357
+ function create(title, command) {
358
+ var args = [];
359
+ for (var _i = 2; _i < arguments.length; _i++) {
360
+ args[_i - 2] = arguments[_i];
361
+ }
362
+ var result = { title, command };
363
+ if (Is.defined(args) && args.length > 0) {
364
+ result.arguments = args;
365
+ }
366
+ return result;
367
+ }
368
+ Command2.create = create;
369
+ function is(value) {
370
+ var candidate = value;
371
+ return Is.defined(candidate) && Is.string(candidate.title) && Is.string(candidate.command);
372
+ }
373
+ Command2.is = is;
374
+ })(Command || (Command = {}));
375
+ var TextEdit;
376
+ (function(TextEdit2) {
377
+ function replace(range, newText) {
378
+ return { range, newText };
379
+ }
380
+ TextEdit2.replace = replace;
381
+ function insert(position, newText) {
382
+ return { range: { start: position, end: position }, newText };
383
+ }
384
+ TextEdit2.insert = insert;
385
+ function del(range) {
386
+ return { range, newText: "" };
387
+ }
388
+ TextEdit2.del = del;
389
+ function is(value) {
390
+ var candidate = value;
391
+ return Is.objectLiteral(candidate) && Is.string(candidate.newText) && Range.is(candidate.range);
392
+ }
393
+ TextEdit2.is = is;
394
+ })(TextEdit || (TextEdit = {}));
395
+ var ChangeAnnotation;
396
+ (function(ChangeAnnotation2) {
397
+ function create(label, needsConfirmation, description) {
398
+ var result = { label };
399
+ if (needsConfirmation !== void 0) {
400
+ result.needsConfirmation = needsConfirmation;
401
+ }
402
+ if (description !== void 0) {
403
+ result.description = description;
404
+ }
405
+ return result;
406
+ }
407
+ ChangeAnnotation2.create = create;
408
+ function is(value) {
409
+ var candidate = value;
410
+ return candidate !== void 0 && Is.objectLiteral(candidate) && Is.string(candidate.label) && (Is.boolean(candidate.needsConfirmation) || candidate.needsConfirmation === void 0) && (Is.string(candidate.description) || candidate.description === void 0);
411
+ }
412
+ ChangeAnnotation2.is = is;
413
+ })(ChangeAnnotation || (ChangeAnnotation = {}));
414
+ var ChangeAnnotationIdentifier;
415
+ (function(ChangeAnnotationIdentifier2) {
416
+ function is(value) {
417
+ var candidate = value;
418
+ return typeof candidate === "string";
419
+ }
420
+ ChangeAnnotationIdentifier2.is = is;
421
+ })(ChangeAnnotationIdentifier || (ChangeAnnotationIdentifier = {}));
422
+ var AnnotatedTextEdit;
423
+ (function(AnnotatedTextEdit2) {
424
+ function replace(range, newText, annotation) {
425
+ return { range, newText, annotationId: annotation };
426
+ }
427
+ AnnotatedTextEdit2.replace = replace;
428
+ function insert(position, newText, annotation) {
429
+ return { range: { start: position, end: position }, newText, annotationId: annotation };
430
+ }
431
+ AnnotatedTextEdit2.insert = insert;
432
+ function del(range, annotation) {
433
+ return { range, newText: "", annotationId: annotation };
434
+ }
435
+ AnnotatedTextEdit2.del = del;
436
+ function is(value) {
437
+ var candidate = value;
438
+ return TextEdit.is(candidate) && (ChangeAnnotation.is(candidate.annotationId) || ChangeAnnotationIdentifier.is(candidate.annotationId));
439
+ }
440
+ AnnotatedTextEdit2.is = is;
441
+ })(AnnotatedTextEdit || (AnnotatedTextEdit = {}));
442
+ var TextDocumentEdit;
443
+ (function(TextDocumentEdit2) {
444
+ function create(textDocument, edits) {
445
+ return { textDocument, edits };
446
+ }
447
+ TextDocumentEdit2.create = create;
448
+ function is(value) {
449
+ var candidate = value;
450
+ return Is.defined(candidate) && OptionalVersionedTextDocumentIdentifier.is(candidate.textDocument) && Array.isArray(candidate.edits);
451
+ }
452
+ TextDocumentEdit2.is = is;
453
+ })(TextDocumentEdit || (TextDocumentEdit = {}));
454
+ var CreateFile;
455
+ (function(CreateFile2) {
456
+ function create(uri, options, annotation) {
457
+ var result = {
458
+ kind: "create",
459
+ uri
460
+ };
461
+ if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
462
+ result.options = options;
463
+ }
464
+ if (annotation !== void 0) {
465
+ result.annotationId = annotation;
466
+ }
467
+ return result;
468
+ }
469
+ CreateFile2.create = create;
470
+ function is(value) {
471
+ var candidate = value;
472
+ return candidate && candidate.kind === "create" && Is.string(candidate.uri) && (candidate.options === void 0 || (candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
473
+ }
474
+ CreateFile2.is = is;
475
+ })(CreateFile || (CreateFile = {}));
476
+ var RenameFile;
477
+ (function(RenameFile2) {
478
+ function create(oldUri, newUri, options, annotation) {
479
+ var result = {
480
+ kind: "rename",
481
+ oldUri,
482
+ newUri
483
+ };
484
+ if (options !== void 0 && (options.overwrite !== void 0 || options.ignoreIfExists !== void 0)) {
485
+ result.options = options;
486
+ }
487
+ if (annotation !== void 0) {
488
+ result.annotationId = annotation;
489
+ }
490
+ return result;
491
+ }
492
+ RenameFile2.create = create;
493
+ function is(value) {
494
+ var candidate = value;
495
+ return candidate && candidate.kind === "rename" && Is.string(candidate.oldUri) && Is.string(candidate.newUri) && (candidate.options === void 0 || (candidate.options.overwrite === void 0 || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === void 0 || Is.boolean(candidate.options.ignoreIfExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
496
+ }
497
+ RenameFile2.is = is;
498
+ })(RenameFile || (RenameFile = {}));
499
+ var DeleteFile;
500
+ (function(DeleteFile2) {
501
+ function create(uri, options, annotation) {
502
+ var result = {
503
+ kind: "delete",
504
+ uri
505
+ };
506
+ if (options !== void 0 && (options.recursive !== void 0 || options.ignoreIfNotExists !== void 0)) {
507
+ result.options = options;
508
+ }
509
+ if (annotation !== void 0) {
510
+ result.annotationId = annotation;
511
+ }
512
+ return result;
513
+ }
514
+ DeleteFile2.create = create;
515
+ function is(value) {
516
+ var candidate = value;
517
+ return candidate && candidate.kind === "delete" && Is.string(candidate.uri) && (candidate.options === void 0 || (candidate.options.recursive === void 0 || Is.boolean(candidate.options.recursive)) && (candidate.options.ignoreIfNotExists === void 0 || Is.boolean(candidate.options.ignoreIfNotExists))) && (candidate.annotationId === void 0 || ChangeAnnotationIdentifier.is(candidate.annotationId));
518
+ }
519
+ DeleteFile2.is = is;
520
+ })(DeleteFile || (DeleteFile = {}));
521
+ var WorkspaceEdit;
522
+ (function(WorkspaceEdit2) {
523
+ function is(value) {
524
+ var candidate = value;
525
+ return candidate && (candidate.changes !== void 0 || candidate.documentChanges !== void 0) && (candidate.documentChanges === void 0 || candidate.documentChanges.every(function(change) {
526
+ if (Is.string(change.kind)) {
527
+ return CreateFile.is(change) || RenameFile.is(change) || DeleteFile.is(change);
528
+ } else {
529
+ return TextDocumentEdit.is(change);
530
+ }
531
+ }));
532
+ }
533
+ WorkspaceEdit2.is = is;
534
+ })(WorkspaceEdit || (WorkspaceEdit = {}));
535
+ var TextEditChangeImpl = function() {
536
+ function TextEditChangeImpl2(edits, changeAnnotations) {
537
+ this.edits = edits;
538
+ this.changeAnnotations = changeAnnotations;
539
+ }
540
+ TextEditChangeImpl2.prototype.insert = function(position, newText, annotation) {
541
+ var edit;
542
+ var id;
543
+ if (annotation === void 0) {
544
+ edit = TextEdit.insert(position, newText);
545
+ } else if (ChangeAnnotationIdentifier.is(annotation)) {
546
+ id = annotation;
547
+ edit = AnnotatedTextEdit.insert(position, newText, annotation);
548
+ } else {
549
+ this.assertChangeAnnotations(this.changeAnnotations);
550
+ id = this.changeAnnotations.manage(annotation);
551
+ edit = AnnotatedTextEdit.insert(position, newText, id);
552
+ }
553
+ this.edits.push(edit);
554
+ if (id !== void 0) {
555
+ return id;
556
+ }
557
+ };
558
+ TextEditChangeImpl2.prototype.replace = function(range, newText, annotation) {
559
+ var edit;
560
+ var id;
561
+ if (annotation === void 0) {
562
+ edit = TextEdit.replace(range, newText);
563
+ } else if (ChangeAnnotationIdentifier.is(annotation)) {
564
+ id = annotation;
565
+ edit = AnnotatedTextEdit.replace(range, newText, annotation);
566
+ } else {
567
+ this.assertChangeAnnotations(this.changeAnnotations);
568
+ id = this.changeAnnotations.manage(annotation);
569
+ edit = AnnotatedTextEdit.replace(range, newText, id);
570
+ }
571
+ this.edits.push(edit);
572
+ if (id !== void 0) {
573
+ return id;
574
+ }
575
+ };
576
+ TextEditChangeImpl2.prototype.delete = function(range, annotation) {
577
+ var edit;
578
+ var id;
579
+ if (annotation === void 0) {
580
+ edit = TextEdit.del(range);
581
+ } else if (ChangeAnnotationIdentifier.is(annotation)) {
582
+ id = annotation;
583
+ edit = AnnotatedTextEdit.del(range, annotation);
584
+ } else {
585
+ this.assertChangeAnnotations(this.changeAnnotations);
586
+ id = this.changeAnnotations.manage(annotation);
587
+ edit = AnnotatedTextEdit.del(range, id);
588
+ }
589
+ this.edits.push(edit);
590
+ if (id !== void 0) {
591
+ return id;
592
+ }
593
+ };
594
+ TextEditChangeImpl2.prototype.add = function(edit) {
595
+ this.edits.push(edit);
596
+ };
597
+ TextEditChangeImpl2.prototype.all = function() {
598
+ return this.edits;
599
+ };
600
+ TextEditChangeImpl2.prototype.clear = function() {
601
+ this.edits.splice(0, this.edits.length);
602
+ };
603
+ TextEditChangeImpl2.prototype.assertChangeAnnotations = function(value) {
604
+ if (value === void 0) {
605
+ throw new Error("Text edit change is not configured to manage change annotations.");
606
+ }
607
+ };
608
+ return TextEditChangeImpl2;
609
+ }();
610
+ var ChangeAnnotations = function() {
611
+ function ChangeAnnotations2(annotations) {
612
+ this._annotations = annotations === void 0 ? /* @__PURE__ */ Object.create(null) : annotations;
613
+ this._counter = 0;
614
+ this._size = 0;
615
+ }
616
+ ChangeAnnotations2.prototype.all = function() {
617
+ return this._annotations;
618
+ };
619
+ Object.defineProperty(ChangeAnnotations2.prototype, "size", {
620
+ get: function() {
621
+ return this._size;
622
+ },
623
+ enumerable: false,
624
+ configurable: true
625
+ });
626
+ ChangeAnnotations2.prototype.manage = function(idOrAnnotation, annotation) {
627
+ var id;
628
+ if (ChangeAnnotationIdentifier.is(idOrAnnotation)) {
629
+ id = idOrAnnotation;
630
+ } else {
631
+ id = this.nextId();
632
+ annotation = idOrAnnotation;
633
+ }
634
+ if (this._annotations[id] !== void 0) {
635
+ throw new Error("Id " + id + " is already in use.");
636
+ }
637
+ if (annotation === void 0) {
638
+ throw new Error("No annotation provided for id " + id);
639
+ }
640
+ this._annotations[id] = annotation;
641
+ this._size++;
642
+ return id;
643
+ };
644
+ ChangeAnnotations2.prototype.nextId = function() {
645
+ this._counter++;
646
+ return this._counter.toString();
647
+ };
648
+ return ChangeAnnotations2;
649
+ }();
650
+ var WorkspaceChange = function() {
651
+ function WorkspaceChange2(workspaceEdit) {
652
+ var _this = this;
653
+ this._textEditChanges = /* @__PURE__ */ Object.create(null);
654
+ if (workspaceEdit !== void 0) {
655
+ this._workspaceEdit = workspaceEdit;
656
+ if (workspaceEdit.documentChanges) {
657
+ this._changeAnnotations = new ChangeAnnotations(workspaceEdit.changeAnnotations);
658
+ workspaceEdit.changeAnnotations = this._changeAnnotations.all();
659
+ workspaceEdit.documentChanges.forEach(function(change) {
660
+ if (TextDocumentEdit.is(change)) {
661
+ var textEditChange = new TextEditChangeImpl(change.edits, _this._changeAnnotations);
662
+ _this._textEditChanges[change.textDocument.uri] = textEditChange;
663
+ }
664
+ });
665
+ } else if (workspaceEdit.changes) {
666
+ Object.keys(workspaceEdit.changes).forEach(function(key) {
667
+ var textEditChange = new TextEditChangeImpl(workspaceEdit.changes[key]);
668
+ _this._textEditChanges[key] = textEditChange;
669
+ });
670
+ }
671
+ } else {
672
+ this._workspaceEdit = {};
673
+ }
674
+ }
675
+ Object.defineProperty(WorkspaceChange2.prototype, "edit", {
676
+ get: function() {
677
+ this.initDocumentChanges();
678
+ if (this._changeAnnotations !== void 0) {
679
+ if (this._changeAnnotations.size === 0) {
680
+ this._workspaceEdit.changeAnnotations = void 0;
681
+ } else {
682
+ this._workspaceEdit.changeAnnotations = this._changeAnnotations.all();
683
+ }
684
+ }
685
+ return this._workspaceEdit;
686
+ },
687
+ enumerable: false,
688
+ configurable: true
689
+ });
690
+ WorkspaceChange2.prototype.getTextEditChange = function(key) {
691
+ if (OptionalVersionedTextDocumentIdentifier.is(key)) {
692
+ this.initDocumentChanges();
693
+ if (this._workspaceEdit.documentChanges === void 0) {
694
+ throw new Error("Workspace edit is not configured for document changes.");
695
+ }
696
+ var textDocument = { uri: key.uri, version: key.version };
697
+ var result = this._textEditChanges[textDocument.uri];
698
+ if (!result) {
699
+ var edits = [];
700
+ var textDocumentEdit = {
701
+ textDocument,
702
+ edits
703
+ };
704
+ this._workspaceEdit.documentChanges.push(textDocumentEdit);
705
+ result = new TextEditChangeImpl(edits, this._changeAnnotations);
706
+ this._textEditChanges[textDocument.uri] = result;
707
+ }
708
+ return result;
709
+ } else {
710
+ this.initChanges();
711
+ if (this._workspaceEdit.changes === void 0) {
712
+ throw new Error("Workspace edit is not configured for normal text edit changes.");
713
+ }
714
+ var result = this._textEditChanges[key];
715
+ if (!result) {
716
+ var edits = [];
717
+ this._workspaceEdit.changes[key] = edits;
718
+ result = new TextEditChangeImpl(edits);
719
+ this._textEditChanges[key] = result;
720
+ }
721
+ return result;
722
+ }
723
+ };
724
+ WorkspaceChange2.prototype.initDocumentChanges = function() {
725
+ if (this._workspaceEdit.documentChanges === void 0 && this._workspaceEdit.changes === void 0) {
726
+ this._changeAnnotations = new ChangeAnnotations();
727
+ this._workspaceEdit.documentChanges = [];
728
+ this._workspaceEdit.changeAnnotations = this._changeAnnotations.all();
729
+ }
730
+ };
731
+ WorkspaceChange2.prototype.initChanges = function() {
732
+ if (this._workspaceEdit.documentChanges === void 0 && this._workspaceEdit.changes === void 0) {
733
+ this._workspaceEdit.changes = /* @__PURE__ */ Object.create(null);
734
+ }
735
+ };
736
+ WorkspaceChange2.prototype.createFile = function(uri, optionsOrAnnotation, options) {
737
+ this.initDocumentChanges();
738
+ if (this._workspaceEdit.documentChanges === void 0) {
739
+ throw new Error("Workspace edit is not configured for document changes.");
740
+ }
741
+ var annotation;
742
+ if (ChangeAnnotation.is(optionsOrAnnotation) || ChangeAnnotationIdentifier.is(optionsOrAnnotation)) {
743
+ annotation = optionsOrAnnotation;
744
+ } else {
745
+ options = optionsOrAnnotation;
746
+ }
747
+ var operation;
748
+ var id;
749
+ if (annotation === void 0) {
750
+ operation = CreateFile.create(uri, options);
751
+ } else {
752
+ id = ChangeAnnotationIdentifier.is(annotation) ? annotation : this._changeAnnotations.manage(annotation);
753
+ operation = CreateFile.create(uri, options, id);
754
+ }
755
+ this._workspaceEdit.documentChanges.push(operation);
756
+ if (id !== void 0) {
757
+ return id;
758
+ }
759
+ };
760
+ WorkspaceChange2.prototype.renameFile = function(oldUri, newUri, optionsOrAnnotation, options) {
761
+ this.initDocumentChanges();
762
+ if (this._workspaceEdit.documentChanges === void 0) {
763
+ throw new Error("Workspace edit is not configured for document changes.");
764
+ }
765
+ var annotation;
766
+ if (ChangeAnnotation.is(optionsOrAnnotation) || ChangeAnnotationIdentifier.is(optionsOrAnnotation)) {
767
+ annotation = optionsOrAnnotation;
768
+ } else {
769
+ options = optionsOrAnnotation;
770
+ }
771
+ var operation;
772
+ var id;
773
+ if (annotation === void 0) {
774
+ operation = RenameFile.create(oldUri, newUri, options);
775
+ } else {
776
+ id = ChangeAnnotationIdentifier.is(annotation) ? annotation : this._changeAnnotations.manage(annotation);
777
+ operation = RenameFile.create(oldUri, newUri, options, id);
778
+ }
779
+ this._workspaceEdit.documentChanges.push(operation);
780
+ if (id !== void 0) {
781
+ return id;
782
+ }
783
+ };
784
+ WorkspaceChange2.prototype.deleteFile = function(uri, optionsOrAnnotation, options) {
785
+ this.initDocumentChanges();
786
+ if (this._workspaceEdit.documentChanges === void 0) {
787
+ throw new Error("Workspace edit is not configured for document changes.");
788
+ }
789
+ var annotation;
790
+ if (ChangeAnnotation.is(optionsOrAnnotation) || ChangeAnnotationIdentifier.is(optionsOrAnnotation)) {
791
+ annotation = optionsOrAnnotation;
792
+ } else {
793
+ options = optionsOrAnnotation;
794
+ }
795
+ var operation;
796
+ var id;
797
+ if (annotation === void 0) {
798
+ operation = DeleteFile.create(uri, options);
799
+ } else {
800
+ id = ChangeAnnotationIdentifier.is(annotation) ? annotation : this._changeAnnotations.manage(annotation);
801
+ operation = DeleteFile.create(uri, options, id);
802
+ }
803
+ this._workspaceEdit.documentChanges.push(operation);
804
+ if (id !== void 0) {
805
+ return id;
806
+ }
807
+ };
808
+ return WorkspaceChange2;
809
+ }();
810
+ var TextDocumentIdentifier;
811
+ (function(TextDocumentIdentifier2) {
812
+ function create(uri) {
813
+ return { uri };
814
+ }
815
+ TextDocumentIdentifier2.create = create;
816
+ function is(value) {
817
+ var candidate = value;
818
+ return Is.defined(candidate) && Is.string(candidate.uri);
819
+ }
820
+ TextDocumentIdentifier2.is = is;
821
+ })(TextDocumentIdentifier || (TextDocumentIdentifier = {}));
822
+ var VersionedTextDocumentIdentifier;
823
+ (function(VersionedTextDocumentIdentifier2) {
824
+ function create(uri, version) {
825
+ return { uri, version };
826
+ }
827
+ VersionedTextDocumentIdentifier2.create = create;
828
+ function is(value) {
829
+ var candidate = value;
830
+ return Is.defined(candidate) && Is.string(candidate.uri) && Is.integer(candidate.version);
831
+ }
832
+ VersionedTextDocumentIdentifier2.is = is;
833
+ })(VersionedTextDocumentIdentifier || (VersionedTextDocumentIdentifier = {}));
834
+ var OptionalVersionedTextDocumentIdentifier;
835
+ (function(OptionalVersionedTextDocumentIdentifier2) {
836
+ function create(uri, version) {
837
+ return { uri, version };
838
+ }
839
+ OptionalVersionedTextDocumentIdentifier2.create = create;
840
+ function is(value) {
841
+ var candidate = value;
842
+ return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.integer(candidate.version));
843
+ }
844
+ OptionalVersionedTextDocumentIdentifier2.is = is;
845
+ })(OptionalVersionedTextDocumentIdentifier || (OptionalVersionedTextDocumentIdentifier = {}));
846
+ var TextDocumentItem;
847
+ (function(TextDocumentItem2) {
848
+ function create(uri, languageId, version, text) {
849
+ return { uri, languageId, version, text };
850
+ }
851
+ TextDocumentItem2.create = create;
852
+ function is(value) {
853
+ var candidate = value;
854
+ return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.integer(candidate.version) && Is.string(candidate.text);
855
+ }
856
+ TextDocumentItem2.is = is;
857
+ })(TextDocumentItem || (TextDocumentItem = {}));
858
+ var MarkupKind;
859
+ (function(MarkupKind2) {
860
+ MarkupKind2.PlainText = "plaintext";
861
+ MarkupKind2.Markdown = "markdown";
862
+ })(MarkupKind || (MarkupKind = {}));
863
+ (function(MarkupKind2) {
864
+ function is(value) {
865
+ var candidate = value;
866
+ return candidate === MarkupKind2.PlainText || candidate === MarkupKind2.Markdown;
867
+ }
868
+ MarkupKind2.is = is;
869
+ })(MarkupKind || (MarkupKind = {}));
870
+ var MarkupContent;
871
+ (function(MarkupContent2) {
872
+ function is(value) {
873
+ var candidate = value;
874
+ return Is.objectLiteral(value) && MarkupKind.is(candidate.kind) && Is.string(candidate.value);
875
+ }
876
+ MarkupContent2.is = is;
877
+ })(MarkupContent || (MarkupContent = {}));
878
+ var CompletionItemKind;
879
+ (function(CompletionItemKind2) {
880
+ CompletionItemKind2.Text = 1;
881
+ CompletionItemKind2.Method = 2;
882
+ CompletionItemKind2.Function = 3;
883
+ CompletionItemKind2.Constructor = 4;
884
+ CompletionItemKind2.Field = 5;
885
+ CompletionItemKind2.Variable = 6;
886
+ CompletionItemKind2.Class = 7;
887
+ CompletionItemKind2.Interface = 8;
888
+ CompletionItemKind2.Module = 9;
889
+ CompletionItemKind2.Property = 10;
890
+ CompletionItemKind2.Unit = 11;
891
+ CompletionItemKind2.Value = 12;
892
+ CompletionItemKind2.Enum = 13;
893
+ CompletionItemKind2.Keyword = 14;
894
+ CompletionItemKind2.Snippet = 15;
895
+ CompletionItemKind2.Color = 16;
896
+ CompletionItemKind2.File = 17;
897
+ CompletionItemKind2.Reference = 18;
898
+ CompletionItemKind2.Folder = 19;
899
+ CompletionItemKind2.EnumMember = 20;
900
+ CompletionItemKind2.Constant = 21;
901
+ CompletionItemKind2.Struct = 22;
902
+ CompletionItemKind2.Event = 23;
903
+ CompletionItemKind2.Operator = 24;
904
+ CompletionItemKind2.TypeParameter = 25;
905
+ })(CompletionItemKind || (CompletionItemKind = {}));
906
+ var InsertTextFormat;
907
+ (function(InsertTextFormat2) {
908
+ InsertTextFormat2.PlainText = 1;
909
+ InsertTextFormat2.Snippet = 2;
910
+ })(InsertTextFormat || (InsertTextFormat = {}));
911
+ var CompletionItemTag;
912
+ (function(CompletionItemTag2) {
913
+ CompletionItemTag2.Deprecated = 1;
914
+ })(CompletionItemTag || (CompletionItemTag = {}));
915
+ var InsertReplaceEdit;
916
+ (function(InsertReplaceEdit2) {
917
+ function create(newText, insert, replace) {
918
+ return { newText, insert, replace };
919
+ }
920
+ InsertReplaceEdit2.create = create;
921
+ function is(value) {
922
+ var candidate = value;
923
+ return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candidate.replace);
924
+ }
925
+ InsertReplaceEdit2.is = is;
926
+ })(InsertReplaceEdit || (InsertReplaceEdit = {}));
927
+ var InsertTextMode;
928
+ (function(InsertTextMode2) {
929
+ InsertTextMode2.asIs = 1;
930
+ InsertTextMode2.adjustIndentation = 2;
931
+ })(InsertTextMode || (InsertTextMode = {}));
932
+ var CompletionItem;
933
+ (function(CompletionItem2) {
934
+ function create(label) {
935
+ return { label };
936
+ }
937
+ CompletionItem2.create = create;
938
+ })(CompletionItem || (CompletionItem = {}));
939
+ var CompletionList;
940
+ (function(CompletionList2) {
941
+ function create(items, isIncomplete) {
942
+ return { items: items ? items : [], isIncomplete: !!isIncomplete };
943
+ }
944
+ CompletionList2.create = create;
945
+ })(CompletionList || (CompletionList = {}));
946
+ var MarkedString;
947
+ (function(MarkedString2) {
948
+ function fromPlainText(plainText) {
949
+ return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, "\\$&");
950
+ }
951
+ MarkedString2.fromPlainText = fromPlainText;
952
+ function is(value) {
953
+ var candidate = value;
954
+ return Is.string(candidate) || Is.objectLiteral(candidate) && Is.string(candidate.language) && Is.string(candidate.value);
955
+ }
956
+ MarkedString2.is = is;
957
+ })(MarkedString || (MarkedString = {}));
958
+ var Hover;
959
+ (function(Hover2) {
960
+ function is(value) {
961
+ var candidate = value;
962
+ return !!candidate && Is.objectLiteral(candidate) && (MarkupContent.is(candidate.contents) || MarkedString.is(candidate.contents) || Is.typedArray(candidate.contents, MarkedString.is)) && (value.range === void 0 || Range.is(value.range));
963
+ }
964
+ Hover2.is = is;
965
+ })(Hover || (Hover = {}));
966
+ var ParameterInformation;
967
+ (function(ParameterInformation2) {
968
+ function create(label, documentation) {
969
+ return documentation ? { label, documentation } : { label };
970
+ }
971
+ ParameterInformation2.create = create;
972
+ })(ParameterInformation || (ParameterInformation = {}));
973
+ var SignatureInformation;
974
+ (function(SignatureInformation2) {
975
+ function create(label, documentation) {
976
+ var parameters = [];
977
+ for (var _i = 2; _i < arguments.length; _i++) {
978
+ parameters[_i - 2] = arguments[_i];
979
+ }
980
+ var result = { label };
981
+ if (Is.defined(documentation)) {
982
+ result.documentation = documentation;
983
+ }
984
+ if (Is.defined(parameters)) {
985
+ result.parameters = parameters;
986
+ } else {
987
+ result.parameters = [];
988
+ }
989
+ return result;
990
+ }
991
+ SignatureInformation2.create = create;
992
+ })(SignatureInformation || (SignatureInformation = {}));
993
+ var DocumentHighlightKind;
994
+ (function(DocumentHighlightKind2) {
995
+ DocumentHighlightKind2.Text = 1;
996
+ DocumentHighlightKind2.Read = 2;
997
+ DocumentHighlightKind2.Write = 3;
998
+ })(DocumentHighlightKind || (DocumentHighlightKind = {}));
999
+ var DocumentHighlight;
1000
+ (function(DocumentHighlight2) {
1001
+ function create(range, kind) {
1002
+ var result = { range };
1003
+ if (Is.number(kind)) {
1004
+ result.kind = kind;
1005
+ }
1006
+ return result;
1007
+ }
1008
+ DocumentHighlight2.create = create;
1009
+ })(DocumentHighlight || (DocumentHighlight = {}));
1010
+ var SymbolKind;
1011
+ (function(SymbolKind2) {
1012
+ SymbolKind2.File = 1;
1013
+ SymbolKind2.Module = 2;
1014
+ SymbolKind2.Namespace = 3;
1015
+ SymbolKind2.Package = 4;
1016
+ SymbolKind2.Class = 5;
1017
+ SymbolKind2.Method = 6;
1018
+ SymbolKind2.Property = 7;
1019
+ SymbolKind2.Field = 8;
1020
+ SymbolKind2.Constructor = 9;
1021
+ SymbolKind2.Enum = 10;
1022
+ SymbolKind2.Interface = 11;
1023
+ SymbolKind2.Function = 12;
1024
+ SymbolKind2.Variable = 13;
1025
+ SymbolKind2.Constant = 14;
1026
+ SymbolKind2.String = 15;
1027
+ SymbolKind2.Number = 16;
1028
+ SymbolKind2.Boolean = 17;
1029
+ SymbolKind2.Array = 18;
1030
+ SymbolKind2.Object = 19;
1031
+ SymbolKind2.Key = 20;
1032
+ SymbolKind2.Null = 21;
1033
+ SymbolKind2.EnumMember = 22;
1034
+ SymbolKind2.Struct = 23;
1035
+ SymbolKind2.Event = 24;
1036
+ SymbolKind2.Operator = 25;
1037
+ SymbolKind2.TypeParameter = 26;
1038
+ })(SymbolKind || (SymbolKind = {}));
1039
+ var SymbolTag;
1040
+ (function(SymbolTag2) {
1041
+ SymbolTag2.Deprecated = 1;
1042
+ })(SymbolTag || (SymbolTag = {}));
1043
+ var SymbolInformation;
1044
+ (function(SymbolInformation2) {
1045
+ function create(name, kind, range, uri, containerName) {
1046
+ var result = {
1047
+ name,
1048
+ kind,
1049
+ location: { uri, range }
1050
+ };
1051
+ if (containerName) {
1052
+ result.containerName = containerName;
1053
+ }
1054
+ return result;
1055
+ }
1056
+ SymbolInformation2.create = create;
1057
+ })(SymbolInformation || (SymbolInformation = {}));
1058
+ var DocumentSymbol;
1059
+ (function(DocumentSymbol2) {
1060
+ function create(name, detail, kind, range, selectionRange, children) {
1061
+ var result = {
1062
+ name,
1063
+ detail,
1064
+ kind,
1065
+ range,
1066
+ selectionRange
1067
+ };
1068
+ if (children !== void 0) {
1069
+ result.children = children;
1070
+ }
1071
+ return result;
1072
+ }
1073
+ DocumentSymbol2.create = create;
1074
+ function is(value) {
1075
+ var candidate = value;
1076
+ return candidate && Is.string(candidate.name) && Is.number(candidate.kind) && Range.is(candidate.range) && Range.is(candidate.selectionRange) && (candidate.detail === void 0 || Is.string(candidate.detail)) && (candidate.deprecated === void 0 || Is.boolean(candidate.deprecated)) && (candidate.children === void 0 || Array.isArray(candidate.children)) && (candidate.tags === void 0 || Array.isArray(candidate.tags));
1077
+ }
1078
+ DocumentSymbol2.is = is;
1079
+ })(DocumentSymbol || (DocumentSymbol = {}));
1080
+ var CodeActionKind;
1081
+ (function(CodeActionKind2) {
1082
+ CodeActionKind2.Empty = "";
1083
+ CodeActionKind2.QuickFix = "quickfix";
1084
+ CodeActionKind2.Refactor = "refactor";
1085
+ CodeActionKind2.RefactorExtract = "refactor.extract";
1086
+ CodeActionKind2.RefactorInline = "refactor.inline";
1087
+ CodeActionKind2.RefactorRewrite = "refactor.rewrite";
1088
+ CodeActionKind2.Source = "source";
1089
+ CodeActionKind2.SourceOrganizeImports = "source.organizeImports";
1090
+ CodeActionKind2.SourceFixAll = "source.fixAll";
1091
+ })(CodeActionKind || (CodeActionKind = {}));
1092
+ var CodeActionContext;
1093
+ (function(CodeActionContext2) {
1094
+ function create(diagnostics, only) {
1095
+ var result = { diagnostics };
1096
+ if (only !== void 0 && only !== null) {
1097
+ result.only = only;
1098
+ }
1099
+ return result;
1100
+ }
1101
+ CodeActionContext2.create = create;
1102
+ function is(value) {
1103
+ var candidate = value;
1104
+ return Is.defined(candidate) && Is.typedArray(candidate.diagnostics, Diagnostic.is) && (candidate.only === void 0 || Is.typedArray(candidate.only, Is.string));
1105
+ }
1106
+ CodeActionContext2.is = is;
1107
+ })(CodeActionContext || (CodeActionContext = {}));
1108
+ var CodeAction;
1109
+ (function(CodeAction2) {
1110
+ function create(title, kindOrCommandOrEdit, kind) {
1111
+ var result = { title };
1112
+ var checkKind = true;
1113
+ if (typeof kindOrCommandOrEdit === "string") {
1114
+ checkKind = false;
1115
+ result.kind = kindOrCommandOrEdit;
1116
+ } else if (Command.is(kindOrCommandOrEdit)) {
1117
+ result.command = kindOrCommandOrEdit;
1118
+ } else {
1119
+ result.edit = kindOrCommandOrEdit;
1120
+ }
1121
+ if (checkKind && kind !== void 0) {
1122
+ result.kind = kind;
1123
+ }
1124
+ return result;
1125
+ }
1126
+ CodeAction2.create = create;
1127
+ function is(value) {
1128
+ var candidate = value;
1129
+ return candidate && Is.string(candidate.title) && (candidate.diagnostics === void 0 || Is.typedArray(candidate.diagnostics, Diagnostic.is)) && (candidate.kind === void 0 || Is.string(candidate.kind)) && (candidate.edit !== void 0 || candidate.command !== void 0) && (candidate.command === void 0 || Command.is(candidate.command)) && (candidate.isPreferred === void 0 || Is.boolean(candidate.isPreferred)) && (candidate.edit === void 0 || WorkspaceEdit.is(candidate.edit));
1130
+ }
1131
+ CodeAction2.is = is;
1132
+ })(CodeAction || (CodeAction = {}));
1133
+ var CodeLens;
1134
+ (function(CodeLens2) {
1135
+ function create(range, data) {
1136
+ var result = { range };
1137
+ if (Is.defined(data)) {
1138
+ result.data = data;
1139
+ }
1140
+ return result;
1141
+ }
1142
+ CodeLens2.create = create;
1143
+ function is(value) {
1144
+ var candidate = value;
1145
+ return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.command) || Command.is(candidate.command));
1146
+ }
1147
+ CodeLens2.is = is;
1148
+ })(CodeLens || (CodeLens = {}));
1149
+ var FormattingOptions;
1150
+ (function(FormattingOptions2) {
1151
+ function create(tabSize, insertSpaces) {
1152
+ return { tabSize, insertSpaces };
1153
+ }
1154
+ FormattingOptions2.create = create;
1155
+ function is(value) {
1156
+ var candidate = value;
1157
+ return Is.defined(candidate) && Is.uinteger(candidate.tabSize) && Is.boolean(candidate.insertSpaces);
1158
+ }
1159
+ FormattingOptions2.is = is;
1160
+ })(FormattingOptions || (FormattingOptions = {}));
1161
+ var DocumentLink;
1162
+ (function(DocumentLink2) {
1163
+ function create(range, target, data) {
1164
+ return { range, target, data };
1165
+ }
1166
+ DocumentLink2.create = create;
1167
+ function is(value) {
1168
+ var candidate = value;
1169
+ return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.target) || Is.string(candidate.target));
1170
+ }
1171
+ DocumentLink2.is = is;
1172
+ })(DocumentLink || (DocumentLink = {}));
1173
+ var SelectionRange;
1174
+ (function(SelectionRange2) {
1175
+ function create(range, parent) {
1176
+ return { range, parent };
1177
+ }
1178
+ SelectionRange2.create = create;
1179
+ function is(value) {
1180
+ var candidate = value;
1181
+ return candidate !== void 0 && Range.is(candidate.range) && (candidate.parent === void 0 || SelectionRange2.is(candidate.parent));
1182
+ }
1183
+ SelectionRange2.is = is;
1184
+ })(SelectionRange || (SelectionRange = {}));
1185
+ var TextDocument;
1186
+ (function(TextDocument2) {
1187
+ function create(uri, languageId, version, content) {
1188
+ return new FullTextDocument(uri, languageId, version, content);
1189
+ }
1190
+ TextDocument2.create = create;
1191
+ function is(value) {
1192
+ var candidate = value;
1193
+ return Is.defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageId)) && Is.uinteger(candidate.lineCount) && Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? true : false;
1194
+ }
1195
+ TextDocument2.is = is;
1196
+ function applyEdits(document, edits) {
1197
+ var text = document.getText();
1198
+ var sortedEdits = mergeSort(edits, function(a, b) {
1199
+ var diff = a.range.start.line - b.range.start.line;
1200
+ if (diff === 0) {
1201
+ return a.range.start.character - b.range.start.character;
1202
+ }
1203
+ return diff;
1204
+ });
1205
+ var lastModifiedOffset = text.length;
1206
+ for (var i = sortedEdits.length - 1; i >= 0; i--) {
1207
+ var e = sortedEdits[i];
1208
+ var startOffset = document.offsetAt(e.range.start);
1209
+ var endOffset = document.offsetAt(e.range.end);
1210
+ if (endOffset <= lastModifiedOffset) {
1211
+ text = text.substring(0, startOffset) + e.newText + text.substring(endOffset, text.length);
1212
+ } else {
1213
+ throw new Error("Overlapping edit");
1214
+ }
1215
+ lastModifiedOffset = startOffset;
1216
+ }
1217
+ return text;
1218
+ }
1219
+ TextDocument2.applyEdits = applyEdits;
1220
+ function mergeSort(data, compare) {
1221
+ if (data.length <= 1) {
1222
+ return data;
1223
+ }
1224
+ var p = data.length / 2 | 0;
1225
+ var left = data.slice(0, p);
1226
+ var right = data.slice(p);
1227
+ mergeSort(left, compare);
1228
+ mergeSort(right, compare);
1229
+ var leftIdx = 0;
1230
+ var rightIdx = 0;
1231
+ var i = 0;
1232
+ while (leftIdx < left.length && rightIdx < right.length) {
1233
+ var ret = compare(left[leftIdx], right[rightIdx]);
1234
+ if (ret <= 0) {
1235
+ data[i++] = left[leftIdx++];
1236
+ } else {
1237
+ data[i++] = right[rightIdx++];
1238
+ }
1239
+ }
1240
+ while (leftIdx < left.length) {
1241
+ data[i++] = left[leftIdx++];
1242
+ }
1243
+ while (rightIdx < right.length) {
1244
+ data[i++] = right[rightIdx++];
1245
+ }
1246
+ return data;
1247
+ }
1248
+ })(TextDocument || (TextDocument = {}));
1249
+ var FullTextDocument = function() {
1250
+ function FullTextDocument2(uri, languageId, version, content) {
1251
+ this._uri = uri;
1252
+ this._languageId = languageId;
1253
+ this._version = version;
1254
+ this._content = content;
1255
+ this._lineOffsets = void 0;
1256
+ }
1257
+ Object.defineProperty(FullTextDocument2.prototype, "uri", {
1258
+ get: function() {
1259
+ return this._uri;
1260
+ },
1261
+ enumerable: false,
1262
+ configurable: true
1263
+ });
1264
+ Object.defineProperty(FullTextDocument2.prototype, "languageId", {
1265
+ get: function() {
1266
+ return this._languageId;
1267
+ },
1268
+ enumerable: false,
1269
+ configurable: true
1270
+ });
1271
+ Object.defineProperty(FullTextDocument2.prototype, "version", {
1272
+ get: function() {
1273
+ return this._version;
1274
+ },
1275
+ enumerable: false,
1276
+ configurable: true
1277
+ });
1278
+ FullTextDocument2.prototype.getText = function(range) {
1279
+ if (range) {
1280
+ var start = this.offsetAt(range.start);
1281
+ var end = this.offsetAt(range.end);
1282
+ return this._content.substring(start, end);
1283
+ }
1284
+ return this._content;
1285
+ };
1286
+ FullTextDocument2.prototype.update = function(event, version) {
1287
+ this._content = event.text;
1288
+ this._version = version;
1289
+ this._lineOffsets = void 0;
1290
+ };
1291
+ FullTextDocument2.prototype.getLineOffsets = function() {
1292
+ if (this._lineOffsets === void 0) {
1293
+ var lineOffsets = [];
1294
+ var text = this._content;
1295
+ var isLineStart = true;
1296
+ for (var i = 0; i < text.length; i++) {
1297
+ if (isLineStart) {
1298
+ lineOffsets.push(i);
1299
+ isLineStart = false;
1300
+ }
1301
+ var ch = text.charAt(i);
1302
+ isLineStart = ch === "\r" || ch === "\n";
1303
+ if (ch === "\r" && i + 1 < text.length && text.charAt(i + 1) === "\n") {
1304
+ i++;
1305
+ }
1306
+ }
1307
+ if (isLineStart && text.length > 0) {
1308
+ lineOffsets.push(text.length);
1309
+ }
1310
+ this._lineOffsets = lineOffsets;
1311
+ }
1312
+ return this._lineOffsets;
1313
+ };
1314
+ FullTextDocument2.prototype.positionAt = function(offset) {
1315
+ offset = Math.max(Math.min(offset, this._content.length), 0);
1316
+ var lineOffsets = this.getLineOffsets();
1317
+ var low = 0, high = lineOffsets.length;
1318
+ if (high === 0) {
1319
+ return Position.create(0, offset);
1320
+ }
1321
+ while (low < high) {
1322
+ var mid = Math.floor((low + high) / 2);
1323
+ if (lineOffsets[mid] > offset) {
1324
+ high = mid;
1325
+ } else {
1326
+ low = mid + 1;
1327
+ }
1328
+ }
1329
+ var line = low - 1;
1330
+ return Position.create(line, offset - lineOffsets[line]);
1331
+ };
1332
+ FullTextDocument2.prototype.offsetAt = function(position) {
1333
+ var lineOffsets = this.getLineOffsets();
1334
+ if (position.line >= lineOffsets.length) {
1335
+ return this._content.length;
1336
+ } else if (position.line < 0) {
1337
+ return 0;
1338
+ }
1339
+ var lineOffset = lineOffsets[position.line];
1340
+ var nextLineOffset = position.line + 1 < lineOffsets.length ? lineOffsets[position.line + 1] : this._content.length;
1341
+ return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
1342
+ };
1343
+ Object.defineProperty(FullTextDocument2.prototype, "lineCount", {
1344
+ get: function() {
1345
+ return this.getLineOffsets().length;
1346
+ },
1347
+ enumerable: false,
1348
+ configurable: true
1349
+ });
1350
+ return FullTextDocument2;
1351
+ }();
1352
+ var Is;
1353
+ (function(Is2) {
1354
+ var toString = Object.prototype.toString;
1355
+ function defined(value) {
1356
+ return typeof value !== "undefined";
1357
+ }
1358
+ Is2.defined = defined;
1359
+ function undefined2(value) {
1360
+ return typeof value === "undefined";
1361
+ }
1362
+ Is2.undefined = undefined2;
1363
+ function boolean(value) {
1364
+ return value === true || value === false;
1365
+ }
1366
+ Is2.boolean = boolean;
1367
+ function string(value) {
1368
+ return toString.call(value) === "[object String]";
1369
+ }
1370
+ Is2.string = string;
1371
+ function number(value) {
1372
+ return toString.call(value) === "[object Number]";
1373
+ }
1374
+ Is2.number = number;
1375
+ function numberRange(value, min, max) {
1376
+ return toString.call(value) === "[object Number]" && min <= value && value <= max;
1377
+ }
1378
+ Is2.numberRange = numberRange;
1379
+ function integer2(value) {
1380
+ return toString.call(value) === "[object Number]" && -2147483648 <= value && value <= 2147483647;
1381
+ }
1382
+ Is2.integer = integer2;
1383
+ function uinteger2(value) {
1384
+ return toString.call(value) === "[object Number]" && 0 <= value && value <= 2147483647;
1385
+ }
1386
+ Is2.uinteger = uinteger2;
1387
+ function func(value) {
1388
+ return toString.call(value) === "[object Function]";
1389
+ }
1390
+ Is2.func = func;
1391
+ function objectLiteral(value) {
1392
+ return value !== null && typeof value === "object";
1393
+ }
1394
+ Is2.objectLiteral = objectLiteral;
1395
+ function typedArray(value, check) {
1396
+ return Array.isArray(value) && value.every(check);
1397
+ }
1398
+ Is2.typedArray = typedArray;
1399
+ })(Is || (Is = {}));
1400
+
1401
+ // src/language/common/lspLanguageFeatures.ts
1402
+ var DiagnosticsAdapter = class {
1403
+ constructor(_languageId, _worker, configChangeEvent) {
1404
+ this._languageId = _languageId;
1405
+ this._worker = _worker;
1406
+ const onModelAdd = (model) => {
1407
+ let modeId = model.getLanguageId();
1408
+ if (modeId !== this._languageId) {
1409
+ return;
1410
+ }
1411
+ let handle;
1412
+ this._listener[model.uri.toString()] = model.onDidChangeContent(() => {
1413
+ window.clearTimeout(handle);
1414
+ handle = window.setTimeout(() => this._doValidate(model.uri, modeId), 500);
1415
+ });
1416
+ this._doValidate(model.uri, modeId);
1417
+ };
1418
+ const onModelRemoved = (model) => {
1419
+ monaco_editor_core_exports.editor.setModelMarkers(model, this._languageId, []);
1420
+ let uriStr = model.uri.toString();
1421
+ let listener = this._listener[uriStr];
1422
+ if (listener) {
1423
+ listener.dispose();
1424
+ delete this._listener[uriStr];
1425
+ }
1426
+ };
1427
+ this._disposables.push(monaco_editor_core_exports.editor.onDidCreateModel(onModelAdd));
1428
+ this._disposables.push(monaco_editor_core_exports.editor.onWillDisposeModel(onModelRemoved));
1429
+ this._disposables.push(monaco_editor_core_exports.editor.onDidChangeModelLanguage((event) => {
1430
+ onModelRemoved(event.model);
1431
+ onModelAdd(event.model);
1432
+ }));
1433
+ this._disposables.push(configChangeEvent((_) => {
1434
+ monaco_editor_core_exports.editor.getModels().forEach((model) => {
1435
+ if (model.getLanguageId() === this._languageId) {
1436
+ onModelRemoved(model);
1437
+ onModelAdd(model);
1438
+ }
1439
+ });
1440
+ }));
1441
+ this._disposables.push({
1442
+ dispose: () => {
1443
+ monaco_editor_core_exports.editor.getModels().forEach(onModelRemoved);
1444
+ for (let key in this._listener) {
1445
+ this._listener[key].dispose();
1446
+ }
1447
+ }
1448
+ });
1449
+ monaco_editor_core_exports.editor.getModels().forEach(onModelAdd);
1450
+ }
1451
+ _disposables = [];
1452
+ _listener = /* @__PURE__ */ Object.create(null);
1453
+ dispose() {
1454
+ this._disposables.forEach((d) => d && d.dispose());
1455
+ this._disposables.length = 0;
1456
+ }
1457
+ _doValidate(resource, languageId) {
1458
+ this._worker(resource).then((worker) => {
1459
+ return worker.doValidation(resource.toString());
1460
+ }).then((diagnostics) => {
1461
+ const markers = diagnostics.map((d) => toDiagnostics(resource, d));
1462
+ let model = monaco_editor_core_exports.editor.getModel(resource);
1463
+ if (model && model.getLanguageId() === languageId) {
1464
+ monaco_editor_core_exports.editor.setModelMarkers(model, languageId, markers);
1465
+ }
1466
+ }).then(void 0, (err) => {
1467
+ console.error(err);
1468
+ });
1469
+ }
1470
+ };
1471
+ function toSeverity(lsSeverity) {
1472
+ switch (lsSeverity) {
1473
+ case DiagnosticSeverity.Error:
1474
+ return monaco_editor_core_exports.MarkerSeverity.Error;
1475
+ case DiagnosticSeverity.Warning:
1476
+ return monaco_editor_core_exports.MarkerSeverity.Warning;
1477
+ case DiagnosticSeverity.Information:
1478
+ return monaco_editor_core_exports.MarkerSeverity.Info;
1479
+ case DiagnosticSeverity.Hint:
1480
+ return monaco_editor_core_exports.MarkerSeverity.Hint;
1481
+ default:
1482
+ return monaco_editor_core_exports.MarkerSeverity.Info;
1483
+ }
1484
+ }
1485
+ function toDiagnostics(resource, diag) {
1486
+ let code = typeof diag.code === "number" ? String(diag.code) : diag.code;
1487
+ return {
1488
+ severity: toSeverity(diag.severity),
1489
+ startLineNumber: diag.range.start.line + 1,
1490
+ startColumn: diag.range.start.character + 1,
1491
+ endLineNumber: diag.range.end.line + 1,
1492
+ endColumn: diag.range.end.character + 1,
1493
+ message: diag.message,
1494
+ code,
1495
+ source: diag.source
1496
+ };
1497
+ }
1498
+ var CompletionAdapter = class {
1499
+ constructor(_worker, _triggerCharacters) {
1500
+ this._worker = _worker;
1501
+ this._triggerCharacters = _triggerCharacters;
1502
+ }
1503
+ get triggerCharacters() {
1504
+ return this._triggerCharacters;
1505
+ }
1506
+ provideCompletionItems(model, position, context, token) {
1507
+ const resource = model.uri;
1508
+ return this._worker(resource).then((worker) => {
1509
+ return worker.doComplete(resource.toString(), fromPosition(position));
1510
+ }).then((info) => {
1511
+ if (!info) {
1512
+ return;
1513
+ }
1514
+ const wordInfo = model.getWordUntilPosition(position);
1515
+ const wordRange = new monaco_editor_core_exports.Range(position.lineNumber, wordInfo.startColumn, position.lineNumber, wordInfo.endColumn);
1516
+ const items = info.items.map((entry) => {
1517
+ const item = {
1518
+ label: entry.label,
1519
+ insertText: entry.insertText || entry.label,
1520
+ sortText: entry.sortText,
1521
+ filterText: entry.filterText,
1522
+ documentation: entry.documentation,
1523
+ detail: entry.detail,
1524
+ command: toCommand(entry.command),
1525
+ range: wordRange,
1526
+ kind: toCompletionItemKind(entry.kind)
1527
+ };
1528
+ if (entry.textEdit) {
1529
+ if (isInsertReplaceEdit(entry.textEdit)) {
1530
+ item.range = {
1531
+ insert: toRange(entry.textEdit.insert),
1532
+ replace: toRange(entry.textEdit.replace)
1533
+ };
1534
+ } else {
1535
+ item.range = toRange(entry.textEdit.range);
1536
+ }
1537
+ item.insertText = entry.textEdit.newText;
1538
+ }
1539
+ if (entry.additionalTextEdits) {
1540
+ item.additionalTextEdits = entry.additionalTextEdits.map(toTextEdit);
1541
+ }
1542
+ if (entry.insertTextFormat === InsertTextFormat.Snippet) {
1543
+ item.insertTextRules = monaco_editor_core_exports.languages.CompletionItemInsertTextRule.InsertAsSnippet;
1544
+ }
1545
+ return item;
1546
+ });
1547
+ return {
1548
+ isIncomplete: info.isIncomplete,
1549
+ suggestions: items
1550
+ };
1551
+ });
1552
+ }
1553
+ };
1554
+ function fromPosition(position) {
1555
+ if (!position) {
1556
+ return void 0;
1557
+ }
1558
+ return { character: position.column - 1, line: position.lineNumber - 1 };
1559
+ }
1560
+ function fromRange(range) {
1561
+ if (!range) {
1562
+ return void 0;
1563
+ }
1564
+ return {
1565
+ start: {
1566
+ line: range.startLineNumber - 1,
1567
+ character: range.startColumn - 1
1568
+ },
1569
+ end: { line: range.endLineNumber - 1, character: range.endColumn - 1 }
1570
+ };
1571
+ }
1572
+ function toRange(range) {
1573
+ if (!range) {
1574
+ return void 0;
1575
+ }
1576
+ return new monaco_editor_core_exports.Range(range.start.line + 1, range.start.character + 1, range.end.line + 1, range.end.character + 1);
1577
+ }
1578
+ function isInsertReplaceEdit(edit) {
1579
+ return typeof edit.insert !== "undefined" && typeof edit.replace !== "undefined";
1580
+ }
1581
+ function toCompletionItemKind(kind) {
1582
+ const mItemKind = monaco_editor_core_exports.languages.CompletionItemKind;
1583
+ switch (kind) {
1584
+ case CompletionItemKind.Text:
1585
+ return mItemKind.Text;
1586
+ case CompletionItemKind.Method:
1587
+ return mItemKind.Method;
1588
+ case CompletionItemKind.Function:
1589
+ return mItemKind.Function;
1590
+ case CompletionItemKind.Constructor:
1591
+ return mItemKind.Constructor;
1592
+ case CompletionItemKind.Field:
1593
+ return mItemKind.Field;
1594
+ case CompletionItemKind.Variable:
1595
+ return mItemKind.Variable;
1596
+ case CompletionItemKind.Class:
1597
+ return mItemKind.Class;
1598
+ case CompletionItemKind.Interface:
1599
+ return mItemKind.Interface;
1600
+ case CompletionItemKind.Module:
1601
+ return mItemKind.Module;
1602
+ case CompletionItemKind.Property:
1603
+ return mItemKind.Property;
1604
+ case CompletionItemKind.Unit:
1605
+ return mItemKind.Unit;
1606
+ case CompletionItemKind.Value:
1607
+ return mItemKind.Value;
1608
+ case CompletionItemKind.Enum:
1609
+ return mItemKind.Enum;
1610
+ case CompletionItemKind.Keyword:
1611
+ return mItemKind.Keyword;
1612
+ case CompletionItemKind.Snippet:
1613
+ return mItemKind.Snippet;
1614
+ case CompletionItemKind.Color:
1615
+ return mItemKind.Color;
1616
+ case CompletionItemKind.File:
1617
+ return mItemKind.File;
1618
+ case CompletionItemKind.Reference:
1619
+ return mItemKind.Reference;
1620
+ }
1621
+ return mItemKind.Property;
1622
+ }
1623
+ function toTextEdit(textEdit) {
1624
+ if (!textEdit) {
1625
+ return void 0;
1626
+ }
1627
+ return {
1628
+ range: toRange(textEdit.range),
1629
+ text: textEdit.newText
1630
+ };
1631
+ }
1632
+ function toCommand(c) {
1633
+ return c && c.command === "editor.action.triggerSuggest" ? { id: c.command, title: c.title, arguments: c.arguments } : void 0;
1634
+ }
1635
+ var HoverAdapter = class {
1636
+ constructor(_worker) {
1637
+ this._worker = _worker;
1638
+ }
1639
+ provideHover(model, position, token) {
1640
+ let resource = model.uri;
1641
+ return this._worker(resource).then((worker) => {
1642
+ return worker.doHover(resource.toString(), fromPosition(position));
1643
+ }).then((info) => {
1644
+ if (!info) {
1645
+ return;
1646
+ }
1647
+ return {
1648
+ range: toRange(info.range),
1649
+ contents: toMarkedStringArray(info.contents)
1650
+ };
1651
+ });
1652
+ }
1653
+ };
1654
+ function isMarkupContent(thing) {
1655
+ return thing && typeof thing === "object" && typeof thing.kind === "string";
1656
+ }
1657
+ function toMarkdownString(entry) {
1658
+ if (typeof entry === "string") {
1659
+ return {
1660
+ value: entry
1661
+ };
1662
+ }
1663
+ if (isMarkupContent(entry)) {
1664
+ if (entry.kind === "plaintext") {
1665
+ return {
1666
+ value: entry.value.replace(/[\\`*_{}[\]()#+\-.!]/g, "\\$&")
1667
+ };
1668
+ }
1669
+ return {
1670
+ value: entry.value
1671
+ };
1672
+ }
1673
+ return { value: "```" + entry.language + "\n" + entry.value + "\n```\n" };
1674
+ }
1675
+ function toMarkedStringArray(contents) {
1676
+ if (!contents) {
1677
+ return void 0;
1678
+ }
1679
+ if (Array.isArray(contents)) {
1680
+ return contents.map(toMarkdownString);
1681
+ }
1682
+ return [toMarkdownString(contents)];
1683
+ }
1684
+ var DocumentHighlightAdapter = class {
1685
+ constructor(_worker) {
1686
+ this._worker = _worker;
1687
+ }
1688
+ provideDocumentHighlights(model, position, token) {
1689
+ const resource = model.uri;
1690
+ return this._worker(resource).then((worker) => worker.findDocumentHighlights(resource.toString(), fromPosition(position))).then((entries) => {
1691
+ if (!entries) {
1692
+ return;
1693
+ }
1694
+ return entries.map((entry) => {
1695
+ return {
1696
+ range: toRange(entry.range),
1697
+ kind: toDocumentHighlightKind(entry.kind)
1698
+ };
1699
+ });
1700
+ });
1701
+ }
1702
+ };
1703
+ function toDocumentHighlightKind(kind) {
1704
+ switch (kind) {
1705
+ case DocumentHighlightKind.Read:
1706
+ return monaco_editor_core_exports.languages.DocumentHighlightKind.Read;
1707
+ case DocumentHighlightKind.Write:
1708
+ return monaco_editor_core_exports.languages.DocumentHighlightKind.Write;
1709
+ case DocumentHighlightKind.Text:
1710
+ return monaco_editor_core_exports.languages.DocumentHighlightKind.Text;
1711
+ }
1712
+ return monaco_editor_core_exports.languages.DocumentHighlightKind.Text;
1713
+ }
1714
+ var DefinitionAdapter = class {
1715
+ constructor(_worker) {
1716
+ this._worker = _worker;
1717
+ }
1718
+ provideDefinition(model, position, token) {
1719
+ const resource = model.uri;
1720
+ return this._worker(resource).then((worker) => {
1721
+ return worker.findDefinition(resource.toString(), fromPosition(position));
1722
+ }).then((definition) => {
1723
+ if (!definition) {
1724
+ return;
1725
+ }
1726
+ return [toLocation(definition)];
1727
+ });
1728
+ }
1729
+ };
1730
+ function toLocation(location) {
1731
+ return {
1732
+ uri: monaco_editor_core_exports.Uri.parse(location.uri),
1733
+ range: toRange(location.range)
1734
+ };
1735
+ }
1736
+ var ReferenceAdapter = class {
1737
+ constructor(_worker) {
1738
+ this._worker = _worker;
1739
+ }
1740
+ provideReferences(model, position, context, token) {
1741
+ const resource = model.uri;
1742
+ return this._worker(resource).then((worker) => {
1743
+ return worker.findReferences(resource.toString(), fromPosition(position));
1744
+ }).then((entries) => {
1745
+ if (!entries) {
1746
+ return;
1747
+ }
1748
+ return entries.map(toLocation);
1749
+ });
1750
+ }
1751
+ };
1752
+ var RenameAdapter = class {
1753
+ constructor(_worker) {
1754
+ this._worker = _worker;
1755
+ }
1756
+ provideRenameEdits(model, position, newName, token) {
1757
+ const resource = model.uri;
1758
+ return this._worker(resource).then((worker) => {
1759
+ return worker.doRename(resource.toString(), fromPosition(position), newName);
1760
+ }).then((edit) => {
1761
+ return toWorkspaceEdit(edit);
1762
+ });
1763
+ }
1764
+ };
1765
+ function toWorkspaceEdit(edit) {
1766
+ if (!edit || !edit.changes) {
1767
+ return void 0;
1768
+ }
1769
+ let resourceEdits = [];
1770
+ for (let uri in edit.changes) {
1771
+ const _uri = monaco_editor_core_exports.Uri.parse(uri);
1772
+ for (let e of edit.changes[uri]) {
1773
+ resourceEdits.push({
1774
+ resource: _uri,
1775
+ versionId: void 0,
1776
+ textEdit: {
1777
+ range: toRange(e.range),
1778
+ text: e.newText
1779
+ }
1780
+ });
1781
+ }
1782
+ }
1783
+ return {
1784
+ edits: resourceEdits
1785
+ };
1786
+ }
1787
+ var DocumentSymbolAdapter = class {
1788
+ constructor(_worker) {
1789
+ this._worker = _worker;
1790
+ }
1791
+ provideDocumentSymbols(model, token) {
1792
+ const resource = model.uri;
1793
+ return this._worker(resource).then((worker) => worker.findDocumentSymbols(resource.toString())).then((items) => {
1794
+ if (!items) {
1795
+ return;
1796
+ }
1797
+ return items.map((item) => ({
1798
+ name: item.name,
1799
+ detail: "",
1800
+ containerName: item.containerName,
1801
+ kind: toSymbolKind(item.kind),
1802
+ range: toRange(item.location.range),
1803
+ selectionRange: toRange(item.location.range),
1804
+ tags: []
1805
+ }));
1806
+ });
1807
+ }
1808
+ };
1809
+ function toSymbolKind(kind) {
1810
+ let mKind = monaco_editor_core_exports.languages.SymbolKind;
1811
+ switch (kind) {
1812
+ case SymbolKind.File:
1813
+ return mKind.Array;
1814
+ case SymbolKind.Module:
1815
+ return mKind.Module;
1816
+ case SymbolKind.Namespace:
1817
+ return mKind.Namespace;
1818
+ case SymbolKind.Package:
1819
+ return mKind.Package;
1820
+ case SymbolKind.Class:
1821
+ return mKind.Class;
1822
+ case SymbolKind.Method:
1823
+ return mKind.Method;
1824
+ case SymbolKind.Property:
1825
+ return mKind.Property;
1826
+ case SymbolKind.Field:
1827
+ return mKind.Field;
1828
+ case SymbolKind.Constructor:
1829
+ return mKind.Constructor;
1830
+ case SymbolKind.Enum:
1831
+ return mKind.Enum;
1832
+ case SymbolKind.Interface:
1833
+ return mKind.Interface;
1834
+ case SymbolKind.Function:
1835
+ return mKind.Function;
1836
+ case SymbolKind.Variable:
1837
+ return mKind.Variable;
1838
+ case SymbolKind.Constant:
1839
+ return mKind.Constant;
1840
+ case SymbolKind.String:
1841
+ return mKind.String;
1842
+ case SymbolKind.Number:
1843
+ return mKind.Number;
1844
+ case SymbolKind.Boolean:
1845
+ return mKind.Boolean;
1846
+ case SymbolKind.Array:
1847
+ return mKind.Array;
1848
+ }
1849
+ return mKind.Function;
1850
+ }
1851
+ var DocumentLinkAdapter = class {
1852
+ constructor(_worker) {
1853
+ this._worker = _worker;
1854
+ }
1855
+ provideLinks(model, token) {
1856
+ const resource = model.uri;
1857
+ return this._worker(resource).then((worker) => worker.findDocumentLinks(resource.toString())).then((items) => {
1858
+ if (!items) {
1859
+ return;
1860
+ }
1861
+ return {
1862
+ links: items.map((item) => ({
1863
+ range: toRange(item.range),
1864
+ url: item.target
1865
+ }))
1866
+ };
1867
+ });
1868
+ }
1869
+ };
1870
+ var DocumentFormattingEditProvider = class {
1871
+ constructor(_worker) {
1872
+ this._worker = _worker;
1873
+ }
1874
+ provideDocumentFormattingEdits(model, options, token) {
1875
+ const resource = model.uri;
1876
+ return this._worker(resource).then((worker) => {
1877
+ return worker.format(resource.toString(), null, fromFormattingOptions(options)).then((edits) => {
1878
+ if (!edits || edits.length === 0) {
1879
+ return;
1880
+ }
1881
+ return edits.map(toTextEdit);
1882
+ });
1883
+ });
1884
+ }
1885
+ };
1886
+ var DocumentRangeFormattingEditProvider = class {
1887
+ constructor(_worker) {
1888
+ this._worker = _worker;
1889
+ }
1890
+ canFormatMultipleRanges = false;
1891
+ provideDocumentRangeFormattingEdits(model, range, options, token) {
1892
+ const resource = model.uri;
1893
+ return this._worker(resource).then((worker) => {
1894
+ return worker.format(resource.toString(), fromRange(range), fromFormattingOptions(options)).then((edits) => {
1895
+ if (!edits || edits.length === 0) {
1896
+ return;
1897
+ }
1898
+ return edits.map(toTextEdit);
1899
+ });
1900
+ });
1901
+ }
1902
+ };
1903
+ function fromFormattingOptions(options) {
1904
+ return {
1905
+ tabSize: options.tabSize,
1906
+ insertSpaces: options.insertSpaces
1907
+ };
1908
+ }
1909
+ var DocumentColorAdapter = class {
1910
+ constructor(_worker) {
1911
+ this._worker = _worker;
1912
+ }
1913
+ provideDocumentColors(model, token) {
1914
+ const resource = model.uri;
1915
+ return this._worker(resource).then((worker) => worker.findDocumentColors(resource.toString())).then((infos) => {
1916
+ if (!infos) {
1917
+ return;
1918
+ }
1919
+ return infos.map((item) => ({
1920
+ color: item.color,
1921
+ range: toRange(item.range)
1922
+ }));
1923
+ });
1924
+ }
1925
+ provideColorPresentations(model, info, token) {
1926
+ const resource = model.uri;
1927
+ return this._worker(resource).then((worker) => worker.getColorPresentations(resource.toString(), info.color, fromRange(info.range))).then((presentations) => {
1928
+ if (!presentations) {
1929
+ return;
1930
+ }
1931
+ return presentations.map((presentation) => {
1932
+ let item = {
1933
+ label: presentation.label
1934
+ };
1935
+ if (presentation.textEdit) {
1936
+ item.textEdit = toTextEdit(presentation.textEdit);
1937
+ }
1938
+ if (presentation.additionalTextEdits) {
1939
+ item.additionalTextEdits = presentation.additionalTextEdits.map(toTextEdit);
1940
+ }
1941
+ return item;
1942
+ });
1943
+ });
1944
+ }
1945
+ };
1946
+ var FoldingRangeAdapter = class {
1947
+ constructor(_worker) {
1948
+ this._worker = _worker;
1949
+ }
1950
+ provideFoldingRanges(model, context, token) {
1951
+ const resource = model.uri;
1952
+ return this._worker(resource).then((worker) => worker.getFoldingRanges(resource.toString(), context)).then((ranges) => {
1953
+ if (!ranges) {
1954
+ return;
1955
+ }
1956
+ return ranges.map((range) => {
1957
+ const result = {
1958
+ start: range.startLine + 1,
1959
+ end: range.endLine + 1
1960
+ };
1961
+ if (typeof range.kind !== "undefined") {
1962
+ result.kind = toFoldingRangeKind(range.kind);
1963
+ }
1964
+ return result;
1965
+ });
1966
+ });
1967
+ }
1968
+ };
1969
+ function toFoldingRangeKind(kind) {
1970
+ switch (kind) {
1971
+ case FoldingRangeKind.Comment:
1972
+ return monaco_editor_core_exports.languages.FoldingRangeKind.Comment;
1973
+ case FoldingRangeKind.Imports:
1974
+ return monaco_editor_core_exports.languages.FoldingRangeKind.Imports;
1975
+ case FoldingRangeKind.Region:
1976
+ return monaco_editor_core_exports.languages.FoldingRangeKind.Region;
1977
+ }
1978
+ return void 0;
1979
+ }
1980
+ var SelectionRangeAdapter = class {
1981
+ constructor(_worker) {
1982
+ this._worker = _worker;
1983
+ }
1984
+ provideSelectionRanges(model, positions, token) {
1985
+ const resource = model.uri;
1986
+ return this._worker(resource).then((worker) => worker.getSelectionRanges(resource.toString(), positions.map(fromPosition))).then((selectionRanges) => {
1987
+ if (!selectionRanges) {
1988
+ return;
1989
+ }
1990
+ return selectionRanges.map((selectionRange) => {
1991
+ const result = [];
1992
+ while (selectionRange) {
1993
+ result.push({ range: toRange(selectionRange.range) });
1994
+ selectionRange = selectionRange.parent;
1995
+ }
1996
+ return result;
1997
+ });
1998
+ });
1999
+ }
2000
+ };
2001
+
2002
+ // src/language/css/cssMode.ts
2003
+ function setupMode(defaults) {
2004
+ const disposables = [];
2005
+ const providers = [];
2006
+ const client = new WorkerManager(defaults);
2007
+ disposables.push(client);
2008
+ const worker = (...uris) => {
2009
+ return client.getLanguageServiceWorker(...uris);
2010
+ };
2011
+ function registerProviders() {
2012
+ const { languageId, modeConfiguration } = defaults;
2013
+ disposeAll(providers);
2014
+ if (modeConfiguration.completionItems) {
2015
+ providers.push(monaco_editor_core_exports.languages.registerCompletionItemProvider(languageId, new CompletionAdapter(worker, ["/", "-", ":"])));
2016
+ }
2017
+ if (modeConfiguration.hovers) {
2018
+ providers.push(monaco_editor_core_exports.languages.registerHoverProvider(languageId, new HoverAdapter(worker)));
2019
+ }
2020
+ if (modeConfiguration.documentHighlights) {
2021
+ providers.push(monaco_editor_core_exports.languages.registerDocumentHighlightProvider(languageId, new DocumentHighlightAdapter(worker)));
2022
+ }
2023
+ if (modeConfiguration.definitions) {
2024
+ providers.push(monaco_editor_core_exports.languages.registerDefinitionProvider(languageId, new DefinitionAdapter(worker)));
2025
+ }
2026
+ if (modeConfiguration.references) {
2027
+ providers.push(monaco_editor_core_exports.languages.registerReferenceProvider(languageId, new ReferenceAdapter(worker)));
2028
+ }
2029
+ if (modeConfiguration.documentSymbols) {
2030
+ providers.push(monaco_editor_core_exports.languages.registerDocumentSymbolProvider(languageId, new DocumentSymbolAdapter(worker)));
2031
+ }
2032
+ if (modeConfiguration.rename) {
2033
+ providers.push(monaco_editor_core_exports.languages.registerRenameProvider(languageId, new RenameAdapter(worker)));
2034
+ }
2035
+ if (modeConfiguration.colors) {
2036
+ providers.push(monaco_editor_core_exports.languages.registerColorProvider(languageId, new DocumentColorAdapter(worker)));
2037
+ }
2038
+ if (modeConfiguration.foldingRanges) {
2039
+ providers.push(monaco_editor_core_exports.languages.registerFoldingRangeProvider(languageId, new FoldingRangeAdapter(worker)));
2040
+ }
2041
+ if (modeConfiguration.diagnostics) {
2042
+ providers.push(new DiagnosticsAdapter(languageId, worker, defaults.onDidChange));
2043
+ }
2044
+ if (modeConfiguration.selectionRanges) {
2045
+ providers.push(monaco_editor_core_exports.languages.registerSelectionRangeProvider(languageId, new SelectionRangeAdapter(worker)));
2046
+ }
2047
+ if (modeConfiguration.documentFormattingEdits) {
2048
+ providers.push(monaco_editor_core_exports.languages.registerDocumentFormattingEditProvider(languageId, new DocumentFormattingEditProvider(worker)));
2049
+ }
2050
+ if (modeConfiguration.documentRangeFormattingEdits) {
2051
+ providers.push(monaco_editor_core_exports.languages.registerDocumentRangeFormattingEditProvider(languageId, new DocumentRangeFormattingEditProvider(worker)));
2052
+ }
2053
+ }
2054
+ registerProviders();
2055
+ disposables.push(asDisposable(providers));
2056
+ return asDisposable(disposables);
2057
+ }
2058
+ function asDisposable(disposables) {
2059
+ return { dispose: () => disposeAll(disposables) };
2060
+ }
2061
+ function disposeAll(disposables) {
2062
+ while (disposables.length) {
2063
+ disposables.pop().dispose();
2064
+ }
2065
+ }
2066
+ return __toCommonJS(cssMode_exports);
2067
+ })();
2068
+ return moduleExports;
2069
+ });