File tree
Expand file treeCollapse file tree
10 files changed
+164
-36
lines changedFilter options
- src/Symfony/Component/AssetMapper
- Compiler
- ImportMap
- Tests
- Compiler
- ImportMap
- fixtures/importmaps/assets
Expand file treeCollapse file tree
10 files changed
+164
-36
lines changedsrc/Symfony/Component/AssetMapper/AssetDependency.php
Copy file name to clipboard+28Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
| 24 | + |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| ||
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
49 | 52 |
|
50 | 53 |
|
51 | 54 |
|
|
src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
374 | 375 |
|
375 | 376 |
|
376 | 377 |
|
377 |
| - |
378 |
| - |
| 378 | + |
| 379 | + |
| 380 | + |
| 381 | + |
| 382 | + |
| 383 | + |
379 | 384 |
|
380 | 385 |
|
381 | 386 |
|
|
src/Symfony/Component/AssetMapper/MappedAsset.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/MappedAsset.php+11-4Lines changed: 11 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
14 | 19 |
|
15 | 20 |
|
16 | 21 |
|
| ||
20 | 25 |
|
21 | 26 |
|
22 | 27 |
|
23 |
| - |
| 28 | + |
24 | 29 |
|
25 | 30 |
|
26 | 31 |
|
| ||
90 | 95 |
|
91 | 96 |
|
92 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
93 | 101 |
|
94 | 102 |
|
95 | 103 |
|
| ||
141 | 149 |
|
142 | 150 |
|
143 | 151 |
|
144 |
| - |
| 152 | + |
145 | 153 |
|
146 |
| - |
| 154 | + |
147 | 155 |
|
148 | 156 |
|
149 | 157 |
|
150 | 158 |
|
151 |
| - |
152 | 159 |
|
153 | 160 |
|
154 | 161 |
|
|
src/Symfony/Component/AssetMapper/Tests/Compiler/CssAssetUrlCompilerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/Compiler/CssAssetUrlCompilerTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
49 |
| - |
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
|
src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php+95-21Lines changed: 95 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
46 |
| - |
47 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
48 | 52 |
|
49 | 53 |
|
50 | 54 |
|
51 | 55 |
|
52 |
| - |
| 56 | + |
53 | 57 |
|
54 | 58 |
|
55 | 59 |
|
56 |
| - |
| 60 | + |
57 | 61 |
|
58 | 62 |
|
59 |
| - |
| 63 | + |
60 | 64 |
|
61 | 65 |
|
62 | 66 |
|
| ||
68 | 72 |
|
69 | 73 |
|
70 | 74 |
|
71 |
| - |
| 75 | + |
72 | 76 |
|
73 | 77 |
|
74 |
| - |
| 78 | + |
75 | 79 |
|
76 | 80 |
|
77 | 81 |
|
78 |
| - |
| 82 | + |
79 | 83 |
|
80 | 84 |
|
81 |
| - |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
82 | 93 |
|
83 | 94 |
|
84 | 95 |
|
85 |
| - |
| 96 | + |
86 | 97 |
|
87 | 98 |
|
88 |
| - |
| 99 | + |
89 | 100 |
|
90 | 101 |
|
91 | 102 |
|
92 |
| - |
| 103 | + |
93 | 104 |
|
94 | 105 |
|
95 |
| - |
| 106 | + |
96 | 107 |
|
97 | 108 |
|
98 | 109 |
|
99 | 110 |
|
100 | 111 |
|
101 | 112 |
|
102 |
| - |
| 113 | + |
103 | 114 |
|
104 | 115 |
|
105 | 116 |
|
106 |
| - |
| 117 | + |
107 | 118 |
|
108 | 119 |
|
109 |
| - |
| 120 | + |
110 | 121 |
|
111 | 122 |
|
112 | 123 |
|
113 |
| - |
| 124 | + |
114 | 125 |
|
115 | 126 |
|
116 |
| - |
| 127 | + |
117 | 128 |
|
118 | 129 |
|
119 | 130 |
|
120 |
| - |
| 131 | + |
121 | 132 |
|
122 | 133 |
|
123 |
| - |
| 134 | + |
124 | 135 |
|
125 | 136 |
|
126 | 137 |
|
127 |
| - |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
128 | 202 |
|
129 | 203 |
|
130 | 204 |
|
src/Symfony/Component/AssetMapper/Tests/Compiler/SourceMappingUrlsCompilerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/Compiler/SourceMappingUrlsCompilerTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
49 |
| - |
| 50 | + |
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
|
src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
| ||
42 | 41 |
|
43 | 42 |
|
44 | 43 |
|
45 |
| - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
46 | 48 |
|
47 | 49 |
|
48 | 50 |
|
| ||
55 | 57 |
|
56 | 58 |
|
57 | 59 |
|
58 |
| - |
| 60 | + |
59 | 61 |
|
60 | 62 |
|
| 63 | + |
61 | 64 |
|
62 | 65 |
|
63 | 66 |
|
|
src/Symfony/Component/AssetMapper/Tests/fixtures/importmaps/assets/app.js
Copy file name to clipboard+7-2Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
src/Symfony/Component/AssetMapper/Tests/fixtures/importmaps/assets/imported_async.js
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
0 commit comments