Commit 820594a
authored
File tree
Expand file treeCollapse file tree
173 files changed
+2767
-11580
lines changedFilter options
- .changeset
- .github/workflows
- crates
- napi
- next-api
- src
- next-core/src
- next_app
- next_manifests
- next-custom-transforms/src
- docs
- 01-app
- 01-getting-started
- 02-guides
- 03-building-your-application
- 01-routing
- 02-data-fetching
- 05-api-reference
- 03-file-conventions
- 04-functions
- 02-pages
- 02-guides
- 03-building-your-application/03-data-fetching
- packages
- create-next-app
- eslint-config-next
- eslint-plugin-next
- font
- next
- src
- build
- swc
- client/components/react-dev-overlay/utils
- export
- server
- app-render
- next-bundle-analyzer
- next-codemod
- next-env
- next-mdx
- next-plugin-storybook
- next-polyfill-module
- next-polyfill-nomodule
- next-rspack
- next-swc
- react-refresh-utils
- third-parties
- scripts
- release
- test
- development/acceptance-app
- e2e
- app-dir
- app
- empty-fallback-shells
- use-cache
- next-font
- vary-header/test
- integration
- app-dir-export/test
- error-load-fail/test
- production/standalone-mode/required-server-files
- turbopack/crates
- turbo-esregex
- src
- turbo-tasks-backend
- src
- backend
- operation
- turbo-tasks-fetch
- tests
- turbo-tasks-fs
- examples
- turbo-tasks-macros-tests
- tests
- turbo-tasks-memory
- benches
- src
- aggregation
- task
- tests
- turbopack
- benches
- examples
- tests
- turbopack-core/src
- turbopack-ecmascript
- src
- turbopack-ecmascript-runtime/js/src
- browser/runtime/base
- nodejs
- turbopack-tests/tests/snapshot/runtime
- default_build_runtime/output
- default_dev_runtime/output
- turbopack-trace-utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
173 files changed
+2767
-11580
lines changed.changeset/giant-bushes-sink.md
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
.github/workflows/build_and_deploy.yml
Copy file name to clipboardExpand all lines: .github/workflows/build_and_deploy.yml+22-11Lines changed: 22 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 |
| - |
| 22 | + |
| 23 | + |
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
| ||
50 | 51 |
|
51 | 52 |
|
52 | 53 |
|
53 |
| - |
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 |
| - |
| 57 | + |
| 58 | + |
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
| ||
530 | 532 |
|
531 | 533 |
|
532 | 534 |
|
533 |
| - |
| 535 | + |
534 | 536 |
|
535 | 537 |
|
536 | 538 |
|
| ||
611 | 613 |
|
612 | 614 |
|
613 | 615 |
|
614 |
| - |
615 | 616 |
|
616 |
| - |
617 |
| - |
618 |
| - |
619 |
| - |
| 617 | + |
| 618 | + |
620 | 619 |
|
621 |
| - |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
622 | 624 |
|
623 | 625 |
|
624 | 626 |
|
| ||
686 | 688 |
|
687 | 689 |
|
688 | 690 |
|
| 691 | + |
| 692 | + |
| 693 | + |
| 694 | + |
| 695 | + |
| 696 | + |
| 697 | + |
| 698 | + |
| 699 | + |
689 | 700 |
|
690 | 701 |
|
691 | 702 |
|
|
.github/workflows/build_and_test.yml
Copy file name to clipboardExpand all lines: .github/workflows/build_and_test.yml+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
.github/workflows/retry_test.yml
Copy file name to clipboardExpand all lines: .github/workflows/retry_test.yml+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 |
| - |
25 | 24 |
|
26 | 25 |
|
27 | 26 |
|
| ||
43 | 42 |
|
44 | 43 |
|
45 | 44 |
|
46 |
| - |
| 45 | + |
47 | 46 |
|
48 | 47 |
|
49 | 48 |
|
|
.github/workflows/trigger_release_new.yml
Copy file name to clipboardExpand all lines: .github/workflows/trigger_release_new.yml+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
22 |
| - |
| 21 | + |
23 | 22 |
|
24 | 23 |
|
25 | 24 |
|
| ||
108 | 107 |
|
109 | 108 |
|
110 | 109 |
|
111 |
| - |
| 110 | + |
112 | 111 |
|
113 | 112 |
|
114 | 113 |
|
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
+6-115Lines changed: 6 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
266 | 266 |
|
267 | 267 |
|
268 | 268 |
|
269 |
| - |
270 | 269 |
|
271 | 270 |
|
272 | 271 |
|
| ||
431 | 430 |
|
432 | 431 |
|
433 | 432 |
|
| 433 | + |
| 434 | + |
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
106 |
| - |
107 | 106 |
|
108 | 107 |
|
109 | 108 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1459 | 1459 |
|
1460 | 1460 |
|
1461 | 1461 |
|
1462 |
| - |
1463 | 1462 |
|
1464 | 1463 |
|
1465 | 1464 |
|
|
0 commit comments