|
1160 | 1160 | }, |
1161 | 1161 | { |
1162 | 1162 | "label": "Debouncer Examples", |
1163 | | - "children": [ |
| 1163 | + "children": [], |
| 1164 | + "frameworks": [ |
1164 | 1165 | { |
1165 | | - "label": "liteDebounce", |
1166 | | - "to": "framework/vanilla/examples/liteDebounce" |
| 1166 | + "label": "vanilla", |
| 1167 | + "children": [ |
| 1168 | + { |
| 1169 | + "label": "liteDebounce", |
| 1170 | + "to": "framework/vanilla/examples/liteDebounce" |
| 1171 | + }, |
| 1172 | + { |
| 1173 | + "label": "LiteDebouncer", |
| 1174 | + "to": "framework/vanilla/examples/LiteDebouncer" |
| 1175 | + } |
| 1176 | + ] |
1167 | 1177 | }, |
1168 | | - { |
1169 | | - "label": "LiteDebouncer", |
1170 | | - "to": "framework/vanilla/examples/LiteDebouncer" |
1171 | | - } |
1172 | | - ], |
1173 | | - "frameworks": [ |
1174 | 1178 | { |
1175 | 1179 | "label": "react", |
1176 | 1180 | "children": [ |
|
1315 | 1319 | }, |
1316 | 1320 | { |
1317 | 1321 | "label": "Throttler Examples", |
1318 | | - "children": [ |
| 1322 | + "children": [], |
| 1323 | + "frameworks": [ |
1319 | 1324 | { |
1320 | | - "label": "liteThrottle", |
1321 | | - "to": "framework/vanilla/examples/liteThrottle" |
| 1325 | + "label": "vanilla", |
| 1326 | + "children": [ |
| 1327 | + { |
| 1328 | + "label": "liteThrottle", |
| 1329 | + "to": "framework/vanilla/examples/liteThrottle" |
| 1330 | + }, |
| 1331 | + { |
| 1332 | + "label": "LiteThrottler", |
| 1333 | + "to": "framework/vanilla/examples/LiteThrottler" |
| 1334 | + } |
| 1335 | + ] |
1322 | 1336 | }, |
1323 | | - { |
1324 | | - "label": "LiteThrottler", |
1325 | | - "to": "framework/vanilla/examples/LiteThrottler" |
1326 | | - } |
1327 | | - ], |
1328 | | - "frameworks": [ |
1329 | 1337 | { |
1330 | 1338 | "label": "react", |
1331 | 1339 | "children": [ |
|
1466 | 1474 | }, |
1467 | 1475 | { |
1468 | 1476 | "label": "Rate Limiter Examples", |
1469 | | - "children": [ |
| 1477 | + "children": [], |
| 1478 | + "frameworks": [ |
1470 | 1479 | { |
1471 | | - "label": "liteRateLimit", |
1472 | | - "to": "framework/vanilla/examples/liteRateLimit" |
| 1480 | + "label": "vanilla", |
| 1481 | + "children": [ |
| 1482 | + { |
| 1483 | + "label": "liteRateLimit", |
| 1484 | + "to": "framework/vanilla/examples/liteRateLimit" |
| 1485 | + }, |
| 1486 | + { |
| 1487 | + "label": "LiteRateLimiter", |
| 1488 | + "to": "framework/vanilla/examples/LiteRateLimiter" |
| 1489 | + } |
| 1490 | + ] |
1473 | 1491 | }, |
1474 | | - { |
1475 | | - "label": "LiteRateLimiter", |
1476 | | - "to": "framework/vanilla/examples/LiteRateLimiter" |
1477 | | - } |
1478 | | - ], |
1479 | | - "frameworks": [ |
1480 | 1492 | { |
1481 | 1493 | "label": "react", |
1482 | 1494 | "children": [ |
|
1637 | 1649 | }, |
1638 | 1650 | { |
1639 | 1651 | "label": "Queue Examples", |
1640 | | - "children": [ |
| 1652 | + "children": [], |
| 1653 | + "frameworks": [ |
1641 | 1654 | { |
1642 | | - "label": "liteQueue", |
1643 | | - "to": "framework/vanilla/examples/liteQueue" |
| 1655 | + "label": "vanilla", |
| 1656 | + "children": [ |
| 1657 | + { |
| 1658 | + "label": "liteQueue", |
| 1659 | + "to": "framework/vanilla/examples/liteQueue" |
| 1660 | + }, |
| 1661 | + { |
| 1662 | + "label": "LiteQueuer", |
| 1663 | + "to": "framework/vanilla/examples/LiteQueuer" |
| 1664 | + } |
| 1665 | + ] |
1644 | 1666 | }, |
1645 | | - { |
1646 | | - "label": "LiteQueuer", |
1647 | | - "to": "framework/vanilla/examples/LiteQueuer" |
1648 | | - } |
1649 | | - ], |
1650 | | - "frameworks": [ |
1651 | 1667 | { |
1652 | 1668 | "label": "react", |
1653 | 1669 | "children": [ |
|
1772 | 1788 | }, |
1773 | 1789 | { |
1774 | 1790 | "label": "Batcher Examples", |
1775 | | - "children": [ |
| 1791 | + "children": [], |
| 1792 | + "frameworks": [ |
1776 | 1793 | { |
1777 | | - "label": "liteBatch", |
1778 | | - "to": "framework/vanilla/examples/liteBatch" |
| 1794 | + "label": "vanilla", |
| 1795 | + "children": [ |
| 1796 | + { |
| 1797 | + "label": "liteBatch", |
| 1798 | + "to": "framework/vanilla/examples/liteBatch" |
| 1799 | + }, |
| 1800 | + { |
| 1801 | + "label": "LiteBatcher", |
| 1802 | + "to": "framework/vanilla/examples/LiteBatcher" |
| 1803 | + } |
| 1804 | + ] |
1779 | 1805 | }, |
1780 | | - { |
1781 | | - "label": "LiteBatcher", |
1782 | | - "to": "framework/vanilla/examples/LiteBatcher" |
1783 | | - } |
1784 | | - ], |
1785 | | - "frameworks": [ |
1786 | 1806 | { |
1787 | 1807 | "label": "react", |
1788 | 1808 | "children": [ |
|
0 commit comments