Commit 7fe6b3b
File tree
Expand file treeCollapse file tree
10 files changed
+74
-5
lines changedFilter options
- edge-runtime/lib
- tests
- e2e
- fixtures
- middleware-og
- middleware-static-asset-matcher
- app
- public/hello
- utils
Expand file treeCollapse file tree
10 files changed
+74
-5
lines changededge-runtime/lib/routing.ts
Copy file name to clipboardExpand all lines: edge-runtime/lib/routing.ts+12-2Lines changed: 12 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
424 | 424 |
|
425 | 425 |
|
426 | 426 |
|
| 427 | + |
| 428 | + |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
427 | 435 |
|
428 | 436 |
|
429 |
| - |
| 437 | + |
430 | 438 |
|
431 | 439 |
|
432 | 440 |
|
| 441 | + |
| 442 | + |
433 | 443 |
|
434 |
| - |
| 444 | + |
435 | 445 |
|
436 | 446 |
|
437 | 447 |
|
|
tests/e2e/edge-middleware.test.ts
Copy file name to clipboardExpand all lines: tests/e2e/edge-middleware.test.ts+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
233 | 233 |
|
234 | 234 |
|
235 | 235 |
|
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
236 | 245 |
|
237 | 246 |
|
238 | 247 |
|
|
tests/fixtures/middleware-og/package.json
Copy file name to clipboardExpand all lines: tests/fixtures/middleware-og/package.json-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
13 | 11 |
|
14 | 12 |
|
15 | 13 |
|
|
tests/fixtures/middleware-static-asset-matcher/app/layout.js
Copy file name to clipboard+12Lines changed: 12 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 | + |
tests/fixtures/middleware-static-asset-matcher/app/page.js
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
tests/fixtures/middleware-static-asset-matcher/middleware.ts
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
tests/fixtures/middleware-static-asset-matcher/next.config.js
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
tests/fixtures/middleware-static-asset-matcher/package.json
Copy file name to clipboard+15Lines changed: 15 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 | + |
tests/fixtures/middleware-static-asset-matcher/public/hello/world.txt
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
tests/utils/create-e2e-fixture.ts
Copy file name to clipboardExpand all lines: tests/utils/create-e2e-fixture.ts+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
333 | 333 |
|
334 | 334 |
|
335 | 335 |
|
336 |
| - |
337 | 336 |
|
338 | 337 |
|
339 | 338 |
|
| 339 | + |
| 340 | + |
340 | 341 |
|
341 | 342 |
|
342 | 343 |
|
|
0 commit comments