Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 编译器自动引入装饰器重命名 #58

Closed
ChrisCindy opened this issue Apr 21, 2022 · 0 comments · Fixed by #66
Closed

[Feature] 编译器自动引入装饰器重命名 #58

ChrisCindy opened this issue Apr 21, 2022 · 0 comments · Fixed by #66
Assignees
Labels

Comments

@ChrisCindy
Copy link
Contributor

为避免装饰器名称与用户使用变量重名,编译器在自动引入装饰器时需处理为以下形式:

import { reactive as __reactive } from 'pwc';
@ChrisCindy ChrisCindy self-assigned this Apr 21, 2022
@ChrisCindy ChrisCindy linked a pull request Apr 26, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant