-
Notifications
You must be signed in to change notification settings - Fork 322
/
deno.jsonc
655 lines (655 loc) · 41.1 KB
/
deno.jsonc
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
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
// auto-generated by package/src/common/create-deno-config.ts
// see dev-docs/update-deno_jsonc.md
{
"lint": {
"include": ["src/"],
"exclude": [
"src/resources/create/extensions/revealjs-plugin/_extensions/qstart-filesafename-qend/qstart-filesafename-qend.js",
"src/resources/editor/",
"src/core/lib/external/",
"src/vendor/",
"src/resources/vendor/",
"src/resources/formats/pdf/pdfjs/",
"src/resources/deno_std/",
"package/pkg-working/share/extensions/quarto/video/resources/videojs/video.min.js",
"package/pkg-working/share/formats/html/anchor/anchor.min.js",
"package/pkg-working/share/formats/html/bootstrap/dist/bootstrap.min.js",
"package/pkg-working/share/formats/html/clipboard/clipboard.min.js",
"package/pkg-working/share/formats/html/fuse/fuse.min.js",
"package/pkg-working/share/formats/html/mermaid/mermaid.min.js",
"package/pkg-working/share/formats/html/ojs/quarto-ojs-runtime.min.js",
"package/pkg-working/share/formats/html/popper/popper.min.js",
"package/pkg-working/share/formats/html/tippy/tippy.umd.min.js",
"package/pkg-working/share/projects/website/listing/list.min.js",
"package/pkg-working/share/projects/website/navigation/headroom.min.js",
"package/pkg-working/share/projects/website/search/autocomplete.min.js",
"package/pkg-working/share/projects/website/search/fuse.min.js",
"src/resources/extensions/quarto/video/resources/videojs/video.min.js",
"src/resources/formats/html/anchor/anchor.min.js",
"src/resources/formats/html/bootstrap/dist/bootstrap.min.js",
"src/resources/formats/html/clipboard/clipboard.min.js",
"src/resources/formats/html/fuse/fuse.min.js",
"src/resources/formats/html/mermaid/mermaid.min.js",
"src/resources/formats/html/ojs/quarto-ojs-runtime.min.js",
"src/resources/formats/html/popper/popper.min.js",
"src/resources/formats/html/tippy/tippy.umd.min.js",
"src/resources/projects/website/listing/list.min.js",
"src/resources/projects/website/navigation/headroom.min.js",
"src/resources/projects/website/search/autocomplete.min.js",
"src/resources/projects/website/search/fuse.min.js",
"src/vendor/cdn.skypack.dev/dayjs@1.8.21/dayjs.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-api.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-api.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-gl.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-gl.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-mathjax.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-mathjax.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-tables.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-tables.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-widgets.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-widgets.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/auth/js/main.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/bootstrap-tour/build/js/bootstrap-tour.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/bootstrap/dist/js/bootstrap.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/es6-promise/promise.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/jquery-typeahead/dist/jquery.typeahead.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/jquery-ui/dist/jquery-ui.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/jquery/jquery.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/moment/min/locales.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/moment/min/moment-with-locales.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/moment/min/moment.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/react/react-dom.production.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/react/react.production.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/edit/js/main.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/notebook/js/main.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/terminal/js/main.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/tree/js/main.min.js",
"tests/docs/extensions/basic/_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js",
"tests/docs/extensions/project/_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/bootstrap/bootstrap.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/clipboard/clipboard.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-html/anchor.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-html/popper.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-html/tippy.umd.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-nav/headroom.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-search/fuse.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/bootstrap/bootstrap.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/clipboard/clipboard.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-html/anchor.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-html/popper.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-html/tippy.umd.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-nav/headroom.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-search/fuse.min.js",
"tests/docs/websites/issue-3686/_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js",
"package/pkg-working/share/projects/website/search/autocomplete-preset-algolia.umd.js",
"package/pkg-working/share/projects/website/search/autocomplete.umd.js",
"src/resources/projects/website/search/autocomplete-preset-algolia.umd.js",
"src/resources/projects/website/search/autocomplete.umd.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/marked/lib/marked.umd.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-search/autocomplete.umd.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-search/autocomplete.umd.js",
"package/pkg-working/share/formats/revealjs/reveal/dist/reveal.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/highlight/highlight.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/markdown/markdown.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/math/math.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/notes/notes.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/search/search.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/zoom/zoom.esm.js",
"src/resources/formats/revealjs/reveal/dist/reveal.esm.js",
"src/resources/formats/revealjs/reveal/plugin/highlight/highlight.esm.js",
"src/resources/formats/revealjs/reveal/plugin/markdown/markdown.esm.js",
"src/resources/formats/revealjs/reveal/plugin/math/math.esm.js",
"src/resources/formats/revealjs/reveal/plugin/notes/notes.esm.js",
"src/resources/formats/revealjs/reveal/plugin/search/search.esm.js",
"src/resources/formats/revealjs/reveal/plugin/zoom/zoom.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-api.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-gl.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-mathjax.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-tables.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-widgets.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh.esm.js",
"src/resources/library/dayjs/locale/af.js",
"src/resources/library/dayjs/locale/am.js",
"src/resources/library/dayjs/locale/ar-dz.js",
"src/resources/library/dayjs/locale/ar-iq.js",
"src/resources/library/dayjs/locale/ar-kw.js",
"src/resources/library/dayjs/locale/ar-ly.js",
"src/resources/library/dayjs/locale/ar-ma.js",
"src/resources/library/dayjs/locale/ar-sa.js",
"src/resources/library/dayjs/locale/ar-tn.js",
"src/resources/library/dayjs/locale/ar.js",
"src/resources/library/dayjs/locale/az.js",
"src/resources/library/dayjs/locale/be.js",
"src/resources/library/dayjs/locale/bg.js",
"src/resources/library/dayjs/locale/bi.js",
"src/resources/library/dayjs/locale/bm.js",
"src/resources/library/dayjs/locale/bn-bd.js",
"src/resources/library/dayjs/locale/bn.js",
"src/resources/library/dayjs/locale/bo.js",
"src/resources/library/dayjs/locale/br.js",
"src/resources/library/dayjs/locale/bs.js",
"src/resources/library/dayjs/locale/ca.js",
"src/resources/library/dayjs/locale/cs.js",
"src/resources/library/dayjs/locale/cv.js",
"src/resources/library/dayjs/locale/cy.js",
"src/resources/library/dayjs/locale/da.js",
"src/resources/library/dayjs/locale/de-at.js",
"src/resources/library/dayjs/locale/de-ch.js",
"src/resources/library/dayjs/locale/de.js",
"src/resources/library/dayjs/locale/dv.js",
"src/resources/library/dayjs/locale/el.js",
"src/resources/library/dayjs/locale/en-au.js",
"src/resources/library/dayjs/locale/en-ca.js",
"src/resources/library/dayjs/locale/en-gb.js",
"src/resources/library/dayjs/locale/en-ie.js",
"src/resources/library/dayjs/locale/en-il.js",
"src/resources/library/dayjs/locale/en-in.js",
"src/resources/library/dayjs/locale/en-nz.js",
"src/resources/library/dayjs/locale/en-sg.js",
"src/resources/library/dayjs/locale/en-tt.js",
"src/resources/library/dayjs/locale/en.js",
"src/resources/library/dayjs/locale/eo.js",
"src/resources/library/dayjs/locale/es-do.js",
"src/resources/library/dayjs/locale/es-mx.js",
"src/resources/library/dayjs/locale/es-pr.js",
"src/resources/library/dayjs/locale/es-us.js",
"src/resources/library/dayjs/locale/es.js",
"src/resources/library/dayjs/locale/et.js",
"src/resources/library/dayjs/locale/eu.js",
"src/resources/library/dayjs/locale/fa.js",
"src/resources/library/dayjs/locale/fi.js",
"src/resources/library/dayjs/locale/fo.js",
"src/resources/library/dayjs/locale/fr-ca.js",
"src/resources/library/dayjs/locale/fr-ch.js",
"src/resources/library/dayjs/locale/fr.js",
"src/resources/library/dayjs/locale/fy.js",
"src/resources/library/dayjs/locale/ga.js",
"src/resources/library/dayjs/locale/gd.js",
"src/resources/library/dayjs/locale/gl.js",
"src/resources/library/dayjs/locale/gom-latn.js",
"src/resources/library/dayjs/locale/gu.js",
"src/resources/library/dayjs/locale/he.js",
"src/resources/library/dayjs/locale/hi.js",
"src/resources/library/dayjs/locale/hr.js",
"src/resources/library/dayjs/locale/ht.js",
"src/resources/library/dayjs/locale/hu.js",
"src/resources/library/dayjs/locale/hy-am.js",
"src/resources/library/dayjs/locale/id.js",
"src/resources/library/dayjs/locale/is.js",
"src/resources/library/dayjs/locale/it-ch.js",
"src/resources/library/dayjs/locale/it.js",
"src/resources/library/dayjs/locale/ja.js",
"src/resources/library/dayjs/locale/jv.js",
"src/resources/library/dayjs/locale/ka.js",
"src/resources/library/dayjs/locale/kk.js",
"src/resources/library/dayjs/locale/km.js",
"src/resources/library/dayjs/locale/kn.js",
"src/resources/library/dayjs/locale/ko.js",
"src/resources/library/dayjs/locale/ku.js",
"src/resources/library/dayjs/locale/ky.js",
"src/resources/library/dayjs/locale/lb.js",
"src/resources/library/dayjs/locale/lo.js",
"src/resources/library/dayjs/locale/lt.js",
"src/resources/library/dayjs/locale/lv.js",
"src/resources/library/dayjs/locale/me.js",
"src/resources/library/dayjs/locale/mi.js",
"src/resources/library/dayjs/locale/mk.js",
"src/resources/library/dayjs/locale/ml.js",
"src/resources/library/dayjs/locale/mn.js",
"src/resources/library/dayjs/locale/mr.js",
"src/resources/library/dayjs/locale/ms-my.js",
"src/resources/library/dayjs/locale/ms.js",
"src/resources/library/dayjs/locale/mt.js",
"src/resources/library/dayjs/locale/my.js",
"src/resources/library/dayjs/locale/nb.js",
"src/resources/library/dayjs/locale/ne.js",
"src/resources/library/dayjs/locale/nl-be.js",
"src/resources/library/dayjs/locale/nl.js",
"src/resources/library/dayjs/locale/nn.js",
"src/resources/library/dayjs/locale/oc-lnc.js",
"src/resources/library/dayjs/locale/pa-in.js",
"src/resources/library/dayjs/locale/pl.js",
"src/resources/library/dayjs/locale/pt-br.js",
"src/resources/library/dayjs/locale/pt.js",
"src/resources/library/dayjs/locale/rn.js",
"src/resources/library/dayjs/locale/ro.js",
"src/resources/library/dayjs/locale/ru.js",
"src/resources/library/dayjs/locale/rw.js",
"src/resources/library/dayjs/locale/sd.js",
"src/resources/library/dayjs/locale/se.js",
"src/resources/library/dayjs/locale/si.js",
"src/resources/library/dayjs/locale/sk.js",
"src/resources/library/dayjs/locale/sl.js",
"src/resources/library/dayjs/locale/sq.js",
"src/resources/library/dayjs/locale/sr-cyrl.js",
"src/resources/library/dayjs/locale/sr.js",
"src/resources/library/dayjs/locale/ss.js",
"src/resources/library/dayjs/locale/sv-fi.js",
"src/resources/library/dayjs/locale/sv.js",
"src/resources/library/dayjs/locale/sw.js",
"src/resources/library/dayjs/locale/ta.js",
"src/resources/library/dayjs/locale/te.js",
"src/resources/library/dayjs/locale/tet.js",
"src/resources/library/dayjs/locale/tg.js",
"src/resources/library/dayjs/locale/th.js",
"src/resources/library/dayjs/locale/tk.js",
"src/resources/library/dayjs/locale/tl-ph.js",
"src/resources/library/dayjs/locale/tlh.js",
"src/resources/library/dayjs/locale/tr.js",
"src/resources/library/dayjs/locale/tzl.js",
"src/resources/library/dayjs/locale/tzm-latn.js",
"src/resources/library/dayjs/locale/tzm.js",
"src/resources/library/dayjs/locale/ug-cn.js",
"src/resources/library/dayjs/locale/uk.js",
"src/resources/library/dayjs/locale/ur.js",
"src/resources/library/dayjs/locale/uz-latn.js",
"src/resources/library/dayjs/locale/uz.js",
"src/resources/library/dayjs/locale/vi.js",
"src/resources/library/dayjs/locale/x-pseudo.js",
"src/resources/library/dayjs/locale/yo.js",
"src/resources/library/dayjs/locale/zh-cn.js",
"src/resources/library/dayjs/locale/zh-hk.js",
"src/resources/library/dayjs/locale/zh-tw.js",
"src/resources/library/dayjs/locale/zh.js",
"src/resources/library/dayjs/plugins/advanced.js",
"src/resources/library/dayjs/plugins/constant.js",
"src/resources/library/dayjs/plugins/isoweek.js",
"src/resources/library/dayjs/plugins/timezone.js",
"src/resources/library/dayjs/plugins/utc.js",
"src/resources/library/dayjs/plugins/weekofyear.js",
"src/resources/library/dayjs/plugins/weekyear.js",
"src/resources/formats/html/anchor/anchor.min.js",
"src/resources/formats/html/bootstrap/dist/bootstrap.min.js",
"src/resources/formats/html/clipboard/clipboard.min.js",
"src/resources/formats/html/fuse/fuse.min.js",
"src/resources/formats/html/mermaid/mermaid-init.js",
"src/resources/formats/html/mermaid/mermaid-postprocess-shim.js",
"src/resources/formats/html/mermaid/mermaid.js",
"src/resources/formats/html/mermaid/mermaid.min.js",
"src/resources/formats/html/ojs/quarto-ojs-runtime.js",
"src/resources/formats/html/ojs/quarto-ojs-runtime.min.js",
"src/resources/formats/html/popper/popper.min.js",
"src/resources/formats/html/quarto.js",
"src/resources/formats/html/tabby/js/tabby.js",
"src/resources/formats/html/tippy/tippy.umd.min.js",
"src/resources/formats/html/zenscroll/zenscroll-min.js",
"src/resources/formats/pdf/pdfjs/build/pdf.js",
"src/resources/formats/pdf/pdfjs/build/pdf.sandbox.js",
"src/resources/formats/pdf/pdfjs/build/pdf.worker.js",
"src/resources/formats/pdf/pdfjs/web/debugger.js",
"src/resources/formats/pdf/pdfjs/web/viewer.js",
"src/resources/formats/revealjs/plugins/chalkboard/plugin.js",
"src/resources/formats/revealjs/plugins/line-highlight/line-highlight.js",
"src/resources/formats/revealjs/plugins/menu/menu.js",
"src/resources/formats/revealjs/plugins/menu/quarto-menu.js",
"src/resources/formats/revealjs/plugins/multiplex/multiplex.js",
"src/resources/formats/revealjs/plugins/multiplex/socket.io.js",
"src/resources/formats/revealjs/plugins/pdfexport/pdfexport.js",
"src/resources/formats/revealjs/plugins/support/support.js",
"src/resources/formats/revealjs/plugins/tone/tone.js",
"src/resources/formats/revealjs/reveal/dist/reveal.esm.js",
"src/resources/formats/revealjs/reveal/dist/reveal.js",
"src/resources/formats/revealjs/reveal/plugin/highlight/highlight.esm.js",
"src/resources/formats/revealjs/reveal/plugin/highlight/highlight.js",
"src/resources/formats/revealjs/reveal/plugin/highlight/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/markdown/markdown.esm.js",
"src/resources/formats/revealjs/reveal/plugin/markdown/markdown.js",
"src/resources/formats/revealjs/reveal/plugin/markdown/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/math/katex.js",
"src/resources/formats/revealjs/reveal/plugin/math/math.esm.js",
"src/resources/formats/revealjs/reveal/plugin/math/math.js",
"src/resources/formats/revealjs/reveal/plugin/math/mathjax2.js",
"src/resources/formats/revealjs/reveal/plugin/math/mathjax3.js",
"src/resources/formats/revealjs/reveal/plugin/math/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/notes/notes.esm.js",
"src/resources/formats/revealjs/reveal/plugin/notes/notes.js",
"src/resources/formats/revealjs/reveal/plugin/notes/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/search/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/search/search.esm.js",
"src/resources/formats/revealjs/reveal/plugin/search/search.js",
"src/resources/formats/revealjs/reveal/plugin/zoom/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/zoom/zoom.esm.js",
"src/resources/formats/revealjs/reveal/plugin/zoom/zoom.js",
"src/resources/formats/revealjs/tone/tone.js",
"src/resources/projects/website/cookie-consent/cookie-consent.js",
"src/resources/projects/website/listing/list.min.js",
"src/resources/projects/website/listing/quarto-listing.js",
"src/resources/projects/website/navigation/headroom.min.js",
"src/resources/projects/website/navigation/quarto-nav.js",
"src/resources/projects/website/search/autocomplete-preset-algolia.umd.js",
"src/resources/projects/website/search/autocomplete.min.js",
"src/resources/projects/website/search/autocomplete.umd.js",
"src/resources/projects/website/search/fuse.min.js",
"src/resources/projects/website/search/quarto-search.js"
],
"rules": {
"exclude": ["require-await", "no-inferrable-types"]
}
},
"fmt": {
"include": ["src/"],
"exclude": [
"src/resources/create/extensions/revealjs-plugin/_extensions/qstart-filesafename-qend/qstart-filesafename-qend.js",
"src/resources/editor/",
"src/core/lib/external/",
"src/vendor/",
"src/resources/vendor/",
"src/resources/formats/pdf/pdfjs/",
"src/resources/deno_std/",
"package/pkg-working/share/extensions/quarto/video/resources/videojs/video.min.js",
"package/pkg-working/share/formats/html/anchor/anchor.min.js",
"package/pkg-working/share/formats/html/bootstrap/dist/bootstrap.min.js",
"package/pkg-working/share/formats/html/clipboard/clipboard.min.js",
"package/pkg-working/share/formats/html/fuse/fuse.min.js",
"package/pkg-working/share/formats/html/mermaid/mermaid.min.js",
"package/pkg-working/share/formats/html/ojs/quarto-ojs-runtime.min.js",
"package/pkg-working/share/formats/html/popper/popper.min.js",
"package/pkg-working/share/formats/html/tippy/tippy.umd.min.js",
"package/pkg-working/share/projects/website/listing/list.min.js",
"package/pkg-working/share/projects/website/navigation/headroom.min.js",
"package/pkg-working/share/projects/website/search/autocomplete.min.js",
"package/pkg-working/share/projects/website/search/fuse.min.js",
"src/resources/extensions/quarto/video/resources/videojs/video.min.js",
"src/resources/formats/html/anchor/anchor.min.js",
"src/resources/formats/html/bootstrap/dist/bootstrap.min.js",
"src/resources/formats/html/clipboard/clipboard.min.js",
"src/resources/formats/html/fuse/fuse.min.js",
"src/resources/formats/html/mermaid/mermaid.min.js",
"src/resources/formats/html/ojs/quarto-ojs-runtime.min.js",
"src/resources/formats/html/popper/popper.min.js",
"src/resources/formats/html/tippy/tippy.umd.min.js",
"src/resources/projects/website/listing/list.min.js",
"src/resources/projects/website/navigation/headroom.min.js",
"src/resources/projects/website/search/autocomplete.min.js",
"src/resources/projects/website/search/fuse.min.js",
"src/vendor/cdn.skypack.dev/dayjs@1.8.21/dayjs.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-api.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-api.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-gl.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-gl.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-mathjax.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-mathjax.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-tables.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-tables.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-widgets.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-widgets.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh.esm.min.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/auth/js/main.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/bootstrap-tour/build/js/bootstrap-tour.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/bootstrap/dist/js/bootstrap.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/es6-promise/promise.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/jquery-typeahead/dist/jquery.typeahead.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/jquery-ui/dist/jquery-ui.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/jquery/jquery.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/moment/min/locales.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/moment/min/moment-with-locales.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/moment/min/moment.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/react/react-dom.production.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/react/react.production.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/edit/js/main.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/notebook/js/main.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/terminal/js/main.min.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/tree/js/main.min.js",
"tests/docs/extensions/basic/_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js",
"tests/docs/extensions/project/_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/bootstrap/bootstrap.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/clipboard/clipboard.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-html/anchor.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-html/popper.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-html/tippy.umd.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-nav/headroom.min.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-search/fuse.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/bootstrap/bootstrap.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/clipboard/clipboard.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-html/anchor.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-html/popper.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-html/tippy.umd.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-nav/headroom.min.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-search/fuse.min.js",
"tests/docs/websites/issue-3686/_extensions/quarto-ext/lightbox/resources/js/glightbox.min.js",
"package/pkg-working/share/projects/website/search/autocomplete-preset-algolia.umd.js",
"package/pkg-working/share/projects/website/search/autocomplete.umd.js",
"src/resources/projects/website/search/autocomplete-preset-algolia.umd.js",
"src/resources/projects/website/search/autocomplete.umd.js",
"tests/.venv/lib/python3.11/site-packages/nbclassic/static/components/marked/lib/marked.umd.js",
"tests/docs/smoke-all/2022/10/14/google-scholar-project/_site/site_libs/quarto-search/autocomplete.umd.js",
"tests/docs/smoke-all/2023/01/06/input-relative/test/docs/site_libs/quarto-search/autocomplete.umd.js",
"package/pkg-working/share/formats/revealjs/reveal/dist/reveal.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/highlight/highlight.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/markdown/markdown.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/math/math.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/notes/notes.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/search/search.esm.js",
"package/pkg-working/share/formats/revealjs/reveal/plugin/zoom/zoom.esm.js",
"src/resources/formats/revealjs/reveal/dist/reveal.esm.js",
"src/resources/formats/revealjs/reveal/plugin/highlight/highlight.esm.js",
"src/resources/formats/revealjs/reveal/plugin/markdown/markdown.esm.js",
"src/resources/formats/revealjs/reveal/plugin/math/math.esm.js",
"src/resources/formats/revealjs/reveal/plugin/notes/notes.esm.js",
"src/resources/formats/revealjs/reveal/plugin/search/search.esm.js",
"src/resources/formats/revealjs/reveal/plugin/zoom/zoom.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-api.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-gl.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-mathjax.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-tables.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh-widgets.esm.js",
"tests/.venv/lib/python3.11/site-packages/bokeh/server/static/js/bokeh.esm.js",
"src/resources/library/dayjs/locale/af.js",
"src/resources/library/dayjs/locale/am.js",
"src/resources/library/dayjs/locale/ar-dz.js",
"src/resources/library/dayjs/locale/ar-iq.js",
"src/resources/library/dayjs/locale/ar-kw.js",
"src/resources/library/dayjs/locale/ar-ly.js",
"src/resources/library/dayjs/locale/ar-ma.js",
"src/resources/library/dayjs/locale/ar-sa.js",
"src/resources/library/dayjs/locale/ar-tn.js",
"src/resources/library/dayjs/locale/ar.js",
"src/resources/library/dayjs/locale/az.js",
"src/resources/library/dayjs/locale/be.js",
"src/resources/library/dayjs/locale/bg.js",
"src/resources/library/dayjs/locale/bi.js",
"src/resources/library/dayjs/locale/bm.js",
"src/resources/library/dayjs/locale/bn-bd.js",
"src/resources/library/dayjs/locale/bn.js",
"src/resources/library/dayjs/locale/bo.js",
"src/resources/library/dayjs/locale/br.js",
"src/resources/library/dayjs/locale/bs.js",
"src/resources/library/dayjs/locale/ca.js",
"src/resources/library/dayjs/locale/cs.js",
"src/resources/library/dayjs/locale/cv.js",
"src/resources/library/dayjs/locale/cy.js",
"src/resources/library/dayjs/locale/da.js",
"src/resources/library/dayjs/locale/de-at.js",
"src/resources/library/dayjs/locale/de-ch.js",
"src/resources/library/dayjs/locale/de.js",
"src/resources/library/dayjs/locale/dv.js",
"src/resources/library/dayjs/locale/el.js",
"src/resources/library/dayjs/locale/en-au.js",
"src/resources/library/dayjs/locale/en-ca.js",
"src/resources/library/dayjs/locale/en-gb.js",
"src/resources/library/dayjs/locale/en-ie.js",
"src/resources/library/dayjs/locale/en-il.js",
"src/resources/library/dayjs/locale/en-in.js",
"src/resources/library/dayjs/locale/en-nz.js",
"src/resources/library/dayjs/locale/en-sg.js",
"src/resources/library/dayjs/locale/en-tt.js",
"src/resources/library/dayjs/locale/en.js",
"src/resources/library/dayjs/locale/eo.js",
"src/resources/library/dayjs/locale/es-do.js",
"src/resources/library/dayjs/locale/es-mx.js",
"src/resources/library/dayjs/locale/es-pr.js",
"src/resources/library/dayjs/locale/es-us.js",
"src/resources/library/dayjs/locale/es.js",
"src/resources/library/dayjs/locale/et.js",
"src/resources/library/dayjs/locale/eu.js",
"src/resources/library/dayjs/locale/fa.js",
"src/resources/library/dayjs/locale/fi.js",
"src/resources/library/dayjs/locale/fo.js",
"src/resources/library/dayjs/locale/fr-ca.js",
"src/resources/library/dayjs/locale/fr-ch.js",
"src/resources/library/dayjs/locale/fr.js",
"src/resources/library/dayjs/locale/fy.js",
"src/resources/library/dayjs/locale/ga.js",
"src/resources/library/dayjs/locale/gd.js",
"src/resources/library/dayjs/locale/gl.js",
"src/resources/library/dayjs/locale/gom-latn.js",
"src/resources/library/dayjs/locale/gu.js",
"src/resources/library/dayjs/locale/he.js",
"src/resources/library/dayjs/locale/hi.js",
"src/resources/library/dayjs/locale/hr.js",
"src/resources/library/dayjs/locale/ht.js",
"src/resources/library/dayjs/locale/hu.js",
"src/resources/library/dayjs/locale/hy-am.js",
"src/resources/library/dayjs/locale/id.js",
"src/resources/library/dayjs/locale/is.js",
"src/resources/library/dayjs/locale/it-ch.js",
"src/resources/library/dayjs/locale/it.js",
"src/resources/library/dayjs/locale/ja.js",
"src/resources/library/dayjs/locale/jv.js",
"src/resources/library/dayjs/locale/ka.js",
"src/resources/library/dayjs/locale/kk.js",
"src/resources/library/dayjs/locale/km.js",
"src/resources/library/dayjs/locale/kn.js",
"src/resources/library/dayjs/locale/ko.js",
"src/resources/library/dayjs/locale/ku.js",
"src/resources/library/dayjs/locale/ky.js",
"src/resources/library/dayjs/locale/lb.js",
"src/resources/library/dayjs/locale/lo.js",
"src/resources/library/dayjs/locale/lt.js",
"src/resources/library/dayjs/locale/lv.js",
"src/resources/library/dayjs/locale/me.js",
"src/resources/library/dayjs/locale/mi.js",
"src/resources/library/dayjs/locale/mk.js",
"src/resources/library/dayjs/locale/ml.js",
"src/resources/library/dayjs/locale/mn.js",
"src/resources/library/dayjs/locale/mr.js",
"src/resources/library/dayjs/locale/ms-my.js",
"src/resources/library/dayjs/locale/ms.js",
"src/resources/library/dayjs/locale/mt.js",
"src/resources/library/dayjs/locale/my.js",
"src/resources/library/dayjs/locale/nb.js",
"src/resources/library/dayjs/locale/ne.js",
"src/resources/library/dayjs/locale/nl-be.js",
"src/resources/library/dayjs/locale/nl.js",
"src/resources/library/dayjs/locale/nn.js",
"src/resources/library/dayjs/locale/oc-lnc.js",
"src/resources/library/dayjs/locale/pa-in.js",
"src/resources/library/dayjs/locale/pl.js",
"src/resources/library/dayjs/locale/pt-br.js",
"src/resources/library/dayjs/locale/pt.js",
"src/resources/library/dayjs/locale/rn.js",
"src/resources/library/dayjs/locale/ro.js",
"src/resources/library/dayjs/locale/ru.js",
"src/resources/library/dayjs/locale/rw.js",
"src/resources/library/dayjs/locale/sd.js",
"src/resources/library/dayjs/locale/se.js",
"src/resources/library/dayjs/locale/si.js",
"src/resources/library/dayjs/locale/sk.js",
"src/resources/library/dayjs/locale/sl.js",
"src/resources/library/dayjs/locale/sq.js",
"src/resources/library/dayjs/locale/sr-cyrl.js",
"src/resources/library/dayjs/locale/sr.js",
"src/resources/library/dayjs/locale/ss.js",
"src/resources/library/dayjs/locale/sv-fi.js",
"src/resources/library/dayjs/locale/sv.js",
"src/resources/library/dayjs/locale/sw.js",
"src/resources/library/dayjs/locale/ta.js",
"src/resources/library/dayjs/locale/te.js",
"src/resources/library/dayjs/locale/tet.js",
"src/resources/library/dayjs/locale/tg.js",
"src/resources/library/dayjs/locale/th.js",
"src/resources/library/dayjs/locale/tk.js",
"src/resources/library/dayjs/locale/tl-ph.js",
"src/resources/library/dayjs/locale/tlh.js",
"src/resources/library/dayjs/locale/tr.js",
"src/resources/library/dayjs/locale/tzl.js",
"src/resources/library/dayjs/locale/tzm-latn.js",
"src/resources/library/dayjs/locale/tzm.js",
"src/resources/library/dayjs/locale/ug-cn.js",
"src/resources/library/dayjs/locale/uk.js",
"src/resources/library/dayjs/locale/ur.js",
"src/resources/library/dayjs/locale/uz-latn.js",
"src/resources/library/dayjs/locale/uz.js",
"src/resources/library/dayjs/locale/vi.js",
"src/resources/library/dayjs/locale/x-pseudo.js",
"src/resources/library/dayjs/locale/yo.js",
"src/resources/library/dayjs/locale/zh-cn.js",
"src/resources/library/dayjs/locale/zh-hk.js",
"src/resources/library/dayjs/locale/zh-tw.js",
"src/resources/library/dayjs/locale/zh.js",
"src/resources/library/dayjs/plugins/advanced.js",
"src/resources/library/dayjs/plugins/constant.js",
"src/resources/library/dayjs/plugins/isoweek.js",
"src/resources/library/dayjs/plugins/timezone.js",
"src/resources/library/dayjs/plugins/utc.js",
"src/resources/library/dayjs/plugins/weekofyear.js",
"src/resources/library/dayjs/plugins/weekyear.js",
"src/resources/formats/html/anchor/anchor.min.js",
"src/resources/formats/html/bootstrap/dist/bootstrap.min.js",
"src/resources/formats/html/clipboard/clipboard.min.js",
"src/resources/formats/html/fuse/fuse.min.js",
"src/resources/formats/html/mermaid/mermaid-init.js",
"src/resources/formats/html/mermaid/mermaid-postprocess-shim.js",
"src/resources/formats/html/mermaid/mermaid.js",
"src/resources/formats/html/mermaid/mermaid.min.js",
"src/resources/formats/html/ojs/quarto-ojs-runtime.js",
"src/resources/formats/html/ojs/quarto-ojs-runtime.min.js",
"src/resources/formats/html/popper/popper.min.js",
"src/resources/formats/html/quarto.js",
"src/resources/formats/html/tabby/js/tabby.js",
"src/resources/formats/html/tippy/tippy.umd.min.js",
"src/resources/formats/html/zenscroll/zenscroll-min.js",
"src/resources/formats/pdf/pdfjs/build/pdf.js",
"src/resources/formats/pdf/pdfjs/build/pdf.sandbox.js",
"src/resources/formats/pdf/pdfjs/build/pdf.worker.js",
"src/resources/formats/pdf/pdfjs/web/debugger.js",
"src/resources/formats/pdf/pdfjs/web/viewer.js",
"src/resources/formats/revealjs/plugins/chalkboard/plugin.js",
"src/resources/formats/revealjs/plugins/line-highlight/line-highlight.js",
"src/resources/formats/revealjs/plugins/menu/menu.js",
"src/resources/formats/revealjs/plugins/menu/quarto-menu.js",
"src/resources/formats/revealjs/plugins/multiplex/multiplex.js",
"src/resources/formats/revealjs/plugins/multiplex/socket.io.js",
"src/resources/formats/revealjs/plugins/pdfexport/pdfexport.js",
"src/resources/formats/revealjs/plugins/support/support.js",
"src/resources/formats/revealjs/plugins/tone/tone.js",
"src/resources/formats/revealjs/reveal/dist/reveal.esm.js",
"src/resources/formats/revealjs/reveal/dist/reveal.js",
"src/resources/formats/revealjs/reveal/plugin/highlight/highlight.esm.js",
"src/resources/formats/revealjs/reveal/plugin/highlight/highlight.js",
"src/resources/formats/revealjs/reveal/plugin/highlight/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/markdown/markdown.esm.js",
"src/resources/formats/revealjs/reveal/plugin/markdown/markdown.js",
"src/resources/formats/revealjs/reveal/plugin/markdown/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/math/katex.js",
"src/resources/formats/revealjs/reveal/plugin/math/math.esm.js",
"src/resources/formats/revealjs/reveal/plugin/math/math.js",
"src/resources/formats/revealjs/reveal/plugin/math/mathjax2.js",
"src/resources/formats/revealjs/reveal/plugin/math/mathjax3.js",
"src/resources/formats/revealjs/reveal/plugin/math/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/notes/notes.esm.js",
"src/resources/formats/revealjs/reveal/plugin/notes/notes.js",
"src/resources/formats/revealjs/reveal/plugin/notes/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/search/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/search/search.esm.js",
"src/resources/formats/revealjs/reveal/plugin/search/search.js",
"src/resources/formats/revealjs/reveal/plugin/zoom/plugin.js",
"src/resources/formats/revealjs/reveal/plugin/zoom/zoom.esm.js",
"src/resources/formats/revealjs/reveal/plugin/zoom/zoom.js",
"src/resources/formats/revealjs/tone/tone.js",
"src/resources/projects/website/cookie-consent/cookie-consent.js",
"src/resources/projects/website/listing/list.min.js",
"src/resources/projects/website/listing/quarto-listing.js",
"src/resources/projects/website/navigation/headroom.min.js",
"src/resources/projects/website/navigation/quarto-nav.js",
"src/resources/projects/website/search/autocomplete-preset-algolia.umd.js",
"src/resources/projects/website/search/autocomplete.min.js",
"src/resources/projects/website/search/autocomplete.umd.js",
"src/resources/projects/website/search/fuse.min.js",
"src/resources/projects/website/search/quarto-search.js"
]
}
}