diff --git a/plugin/src/generateCode.ts b/plugin/src/generateCode.ts index 1aa768673..0bcb7ce6b 100644 --- a/plugin/src/generateCode.ts +++ b/plugin/src/generateCode.ts @@ -75,6 +75,12 @@ export function mergeContents({ return { contents: src, didClear: false, didMerge: false }; } +export functiion getContent(tag) { + if (!tag) { + throw new Error('Tag is missing') + } +} + export function removeContents({ src, tag,