* Returns source with library export. * @param {Source} source source * @param {RenderContext} renderContext render context * @param {LibraryContext<T>} libraryContext context * @returns {Source} source with library export
(source, renderContext, libraryContext)
| 305 | * @returns {Source} source with library export |
| 306 | */ |
| 307 | render(source, renderContext, libraryContext) { |
| 308 | return source; |
| 309 | } |
| 310 | |
| 311 | /** |
| 312 | * Renders source with library export. |