* Returns the source code that will be included as initialization code. * @param {GenerateContext} context context * @returns {string | Source | undefined} the source code that will be included as initialization code
(context)
| 85 | * @returns {string | Source | undefined} the source code that will be included as initialization code |
| 86 | */ |
| 87 | getContent(context) { |
| 88 | return this.content; |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * Returns the source code that will be included at the end of the module. |