Commit dc239d6
feat(rsc): expose builder.rsc API for custom build pipelines
Add `customBuildApp` option that allows downstream frameworks to
skip the default buildApp orchestration and implement their own build
order using the exposed `builder.rsc` API.
When `customBuildApp: true`:
- Default 4/5-step build orchestration is skipped
- `builder.rsc.manager` provides access to RscPluginManager
- `builder.rsc.writeAssetsManifest()` writes manifest to appropriate environments
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 8527360 commit dc239d6
2 files changed
Lines changed: 50 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
189 | 197 | | |
190 | 198 | | |
191 | 199 | | |
| |||
383 | 391 | | |
384 | 392 | | |
385 | 393 | | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
386 | 401 | | |
387 | 402 | | |
388 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
389 | 419 | | |
390 | 420 | | |
391 | 421 | | |
| |||
509 | 539 | | |
510 | 540 | | |
511 | 541 | | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
512 | 545 | | |
513 | 546 | | |
514 | 547 | | |
| |||
523 | 556 | | |
524 | 557 | | |
525 | 558 | | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
526 | 562 | | |
527 | 563 | | |
528 | 564 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
20 | 34 | | |
21 | 35 | | |
22 | 36 | | |
0 commit comments