* Returns the source code that will be included at the end of the module. * @param {GenerateContext} context context * @returns {string | Source | undefined} the source code that will be included at the end of the module
(context)
| 94 | * @returns {string | Source | undefined} the source code that will be included at the end of the module |
| 95 | */ |
| 96 | getEndContent(context) { |
| 97 | return this.endContent; |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Adds the provided source to the init fragment. |