Skip to content

chore: addTag check#32

Open
wengeezhang wants to merge 1 commit intoartusjs:masterfrom
wengeezhang:feat/addtag_check
Open

chore: addTag check#32
wengeezhang wants to merge 1 commit intoartusjs:masterfrom
wengeezhang:feat/addtag_check

Conversation

@wengeezhang
Copy link
Copy Markdown

No description provided.

Reflect.defineMetadata(CLASS_TAG, tags, target);
}
tags.push(tag);
!tags.includes(tag) && tags.push(tag);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

重复添加 tag 现在造成了什么问题

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

后续handleTag不是多循环了一次?

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