报告脚本标记上为空或仅包含空白字符的 generics 特性。

无效代码示例:

<script lang="ts" generics="">
  export let value;
</script>

有效代码示例: