File tree
Expand file treeCollapse file tree
24 files changed
+388
-201
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Resources/config
- schema
- Tests/DependencyInjection
- Fixtures/xml
- Component/AssetMapper
- Command
- Compiler
- ImportMap
- Tests
- Compiler
- ImportMap
- fixtures
- dir2/subdir
- importmaps/assets
Expand file treeCollapse file tree
24 files changed
+388
-201
lines changedsrc/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
864 | 864 |
|
865 | 865 |
|
866 | 866 |
|
| 867 | + |
| 868 | + |
| 869 | + |
| 870 | + |
867 | 871 |
|
868 | 872 |
|
869 | 873 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1273 | 1273 |
|
1274 | 1274 |
|
1275 | 1275 |
|
| 1276 | + |
| 1277 | + |
| 1278 | + |
| 1279 | + |
| 1280 | + |
| 1281 | + |
1276 | 1282 |
|
1277 | 1283 |
|
1278 | 1284 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/asset_mapper.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/asset_mapper.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| 79 | + |
| 80 | + |
| 81 | + |
79 | 82 |
|
80 | 83 |
|
81 | 84 |
|
82 | 85 |
|
83 | 86 |
|
84 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
85 | 91 |
|
86 | 92 |
|
87 | 93 |
|
|
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
| 195 | + |
195 | 196 |
|
196 |
| - |
197 |
| - |
198 |
| - |
| 197 | + |
| 198 | + |
| 199 | + |
199 | 200 |
|
200 | 201 |
|
201 | 202 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
| 109 | + |
109 | 110 |
|
110 | 111 |
|
111 | 112 |
|
| ||
616 | 617 |
|
617 | 618 |
|
618 | 619 |
|
| 620 | + |
619 | 621 |
|
620 | 622 |
|
621 | 623 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/asset_mapper.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/asset_mapper.xml+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 |
| - |
17 |
| - |
18 |
| - |
| 17 | + |
| 18 | + |
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
|
src/Symfony/Component/AssetMapper/AssetMapper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/AssetMapper.php+69-20Lines changed: 69 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
44 | 93 |
|
45 | 94 |
|
46 | 95 |
|
| ||
203 | 252 |
|
204 | 253 |
|
205 | 254 |
|
206 |
| - |
| 255 | + |
207 | 256 |
|
208 | 257 |
|
209 | 258 |
|
|
src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
52 |
| - |
| 52 | + |
53 | 53 |
|
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
58 |
| - |
| 57 | + |
| 58 | + |
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
|
src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
82 |
| - |
| 81 | + |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
88 |
| - |
89 |
| - |
| 88 | + |
| 89 | + |
90 | 90 |
|
91 | 91 |
|
92 | 92 |
|
|
src/Symfony/Component/AssetMapper/Command/ImportMapRequireCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Command/ImportMapRequireCommand.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
84 | 84 |
|
85 | 85 |
|
86 | 86 |
|
87 |
| - |
| 87 | + |
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
|
src/Symfony/Component/AssetMapper/Compiler/CssAssetUrlCompiler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Compiler/CssAssetUrlCompiler.php+13-5Lines changed: 13 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 | 14 |
|
16 | 15 |
|
17 | 16 |
|
| ||
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
29 |
| - |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
30 | 34 |
|
31 | 35 |
|
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
35 | 39 |
|
36 | 40 |
|
37 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
38 | 46 |
|
39 | 47 |
|
40 | 48 |
|
41 | 49 |
|
42 | 50 |
|
43 | 51 |
|
44 |
| - |
| 52 | + |
45 | 53 |
|
46 | 54 |
|
47 | 55 |
|
48 | 56 |
|
49 | 57 |
|
50 |
| - |
| 58 | + |
51 | 59 |
|
52 | 60 |
|
src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php+19-25Lines changed: 19 additions & 25 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
35 | 39 |
|
36 | 40 |
|
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
| 41 | + |
42 | 42 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 43 | + |
| 44 | + |
48 | 45 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
| 46 | + |
| 47 | + |
| 48 | + |
53 | 49 |
|
54 |
| - |
| 50 | + |
| 51 | + |
55 | 52 |
|
56 |
| - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
57 | 57 |
|
58 |
| - |
59 |
| - |
60 |
| - |
| 58 | + |
61 | 59 |
|
62 | 60 |
|
63 |
| - |
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
| 61 | + |
68 | 62 |
|
69 | 63 |
|
70 | 64 |
|
71 | 65 |
|
72 | 66 |
|
73 |
| - |
| 67 | + |
74 | 68 |
|
75 | 69 |
|
src/Symfony/Component/AssetMapper/Compiler/SourceMappingUrlsCompiler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Compiler/SourceMappingUrlsCompiler.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
292 | 292 |
|
293 | 293 |
|
294 | 294 |
|
295 |
| - |
296 |
| - |
| 295 | + |
| 296 | + |
297 | 297 |
|
298 | 298 |
|
299 | 299 |
|
| ||
370 | 370 |
|
371 | 371 |
|
372 | 372 |
|
373 |
| - |
| 373 | + |
374 | 374 |
|
375 | 375 |
|
376 | 376 |
|
|
0 commit comments