forked from baseballyama/rsvelte
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
311 lines (264 loc) · 8.1 KB
/
Copy path.gitmodules
File metadata and controls
311 lines (264 loc) · 8.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
[submodule "svelte"]
path = submodules/svelte
url = https://github.com/sveltejs/svelte.git
ignore = dirty
[submodule "language-tools"]
path = submodules/language-tools
url = https://github.com/sveltejs/language-tools.git
[submodule "submodules/typescript-go"]
path = submodules/typescript-go
url = https://github.com/microsoft/typescript-go
[submodule "submodules/vize"]
path = submodules/vize
url = git@github.com:ubugeeei-prod/vize.git
[submodule "submodules/corsa-bind"]
path = submodules/corsa-bind
url = git@github.com:ubugeeei-prod/corsa-bind.git
[submodule "submodules/eslint-plugin-svelte"]
path = submodules/eslint-plugin-svelte
url = https://github.com/sveltejs/eslint-plugin-svelte
ignore = dirty
[submodule "submodules/svelte.dev"]
path = submodules/svelte.dev
url = https://github.com/sveltejs/svelte.dev.git
ignore = dirty
shallow = true
[submodule "submodules/svelte-eslint-parser"]
path = submodules/svelte-eslint-parser
url = https://github.com/sveltejs/svelte-eslint-parser
ignore = dirty
# esrap printer — vendored upstream (sveltejs/esrap), pinned to v2.2.11. Its test
# suite is ported to crates/rsvelte_esrap; excluded from the auto-update rotation.
[submodule "submodules/esrap"]
path = submodules/esrap
url = https://github.com/sveltejs/esrap.git
ignore = dirty
shallow = true
# Real-world ecosystem projects folded into the compat corpus (scripts/compat-corpus).
# Their shipped .svelte / .svelte.(js|ts) sources are compiled by both the official
# compiler and rsvelte and required to match — the same three tracks as svelte/svelte.dev.
# To add another project to the corpus, add a submodule here + an entry in
# scripts/compat-corpus/corpus-sources.json. Bumped weekly by auto-update-submodules.yml.
[submodule "submodules/bits-ui"]
path = submodules/bits-ui
url = https://github.com/huntabyte/bits-ui.git
ignore = dirty
shallow = true
branch = main
[submodule "submodules/flowbite-svelte"]
path = submodules/flowbite-svelte
url = https://github.com/themesberg/flowbite-svelte.git
ignore = dirty
shallow = true
branch = main
[submodule "submodules/melt-ui"]
path = submodules/melt-ui
url = https://github.com/melt-ui/next-gen.git
ignore = dirty
shallow = true
branch = main
[submodule "submodules/shadcn-svelte"]
path = submodules/shadcn-svelte
url = https://github.com/huntabyte/shadcn-svelte.git
ignore = dirty
shallow = true
branch = main
[submodule "submodules/mold"]
path = submodules/mold
url = https://github.com/rui314/mold.git
[submodule "submodules/svelte-preprocess"]
path = submodules/svelte-preprocess
url = https://github.com/sveltejs/svelte-preprocess
ignore = dirty
shallow = true
[submodule "submodules/mdsvex"]
path = submodules/mdsvex
url = https://github.com/pngwn/MDsveX
ignore = dirty
shallow = true
[submodule "submodules/svelte-switch-case"]
path = submodules/svelte-switch-case
url = https://github.com/l-portet/svelte-switch-case
ignore = dirty
shallow = true
[submodule "submodules/svelte-preprocess-less"]
path = submodules/svelte-preprocess-less
url = https://github.com/ls-age/svelte-preprocess-less
ignore = dirty
shallow = true
[submodule "submodules/svelte-preprocess-sass"]
path = submodules/svelte-preprocess-sass
url = https://github.com/ls-age/svelte-preprocess-sass
ignore = dirty
shallow = true
[submodule "submodules/modular-css"]
path = submodules/modular-css
url = https://github.com/tivac/modular-css
ignore = dirty
shallow = true
[submodule "submodules/svelte-preprocess-markdown"]
path = submodules/svelte-preprocess-markdown
url = https://github.com/AlexxNB/svelte-preprocess-markdown
ignore = dirty
shallow = true
[submodule "submodules/sveltex"]
path = submodules/sveltex
url = https://github.com/nvlang/sveltex
ignore = dirty
shallow = true
[submodule "submodules/sveltestrap"]
path = submodules/sveltestrap
url = https://github.com/sveltestrap/sveltestrap
branch = main
ignore = dirty
shallow = true
[submodule "submodules/attractions"]
path = submodules/attractions
url = https://github.com/illright/attractions
branch = main
ignore = dirty
shallow = true
[submodule "submodules/svelte-ux"]
path = submodules/svelte-ux
url = https://github.com/techniq/svelte-ux
branch = main
ignore = dirty
shallow = true
[submodule "submodules/smelte"]
path = submodules/smelte
url = https://github.com/matyunya/smelte
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svar-core"]
path = submodules/svar-core
url = https://github.com/svar-widgets/core
branch = main
ignore = dirty
shallow = true
[submodule "submodules/svelte-table"]
path = submodules/svelte-table
url = https://github.com/dasDaniel/svelte-table
branch = develop
ignore = dirty
shallow = true
[submodule "submodules/powertable"]
path = submodules/powertable
url = https://github.com/muonw/powertable
branch = main
ignore = dirty
shallow = true
[submodule "submodules/svelte-pivottable"]
path = submodules/svelte-pivottable
url = https://github.com/jjagielka/svelte-pivottable
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-toast"]
path = submodules/svelte-toast
url = https://github.com/zerodevx/svelte-toast
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-sonner"]
path = submodules/svelte-sonner
url = https://github.com/wobsoriano/svelte-sonner
branch = main
ignore = dirty
shallow = true
[submodule "submodules/svelte-notifications"]
path = submodules/svelte-notifications
url = https://github.com/beyonk-adventures/svelte-notifications
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-fa"]
path = submodules/svelte-fa
url = https://github.com/Cweili/svelte-fa
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-heroicons"]
path = submodules/svelte-heroicons
url = https://github.com/krowten/svelte-heroicons
branch = main
ignore = dirty
shallow = true
[submodule "submodules/svelte-calendar"]
path = submodules/svelte-calendar
url = https://github.com/6eDesign/svelte-calendar
branch = master
ignore = dirty
shallow = true
[submodule "submodules/date-picker-svelte"]
path = submodules/date-picker-svelte
url = https://github.com/probablykasper/date-picker-svelte
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-maplibre"]
path = submodules/svelte-maplibre
url = https://github.com/dimfeld/svelte-maplibre
branch = master
ignore = dirty
shallow = true
[submodule "submodules/layercake"]
path = submodules/layercake
url = https://github.com/mhkeller/layercake
branch = main
ignore = dirty
shallow = true
[submodule "submodules/layerchart"]
path = submodules/layerchart
url = https://github.com/techniq/layerchart
branch = main
ignore = dirty
shallow = true
[submodule "submodules/svelte-splitpanes"]
path = submodules/svelte-splitpanes
url = https://github.com/orefalo/svelte-splitpanes
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-stepper"]
path = submodules/svelte-stepper
url = https://github.com/efstajas/svelte-stepper
branch = main
ignore = dirty
shallow = true
[submodule "submodules/svelte-formly"]
path = submodules/svelte-formly
url = https://github.com/arabdevelop/svelte-formly
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-form-builder"]
path = submodules/svelte-form-builder
url = https://github.com/pragmatic-engineering/svelte-form-builder-community
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-checkbox"]
path = submodules/svelte-checkbox
url = https://github.com/HosseinShabani/svelte-checkbox
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelte-toggle"]
path = submodules/svelte-toggle
url = https://github.com/beyonk-adventures/svelte-toggle
branch = master
ignore = dirty
shallow = true
[submodule "submodules/svelthree"]
path = submodules/svelthree
url = https://github.com/vatro/svelthree
branch = dev
ignore = dirty
shallow = true
[submodule "submodules/cmsaasstarter"]
path = submodules/cmsaasstarter
url = https://github.com/CriticalMoments/CMSaasStarter
branch = main
ignore = dirty
shallow = true