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

define 定义的表达式支持 optional chain 表达式替换 #788

Closed
stormslowly opened this issue Dec 13, 2023 · 0 comments · Fixed by #1730
Closed

define 定义的表达式支持 optional chain 表达式替换 #788

stormslowly opened this issue Dec 13, 2023 · 0 comments · Fixed by #1730
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@stormslowly
Copy link
Member

✅ console.log(process.env.NODE_ENV) // development

❌ console.log(process?.env?.NODE_ENV) // undefined

内部 bigfish 项目出现

@stormslowly stormslowly added the bug Something isn't working label Dec 13, 2023
@sorrycc sorrycc changed the title define 位置支持 optional chain 表达式替换 define 定义的表达式支持 optional chain 表达式替换 Oct 29, 2024
@sorrycc sorrycc added the good first issue Good for newcomers label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants