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
吾有一術。名之曰「測試」。欲行是術。必先得三數。曰「甲」。曰「乙」。曰「丙」。乃行是術曰。 批曰「「嗚呼哀哉。」」 是謂「測試」之術也。
is compiled to
var 測試 = () => 0; 測試 = function(甲) { return function(乙) { return function(丙) { /*"嗚呼哀哉。"*/ }; }; };
But my expected js is
var 測試 = () => 0; 測試 = function(甲, 乙, 丙) { /*"嗚呼哀哉。"*/ };
which is clearer.
吾有術若干。名之曰「測試」「試驗」「實作」。 欲行「測試」之術。必先得三數。曰「甲」。曰「乙」。曰「丙」。乃行是術曰。 批曰「「嗚呼哀哉。」」 是謂「測試」之術也。 欲行「試驗」之術。必先得三數。曰「甲」。曰「乙」。曰「丙」。乃行是術曰。 批曰「「嗚呼哀哉。」」 是謂「試驗」之術也。 欲行「實作」之術。必先得三數。曰「甲」。曰「乙」。曰「丙」。乃行是術曰。 批曰「「嗚呼哀哉。」」 是謂「實作」之術也。
Before you create this issue, Please make sure ALL the following items are checked
The text was updated successfully, but these errors were encountered:
This is by design, please check out #322 #362. Thanks
Sorry, something went wrong.
No branches or pull requests
Describe your issue/suggestions
is compiled to
But my expected js is
which is clearer.
A syntax proposal
Checklist
Before you create this issue, Please make sure ALL the following items are checked
The text was updated successfully, but these errors were encountered: