vite-plugin-vue-devtools 7.1.3 → 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/assets/index-By2OJDYk.js +1104 -0
- package/client/assets/index-Cka_f-Nd.css +1 -0
- package/client/assets/shellscript-BZfs-ost.js +1 -0
- package/client/assets/shellscript-C_gmBC5P-BZfs-ost.js +1 -0
- package/client/assets/unocss-runtime-C2aH1Jer.js +2 -0
- package/client/assets/{vitesse-dark-CQ1WWl9n.js → vitesse-dark-Bxkoe-BC.js} +1 -1
- package/client/assets/{vitesse-dark-DX6gc1PC-CQ1WWl9n.js → vitesse-dark-CkUHDarG-Bxkoe-BC.js} +1 -1
- package/client/assets/{vitesse-light-BQX_J3vG-DaCkt_J7.js → vitesse-light-Br6ll-O0.js} +1 -1
- package/client/assets/{vitesse-light-DaCkt_J7.js → vitesse-light-K81-viQS-Br6ll-O0.js} +1 -1
- package/client/assets/{vue-CP4EDFt0.js → vue-CMvPPucx.js} +11 -11
- package/client/assets/vue-apis-9Qvy4Ky5.js +1 -0
- package/client/assets/{vue-html-9lCBN0KK.js → vue-html-DxgvOoVJ.js} +1 -1
- package/client/assets/{vue-html-D0BKftsE-DYUd3QbO.js → vue-html-PWeNQaIl-ChlIBMe8.js} +1 -1
- package/client/assets/{vue-CSiwUDF5-BenY5O_m.js → vue-yccoFuXf-q8nGVquG.js} +11 -11
- package/client/devtools-panel.css +1 -1
- package/client/devtools-panel.js +20189 -19303
- package/client/index.html +2 -2
- package/client/shellscript-C_gmBC5P-C_gmBC5P.js +7 -0
- package/client/shellscript-C_gmBC5P.js +7 -0
- package/client/{unocss-runtime-DnMV7EO2.js → unocss-runtime-CHxRU0TS.js} +310 -301
- package/client/{vitesse-dark-DX6gc1PC.js → vitesse-dark-CkUHDarG-CkUHDarG.js} +8 -6
- package/client/{vitesse-dark-DX6gc1PC-DX6gc1PC.js → vitesse-dark-CkUHDarG.js} +8 -6
- package/client/{vitesse-light-BQX_J3vG-BQX_J3vG.js → vitesse-light-K81-viQS-K81-viQS.js} +6 -4
- package/client/{vitesse-light-BQX_J3vG.js → vitesse-light-K81-viQS.js} +6 -4
- package/client/{vue-apis-CBD-3_AQ.js → vue-apis-Ba6Wxigc.js} +51 -26
- package/client/{vue-html-D0BKftsE-Br4pXe22.js → vue-html-PWeNQaIl-DK3oo545.js} +1 -1
- package/client/{vue-html-D0BKftsE.js → vue-html-PWeNQaIl.js} +1 -1
- package/client/{vue-CSiwUDF5-BrneCaTr.js → vue-yccoFuXf-BOEQuXwA.js} +26 -25
- package/client/{vue-CSiwUDF5.js → vue-yccoFuXf.js} +26 -25
- package/dist/vite.cjs +9 -6
- package/dist/vite.d.cts +14 -8
- package/dist/vite.d.mts +14 -8
- package/dist/vite.d.ts +14 -8
- package/dist/vite.mjs +9 -6
- package/package.json +6 -6
- package/src/overlay/devtools-overlay.js +4 -4
- package/client/assets/index-Bk3Utm9b.css +0 -1
- package/client/assets/index-YDvBrsd9.js +0 -1104
- package/client/assets/shellscript-D4k753MY.js +0 -1
- package/client/assets/shellscript-DQ1J75ow-D4k753MY.js +0 -1
- package/client/assets/unocss-runtime-pCzu9suo.js +0 -2
- package/client/assets/vue-apis-buOuct3A.js +0 -1
- package/client/shellscript-DQ1J75ow-DQ1J75ow.js +0 -7
- package/client/shellscript-DQ1J75ow.js +0 -7
|
@@ -21,8 +21,8 @@ var e = Object.freeze({
|
|
|
21
21
|
"checkbox.border": "#2f363d",
|
|
22
22
|
"debugToolBar.background": "#121212",
|
|
23
23
|
descriptionForeground: "#dedcd590",
|
|
24
|
-
"diffEditor.insertedTextBackground": "#
|
|
25
|
-
"diffEditor.removedTextBackground": "#
|
|
24
|
+
"diffEditor.insertedTextBackground": "#4d937550",
|
|
25
|
+
"diffEditor.removedTextBackground": "#ab595950",
|
|
26
26
|
"dropdown.background": "#121212",
|
|
27
27
|
"dropdown.border": "#191919",
|
|
28
28
|
"dropdown.foreground": "#dbd7caee",
|
|
@@ -191,7 +191,7 @@ var e = Object.freeze({
|
|
|
191
191
|
name: "vitesse-dark",
|
|
192
192
|
semanticHighlighting: !0,
|
|
193
193
|
semanticTokenColors: {
|
|
194
|
-
class: "#
|
|
194
|
+
class: "#6872ab",
|
|
195
195
|
interface: "#5d99a9",
|
|
196
196
|
namespace: "#db889a",
|
|
197
197
|
property: "#b8a965",
|
|
@@ -218,6 +218,7 @@ var e = Object.freeze({
|
|
|
218
218
|
"keyword.operator.type.annotation",
|
|
219
219
|
"keyword.operator.relational",
|
|
220
220
|
"keyword.operator.assignment",
|
|
221
|
+
"keyword.operator.type",
|
|
221
222
|
"meta.brace",
|
|
222
223
|
"meta.tag.block.any.html",
|
|
223
224
|
"meta.tag.inline.any.html",
|
|
@@ -225,7 +226,6 @@ var e = Object.freeze({
|
|
|
225
226
|
"meta.type.annotation",
|
|
226
227
|
"meta.embedded.block.github-actions-expression",
|
|
227
228
|
"storage.type.function.arrow",
|
|
228
|
-
"keyword.operator.type",
|
|
229
229
|
"meta.objectliteral.ts",
|
|
230
230
|
"punctuation"
|
|
231
231
|
],
|
|
@@ -471,6 +471,7 @@ var e = Object.freeze({
|
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
scope: [
|
|
474
|
+
"keyword.operator.quantifier.regexp",
|
|
474
475
|
"constant.numeric",
|
|
475
476
|
"number"
|
|
476
477
|
],
|
|
@@ -653,10 +654,11 @@ var e = Object.freeze({
|
|
|
653
654
|
},
|
|
654
655
|
{
|
|
655
656
|
scope: [
|
|
656
|
-
"type.identifier"
|
|
657
|
+
"type.identifier",
|
|
658
|
+
"constant.other.character-class.regexp"
|
|
657
659
|
],
|
|
658
660
|
settings: {
|
|
659
|
-
foreground: "#
|
|
661
|
+
foreground: "#6872ab"
|
|
660
662
|
}
|
|
661
663
|
},
|
|
662
664
|
{
|
|
@@ -21,8 +21,8 @@ var e = Object.freeze({
|
|
|
21
21
|
"checkbox.border": "#2f363d",
|
|
22
22
|
"debugToolBar.background": "#121212",
|
|
23
23
|
descriptionForeground: "#dedcd590",
|
|
24
|
-
"diffEditor.insertedTextBackground": "#
|
|
25
|
-
"diffEditor.removedTextBackground": "#
|
|
24
|
+
"diffEditor.insertedTextBackground": "#4d937550",
|
|
25
|
+
"diffEditor.removedTextBackground": "#ab595950",
|
|
26
26
|
"dropdown.background": "#121212",
|
|
27
27
|
"dropdown.border": "#191919",
|
|
28
28
|
"dropdown.foreground": "#dbd7caee",
|
|
@@ -191,7 +191,7 @@ var e = Object.freeze({
|
|
|
191
191
|
name: "vitesse-dark",
|
|
192
192
|
semanticHighlighting: !0,
|
|
193
193
|
semanticTokenColors: {
|
|
194
|
-
class: "#
|
|
194
|
+
class: "#6872ab",
|
|
195
195
|
interface: "#5d99a9",
|
|
196
196
|
namespace: "#db889a",
|
|
197
197
|
property: "#b8a965",
|
|
@@ -218,6 +218,7 @@ var e = Object.freeze({
|
|
|
218
218
|
"keyword.operator.type.annotation",
|
|
219
219
|
"keyword.operator.relational",
|
|
220
220
|
"keyword.operator.assignment",
|
|
221
|
+
"keyword.operator.type",
|
|
221
222
|
"meta.brace",
|
|
222
223
|
"meta.tag.block.any.html",
|
|
223
224
|
"meta.tag.inline.any.html",
|
|
@@ -225,7 +226,6 @@ var e = Object.freeze({
|
|
|
225
226
|
"meta.type.annotation",
|
|
226
227
|
"meta.embedded.block.github-actions-expression",
|
|
227
228
|
"storage.type.function.arrow",
|
|
228
|
-
"keyword.operator.type",
|
|
229
229
|
"meta.objectliteral.ts",
|
|
230
230
|
"punctuation"
|
|
231
231
|
],
|
|
@@ -471,6 +471,7 @@ var e = Object.freeze({
|
|
|
471
471
|
},
|
|
472
472
|
{
|
|
473
473
|
scope: [
|
|
474
|
+
"keyword.operator.quantifier.regexp",
|
|
474
475
|
"constant.numeric",
|
|
475
476
|
"number"
|
|
476
477
|
],
|
|
@@ -653,10 +654,11 @@ var e = Object.freeze({
|
|
|
653
654
|
},
|
|
654
655
|
{
|
|
655
656
|
scope: [
|
|
656
|
-
"type.identifier"
|
|
657
|
+
"type.identifier",
|
|
658
|
+
"constant.other.character-class.regexp"
|
|
657
659
|
],
|
|
658
660
|
settings: {
|
|
659
|
-
foreground: "#
|
|
661
|
+
foreground: "#6872ab"
|
|
660
662
|
}
|
|
661
663
|
},
|
|
662
664
|
{
|
|
@@ -21,8 +21,8 @@ var e = Object.freeze({
|
|
|
21
21
|
"checkbox.border": "#d1d5da",
|
|
22
22
|
"debugToolBar.background": "#ffffff",
|
|
23
23
|
descriptionForeground: "#393a3490",
|
|
24
|
-
"diffEditor.insertedTextBackground": "#
|
|
25
|
-
"diffEditor.removedTextBackground": "#
|
|
24
|
+
"diffEditor.insertedTextBackground": "#1c6b4830",
|
|
25
|
+
"diffEditor.removedTextBackground": "#ab595940",
|
|
26
26
|
"dropdown.background": "#ffffff",
|
|
27
27
|
"dropdown.border": "#f0f0f0",
|
|
28
28
|
"dropdown.foreground": "#393a34",
|
|
@@ -216,6 +216,7 @@ var e = Object.freeze({
|
|
|
216
216
|
"keyword.operator.type.annotation",
|
|
217
217
|
"keyword.operator.relational",
|
|
218
218
|
"keyword.operator.assignment",
|
|
219
|
+
"keyword.operator.type",
|
|
219
220
|
"meta.brace",
|
|
220
221
|
"meta.tag.block.any.html",
|
|
221
222
|
"meta.tag.inline.any.html",
|
|
@@ -223,7 +224,6 @@ var e = Object.freeze({
|
|
|
223
224
|
"meta.type.annotation",
|
|
224
225
|
"meta.embedded.block.github-actions-expression",
|
|
225
226
|
"storage.type.function.arrow",
|
|
226
|
-
"keyword.operator.type",
|
|
227
227
|
"meta.objectliteral.ts",
|
|
228
228
|
"punctuation"
|
|
229
229
|
],
|
|
@@ -469,6 +469,7 @@ var e = Object.freeze({
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
scope: [
|
|
472
|
+
"keyword.operator.quantifier.regexp",
|
|
472
473
|
"constant.numeric",
|
|
473
474
|
"number"
|
|
474
475
|
],
|
|
@@ -651,7 +652,8 @@ var e = Object.freeze({
|
|
|
651
652
|
},
|
|
652
653
|
{
|
|
653
654
|
scope: [
|
|
654
|
-
"type.identifier"
|
|
655
|
+
"type.identifier",
|
|
656
|
+
"constant.other.character-class.regexp"
|
|
655
657
|
],
|
|
656
658
|
settings: {
|
|
657
659
|
foreground: "#5a6aa6"
|
|
@@ -21,8 +21,8 @@ var e = Object.freeze({
|
|
|
21
21
|
"checkbox.border": "#d1d5da",
|
|
22
22
|
"debugToolBar.background": "#ffffff",
|
|
23
23
|
descriptionForeground: "#393a3490",
|
|
24
|
-
"diffEditor.insertedTextBackground": "#
|
|
25
|
-
"diffEditor.removedTextBackground": "#
|
|
24
|
+
"diffEditor.insertedTextBackground": "#1c6b4830",
|
|
25
|
+
"diffEditor.removedTextBackground": "#ab595940",
|
|
26
26
|
"dropdown.background": "#ffffff",
|
|
27
27
|
"dropdown.border": "#f0f0f0",
|
|
28
28
|
"dropdown.foreground": "#393a34",
|
|
@@ -216,6 +216,7 @@ var e = Object.freeze({
|
|
|
216
216
|
"keyword.operator.type.annotation",
|
|
217
217
|
"keyword.operator.relational",
|
|
218
218
|
"keyword.operator.assignment",
|
|
219
|
+
"keyword.operator.type",
|
|
219
220
|
"meta.brace",
|
|
220
221
|
"meta.tag.block.any.html",
|
|
221
222
|
"meta.tag.inline.any.html",
|
|
@@ -223,7 +224,6 @@ var e = Object.freeze({
|
|
|
223
224
|
"meta.type.annotation",
|
|
224
225
|
"meta.embedded.block.github-actions-expression",
|
|
225
226
|
"storage.type.function.arrow",
|
|
226
|
-
"keyword.operator.type",
|
|
227
227
|
"meta.objectliteral.ts",
|
|
228
228
|
"punctuation"
|
|
229
229
|
],
|
|
@@ -469,6 +469,7 @@ var e = Object.freeze({
|
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
471
|
scope: [
|
|
472
|
+
"keyword.operator.quantifier.regexp",
|
|
472
473
|
"constant.numeric",
|
|
473
474
|
"number"
|
|
474
475
|
],
|
|
@@ -651,7 +652,8 @@ var e = Object.freeze({
|
|
|
651
652
|
},
|
|
652
653
|
{
|
|
653
654
|
scope: [
|
|
654
|
-
"type.identifier"
|
|
655
|
+
"type.identifier",
|
|
656
|
+
"constant.other.character-class.regexp"
|
|
655
657
|
],
|
|
656
658
|
settings: {
|
|
657
659
|
foreground: "#5a6aa6"
|
|
@@ -108,32 +108,32 @@ const i = [
|
|
|
108
108
|
url: "https:/vuejs.org/api/application#app-config-optionmergestrategies"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
|
-
id: "doc:built-in-components
|
|
112
|
-
title: "
|
|
111
|
+
id: "doc:built-in-components:<Transition>",
|
|
112
|
+
title: "<Transition>",
|
|
113
113
|
description: "built-in-components",
|
|
114
114
|
url: "https:/vuejs.org/api/built-in-components#transition"
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
id: "doc:built-in-components
|
|
118
|
-
title: "
|
|
117
|
+
id: "doc:built-in-components:<TransitionGroup>",
|
|
118
|
+
title: "<TransitionGroup>",
|
|
119
119
|
description: "built-in-components",
|
|
120
120
|
url: "https:/vuejs.org/api/built-in-components#transitiongroup"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
|
-
id: "doc:built-in-components
|
|
124
|
-
title: "
|
|
123
|
+
id: "doc:built-in-components:<KeepAlive>",
|
|
124
|
+
title: "<KeepAlive>",
|
|
125
125
|
description: "built-in-components",
|
|
126
126
|
url: "https:/vuejs.org/api/built-in-components#keepalive"
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
id: "doc:built-in-components
|
|
130
|
-
title: "
|
|
129
|
+
id: "doc:built-in-components:<Teleport>",
|
|
130
|
+
title: "<Teleport>",
|
|
131
131
|
description: "built-in-components",
|
|
132
132
|
url: "https:/vuejs.org/api/built-in-components#teleport"
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
id: "doc:built-in-components
|
|
136
|
-
title: "
|
|
135
|
+
id: "doc:built-in-components:<Suspense>",
|
|
136
|
+
title: "<Suspense>",
|
|
137
137
|
description: "built-in-components",
|
|
138
138
|
url: "https:/vuejs.org/api/built-in-components#suspense"
|
|
139
139
|
},
|
|
@@ -246,23 +246,42 @@ const i = [
|
|
|
246
246
|
url: "https:/vuejs.org/api/built-in-special-attributes#is"
|
|
247
247
|
},
|
|
248
248
|
{
|
|
249
|
-
id: "doc:built-in-special-elements
|
|
250
|
-
title: "
|
|
249
|
+
id: "doc:built-in-special-elements:<component>",
|
|
250
|
+
title: "<component>",
|
|
251
251
|
description: "built-in-special-elements",
|
|
252
252
|
url: "https:/vuejs.org/api/built-in-special-elements#component"
|
|
253
253
|
},
|
|
254
254
|
{
|
|
255
|
-
id: "doc:built-in-special-elements
|
|
256
|
-
title: "
|
|
255
|
+
id: "doc:built-in-special-elements:<slot>",
|
|
256
|
+
title: "<slot>",
|
|
257
257
|
description: "built-in-special-elements",
|
|
258
258
|
url: "https:/vuejs.org/api/built-in-special-elements#slot"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
id: "doc:built-in-special-elements
|
|
262
|
-
title: "
|
|
261
|
+
id: "doc:built-in-special-elements:<template>",
|
|
262
|
+
title: "<template>",
|
|
263
263
|
description: "built-in-special-elements",
|
|
264
264
|
url: "https:/vuejs.org/api/built-in-special-elements#template"
|
|
265
265
|
},
|
|
266
|
+
{
|
|
267
|
+
id: "doc:compile-time-flags:__VUE_OPTIONS_API__",
|
|
268
|
+
title: "__VUE_OPTIONS_API__",
|
|
269
|
+
description: "compile-time-flags",
|
|
270
|
+
url: "https:/vuejs.org/api/compile-time-flags#VUE_OPTIONS_API"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
id: "doc:compile-time-flags:__VUE_PROD_DEVTOOLS__",
|
|
274
|
+
title: "__VUE_PROD_DEVTOOLS__",
|
|
275
|
+
description: "compile-time-flags",
|
|
276
|
+
url: "https:/vuejs.org/api/compile-time-flags#VUE_PROD_DEVTOOLS"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
id: "doc:compile-time-flags:__VUE_PROD_HYDRATION_MISMATCH_DETAILS__",
|
|
280
|
+
title: "__VUE_PROD_HYDRATION_MISMATCH_DETAILS__",
|
|
281
|
+
description: "compile-time-flags",
|
|
282
|
+
url: "https:/vuejs.org/api/compile-time-flags#VUE_PROD_HYDRATION_MISMATCH_DETAILS"
|
|
283
|
+
},
|
|
284
|
+
null,
|
|
266
285
|
{
|
|
267
286
|
id: "doc:component-instance:$data",
|
|
268
287
|
title: "$data",
|
|
@@ -906,8 +925,8 @@ const i = [
|
|
|
906
925
|
url: "https:/vuejs.org/api/sfc-css-features#css-modules"
|
|
907
926
|
},
|
|
908
927
|
{
|
|
909
|
-
id: "doc:sfc-css-features
|
|
910
|
-
title: "
|
|
928
|
+
id: "doc:sfc-css-features:v-bind() in CSS",
|
|
929
|
+
title: "v-bind() in CSS",
|
|
911
930
|
description: "sfc-css-features",
|
|
912
931
|
url: "https:/vuejs.org/api/sfc-css-features#v-bind-in-css"
|
|
913
932
|
},
|
|
@@ -941,6 +960,12 @@ const i = [
|
|
|
941
960
|
description: "sfc-script-setup",
|
|
942
961
|
url: "https:/vuejs.org/api/sfc-script-setup#defineprops-defineemits"
|
|
943
962
|
},
|
|
963
|
+
{
|
|
964
|
+
id: "doc:sfc-script-setup:defineModel()",
|
|
965
|
+
title: "defineModel()",
|
|
966
|
+
description: "sfc-script-setup",
|
|
967
|
+
url: "https:/vuejs.org/api/sfc-script-setup#definemodel"
|
|
968
|
+
},
|
|
944
969
|
{
|
|
945
970
|
id: "doc:sfc-script-setup:defineExpose()",
|
|
946
971
|
title: "defineExpose()",
|
|
@@ -960,20 +985,20 @@ const i = [
|
|
|
960
985
|
url: "https:/vuejs.org/api/sfc-script-setup#defineslots"
|
|
961
986
|
},
|
|
962
987
|
{
|
|
963
|
-
id: "doc:sfc-script-setup
|
|
964
|
-
title: "
|
|
988
|
+
id: "doc:sfc-script-setup:useSlots() & useAttrs()",
|
|
989
|
+
title: "useSlots() & useAttrs()",
|
|
965
990
|
description: "sfc-script-setup",
|
|
966
991
|
url: "https:/vuejs.org/api/sfc-script-setup#useslots-useattrs"
|
|
967
992
|
},
|
|
968
993
|
{
|
|
969
|
-
id: "doc:sfc-script-setup:Usage alongside normal
|
|
970
|
-
title: "Usage alongside normal
|
|
994
|
+
id: "doc:sfc-script-setup:Usage alongside normal <script>",
|
|
995
|
+
title: "Usage alongside normal <script>",
|
|
971
996
|
description: "sfc-script-setup",
|
|
972
997
|
url: "https:/vuejs.org/api/sfc-script-setup#usage-alongside-normal-script"
|
|
973
998
|
},
|
|
974
999
|
{
|
|
975
|
-
id: "doc:sfc-script-setup:Top-level
|
|
976
|
-
title: "Top-level
|
|
1000
|
+
id: "doc:sfc-script-setup:Top-level await",
|
|
1001
|
+
title: "Top-level await",
|
|
977
1002
|
description: "sfc-script-setup",
|
|
978
1003
|
url: "https:/vuejs.org/api/sfc-script-setup#top-level-await"
|
|
979
1004
|
},
|
|
@@ -1014,8 +1039,8 @@ const i = [
|
|
|
1014
1039
|
url: "https:/vuejs.org/api/sfc-spec#pre-processors"
|
|
1015
1040
|
},
|
|
1016
1041
|
{
|
|
1017
|
-
id: "doc:sfc-spec
|
|
1018
|
-
title: "
|
|
1042
|
+
id: "doc:sfc-spec:src Imports",
|
|
1043
|
+
title: "src Imports",
|
|
1019
1044
|
description: "sfc-spec",
|
|
1020
1045
|
url: "https:/vuejs.org/api/sfc-spec#src-imports"
|
|
1021
1046
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import t from "./vue-
|
|
1
|
+
import t from "./vue-yccoFuXf-BOEQuXwA.js";
|
|
2
2
|
import e from "./javascript-DqVBMyXe-DqVBMyXe.js";
|
|
3
3
|
const n = Object.freeze({ displayName: "Vue HTML", fileTypes: [], name: "vue-html", patterns: [{ include: "source.vue#vue-interpolations" }, { begin: "(<)([A-Z][a-zA-Z0-9:-]*)(?=[^>]*></\\2>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "support.class.component.html" } }, end: "(>)(<)(/)(\\2)(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" }, 2: { name: "punctuation.definition.tag.begin.html meta.scope.between-tag-pair.html" }, 3: { name: "punctuation.definition.tag.begin.html" }, 4: { name: "support.class.component.html" }, 5: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(<)([a-z][a-zA-Z0-9:-]*)(?=[^>]*></\\2>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "(>)(<)(/)(\\2)(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" }, 2: { name: "punctuation.definition.tag.begin.html meta.scope.between-tag-pair.html" }, 3: { name: "punctuation.definition.tag.begin.html" }, 4: { name: "entity.name.tag.html" }, 5: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(<\\?)(xml)", captures: { 1: { name: "punctuation.definition.tag.html" }, 2: { name: "entity.name.tag.xml.html" } }, end: "(\\?>)", name: "meta.tag.preprocessor.xml.html", patterns: [{ include: "#tag-generic-attribute" }, { include: "#string-double-quoted" }, { include: "#string-single-quoted" }] }, { begin: "<!--", captures: { 0: { name: "punctuation.definition.comment.html" } }, end: "-->", name: "comment.block.html" }, { begin: "<!", captures: { 0: { name: "punctuation.definition.tag.html" } }, end: ">", name: "meta.tag.sgml.html", patterns: [{ begin: "(?i:DOCTYPE)", captures: { 1: { name: "entity.name.tag.doctype.html" } }, end: "(?=>)", name: "meta.tag.sgml.doctype.html", patterns: [{ match: '"[^">]*"', name: "string.quoted.double.doctype.identifiers-and-DTDs.html" }] }, { begin: "\\[CDATA\\[", end: "]](?=>)", name: "constant.other.inline-data.html" }, { match: "(\\s*)(?!--|>)\\S(\\s*)", name: "invalid.illegal.bad-comments-or-CDATA.html" }] }, { begin: "(</?)([A-Z][a-zA-Z0-9:-]*\\b)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "support.class.component.html" } }, end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.block.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)([a-z][a-zA-Z0-9:-]*\\b)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.block.any.html" } }, end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.block.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)((?i:body|head|html)\\b)", captures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.structure.any.html" } }, end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)((?i:address|blockquote|dd|div|dl|dt|fieldset|form|frame|frameset|h1|h2|h3|h4|h5|h6|iframe|noframes|object|ol|p|ul|applet|center|dir|hr|menu|pre)(?!-)\\b)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.block.any.html" } }, end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.block.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)((?i:a|abbr|acronym|area|b|base|basefont|bdo|big|br|button|caption|cite|code|col|colgroup|del|dfn|em|font|head|html|i|img|input|ins|isindex|kbd|label|legend|li|link|map|meta|noscript|optgroup|option|param|q|s|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|u|var)(?!-)\\b)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.inline.any.html" } }, end: "(/?>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)([a-zA-Z0-9:-]+)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.other.html" } }, end: "(/?>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.other.html", patterns: [{ include: "#tag-stuff" }] }, { include: "#entities" }, { match: "<>", name: "invalid.illegal.incomplete.html" }, { match: "<", name: "invalid.illegal.bad-angle-bracket.html" }], repository: { entities: { patterns: [{ captures: { 1: { name: "punctuation.definition.entity.html" }, 3: { name: "punctuation.definition.entity.html" } }, match: "(&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)", name: "constant.character.entity.html" }, { match: "&", name: "invalid.illegal.bad-ampersand.html" }] }, "string-double-quoted": { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: '"', endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.double.html", patterns: [{ include: "source.vue#vue-interpolations" }, { include: "#entities" }] }, "string-single-quoted": { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: "'", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.single.html", patterns: [{ include: "source.vue#vue-interpolations" }, { include: "#entities" }] }, "tag-generic-attribute": { match: "(?<=[^=])\\b([a-zA-Z0-9:\\-_]+)", name: "entity.other.attribute-name.html" }, "tag-id-attribute": { begin: "\\b(id)\\b\\s*(=)", captures: { 1: { name: "entity.other.attribute-name.id.html" }, 2: { name: "punctuation.separator.key-value.html" } }, end: `(?!\\G)(?<='|"|[^\\s<>/])`, name: "meta.attribute-with-value.id.html", patterns: [{ begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, contentName: "meta.toc-list.id.html", end: '"', endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.double.html", patterns: [{ include: "source.vue#vue-interpolations" }, { include: "#entities" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, contentName: "meta.toc-list.id.html", end: "'", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.single.html", patterns: [{ include: "source.vue#vue-interpolations" }, { include: "#entities" }] }, { captures: { 0: { name: "meta.toc-list.id.html" } }, match: `(?<==)(?:[^\\s<>/'"]|/(?!>))+`, name: "string.unquoted.html" }] }, "tag-stuff": { patterns: [{ include: "#vue-directives" }, { include: "#tag-id-attribute" }, { include: "#tag-generic-attribute" }, { include: "#string-double-quoted" }, { include: "#string-single-quoted" }, { include: "#unquoted-attribute" }] }, "unquoted-attribute": { match: `(?<==)(?:[^\\s<>/'"]|/(?!>))+`, name: "string.unquoted.html" }, "vue-directives": { begin: "(?:\\b(v-)|(:|@|#))([a-zA-Z0-9\\-_]+)(?:\\:([a-zA-Z\\-_]+))?(?:\\.([a-zA-Z\\-_]+))*\\s*(=)", captures: { 1: { name: "entity.other.attribute-name.html" }, 2: { name: "punctuation.separator.key-value.html" }, 3: { name: "entity.other.attribute-name.html" }, 4: { name: "entity.other.attribute-name.html" }, 5: { name: "entity.other.attribute-name.html" }, 6: { name: "punctuation.separator.key-value.html" } }, end: "(?<='|\")|(?=[\\s<>`])", name: "meta.directive.vue", patterns: [{ begin: "`", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: "`", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "source.directive.vue", patterns: [{ include: "source.js#expression" }] }, { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: '"', endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "source.directive.vue", patterns: [{ include: "source.js#expression" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: "'", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "source.directive.vue", patterns: [{ include: "source.js#expression" }] }] } }, scopeName: "text.html.vue-html", embeddedLangs: ["vue", "javascript"] });
|
|
4
4
|
var m = [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import t from "./vue-
|
|
1
|
+
import t from "./vue-yccoFuXf.js";
|
|
2
2
|
import e from "./javascript-DqVBMyXe.js";
|
|
3
3
|
const n = Object.freeze({ displayName: "Vue HTML", fileTypes: [], name: "vue-html", patterns: [{ include: "source.vue#vue-interpolations" }, { begin: "(<)([A-Z][a-zA-Z0-9:-]*)(?=[^>]*></\\2>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "support.class.component.html" } }, end: "(>)(<)(/)(\\2)(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" }, 2: { name: "punctuation.definition.tag.begin.html meta.scope.between-tag-pair.html" }, 3: { name: "punctuation.definition.tag.begin.html" }, 4: { name: "support.class.component.html" }, 5: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(<)([a-z][a-zA-Z0-9:-]*)(?=[^>]*></\\2>)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.html" } }, end: "(>)(<)(/)(\\2)(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" }, 2: { name: "punctuation.definition.tag.begin.html meta.scope.between-tag-pair.html" }, 3: { name: "punctuation.definition.tag.begin.html" }, 4: { name: "entity.name.tag.html" }, 5: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(<\\?)(xml)", captures: { 1: { name: "punctuation.definition.tag.html" }, 2: { name: "entity.name.tag.xml.html" } }, end: "(\\?>)", name: "meta.tag.preprocessor.xml.html", patterns: [{ include: "#tag-generic-attribute" }, { include: "#string-double-quoted" }, { include: "#string-single-quoted" }] }, { begin: "<!--", captures: { 0: { name: "punctuation.definition.comment.html" } }, end: "-->", name: "comment.block.html" }, { begin: "<!", captures: { 0: { name: "punctuation.definition.tag.html" } }, end: ">", name: "meta.tag.sgml.html", patterns: [{ begin: "(?i:DOCTYPE)", captures: { 1: { name: "entity.name.tag.doctype.html" } }, end: "(?=>)", name: "meta.tag.sgml.doctype.html", patterns: [{ match: '"[^">]*"', name: "string.quoted.double.doctype.identifiers-and-DTDs.html" }] }, { begin: "\\[CDATA\\[", end: "]](?=>)", name: "constant.other.inline-data.html" }, { match: "(\\s*)(?!--|>)\\S(\\s*)", name: "invalid.illegal.bad-comments-or-CDATA.html" }] }, { begin: "(</?)([A-Z][a-zA-Z0-9:-]*\\b)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "support.class.component.html" } }, end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.block.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)([a-z][a-zA-Z0-9:-]*\\b)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.block.any.html" } }, end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.block.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)((?i:body|head|html)\\b)", captures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.structure.any.html" } }, end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.structure.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)((?i:address|blockquote|dd|div|dl|dt|fieldset|form|frame|frameset|h1|h2|h3|h4|h5|h6|iframe|noframes|object|ol|p|ul|applet|center|dir|hr|menu|pre)(?!-)\\b)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.block.any.html" } }, end: "(>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.block.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)((?i:a|abbr|acronym|area|b|base|basefont|bdo|big|br|button|caption|cite|code|col|colgroup|del|dfn|em|font|head|html|i|img|input|ins|isindex|kbd|label|legend|li|link|map|meta|noscript|optgroup|option|param|q|s|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|u|var)(?!-)\\b)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.inline.any.html" } }, end: "(/?>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.inline.any.html", patterns: [{ include: "#tag-stuff" }] }, { begin: "(</?)([a-zA-Z0-9:-]+)", beginCaptures: { 1: { name: "punctuation.definition.tag.begin.html" }, 2: { name: "entity.name.tag.other.html" } }, end: "(/?>)", endCaptures: { 1: { name: "punctuation.definition.tag.end.html" } }, name: "meta.tag.other.html", patterns: [{ include: "#tag-stuff" }] }, { include: "#entities" }, { match: "<>", name: "invalid.illegal.incomplete.html" }, { match: "<", name: "invalid.illegal.bad-angle-bracket.html" }], repository: { entities: { patterns: [{ captures: { 1: { name: "punctuation.definition.entity.html" }, 3: { name: "punctuation.definition.entity.html" } }, match: "(&)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)", name: "constant.character.entity.html" }, { match: "&", name: "invalid.illegal.bad-ampersand.html" }] }, "string-double-quoted": { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: '"', endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.double.html", patterns: [{ include: "source.vue#vue-interpolations" }, { include: "#entities" }] }, "string-single-quoted": { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: "'", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.single.html", patterns: [{ include: "source.vue#vue-interpolations" }, { include: "#entities" }] }, "tag-generic-attribute": { match: "(?<=[^=])\\b([a-zA-Z0-9:\\-_]+)", name: "entity.other.attribute-name.html" }, "tag-id-attribute": { begin: "\\b(id)\\b\\s*(=)", captures: { 1: { name: "entity.other.attribute-name.id.html" }, 2: { name: "punctuation.separator.key-value.html" } }, end: `(?!\\G)(?<='|"|[^\\s<>/])`, name: "meta.attribute-with-value.id.html", patterns: [{ begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, contentName: "meta.toc-list.id.html", end: '"', endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.double.html", patterns: [{ include: "source.vue#vue-interpolations" }, { include: "#entities" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, contentName: "meta.toc-list.id.html", end: "'", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "string.quoted.single.html", patterns: [{ include: "source.vue#vue-interpolations" }, { include: "#entities" }] }, { captures: { 0: { name: "meta.toc-list.id.html" } }, match: `(?<==)(?:[^\\s<>/'"]|/(?!>))+`, name: "string.unquoted.html" }] }, "tag-stuff": { patterns: [{ include: "#vue-directives" }, { include: "#tag-id-attribute" }, { include: "#tag-generic-attribute" }, { include: "#string-double-quoted" }, { include: "#string-single-quoted" }, { include: "#unquoted-attribute" }] }, "unquoted-attribute": { match: `(?<==)(?:[^\\s<>/'"]|/(?!>))+`, name: "string.unquoted.html" }, "vue-directives": { begin: "(?:\\b(v-)|(:|@|#))([a-zA-Z0-9\\-_]+)(?:\\:([a-zA-Z\\-_]+))?(?:\\.([a-zA-Z\\-_]+))*\\s*(=)", captures: { 1: { name: "entity.other.attribute-name.html" }, 2: { name: "punctuation.separator.key-value.html" }, 3: { name: "entity.other.attribute-name.html" }, 4: { name: "entity.other.attribute-name.html" }, 5: { name: "entity.other.attribute-name.html" }, 6: { name: "punctuation.separator.key-value.html" } }, end: "(?<='|\")|(?=[\\s<>`])", name: "meta.directive.vue", patterns: [{ begin: "`", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: "`", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "source.directive.vue", patterns: [{ include: "source.js#expression" }] }, { begin: '"', beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: '"', endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "source.directive.vue", patterns: [{ include: "source.js#expression" }] }, { begin: "'", beginCaptures: { 0: { name: "punctuation.definition.string.begin.html" } }, end: "'", endCaptures: { 0: { name: "punctuation.definition.string.end.html" } }, name: "source.directive.vue", patterns: [{ include: "source.js#expression" }] }] } }, scopeName: "text.html.vue-html", embeddedLangs: ["vue", "javascript"] });
|
|
4
4
|
var m = [
|