Commit 93bbb94
Fix
* Initial plan
* fix parser short-circuit for chained literal OR fallbacks
Co-authored-by: aarne <82001+aarne@users.noreply.github.com>
* test and parser update for chained literal OR fallback order
Co-authored-by: aarne <82001+aarne@users.noreply.github.com>
* test mixed || ?? chain semantics and add release changeset
Co-authored-by: aarne <82001+aarne@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aarne <82001+aarne@users.noreply.github.com>?. + chained || literal fallback parsing to preserve left-to-right short-circuit semantics (#94)1 parent 3599bd1 commit 93bbb94
File tree
3 files changed
+55
-0
lines changed- .changeset
- packages
- bridge-parser/src/parser
- bridge/test
3 files changed
+55
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5237 | 5237 | | |
5238 | 5238 | | |
5239 | 5239 | | |
| 5240 | + | |
5240 | 5241 | | |
| 5242 | + | |
5241 | 5243 | | |
5242 | 5244 | | |
5243 | 5245 | | |
| 5246 | + | |
5244 | 5247 | | |
| 5248 | + | |
5245 | 5249 | | |
5246 | 5250 | | |
| 5251 | + | |
5247 | 5252 | | |
5248 | 5253 | | |
5249 | 5254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
652 | 696 | | |
653 | 697 | | |
654 | 698 | | |
| |||
0 commit comments