Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Move function translation code into a separate file. #1318

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

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

nevkontakte
Copy link
Member

The logic is already very complicated and breaking it up into more manageable methods will improve readability.

  • Broke out nestedFunctionContext() and translateStandaloneFunction()
  • Removed the need to return function param names from translateFunctionBody()

(based on commit 2e9a5ce)

The logic is already very complicated and breaking it up into more
manageable methods will improve readability.

 - Broke out nestedFunctionContext() and translateStandaloneFunction()
 - Removed the need to return function param names from
   translateFunctionBody()

(based on commit 2e9a5ce)
@nevkontakte nevkontakte requested a review from flimzy June 23, 2024 20:21
@nevkontakte nevkontakte enabled auto-merge June 23, 2024 20:21
@nevkontakte nevkontakte merged commit b1788a8 into gopherjs:master Jun 30, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants