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