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
これ実際に思ったのが
javascriptは
Object.props
のみで判断するけど、
AiScriptは
Object:props Namespace:props
の2通りあるから、そこの区別をどうにかしたい
The text was updated successfully, but these errors were encountered:
こういった形はいいかもしれない
@namespace class Inp { static get a() { return 1 } static ap() { } }
:: Inp { let a = 1 @ap() { } }
みたいな
Sorry, something went wrong.
この場合getが動作を保証しなくなる
いらない気がしてきた
javascriptから変換するのに、名前空間は存在しない。 javascriptだけの互換性とaiscriptの変換を考慮したときに特段ファイルimportなどは存在しないので実装する必要は薄いのでcloseする
No branches or pull requests
これ実際に思ったのが
javascriptは
のみで判断するけど、
AiScriptは
の2通りあるから、そこの区別をどうにかしたい
The text was updated successfully, but these errors were encountered: