Commit 785c281
committed
Allow plugins to provide a list of external files.
The list of the plugin's external files and request made to
a file in the list will be routed to an instance of the plugin.1 parent a1a2006 commit 785c281Copy full SHA for 785c281
2 files changed
+54-4Lines changed: 54 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/server
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+23-4Lines changed: 23 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
112 | 112 | |
113 | 113 | |
114 | 114 | |
| 115 | + |
115 | 116 | |
116 | 117 | |
117 | 118 | |
| ||
267 | 268 | |
268 | 269 | |
269 | 270 | |
270 | | - |
271 | | - |
| 271 | + |
| 272 | + |
272 | 273 | |
273 | 274 | |
274 | 275 | |
| ||
567 | 568 | |
568 | 569 | |
569 | 570 | |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
570 | 589 | |
571 | 590 | |
572 | 591 | |
| ||
947 | 966 | |
948 | 967 | |
949 | 968 | |
950 | | - |
| 969 | + |
951 | 970 | |
952 | 971 | |
953 | 972 | |
| ||
959 | 978 | |
960 | 979 | |
961 | 980 | |
962 | | - |
| 981 | + |
963 | 982 | |
964 | 983 | |
965 | 984 | |
|
Collapse file
+31Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
192 | 192 | |
193 | 193 | |
194 | 194 | |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
195 | 226 | |
196 | 227 | |
197 | 228 | |
|
0 commit comments