Commit 43a2a7d
fix(@angular/build): avoid escaping rebased Sass URL values
Remove escaping of the raw existing values present within a URL
when rebasing Sass files. These values are present in input code
and should retain their respective errors and behavior as written.
The escaping of the prefixed path is retained to prevent parsing errors
for the internally injected values.
(cherry picked from commit 721d50b)1 parent 346df49 commit 43a2a7d
File tree
2 files changed
+33
-28
lines changed- packages/angular/build/src
- builders/application/tests/behavior
- tools/sass
2 files changed
+33
-28
lines changedLines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
298 | 328 | | |
299 | 329 | | |
300 | 330 | | |
| |||
Lines changed: 3 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 27 | | |
50 | 28 | | |
51 | 29 | | |
| |||
100 | 78 | | |
101 | 79 | | |
102 | 80 | | |
103 | | - | |
104 | | - | |
| 81 | + | |
105 | 82 | | |
106 | 83 | | |
107 | 84 | | |
108 | | - | |
109 | | - | |
110 | | - | |
| 85 | + | |
111 | 86 | | |
112 | 87 | | |
113 | 88 | | |
114 | | - | |
| 89 | + | |
115 | 90 | | |
116 | 91 | | |
117 | 92 | | |
| |||
0 commit comments