@vue/devtools-electron 7.2.1 → 7.3.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/client/devtools-panel.css +1 -1
  2. package/client/devtools-panel.js +27063 -26569
  3. package/client/unocss-runtime-CcFhySki.js +2041 -0
  4. package/client/{vue-yccoFuXf-BOEQuXwA.js → vue-CCacahFR-DGkPCBY5.js} +2 -2
  5. package/client/{vue-yccoFuXf.js → vue-CCacahFR.js} +2 -2
  6. package/client/{vue-html-PWeNQaIl-DK3oo545.js → vue-html-Cae35ipv-C0hVhFzJ.js} +1 -1
  7. package/client/{vue-html-PWeNQaIl.js → vue-html-Cae35ipv.js} +1 -1
  8. package/dist/app.cjs +1 -1
  9. package/dist/app.js +1 -1
  10. package/dist/cli.cjs +1 -1
  11. package/dist/cli.mjs +1 -1
  12. package/dist/devtools.js +188 -189
  13. package/dist/index.cjs +54 -54
  14. package/dist/index.js +54 -54
  15. package/dist/user-app.cjs +54 -54
  16. package/dist/user-app.iife.js +57 -57
  17. package/dist/user-app.js +54 -54
  18. package/package.json +7 -6
  19. package/client/assets/css-CAzixsid-BiWblMbN.js +0 -505
  20. package/client/assets/css-CbYhyuC0.js +0 -505
  21. package/client/assets/diff-Bo5iyMQ2-DvyTQcux.js +0 -1
  22. package/client/assets/diff-DvyTQcux.js +0 -1
  23. package/client/assets/html-BZB5lEhh-ZkrgDCHn.js +0 -74
  24. package/client/assets/html-CqhC7HHo.js +0 -74
  25. package/client/assets/index-By2OJDYk.js +0 -1104
  26. package/client/assets/index-Cka_f-Nd.css +0 -1
  27. package/client/assets/javascript-Dch3xQiY.js +0 -699
  28. package/client/assets/javascript-DqVBMyXe-Dch3xQiY.js +0 -699
  29. package/client/assets/json-B12k4-6m-CupVZNk8.js +0 -25
  30. package/client/assets/json-CupVZNk8.js +0 -25
  31. package/client/assets/shellscript-BZfs-ost.js +0 -1
  32. package/client/assets/shellscript-C_gmBC5P-BZfs-ost.js +0 -1
  33. package/client/assets/typescript-AEg-ehu7-DC8MraHL.js +0 -666
  34. package/client/assets/typescript-DC8MraHL.js +0 -666
  35. package/client/assets/unocss-runtime-C2aH1Jer.js +0 -2
  36. package/client/assets/vitesse-dark-Bxkoe-BC.js +0 -1
  37. package/client/assets/vitesse-dark-CkUHDarG-Bxkoe-BC.js +0 -1
  38. package/client/assets/vitesse-light-Br6ll-O0.js +0 -1
  39. package/client/assets/vitesse-light-K81-viQS-Br6ll-O0.js +0 -1
  40. package/client/assets/vue-CMvPPucx.js +0 -2002
  41. package/client/assets/vue-apis-9Qvy4Ky5.js +0 -1
  42. package/client/assets/vue-html-DxgvOoVJ.js +0 -1
  43. package/client/assets/vue-html-PWeNQaIl-ChlIBMe8.js +0 -1
  44. package/client/assets/vue-yccoFuXf-q8nGVquG.js +0 -2002
  45. package/client/assets/yaml-C5gCGmDW.js +0 -200
  46. package/client/assets/yaml-PGla5xPP-DHFOa8tC.js +0 -200
  47. package/client/index.html +0 -15
  48. package/client/unocss-runtime-CHxRU0TS.js +0 -2040
@@ -1,200 +0,0 @@
1
- const n=Object.freeze({displayName:"YAML",name:"yaml",patterns:[{include:"#comment"},{include:"#property"},{include:"#directive"},{match:"^---",name:"entity.other.document.begin.yaml"},{match:"^\\.{3}",name:"entity.other.document.end.yaml"},{include:"#node"}],repository:{"block-collection":{patterns:[{include:"#block-sequence"},{include:"#block-mapping"}]},"block-mapping":{patterns:[{include:"#block-pair"}]},"block-node":{patterns:[{include:"#prototype"},{include:"#block-scalar"},{include:"#block-collection"},{include:"#flow-scalar-plain-out"},{include:"#flow-node"}]},"block-pair":{patterns:[{begin:"\\?",beginCaptures:{1:{name:"punctuation.definition.key-value.begin.yaml"}},end:"(?=\\?)|^ *(:)|(:)",endCaptures:{1:{name:"punctuation.separator.key-value.mapping.yaml"},2:{name:"invalid.illegal.expected-newline.yaml"}},name:"meta.block-mapping.yaml",patterns:[{include:"#block-node"}]},{begin:`(?x)
2
- (?=
3
- (?x:
4
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
5
- | [?:-] \\S
6
- )
7
- (
8
- [^\\s:]
9
- | : \\S
10
- | \\s+ (?![#\\s])
11
- )*
12
- \\s*
13
- :
14
- (\\s|$)
15
- )
16
- `,end:`(?x)
17
- (?=
18
- \\s* $
19
- | \\s+ \\#
20
- | \\s* : (\\s|$)
21
- )
22
- `,patterns:[{include:"#flow-scalar-plain-out-implicit-type"},{begin:`(?x)
23
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
24
- | [?:-] \\S
25
- `,beginCaptures:{0:{name:"entity.name.tag.yaml"}},contentName:"entity.name.tag.yaml",end:`(?x)
26
- (?=
27
- \\s* $
28
- | \\s+ \\#
29
- | \\s* : (\\s|$)
30
- )
31
- `,name:"string.unquoted.plain.out.yaml"}]},{match:":(?=\\s|$)",name:"punctuation.separator.key-value.mapping.yaml"}]},"block-scalar":{begin:"(?:(\\|)|(>))([1-9])?([-+])?(.*\\n?)",beginCaptures:{1:{name:"keyword.control.flow.block-scalar.literal.yaml"},2:{name:"keyword.control.flow.block-scalar.folded.yaml"},3:{name:"constant.numeric.indentation-indicator.yaml"},4:{name:"storage.modifier.chomping-indicator.yaml"},5:{patterns:[{include:"#comment"},{match:".+",name:"invalid.illegal.expected-comment-or-newline.yaml"}]}},end:"^(?=\\S)|(?!\\G)",patterns:[{begin:"^([ ]+)(?! )",end:"^(?!\\1|\\s*$)",name:"string.unquoted.block.yaml"}]},"block-sequence":{match:"(-)(?!\\S)",name:"punctuation.definition.block.sequence.item.yaml"},comment:{begin:"(?:(^[ \\t]*)|[ \\t]+)(?=#\\p{Print}*$)",beginCaptures:{1:{name:"punctuation.whitespace.comment.leading.yaml"}},end:"(?!\\G)",patterns:[{begin:"#",beginCaptures:{0:{name:"punctuation.definition.comment.yaml"}},end:"\\n",name:"comment.line.number-sign.yaml"}]},directive:{begin:"^%",beginCaptures:{0:{name:"punctuation.definition.directive.begin.yaml"}},end:"(?=$|[ \\t]+($|#))",name:"meta.directive.yaml",patterns:[{captures:{1:{name:"keyword.other.directive.yaml.yaml"},2:{name:"constant.numeric.yaml-version.yaml"}},match:"\\G(YAML)[ \\t]+(\\d+\\.\\d+)"},{captures:{1:{name:"keyword.other.directive.tag.yaml"},2:{name:"storage.type.tag-handle.yaml"},3:{name:"support.type.tag-prefix.yaml"}},match:`(?x)
32
- \\G
33
- (TAG)
34
- (?:[ \\t]+
35
- ((?:!(?:[0-9A-Za-z\\-]*!)?))
36
- (?:[ \\t]+ (
37
- ! (?x: %[0-9A-Fa-f]{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )*
38
- | (?![,!\\[\\]{}]) (?x: %[0-9A-Fa-f]{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )+
39
- )
40
- )?
41
- )?
42
- `},{captures:{1:{name:"support.other.directive.reserved.yaml"},2:{name:"string.unquoted.directive-name.yaml"},3:{name:"string.unquoted.directive-parameter.yaml"}},match:"(?x) \\G (\\w+) (?:[ \\t]+ (\\w+) (?:[ \\t]+ (\\w+))? )?"},{match:"\\S+",name:"invalid.illegal.unrecognized.yaml"}]},"flow-alias":{captures:{1:{name:"keyword.control.flow.alias.yaml"},2:{name:"punctuation.definition.alias.yaml"},3:{name:"variable.other.alias.yaml"},4:{name:"invalid.illegal.character.anchor.yaml"}},match:"((\\*))([^\\s\\[\\]/{/},]+)([^\\s\\]},]\\S*)?"},"flow-collection":{patterns:[{include:"#flow-sequence"},{include:"#flow-mapping"}]},"flow-mapping":{begin:"\\{",beginCaptures:{0:{name:"punctuation.definition.mapping.begin.yaml"}},end:"\\}",endCaptures:{0:{name:"punctuation.definition.mapping.end.yaml"}},name:"meta.flow-mapping.yaml",patterns:[{include:"#prototype"},{match:",",name:"punctuation.separator.mapping.yaml"},{include:"#flow-pair"}]},"flow-node":{patterns:[{include:"#prototype"},{include:"#flow-alias"},{include:"#flow-collection"},{include:"#flow-scalar"}]},"flow-pair":{patterns:[{begin:"\\?",beginCaptures:{0:{name:"punctuation.definition.key-value.begin.yaml"}},end:"(?=[},\\]])",name:"meta.flow-pair.explicit.yaml",patterns:[{include:"#prototype"},{include:"#flow-pair"},{include:"#flow-node"},{begin:":(?=\\s|$|[\\[\\]{},])",beginCaptures:{0:{name:"punctuation.separator.key-value.mapping.yaml"}},end:"(?=[},\\]])",patterns:[{include:"#flow-value"}]}]},{begin:`(?x)
43
- (?=
44
- (?:
45
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
46
- | [?:-] [^\\s[\\[\\]{},]]
47
- )
48
- (
49
- [^\\s:[\\[\\]{},]]
50
- | : [^\\s[\\[\\]{},]]
51
- | \\s+ (?![#\\s])
52
- )*
53
- \\s*
54
- :
55
- (\\s|$)
56
- )
57
- `,end:`(?x)
58
- (?=
59
- \\s* $
60
- | \\s+ \\#
61
- | \\s* : (\\s|$)
62
- | \\s* : [\\[\\]{},]
63
- | \\s* [\\[\\]{},]
64
- )
65
- `,name:"meta.flow-pair.key.yaml",patterns:[{include:"#flow-scalar-plain-in-implicit-type"},{begin:`(?x)
66
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
67
- | [?:-] [^\\s[\\[\\]{},]]
68
- `,beginCaptures:{0:{name:"entity.name.tag.yaml"}},contentName:"entity.name.tag.yaml",end:`(?x)
69
- (?=
70
- \\s* $
71
- | \\s+ \\#
72
- | \\s* : (\\s|$)
73
- | \\s* : [\\[\\]{},]
74
- | \\s* [\\[\\]{},]
75
- )
76
- `,name:"string.unquoted.plain.in.yaml"}]},{include:"#flow-node"},{begin:":(?=\\s|$|[\\[\\]{},])",captures:{0:{name:"punctuation.separator.key-value.mapping.yaml"}},end:"(?=[},\\]])",name:"meta.flow-pair.yaml",patterns:[{include:"#flow-value"}]}]},"flow-scalar":{patterns:[{include:"#flow-scalar-double-quoted"},{include:"#flow-scalar-single-quoted"},{include:"#flow-scalar-plain-in"}]},"flow-scalar-double-quoted":{begin:'"',beginCaptures:{0:{name:"punctuation.definition.string.begin.yaml"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.yaml"}},name:"string.quoted.double.yaml",patterns:[{match:'\\\\([0abtnvfre "/\\\\N_Lp]|x\\d\\d|u\\d{4}|U\\d{8})',name:"constant.character.escape.yaml"},{match:"\\\\\\n",name:"constant.character.escape.double-quoted.newline.yaml"}]},"flow-scalar-plain-in":{patterns:[{include:"#flow-scalar-plain-in-implicit-type"},{begin:`(?x)
77
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
78
- | [?:-] [^\\s[\\[\\]{},]]
79
- `,end:`(?x)
80
- (?=
81
- \\s* $
82
- | \\s+ \\#
83
- | \\s* : (\\s|$)
84
- | \\s* : [\\[\\]{},]
85
- | \\s* [\\[\\]{},]
86
- )
87
- `,name:"string.unquoted.plain.in.yaml"}]},"flow-scalar-plain-in-implicit-type":{patterns:[{captures:{1:{name:"constant.language.null.yaml"},2:{name:"constant.language.boolean.yaml"},3:{name:"constant.numeric.integer.yaml"},4:{name:"constant.numeric.float.yaml"},5:{name:"constant.other.timestamp.yaml"},6:{name:"constant.language.value.yaml"},7:{name:"constant.language.merge.yaml"}},match:`(?x)
88
- (?x:
89
- (null|Null|NULL|~)
90
- | (y|Y|yes|Yes|YES|n|N|no|No|NO|true|True|TRUE|false|False|FALSE|on|On|ON|off|Off|OFF)
91
- | (
92
- (?:
93
- [-+]? 0b [0-1_]+
94
- | [-+]? 0 [0-7_]+
95
- | [-+]? (?: 0|[1-9][0-9_]*)
96
- | [-+]? 0x [0-9a-fA-F_]+
97
- | [-+]? [1-9] [0-9_]* (?: :[0-5]?[0-9])+
98
- )
99
- )
100
- | (
101
- (?x:
102
- [-+]? (?: [0-9] [0-9_]*)? \\. [0-9.]* (?: [eE] [-+] [0-9]+)?
103
- | [-+]? [0-9] [0-9_]* (?: :[0-5]?[0-9])+ \\. [0-9_]*
104
- | [-+]? \\. (?: inf|Inf|INF)
105
- | \\. (?: nan|NaN|NAN)
106
- )
107
- )
108
- | (
109
- (?x:
110
- \\d{4} - \\d{2} - \\d{2}
111
- | \\d{4}
112
- - \\d{1,2}
113
- - \\d{1,2}
114
- (?: [Tt] | [ \\t]+) \\d{1,2}
115
- : \\d{2}
116
- : \\d{2}
117
- (?: \\.\\d*)?
118
- (?:
119
- (?:[ \\t]*) Z
120
- | [-+] \\d{1,2} (?: :\\d{1,2})?
121
- )?
122
- )
123
- )
124
- | (=)
125
- | (<<)
126
- )
127
- (?:
128
- (?=
129
- \\s* $
130
- | \\s+ \\#
131
- | \\s* : (\\s|$)
132
- | \\s* : [\\[\\]{},]
133
- | \\s* [\\[\\]{},]
134
- )
135
- )
136
- `}]},"flow-scalar-plain-out":{patterns:[{include:"#flow-scalar-plain-out-implicit-type"},{begin:`(?x)
137
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
138
- | [?:-] \\S
139
- `,end:`(?x)
140
- (?=
141
- \\s* $
142
- | \\s+ \\#
143
- | \\s* : (\\s|$)
144
- )
145
- `,name:"string.unquoted.plain.out.yaml"}]},"flow-scalar-plain-out-implicit-type":{patterns:[{captures:{1:{name:"constant.language.null.yaml"},2:{name:"constant.language.boolean.yaml"},3:{name:"constant.numeric.integer.yaml"},4:{name:"constant.numeric.float.yaml"},5:{name:"constant.other.timestamp.yaml"},6:{name:"constant.language.value.yaml"},7:{name:"constant.language.merge.yaml"}},match:`(?x)
146
- (?x:
147
- (null|Null|NULL|~)
148
- | (y|Y|yes|Yes|YES|n|N|no|No|NO|true|True|TRUE|false|False|FALSE|on|On|ON|off|Off|OFF)
149
- | (
150
- (?:
151
- [-+]? 0b [0-1_]+
152
- | [-+]? 0 [0-7_]+
153
- | [-+]? (?: 0|[1-9][0-9_]*)
154
- | [-+]? 0x [0-9a-fA-F_]+
155
- | [-+]? [1-9] [0-9_]* (?: :[0-5]?[0-9])+
156
- )
157
- )
158
- | (
159
- (?x:
160
- [-+]? (?: [0-9] [0-9_]*)? \\. [0-9.]* (?: [eE] [-+] [0-9]+)?
161
- | [-+]? [0-9] [0-9_]* (?: :[0-5]?[0-9])+ \\. [0-9_]*
162
- | [-+]? \\. (?: inf|Inf|INF)
163
- | \\. (?: nan|NaN|NAN)
164
- )
165
- )
166
- | (
167
- (?x:
168
- \\d{4} - \\d{2} - \\d{2}
169
- | \\d{4}
170
- - \\d{1,2}
171
- - \\d{1,2}
172
- (?: [Tt] | [ \\t]+) \\d{1,2}
173
- : \\d{2}
174
- : \\d{2}
175
- (?: \\.\\d*)?
176
- (?:
177
- (?:[ \\t]*) Z
178
- | [-+] \\d{1,2} (?: :\\d{1,2})?
179
- )?
180
- )
181
- )
182
- | (=)
183
- | (<<)
184
- )
185
- (?x:
186
- (?=
187
- \\s* $
188
- | \\s+ \\#
189
- | \\s* : (\\s|$)
190
- )
191
- )
192
- `}]},"flow-scalar-single-quoted":{begin:"'",beginCaptures:{0:{name:"punctuation.definition.string.begin.yaml"}},end:"'(?!')",endCaptures:{0:{name:"punctuation.definition.string.end.yaml"}},name:"string.quoted.single.yaml",patterns:[{match:"''",name:"constant.character.escape.single-quoted.yaml"}]},"flow-sequence":{begin:"\\[",beginCaptures:{0:{name:"punctuation.definition.sequence.begin.yaml"}},end:"\\]",endCaptures:{0:{name:"punctuation.definition.sequence.end.yaml"}},name:"meta.flow-sequence.yaml",patterns:[{include:"#prototype"},{match:",",name:"punctuation.separator.sequence.yaml"},{include:"#flow-pair"},{include:"#flow-node"}]},"flow-value":{patterns:[{begin:"\\G(?![},\\]])",end:"(?=[},\\]])",name:"meta.flow-pair.value.yaml",patterns:[{include:"#flow-node"}]}]},node:{patterns:[{include:"#block-node"}]},property:{begin:"(?=!|&)",end:"(?!\\G)",name:"meta.property.yaml",patterns:[{captures:{1:{name:"keyword.control.property.anchor.yaml"},2:{name:"punctuation.definition.anchor.yaml"},3:{name:"entity.name.type.anchor.yaml"},4:{name:"invalid.illegal.character.anchor.yaml"}},match:"\\G((&))([^\\s\\[\\]/{/},]+)(\\S+)?"},{match:`(?x)
193
- \\G
194
- (?:
195
- ! < (?: %[0-9A-Fa-f]{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )+ >
196
- | (?:!(?:[0-9A-Za-z\\-]*!)?) (?: %[0-9A-Fa-f]{2} | [0-9A-Za-z\\-#;/?:@&=+$_.~*'()] )+
197
- | !
198
- )
199
- (?=\\ |\\t|$)
200
- `,name:"storage.type.tag-handle.yaml"},{match:"\\S+",name:"invalid.illegal.tag-handle.yaml"}]},prototype:{patterns:[{include:"#comment"},{include:"#property"}]}},scopeName:"source.yaml",aliases:["yml"]});var e=[n];export{e as default};
@@ -1,200 +0,0 @@
1
- const e=Object.freeze({displayName:"YAML",name:"yaml",patterns:[{include:"#comment"},{include:"#property"},{include:"#directive"},{match:"^---",name:"entity.other.document.begin.yaml"},{match:"^\\.{3}",name:"entity.other.document.end.yaml"},{include:"#node"}],repository:{"block-collection":{patterns:[{include:"#block-sequence"},{include:"#block-mapping"}]},"block-mapping":{patterns:[{include:"#block-pair"}]},"block-node":{patterns:[{include:"#prototype"},{include:"#block-scalar"},{include:"#block-collection"},{include:"#flow-scalar-plain-out"},{include:"#flow-node"}]},"block-pair":{patterns:[{begin:"\\?",beginCaptures:{1:{name:"punctuation.definition.key-value.begin.yaml"}},end:"(?=\\?)|^ *(:)|(:)",endCaptures:{1:{name:"punctuation.separator.key-value.mapping.yaml"},2:{name:"invalid.illegal.expected-newline.yaml"}},name:"meta.block-mapping.yaml",patterns:[{include:"#block-node"}]},{begin:`(?x)
2
- (?=
3
- (?x:
4
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
5
- | [?:-] \\S
6
- )
7
- (
8
- [^\\s:]
9
- | : \\S
10
- | \\s+ (?![#\\s])
11
- )*
12
- \\s*
13
- :
14
- (\\s|$)
15
- )
16
- `,end:`(?x)
17
- (?=
18
- \\s* $
19
- | \\s+ \\#
20
- | \\s* : (\\s|$)
21
- )
22
- `,patterns:[{include:"#flow-scalar-plain-out-implicit-type"},{begin:`(?x)
23
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
24
- | [?:-] \\S
25
- `,beginCaptures:{0:{name:"entity.name.tag.yaml"}},contentName:"entity.name.tag.yaml",end:`(?x)
26
- (?=
27
- \\s* $
28
- | \\s+ \\#
29
- | \\s* : (\\s|$)
30
- )
31
- `,name:"string.unquoted.plain.out.yaml"}]},{match:":(?=\\s|$)",name:"punctuation.separator.key-value.mapping.yaml"}]},"block-scalar":{begin:"(?:(\\|)|(>))([1-9])?([-+])?(.*\\n?)",beginCaptures:{1:{name:"keyword.control.flow.block-scalar.literal.yaml"},2:{name:"keyword.control.flow.block-scalar.folded.yaml"},3:{name:"constant.numeric.indentation-indicator.yaml"},4:{name:"storage.modifier.chomping-indicator.yaml"},5:{patterns:[{include:"#comment"},{match:".+",name:"invalid.illegal.expected-comment-or-newline.yaml"}]}},end:"^(?=\\S)|(?!\\G)",patterns:[{begin:"^([ ]+)(?! )",end:"^(?!\\1|\\s*$)",name:"string.unquoted.block.yaml"}]},"block-sequence":{match:"(-)(?!\\S)",name:"punctuation.definition.block.sequence.item.yaml"},comment:{begin:"(?:(^[ \\t]*)|[ \\t]+)(?=#\\p{Print}*$)",beginCaptures:{1:{name:"punctuation.whitespace.comment.leading.yaml"}},end:"(?!\\G)",patterns:[{begin:"#",beginCaptures:{0:{name:"punctuation.definition.comment.yaml"}},end:"\\n",name:"comment.line.number-sign.yaml"}]},directive:{begin:"^%",beginCaptures:{0:{name:"punctuation.definition.directive.begin.yaml"}},end:"(?=$|[ \\t]+($|#))",name:"meta.directive.yaml",patterns:[{captures:{1:{name:"keyword.other.directive.yaml.yaml"},2:{name:"constant.numeric.yaml-version.yaml"}},match:"\\G(YAML)[ \\t]+(\\d+\\.\\d+)"},{captures:{1:{name:"keyword.other.directive.tag.yaml"},2:{name:"storage.type.tag-handle.yaml"},3:{name:"support.type.tag-prefix.yaml"}},match:`(?x)
32
- \\G
33
- (TAG)
34
- (?:[ \\t]+
35
- ((?:!(?:[0-9A-Za-z\\-]*!)?))
36
- (?:[ \\t]+ (
37
- ! (?x: %[0-9A-Fa-f]{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )*
38
- | (?![,!\\[\\]{}]) (?x: %[0-9A-Fa-f]{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )+
39
- )
40
- )?
41
- )?
42
- `},{captures:{1:{name:"support.other.directive.reserved.yaml"},2:{name:"string.unquoted.directive-name.yaml"},3:{name:"string.unquoted.directive-parameter.yaml"}},match:"(?x) \\G (\\w+) (?:[ \\t]+ (\\w+) (?:[ \\t]+ (\\w+))? )?"},{match:"\\S+",name:"invalid.illegal.unrecognized.yaml"}]},"flow-alias":{captures:{1:{name:"keyword.control.flow.alias.yaml"},2:{name:"punctuation.definition.alias.yaml"},3:{name:"variable.other.alias.yaml"},4:{name:"invalid.illegal.character.anchor.yaml"}},match:"((\\*))([^\\s\\[\\]/{/},]+)([^\\s\\]},]\\S*)?"},"flow-collection":{patterns:[{include:"#flow-sequence"},{include:"#flow-mapping"}]},"flow-mapping":{begin:"\\{",beginCaptures:{0:{name:"punctuation.definition.mapping.begin.yaml"}},end:"\\}",endCaptures:{0:{name:"punctuation.definition.mapping.end.yaml"}},name:"meta.flow-mapping.yaml",patterns:[{include:"#prototype"},{match:",",name:"punctuation.separator.mapping.yaml"},{include:"#flow-pair"}]},"flow-node":{patterns:[{include:"#prototype"},{include:"#flow-alias"},{include:"#flow-collection"},{include:"#flow-scalar"}]},"flow-pair":{patterns:[{begin:"\\?",beginCaptures:{0:{name:"punctuation.definition.key-value.begin.yaml"}},end:"(?=[},\\]])",name:"meta.flow-pair.explicit.yaml",patterns:[{include:"#prototype"},{include:"#flow-pair"},{include:"#flow-node"},{begin:":(?=\\s|$|[\\[\\]{},])",beginCaptures:{0:{name:"punctuation.separator.key-value.mapping.yaml"}},end:"(?=[},\\]])",patterns:[{include:"#flow-value"}]}]},{begin:`(?x)
43
- (?=
44
- (?:
45
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
46
- | [?:-] [^\\s[\\[\\]{},]]
47
- )
48
- (
49
- [^\\s:[\\[\\]{},]]
50
- | : [^\\s[\\[\\]{},]]
51
- | \\s+ (?![#\\s])
52
- )*
53
- \\s*
54
- :
55
- (\\s|$)
56
- )
57
- `,end:`(?x)
58
- (?=
59
- \\s* $
60
- | \\s+ \\#
61
- | \\s* : (\\s|$)
62
- | \\s* : [\\[\\]{},]
63
- | \\s* [\\[\\]{},]
64
- )
65
- `,name:"meta.flow-pair.key.yaml",patterns:[{include:"#flow-scalar-plain-in-implicit-type"},{begin:`(?x)
66
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
67
- | [?:-] [^\\s[\\[\\]{},]]
68
- `,beginCaptures:{0:{name:"entity.name.tag.yaml"}},contentName:"entity.name.tag.yaml",end:`(?x)
69
- (?=
70
- \\s* $
71
- | \\s+ \\#
72
- | \\s* : (\\s|$)
73
- | \\s* : [\\[\\]{},]
74
- | \\s* [\\[\\]{},]
75
- )
76
- `,name:"string.unquoted.plain.in.yaml"}]},{include:"#flow-node"},{begin:":(?=\\s|$|[\\[\\]{},])",captures:{0:{name:"punctuation.separator.key-value.mapping.yaml"}},end:"(?=[},\\]])",name:"meta.flow-pair.yaml",patterns:[{include:"#flow-value"}]}]},"flow-scalar":{patterns:[{include:"#flow-scalar-double-quoted"},{include:"#flow-scalar-single-quoted"},{include:"#flow-scalar-plain-in"}]},"flow-scalar-double-quoted":{begin:'"',beginCaptures:{0:{name:"punctuation.definition.string.begin.yaml"}},end:'"',endCaptures:{0:{name:"punctuation.definition.string.end.yaml"}},name:"string.quoted.double.yaml",patterns:[{match:'\\\\([0abtnvfre "/\\\\N_Lp]|x\\d\\d|u\\d{4}|U\\d{8})',name:"constant.character.escape.yaml"},{match:"\\\\\\n",name:"constant.character.escape.double-quoted.newline.yaml"}]},"flow-scalar-plain-in":{patterns:[{include:"#flow-scalar-plain-in-implicit-type"},{begin:`(?x)
77
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
78
- | [?:-] [^\\s[\\[\\]{},]]
79
- `,end:`(?x)
80
- (?=
81
- \\s* $
82
- | \\s+ \\#
83
- | \\s* : (\\s|$)
84
- | \\s* : [\\[\\]{},]
85
- | \\s* [\\[\\]{},]
86
- )
87
- `,name:"string.unquoted.plain.in.yaml"}]},"flow-scalar-plain-in-implicit-type":{patterns:[{captures:{1:{name:"constant.language.null.yaml"},2:{name:"constant.language.boolean.yaml"},3:{name:"constant.numeric.integer.yaml"},4:{name:"constant.numeric.float.yaml"},5:{name:"constant.other.timestamp.yaml"},6:{name:"constant.language.value.yaml"},7:{name:"constant.language.merge.yaml"}},match:`(?x)
88
- (?x:
89
- (null|Null|NULL|~)
90
- | (y|Y|yes|Yes|YES|n|N|no|No|NO|true|True|TRUE|false|False|FALSE|on|On|ON|off|Off|OFF)
91
- | (
92
- (?:
93
- [-+]? 0b [0-1_]+
94
- | [-+]? 0 [0-7_]+
95
- | [-+]? (?: 0|[1-9][0-9_]*)
96
- | [-+]? 0x [0-9a-fA-F_]+
97
- | [-+]? [1-9] [0-9_]* (?: :[0-5]?[0-9])+
98
- )
99
- )
100
- | (
101
- (?x:
102
- [-+]? (?: [0-9] [0-9_]*)? \\. [0-9.]* (?: [eE] [-+] [0-9]+)?
103
- | [-+]? [0-9] [0-9_]* (?: :[0-5]?[0-9])+ \\. [0-9_]*
104
- | [-+]? \\. (?: inf|Inf|INF)
105
- | \\. (?: nan|NaN|NAN)
106
- )
107
- )
108
- | (
109
- (?x:
110
- \\d{4} - \\d{2} - \\d{2}
111
- | \\d{4}
112
- - \\d{1,2}
113
- - \\d{1,2}
114
- (?: [Tt] | [ \\t]+) \\d{1,2}
115
- : \\d{2}
116
- : \\d{2}
117
- (?: \\.\\d*)?
118
- (?:
119
- (?:[ \\t]*) Z
120
- | [-+] \\d{1,2} (?: :\\d{1,2})?
121
- )?
122
- )
123
- )
124
- | (=)
125
- | (<<)
126
- )
127
- (?:
128
- (?=
129
- \\s* $
130
- | \\s+ \\#
131
- | \\s* : (\\s|$)
132
- | \\s* : [\\[\\]{},]
133
- | \\s* [\\[\\]{},]
134
- )
135
- )
136
- `}]},"flow-scalar-plain-out":{patterns:[{include:"#flow-scalar-plain-out-implicit-type"},{begin:`(?x)
137
- [^\\s[-?:,\\[\\]{}#&*!|>'"%@\`]]
138
- | [?:-] \\S
139
- `,end:`(?x)
140
- (?=
141
- \\s* $
142
- | \\s+ \\#
143
- | \\s* : (\\s|$)
144
- )
145
- `,name:"string.unquoted.plain.out.yaml"}]},"flow-scalar-plain-out-implicit-type":{patterns:[{captures:{1:{name:"constant.language.null.yaml"},2:{name:"constant.language.boolean.yaml"},3:{name:"constant.numeric.integer.yaml"},4:{name:"constant.numeric.float.yaml"},5:{name:"constant.other.timestamp.yaml"},6:{name:"constant.language.value.yaml"},7:{name:"constant.language.merge.yaml"}},match:`(?x)
146
- (?x:
147
- (null|Null|NULL|~)
148
- | (y|Y|yes|Yes|YES|n|N|no|No|NO|true|True|TRUE|false|False|FALSE|on|On|ON|off|Off|OFF)
149
- | (
150
- (?:
151
- [-+]? 0b [0-1_]+
152
- | [-+]? 0 [0-7_]+
153
- | [-+]? (?: 0|[1-9][0-9_]*)
154
- | [-+]? 0x [0-9a-fA-F_]+
155
- | [-+]? [1-9] [0-9_]* (?: :[0-5]?[0-9])+
156
- )
157
- )
158
- | (
159
- (?x:
160
- [-+]? (?: [0-9] [0-9_]*)? \\. [0-9.]* (?: [eE] [-+] [0-9]+)?
161
- | [-+]? [0-9] [0-9_]* (?: :[0-5]?[0-9])+ \\. [0-9_]*
162
- | [-+]? \\. (?: inf|Inf|INF)
163
- | \\. (?: nan|NaN|NAN)
164
- )
165
- )
166
- | (
167
- (?x:
168
- \\d{4} - \\d{2} - \\d{2}
169
- | \\d{4}
170
- - \\d{1,2}
171
- - \\d{1,2}
172
- (?: [Tt] | [ \\t]+) \\d{1,2}
173
- : \\d{2}
174
- : \\d{2}
175
- (?: \\.\\d*)?
176
- (?:
177
- (?:[ \\t]*) Z
178
- | [-+] \\d{1,2} (?: :\\d{1,2})?
179
- )?
180
- )
181
- )
182
- | (=)
183
- | (<<)
184
- )
185
- (?x:
186
- (?=
187
- \\s* $
188
- | \\s+ \\#
189
- | \\s* : (\\s|$)
190
- )
191
- )
192
- `}]},"flow-scalar-single-quoted":{begin:"'",beginCaptures:{0:{name:"punctuation.definition.string.begin.yaml"}},end:"'(?!')",endCaptures:{0:{name:"punctuation.definition.string.end.yaml"}},name:"string.quoted.single.yaml",patterns:[{match:"''",name:"constant.character.escape.single-quoted.yaml"}]},"flow-sequence":{begin:"\\[",beginCaptures:{0:{name:"punctuation.definition.sequence.begin.yaml"}},end:"\\]",endCaptures:{0:{name:"punctuation.definition.sequence.end.yaml"}},name:"meta.flow-sequence.yaml",patterns:[{include:"#prototype"},{match:",",name:"punctuation.separator.sequence.yaml"},{include:"#flow-pair"},{include:"#flow-node"}]},"flow-value":{patterns:[{begin:"\\G(?![},\\]])",end:"(?=[},\\]])",name:"meta.flow-pair.value.yaml",patterns:[{include:"#flow-node"}]}]},node:{patterns:[{include:"#block-node"}]},property:{begin:"(?=!|&)",end:"(?!\\G)",name:"meta.property.yaml",patterns:[{captures:{1:{name:"keyword.control.property.anchor.yaml"},2:{name:"punctuation.definition.anchor.yaml"},3:{name:"entity.name.type.anchor.yaml"},4:{name:"invalid.illegal.character.anchor.yaml"}},match:"\\G((&))([^\\s\\[\\]/{/},]+)(\\S+)?"},{match:`(?x)
193
- \\G
194
- (?:
195
- ! < (?: %[0-9A-Fa-f]{2} | [0-9A-Za-z\\-#;/?:@&=+$,_.!~*'()\\[\\]] )+ >
196
- | (?:!(?:[0-9A-Za-z\\-]*!)?) (?: %[0-9A-Fa-f]{2} | [0-9A-Za-z\\-#;/?:@&=+$_.~*'()] )+
197
- | !
198
- )
199
- (?=\\ |\\t|$)
200
- `,name:"storage.type.tag-handle.yaml"},{match:"\\S+",name:"invalid.illegal.tag-handle.yaml"}]},prototype:{patterns:[{include:"#comment"},{include:"#property"}]}},scopeName:"source.yaml",aliases:["yml"]});var n=[e];export{n as default};
package/client/index.html DELETED
@@ -1,15 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <link rel="icon" href="./logo.svg" type="image/svg+xml" />
7
- <title>Vue DevTools Client</title>
8
- <script src="./color-scheme.js"></script>
9
- <script type="module" crossorigin src="./assets/index-By2OJDYk.js"></script>
10
- <link rel="stylesheet" crossorigin href="./assets/index-Cka_f-Nd.css">
11
- </head>
12
- <body>
13
- <div id="app"></div>
14
- </body>
15
- </html>