* Renders source with library export. * @param {Source} source source * @param {Module} module module * @param {StartupRenderContext} renderContext render context * @param {LibraryContext<T>} libraryContext context * @returns {Source} source with library export
(source, module, renderContext, libraryContext)
| 317 | * @returns {Source} source with library export |
| 318 | */ |
| 319 | renderStartup(source, module, renderContext, libraryContext) { |
| 320 | return source; |
| 321 | } |
| 322 | |
| 323 | /** |
| 324 | * Renders module content. |