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
语法可以编译到es5,但是当前写法只能在define的时候执行get()拿到当前值。 如果getter函数当中存在延迟计算的值,比如某个export的对象,可以被外面修改,就无法准确的在get的时候获取到对应的值。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
语法可以编译到es5,但是当前写法只能在define的时候执行get()拿到当前值。
如果getter函数当中存在延迟计算的值,比如某个export的对象,可以被外面修改,就无法准确的在get的时候获取到对应的值。
The text was updated successfully, but these errors were encountered: