Commit e4dbef1
File tree
Expand file treeCollapse file tree
8 files changed
+1452
-1481
lines changedFilter options
- common
- examples
- server
- public
- tests
Expand file treeCollapse file tree
8 files changed
+1452
-1481
lines changedcommon/json-schema-to-grammar.cpp
Copy file name to clipboardExpand all lines: common/json-schema-to-grammar.cpp+6-10Lines changed: 6 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
12 |
| - |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| ||
124 | 124 |
|
125 | 125 |
|
126 | 126 |
|
127 |
| - |
| 127 | + |
128 | 128 |
|
129 | 129 |
|
130 | 130 |
|
| ||
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
140 |
| - |
| 140 | + |
141 | 141 |
|
142 | 142 |
|
143 | 143 |
|
| ||
413 | 413 |
|
414 | 414 |
|
415 | 415 |
|
416 |
| - |
| 416 | + |
417 | 417 |
|
418 | 418 |
|
419 | 419 |
|
| ||
495 | 495 |
|
496 | 496 |
|
497 | 497 |
|
498 |
| - |
| 498 | + |
499 | 499 |
|
500 | 500 |
|
501 | 501 |
|
| ||
557 | 557 |
|
558 | 558 |
|
559 | 559 |
|
560 |
| - |
561 |
| - |
562 |
| - |
563 |
| - |
564 |
| - |
| 560 | + |
565 | 561 |
|
566 | 562 |
|
567 | 563 |
|
|
common/json-schema-to-grammar.h
Copy file name to clipboard+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
| 4 | + |
examples/json-schema-to-grammar.py
Copy file name to clipboardExpand all lines: examples/json-schema-to-grammar.py+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 |
| - |
| 64 | + |
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
| ||
308 | 308 |
|
309 | 309 |
|
310 | 310 |
|
311 |
| - |
312 |
| - |
| 311 | + |
313 | 312 |
|
314 | 313 |
|
315 | 314 |
|
| ||
428 | 427 |
|
429 | 428 |
|
430 | 429 |
|
431 |
| - |
| 430 | + |
432 | 431 |
|
433 | 432 |
|
434 | 433 |
|
|
examples/server/json-schema-to-grammar.mjs.hpp
Copy file name to clipboardExpand all lines: examples/server/json-schema-to-grammar.mjs.hpp+1,384-1,407Lines changed: 1384 additions & 1407 deletions
Large diffs are not rendered by default.
examples/server/public/json-schema-to-grammar.mjs
Copy file name to clipboardExpand all lines: examples/server/public/json-schema-to-grammar.mjs+3-9Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
| 51 | + |
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
| ||
327 | 327 |
|
328 | 328 |
|
329 | 329 |
|
330 |
| - |
331 |
| - |
332 |
| - |
333 |
| - |
| 330 | + |
334 | 331 |
|
335 | 332 |
|
336 | 333 |
|
| ||
346 | 343 |
|
347 | 344 |
|
348 | 345 |
|
349 |
| - |
350 |
| - |
351 |
| - |
352 | 346 |
|
353 | 347 |
|
354 | 348 |
|
| ||
457 | 451 |
|
458 | 452 |
|
459 | 453 |
|
460 |
| - |
| 454 | + |
461 | 455 |
|
462 | 456 |
|
463 | 457 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
tests/test-json-schema-to-grammar.cpp
Copy file name to clipboardExpand all lines: tests/test-json-schema-to-grammar.cpp+53-48Lines changed: 53 additions & 48 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
93 |
| - |
| 93 | + |
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
| ||
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
196 |
| - |
| 196 | + |
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
201 |
| - |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
202 | 205 |
|
203 | 206 |
|
204 | 207 |
|
205 |
| - |
| 208 | + |
206 | 209 |
|
207 | 210 |
|
208 |
| - |
| 211 | + |
209 | 212 |
|
210 |
| - |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
211 | 217 |
|
212 | 218 |
|
213 | 219 |
|
| ||
378 | 384 |
|
379 | 385 |
|
380 | 386 |
|
381 |
| - |
| 387 | + |
382 | 388 |
|
383 | 389 |
|
384 | 390 |
|
385 |
| - |
386 |
| - |
387 |
| - |
388 |
| - |
389 |
| - |
390 |
| - |
| 391 | + |
| 392 | + |
| 393 | + |
391 | 394 |
|
392 | 395 |
|
393 | 396 |
|
394 |
| - |
| 397 | + |
| 398 | + |
395 | 399 |
|
396 | 400 |
|
397 | 401 |
|
398 | 402 |
|
399 | 403 |
|
400 | 404 |
|
401 | 405 |
|
402 |
| - |
| 406 | + |
| 407 | + |
403 | 408 |
|
404 | 409 |
|
405 | 410 |
|
| ||
458 | 463 |
|
459 | 464 |
|
460 | 465 |
|
461 |
| - |
| 466 | + |
462 | 467 |
|
463 | 468 |
|
464 |
| - |
465 | 469 |
|
466 |
| - |
467 |
| - |
| 470 | + |
| 471 | + |
| 472 | + |
468 | 473 |
|
469 | 474 |
|
470 | 475 |
|
| ||
473 | 478 |
|
474 | 479 |
|
475 | 480 |
|
476 |
| - |
477 | 481 |
|
478 |
| - |
| 482 | + |
| 483 | + |
479 | 484 |
|
480 | 485 |
|
481 | 486 |
|
482 | 487 |
|
483 |
| - |
| 488 | + |
484 | 489 |
|
485 | 490 |
|
486 | 491 |
|
| ||
648 | 653 |
|
649 | 654 |
|
650 | 655 |
|
651 |
| - |
652 |
| - |
653 |
| - |
654 |
| - |
655 |
| - |
656 |
| - |
657 |
| - |
658 |
| - |
659 |
| - |
660 |
| - |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
661 | 666 |
|
662 | 667 |
|
663 | 668 |
|
| ||
683 | 688 |
|
684 | 689 |
|
685 | 690 |
|
686 |
| - |
| 691 | + |
687 | 692 |
|
688 | 693 |
|
689 |
| - |
| 694 | + |
690 | 695 |
|
691 | 696 |
|
692 | 697 |
|
| ||
720 | 725 |
|
721 | 726 |
|
722 | 727 |
|
723 |
| - |
| 728 | + |
724 | 729 |
|
725 | 730 |
|
726 |
| - |
| 731 | + |
727 | 732 |
|
728 | 733 |
|
729 |
| - |
| 734 | + |
730 | 735 |
|
731 | 736 |
|
732 |
| - |
| 737 | + |
733 | 738 |
|
734 | 739 |
|
735 | 740 |
|
| ||
757 | 762 |
|
758 | 763 |
|
759 | 764 |
|
760 |
| - |
761 |
| - |
762 |
| - |
763 |
| - |
764 |
| - |
765 |
| - |
766 |
| - |
767 |
| - |
768 |
| - |
| 765 | + |
| 766 | + |
| 767 | + |
| 768 | + |
| 769 | + |
| 770 | + |
| 771 | + |
| 772 | + |
| 773 | + |
769 | 774 |
|
770 | 775 |
|
771 | 776 |
|
| ||
796 | 801 |
|
797 | 802 |
|
798 | 803 |
|
799 |
| - |
| 804 | + |
800 | 805 |
|
801 | 806 |
|
802 | 807 |
|
|
0 commit comments