Commit b57f8ba
[AssetMapper] Add an importmap_entries option to stop exposing the other entrypoints
1 parent 93fcc92 commit b57f8baCopy full SHA for b57f8ba
14 files changed
+296-12Lines changed: 296 additions & 12 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony
- Bundle/FrameworkBundle
- DependencyInjection
- Tests
- DependencyInjection
- Functional/app/config
- Component/AssetMapper
- Command
- ImportMap
- Tests
- Command
- Fixtures
- ImportMap
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | 9 | |
9 | 10 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1110 | 1110 | |
1111 | 1111 | |
1112 | 1112 | |
| 1113 | + |
| 1114 | + |
| 1115 | + |
| 1116 | + |
| 1117 | + |
1113 | 1118 | |
1114 | 1119 | |
1115 | 1120 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1530 | 1530 | |
1531 | 1531 | |
1532 | 1532 | |
| 1533 | + |
1533 | 1534 | |
1534 | 1535 | |
1535 | 1536 | |
|
Collapse file
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 |
|---|---|---|
| ||
349 | 349 | |
350 | 350 | |
351 | 351 | |
| 352 | + |
352 | 353 | |
353 | 354 | |
354 | 355 | |
| ||
1218 | 1219 | |
1219 | 1220 | |
1220 | 1221 | |
| 1222 | + |
1221 | 1223 | |
1222 | 1224 | |
1223 | 1225 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php+22Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3538 | 3538 | |
3539 | 3539 | |
3540 | 3540 | |
| 3541 | + |
| 3542 | + |
| 3543 | + |
| 3544 | + |
| 3545 | + |
| 3546 | + |
| 3547 | + |
| 3548 | + |
| 3549 | + |
| 3550 | + |
| 3551 | + |
| 3552 | + |
| 3553 | + |
| 3554 | + |
| 3555 | + |
| 3556 | + |
| 3557 | + |
| 3558 | + |
| 3559 | + |
| 3560 | + |
| 3561 | + |
| 3562 | + |
3541 | 3563 | |
3542 | 3564 | |
3543 | 3565 | |
|
Collapse file
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/schema.json
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/config/schema.json+16Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1393 | 1393 | |
1394 | 1394 | |
1395 | 1395 | |
| 1396 | + |
| 1397 | + |
| 1398 | + |
| 1399 | + |
| 1400 | + |
| 1401 | + |
| 1402 | + |
| 1403 | + |
| 1404 | + |
| 1405 | + |
| 1406 | + |
| 1407 | + |
| 1408 | + |
| 1409 | + |
| 1410 | + |
1396 | 1411 | |
1397 | 1412 | |
1398 | 1413 | |
| ||
1532 | 1547 | |
1533 | 1548 | |
1534 | 1549 | |
| 1550 | + |
1535 | 1551 | |
1536 | 1552 | |
1537 | 1553 | |
|
Collapse file
src/Symfony/Component/AssetMapper/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/CHANGELOG.md+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | 9 | |
9 | 10 | |
|
Collapse file
src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
68 | 68 | |
69 | 69 | |
70 | 70 | |
| 71 | + |
| 72 | + |
71 | 73 | |
72 | 74 | |
73 | 75 | |
74 | 76 | |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
75 | 84 | |
76 | 85 | |
77 | 86 | |
| ||
83 | 92 | |
84 | 93 | |
85 | 94 | |
| 95 | + |
| 96 | + |
| 97 | + |
86 | 98 | |
87 | 99 | |
88 | 100 | |
|
Collapse file
src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php+57-5Lines changed: 57 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
26 | 30 | |
27 | 31 | |
28 | 32 | |
| 33 | + |
| 34 | + |
| 35 | + |
29 | 36 | |
30 | 37 | |
31 | 38 | |
32 | 39 | |
33 | 40 | |
| 41 | + |
34 | 42 | |
35 | 43 | |
36 | 44 | |
37 | 45 | |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
38 | 58 | |
39 | 59 | |
40 | 60 | |
| ||
60 | 80 | |
61 | 81 | |
62 | 82 | |
63 | | - |
| 83 | + |
64 | 84 | |
65 | 85 | |
66 | 86 | |
| ||
83 | 103 | |
84 | 104 | |
85 | 105 | |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
86 | 117 | |
87 | 118 | |
88 | 119 | |
| ||
135 | 166 | |
136 | 167 | |
137 | 168 | |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
138 | 190 | |
139 | 191 | |
140 | 192 | |
| ||
153 | 205 | |
154 | 206 | |
155 | 207 | |
156 | | - |
| 208 | + |
157 | 209 | |
158 | 210 | |
159 | 211 | |
| ||
234 | 286 | |
235 | 287 | |
236 | 288 | |
237 | | - |
| 289 | + |
238 | 290 | |
239 | 291 | |
240 | 292 | |
241 | | - |
| 293 | + |
242 | 294 | |
243 | 295 | |
244 | 296 | |
245 | 297 | |
246 | 298 | |
247 | 299 | |
248 | | - |
| 300 | + |
249 | 301 | |
250 | 302 | |
251 | 303 | |
|
Collapse file
src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
51 | | - |
| 51 | + |
52 | 52 | |
53 | 53 | |
54 | 54 | |
|
0 commit comments