vite-plugin-vue-devtools 7.3.8 → 7.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/assets/css-C31OBGbl.js +1 -0
- package/client/assets/html-CrC0eaF2.js +1 -0
- package/client/assets/index-BWF0JHiA.js +1092 -0
- package/client/assets/index-Bd9t4_2P.css +1 -0
- package/client/assets/javascript-Wkyh6-uf.js +1 -0
- package/client/assets/json-D85lwgPO.js +1 -0
- package/client/assets/{shellscript-DOv5BRyJ.js → shellscript-DKrjeWrU.js} +1 -1
- package/client/assets/typescript-KCgU82S2.js +1 -0
- package/client/assets/vitesse-dark-BLmvGqlk.js +1 -0
- package/client/assets/vitesse-light-BYelj_cE.js +1 -0
- package/client/assets/vue-ClP425Kk.js +5 -0
- package/client/assets/{vue-html-B7iqIeLO.js → vue-html-Cint6D83.js} +1 -1
- package/client/assets/yaml-DOt8O2FJ.js +1 -0
- package/client/index.html +2 -2
- package/dist/vite.cjs +9 -2
- package/dist/vite.mjs +9 -2
- package/package.json +7 -7
- package/src/overlay/devtools-overlay.mjs +5 -5
- package/client/assets/css-CbYhyuC0.js +0 -505
- package/client/assets/html-CqhC7HHo.js +0 -74
- package/client/assets/index-BJf28x_a.css +0 -1
- package/client/assets/index-Dvsjwf1e.js +0 -1091
- package/client/assets/javascript-Dch3xQiY.js +0 -699
- package/client/assets/json-CupVZNk8.js +0 -25
- package/client/assets/typescript-DC8MraHL.js +0 -666
- package/client/assets/vitesse-dark-EQHFthT6.js +0 -1
- package/client/assets/vitesse-light-NrGJGX17.js +0 -1
- package/client/assets/vue-IkaSwu6t.js +0 -2072
- package/client/assets/yaml-DK4oFTHQ.js +0 -200
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
const n=Object.freeze({displayName:"JSON",name:"json",patterns:[{include:"#value"}],repository:{array:{begin:"\\[",beginCaptures:{0:{name:"punctuation.definition.array.begin.json"}},end:"\\]",endCaptures:{0:{name:"punctuation.definition.array.end.json"}},name:"meta.structure.array.json",patterns:[{include:"#value"},{match:",",name:"punctuation.separator.array.json"},{match:"[^\\s\\]]",name:"invalid.illegal.expected-array-separator.json"}]},comments:{patterns:[{begin:"/\\*\\*(?!/)",captures:{0:{name:"punctuation.definition.comment.json"}},end:"\\*/",name:"comment.block.documentation.json"},{begin:"/\\*",captures:{0:{name:"punctuation.definition.comment.json"}},end:"\\*/",name:"comment.block.json"},{captures:{1:{name:"punctuation.definition.comment.json"}},match:"(//).*$\\n?",name:"comment.line.double-slash.js"}]},constant:{match:"\\b(?:true|false|null)\\b",name:"constant.language.json"},number:{match:`(?x)
|
|
2
|
-
-?
|
|
3
|
-
(?:
|
|
4
|
-
0
|
|
5
|
-
|
|
|
6
|
-
[1-9]
|
|
7
|
-
\\d*
|
|
8
|
-
)
|
|
9
|
-
(?:
|
|
10
|
-
(?:
|
|
11
|
-
\\.
|
|
12
|
-
\\d+
|
|
13
|
-
)?
|
|
14
|
-
(?:
|
|
15
|
-
[eE]
|
|
16
|
-
[+-]?
|
|
17
|
-
\\d+
|
|
18
|
-
)?
|
|
19
|
-
)?`,name:"constant.numeric.json"},object:{begin:"\\{",beginCaptures:{0:{name:"punctuation.definition.dictionary.begin.json"}},end:"\\}",endCaptures:{0:{name:"punctuation.definition.dictionary.end.json"}},name:"meta.structure.dictionary.json",patterns:[{comment:"the JSON object key",include:"#objectkey"},{include:"#comments"},{begin:":",beginCaptures:{0:{name:"punctuation.separator.dictionary.key-value.json"}},end:"(,)|(?=\\})",endCaptures:{1:{name:"punctuation.separator.dictionary.pair.json"}},name:"meta.structure.dictionary.value.json",patterns:[{comment:"the JSON object value",include:"#value"},{match:"[^\\s,]",name:"invalid.illegal.expected-dictionary-separator.json"}]},{match:"[^\\s\\}]",name:"invalid.illegal.expected-dictionary-separator.json"}]},objectkey:{begin:'"',beginCaptures:{0:{name:"punctuation.support.type.property-name.begin.json"}},end:'"',endCaptures:{0:{name:"punctuation.support.type.property-name.end.json"}},name:"string.json support.type.property-name.json",patterns:[{include:"#stringcontent"}]},string:{begin:'"',beginCaptures:{0:{name:"punctuation.definition.string.begin.json"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.json"}},name:"string.quoted.double.json",patterns:[{include:"#stringcontent"}]},stringcontent:{patterns:[{match:`(?x)
|
|
20
|
-
\\\\
|
|
21
|
-
(?:
|
|
22
|
-
["\\\\/bfnrt]
|
|
23
|
-
|
|
|
24
|
-
u
|
|
25
|
-
[0-9a-fA-F]{4})`,name:"constant.character.escape.json"},{match:"\\\\.",name:"invalid.illegal.unrecognized-string-escape.json"}]},value:{patterns:[{include:"#constant"},{include:"#number"},{include:"#string"},{include:"#array"},{include:"#object"},{include:"#comments"}]}},scopeName:"source.json"});var e=[n];export{e as default};
|