next.js
perf: add bundled rendering runtimes
#52997
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
126
Changes
View On
GitHub
perf: add bundled rendering runtimes
#52997
kodiakhq
merged 126 commits into
canary
from
feedthejim/build-profile
add bundled v
4a41f2a8
fix erroneous manifest manipulation
afb3a5fe
revert lazy polyfill
0e178ae6
clean up require cache
38a5a23e
fix ci
623fd8d9
misc
d06c4f8a
fix nft missing
1ebf057c
fix precompiled
81f6e1c0
fix
c88d5f4f
Merge branch 'canary' into feedthejim/next-1341-ship-experimental-opt…
1cc34d41
fix precompiled
8374a833
Merge branch 'canary' into feedthejim/next-1341-ship-experimental-opt…
2e0ce603
update
35bcbd88
reverse node cache
9b901a54
Merge branch 'canary' into feedthejim/next-1341-ship-experimental-opt…
164bcb90
revert vscode changes
26e4e9d0
Merge branch 'canary' into feedthejim/next-1341-ship-experimental-opt…
d84e084a
add separate file
282fd7b8
fix wrong path
a4c54847
fix turbotrace tests
b4a2e71a
foo
3646bbb6
Merge branch 'canary' into feedthejim/build-profile
1c6b2733
Merge branch 'canary' into feedthejim/build-profile
41eee2ec
add stuff
f6efc18b
Merge branch 'canary' into feedthejim/build-profile
e8b3b7c6
tmp
e591156f
stuff
841521b7
Merge branch 'canary' into feedthejim/build-profile
fae55235
tweaks
b50917f3
revert form pol
dcdd0866
ijjk
added
area: tests
ijjk
added
created-by: Next.js team
ijjk
added
type: next
switch messages
380e4c93
revert changes to tracer
97f6ab1a
stuff
ec9cdddb
Merge branch 'canary' into feedthejim/build-profile
e2cbeffb
fix edge for app
bd6a3d3f
fix router context
72dd5d91
add remaining context for pages
32b023f8
fix runtime-config
61709d69
fix turbo
defc3cfc
fix edge dev
38e709f3
fix image loader
e2b7b5f1
fix requiring from next/router
f158277e
fix app contexts
c8b5e416
fix precompiled
a6eaeaad
fix router externals
b0385351
add other ctx
212ff0eb
support turbo
4c3c7b67
wyattjoh
commented on 2023-07-24
yet another monkey patch
2c41c437
fix dynamic
a02418ae
add type
96a34e76
fix access
770f66c4
Merge branch 'canary' into feedthejim/build-profile
7807ddaf
revert shu's changes
d2d0541a
feedthejim
changed the title
Feedthejim/build profile
perf: add bundled rendering runtimes
2 years ago
add require hook to turbo
ff574344
Merge branch 'canary' into feedthejim/build-profile
00f966d5
Merge branch 'canary' into feedthejim/build-profile
907fc204
change strategy
5e980bc4
disable monkey patching in dev
292944b1
fix edge
112ef014
fix edge route module
c073495b
rename .external to shared-runtime + add new layer for app routes
d76592cd
fix storage
1017540a
fix types
db9fcec2
Merge branch 'canary' into feedthejim/build-profile
58b758ee
fix type
005c4b78
fix types
94c33b8e
fix static gen
66d5d62a
switch async storages to externals
e53218f8
fix edge layers
178f422b
fix typings
c6f160af
remove external test
69511924
upgrade test
e21d0e5a
Merge remote-tracking branch 'origin/canary' into feedthejim/build-pr…
a92d17a3
fix native test
5165ab3f
fix integratin test
55629477
Merge remote-tracking branch 'origin/canary' into feedthejim/build-pr…
1290ceba
fix require logic
4de5f78b
fix lint
3a7283aa
fix otel
85476d4d
fix action test
9461423a
fix test
37c34bba
fix external
cec06668
fix lint
2d6ff40d
add rs plugin
28f66a4e
remove require hook from next swc
a6e96371
add alias for next build
416ecdf9
cleanup tracing logic
744167df
clean up route modules
01b79f81
cleanup webpack config
7ae65e23
cleanup entry-base
0d4dbdce
misc cleanup
d57f7469
add comment to require-hook
39753ab1
tweak resolve
3aae11fc
fix compiler lint
29fdc965
feedthejim
marked this pull request as ready for review
2 years ago
feedthejim
requested a review
from
timneutkens
2 years ago
feedthejim
requested a review
from
ijjk
2 years ago
feedthejim
requested a review
from
shuding
2 years ago
feedthejim
requested a review
2 years ago
feedthejim
requested a review
from
huozhi
2 years ago
feedthejim
requested a review
from
styfle
2 years ago
feedthejim
requested a review
2 years ago
feedthejim
requested a review
2 years ago
feedthejim
requested a review
from
leerob
2 years ago
feedthejim
requested a review
from
ztanner
2 years ago
feedthejim
requested a review
from
steven-tey
2 years ago
Merge branch 'canary' into feedthejim/build-profile
10cf5bd2
rename externals
4a005150
timneutkens
commented on 2023-08-08
timneutkens
commented on 2023-08-08
fix path
b6e539fa
cleanup
cc403872
fix lint
f0bb4f6e
add turbo prod bundle
1b459f1e
Merge branch 'canary' into feedthejim/build-profile
93956cfd
add require hook to turbo
5d3480c0
insert require hook config to pags
baa17eb6
fix page server handler
9e5df4ad
feedthejim
marked this pull request as draft
2 years ago
Also apply the next external plugin in edge context
7b97013f
Merge branch 'canary' into feedthejim/build-profile
fa63c0a0
rebase artifacst
9f454fa6
Merge branch 'feedthejim/build-profile' of github.com:vercel/next.js …
c5e73b87
orca-security-us
commented on 2023-08-31
ijjk
added
Turbopack
add test mode
0af32185
Revert "Also apply the next external plugin in edge context"
6f5cec1c
fix lint
a54fce64
fix webpack dev server
4dbb38cb
remove image-optimizer
be83d0a4
fix require hook (tmp)
c13175cb
try removing the stylex-jsx ref
c6dc9aad
Merge remote-tracking branch 'origin/canary' into feedthejim/build-pr…
d956d47e
Revert "Fix tracing in require-hook (#53642)"
831cce74
Merge remote-tracking branch 'origin/canary' into feedthejim/build-pr…
11346de1
Merge remote-tracking branch 'origin/canary' into feedthejim/build-pr…
a633569a
fix rust transition
7c599ec1
fix turbopack
a9303b90
fix build + lint errors
faa94925
feedthejim
marked this pull request as ready for review
2 years ago
Merge branch 'canary' into feedthejim/build-profile
4f30b3f5
orca-security-us
commented on 2023-09-05
Merge branch 'canary' into feedthejim/build-profile
c1219174
shuding
commented on 2023-09-05
shuding
commented on 2023-09-05
timneutkens
commented on 2023-09-05
timneutkens
commented on 2023-09-05
timneutkens
commented on 2023-09-05
timneutkens
commented on 2023-09-05
timneutkens
commented on 2023-09-06
adress comments
6737b046
timneutkens
dismissed these changes on 2023-09-06
feedthejim
marked this pull request as draft
2 years ago
Merge remote-tracking branch 'origin/canary' into feedthejim/build-pr…
dd6cca90
feedthejim
dismissed their stale review via
dd6cca90
2 years ago
feedthejim
marked this pull request as ready for review
2 years ago
shuding
approved these changes on 2023-09-07
kodiakhq
merged
a5b7c77c
into canary
2 years ago
kodiakhq
deleted the feedthejim/build-profile branch
2 years ago
github-actions
added
locked
github-actions
locked
as resolved
and limited conversation to collaborators
2 years ago
Login to write a write a comment.
Login via GitHub
Reviewers
shuding
timneutkens
orca-security-us
wyattjoh
ijjk
huozhi
styfle
leerob
ztanner
steven-tey
Assignees
No one assigned
Labels
type: next
created-by: Next.js team
Turbopack
locked
Milestone
No milestone
Login to write a write a comment.
Login via GitHub