Commit 817306a
Revert "[frontend_server] Soft-deprecate moduleName for compileExpressionToJS"
This reverts commit 294a50f.
Reason for revert: This breaks `frontend_server_circular_evaluate_test` in DWDS.
Original change's description:
> [frontend_server] Soft-deprecate moduleName for compileExpressionToJS
>
> #58265
>
> The DDC library bundle format does not give names to modules.
> Therefore the frontend server should try and find the compiler
> associated with the library and not the module to be consistent.
> This then means that moduleName becomes entirely unused, and
> therefore we can soft-deprecate it.
>
> Change-Id: I241c63a346d046405599384409a373ab12be2654
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/396102
> Commit-Queue: Srujan Gaddam <[email protected]>
> Reviewed-by: Johnni Winther <[email protected]>
Change-Id: I74b096f7ebc322c9d4428d236ab226ef1adcb6b9
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/396567
Reviewed-by: Nicholas Shahan <[email protected]>
Reviewed-by: Johnni Winther <[email protected]>
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Srujan Gaddam <[email protected]>1 parent 527d982 commit 817306a
File tree
4 files changed
+57
-26
lines changed- pkg/frontend_server
- lib
- src
- test
- src
4 files changed
+57
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| 371 | + | |
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
| |||
382 | 383 | | |
383 | 384 | | |
384 | 385 | | |
| 386 | + | |
385 | 387 | | |
386 | 388 | | |
387 | 389 | | |
| |||
1105 | 1107 | | |
1106 | 1108 | | |
1107 | 1109 | | |
1108 | | - | |
| 1110 | + | |
1109 | 1111 | | |
1110 | | - | |
1111 | | - | |
| 1112 | + | |
| 1113 | + | |
1112 | 1114 | | |
1113 | 1115 | | |
1114 | 1116 | | |
| |||
1119 | 1121 | | |
1120 | 1122 | | |
1121 | 1123 | | |
| 1124 | + | |
1122 | 1125 | | |
1123 | 1126 | | |
1124 | 1127 | | |
| |||
1127 | 1130 | | |
1128 | 1131 | | |
1129 | 1132 | | |
1130 | | - | |
1131 | | - | |
| 1133 | + | |
| 1134 | + | |
1132 | 1135 | | |
1133 | 1136 | | |
| 1137 | + | |
1134 | 1138 | | |
1135 | 1139 | | |
1136 | 1140 | | |
1137 | 1141 | | |
1138 | | - | |
| 1142 | + | |
1139 | 1143 | | |
1140 | | - | |
| 1144 | + | |
1141 | 1145 | | |
1142 | 1146 | | |
1143 | 1147 | | |
| |||
1366 | 1370 | | |
1367 | 1371 | | |
1368 | 1372 | | |
| 1373 | + | |
1369 | 1374 | | |
1370 | 1375 | | |
1371 | 1376 | | |
| |||
1589 | 1594 | | |
1590 | 1595 | | |
1591 | 1596 | | |
1592 | | - | |
1593 | | - | |
1594 | | - | |
| 1597 | + | |
1595 | 1598 | | |
1596 | 1599 | | |
1597 | 1600 | | |
| |||
1603 | 1606 | | |
1604 | 1607 | | |
1605 | 1608 | | |
| 1609 | + | |
1606 | 1610 | | |
1607 | 1611 | | |
1608 | 1612 | | |
| |||
1740 | 1744 | | |
1741 | 1745 | | |
1742 | 1746 | | |
| 1747 | + | |
1743 | 1748 | | |
1744 | 1749 | | |
1745 | 1750 | | |
1746 | 1751 | | |
1747 | 1752 | | |
1748 | | - | |
1749 | | - | |
1750 | | - | |
1751 | 1753 | | |
1752 | 1754 | | |
1753 | 1755 | | |
| |||
1759 | 1761 | | |
1760 | 1762 | | |
1761 | 1763 | | |
| 1764 | + | |
1762 | 1765 | | |
1763 | 1766 | | |
1764 | 1767 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
| 798 | + | |
798 | 799 | | |
799 | 800 | | |
800 | 801 | | |
| |||
834 | 835 | | |
835 | 836 | | |
836 | 837 | | |
| 838 | + | |
837 | 839 | | |
838 | 840 | | |
839 | 841 | | |
| |||
848 | 850 | | |
849 | 851 | | |
850 | 852 | | |
| 853 | + | |
851 | 854 | | |
852 | 855 | | |
853 | 856 | | |
| |||
888 | 891 | | |
889 | 892 | | |
890 | 893 | | |
| 894 | + | |
891 | 895 | | |
892 | 896 | | |
893 | 897 | | |
| |||
914 | 918 | | |
915 | 919 | | |
916 | 920 | | |
917 | | - | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
918 | 926 | | |
919 | 927 | | |
920 | 928 | | |
| |||
2810 | 2818 | | |
2811 | 2819 | | |
2812 | 2820 | | |
| 2821 | + | |
2813 | 2822 | | |
2814 | 2823 | | |
2815 | 2824 | | |
| |||
2845 | 2854 | | |
2846 | 2855 | | |
2847 | 2856 | | |
2848 | | - | |
| 2857 | + | |
| 2858 | + | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
2849 | 2862 | | |
2850 | 2863 | | |
2851 | 2864 | | |
| |||
2856 | 2869 | | |
2857 | 2870 | | |
2858 | 2871 | | |
2859 | | - | |
| 2872 | + | |
| 2873 | + | |
| 2874 | + | |
| 2875 | + | |
| 2876 | + | |
2860 | 2877 | | |
2861 | 2878 | | |
2862 | 2879 | | |
| |||
2916 | 2933 | | |
2917 | 2934 | | |
2918 | 2935 | | |
| 2936 | + | |
2919 | 2937 | | |
2920 | 2938 | | |
2921 | 2939 | | |
| |||
2961 | 2979 | | |
2962 | 2980 | | |
2963 | 2981 | | |
2964 | | - | |
| 2982 | + | |
| 2983 | + | |
2965 | 2984 | | |
2966 | 2985 | | |
2967 | 2986 | | |
| |||
3011 | 3030 | | |
3012 | 3031 | | |
3013 | 3032 | | |
| 3033 | + | |
3014 | 3034 | | |
3015 | 3035 | | |
3016 | 3036 | | |
| |||
3047 | 3067 | | |
3048 | 3068 | | |
3049 | 3069 | | |
3050 | | - | |
| 3070 | + | |
| 3071 | + | |
| 3072 | + | |
| 3073 | + | |
| 3074 | + | |
3051 | 3075 | | |
3052 | 3076 | | |
3053 | 3077 | | |
| |||
3068 | 3092 | | |
3069 | 3093 | | |
3070 | 3094 | | |
3071 | | - | |
| 3095 | + | |
| 3096 | + | |
| 3097 | + | |
| 3098 | + | |
| 3099 | + | |
3072 | 3100 | | |
3073 | 3101 | | |
3074 | 3102 | | |
| |||
3711 | 3739 | | |
3712 | 3740 | | |
3713 | 3741 | | |
| 3742 | + | |
3714 | 3743 | | |
3715 | 3744 | | |
3716 | 3745 | | |
3717 | | - | |
3718 | | - | |
3719 | | - | |
3720 | | - | |
3721 | 3746 | | |
3722 | 3747 | | |
3723 | 3748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
219 | 222 | | |
220 | 223 | | |
221 | 224 | | |
| |||
0 commit comments