Skip to content

feat: 增加 warning 根组件为 <fragment> 时不支持反解 close #98#103

Open
shirookie wants to merge 1 commit intobaidu:masterfrom
shirookie:master
Open

feat: 增加 warning 根组件为 <fragment> 时不支持反解 close #98#103
shirookie wants to merge 1 commit intobaidu:masterfrom
shirookie:master

Conversation

@shirookie
Copy link
Copy Markdown
Collaborator

No description provided.

if (TypeGuards.isATemplateNode(aNode)) return this.compileTemplate(aNode)
if (TypeGuards.isAFragmentNode(aNode)) return this.compileFragment(aNode)
if (TypeGuards.isAFragmentNode(aNode)) {
if (isRootElement) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

子组件根是fragment 时,不应该报warning

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不太确定了,你用san实际试一下

if (TypeGuards.isAFragmentNode(aNode)) return this.compileFragment(aNode)
if (TypeGuards.isAFragmentNode(aNode)) {
if (isRootElement) {
console.warn('根元素为 <fragment> 不支持反解')
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

代码里的报错,用简单的英文

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants