Commit c167ab3
authored
Set
This was causing library maps in DDC's library loader to have both `/` and `\`, invalidating lookups on Windows. We could multiplex between platforms, but sticking to `/` is easier.
Related: dart-lang/sdk#62824isWindows to false by default in DDC's bootstrapper for DDC-compiled apps (#4383)1 parent 402553f commit c167ab3
File tree
5 files changed
+8
-7
lines changed- build_runner/test/integration_tests
- build_web_compilers
- lib/src
- test
5 files changed
+8
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
170 | 169 | | |
171 | 170 | | |
172 | 171 | | |
173 | | - | |
174 | 172 | | |
175 | 173 | | |
176 | 174 | | |
| |||
689 | 687 | | |
690 | 688 | | |
691 | 689 | | |
692 | | - | |
693 | 690 | | |
694 | 691 | | |
695 | 692 | | |
| |||
753 | 750 | | |
754 | 751 | | |
755 | 752 | | |
756 | | - | |
757 | | - | |
| 753 | + | |
| 754 | + | |
758 | 755 | | |
759 | 756 | | |
760 | 757 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments