Skip to content
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

perf: do not clone swc Program when transpiling #23365

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

dsherret
Copy link
Member

No description provided.

parsed_source
.transpile(&self.transpile_options, &self.emit_options)?
}
};
Copy link
Member Author

@dsherret dsherret Apr 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This API will change to a single transpile method in the future: denoland/deno_ast#239 (this was just done in a non-breaking way so we could land it in the CLI without needing to do a breaking deno_ast upgrade)

@dsherret dsherret merged commit e277490 into denoland:main Apr 14, 2024
17 checks passed
@dsherret dsherret deleted the perf_transpile_owned branch April 14, 2024 21:15
littledivy pushed a commit to littledivy/deno that referenced this pull request Apr 19, 2024
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