We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0.9
目前包括Web和Wechat,猜测会出现在所有打包后平台
export class A { } console.log("test", A.name)
在编辑器预览时打印test A; 构建为web-mobile后打印test ; 此外,测试Helloworld项目中的Helloworld类时,打印结果为r。
test A
test
r
The text was updated successfully, but these errors were encountered:
补充原因:可能是构建后代码压缩导致的: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Function/name#JavaScript_%E5%8E%8B%E7%BC%A9%E5%92%8C_minifiers
Sorry, something went wrong.
No branches or pull requests
Creator version?(版本号)
2.0.9
Affected platform?(受影响的平台)
目前包括Web和Wechat,猜测会出现在所有打包后平台
How to reproduce?(如何重现)
在编辑器预览时打印
test A
;构建为web-mobile后打印
test
;此外,测试Helloworld项目中的Helloworld类时,打印结果为
r
。The text was updated successfully, but these errors were encountered: