forked from vercel/next.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 6e44cde
Expose mechanism to monitor render events (vercel#2655)
* Allow custom clientBootstrap entrypoint
This allows for customization of the client global bootstrap.
* Expose render event emitter to client
* Include client entry point in npm package1 parent 1e15105 commit 6e44cde
File tree
4 files changed
+9
-10
lines changed- client
- server/build
4 files changed
+9
-10
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 | + | ||
60 | + | ||
59 | 61 |
| |
60 | 62 |
| |
61 | 63 |
| |
| |||
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
83 | - | ||
84 | - | ||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | - | ||
135 | + | ||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 | - | ||
145 | - | ||
146 | - | ||
147 | - | ||
148 | 144 |
| |
149 | 145 |
| |
150 | 146 |
| |
151 | 147 |
| |
152 | 148 |
| |
153 | 149 |
| |
154 | 150 |
| |
151 | + | ||
152 | + | ||
155 | 153 |
| |
156 | 154 |
| |
157 | 155 |
| |
158 | 156 |
| |
159 | - | ||
160 | - | ||
161 | - | ||
157 | + | ||
162 | 158 |
| |
163 | 159 |
| |
164 | 160 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | + | ||
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 | + | ||
46 | 47 |
| |
47 | 48 |
| |
48 | 49 |
| |
|
0 commit comments