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

Better re-use of swc source files #8641

Closed
kitsonk opened this issue Dec 7, 2020 · 2 comments
Closed

Better re-use of swc source files #8641

kitsonk opened this issue Dec 7, 2020 · 2 comments
Assignees
Labels
cli related to cli/ dir feat new feature (which has been agreed to/accepted) refactor swc related to swc (bundling/transpiling)

Comments

@kitsonk
Copy link
Contributor

kitsonk commented Dec 7, 2020

We don't really leverage swc source files efficiently, where deno lint, deno doc, deno bundle, the module graph and dependency analysis can often reparse the same file multiple times. With the forthcoming language server it becomes even more evident. We should consider a better was of refactoring to reuse this structures where applicable.

@stale
Copy link

stale bot commented Feb 17, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 17, 2021
@bartlomieju bartlomieju removed the stale label Feb 17, 2021
@kitsonk kitsonk added the feat new feature (which has been agreed to/accepted) label Feb 17, 2021
@bartlomieju bartlomieju assigned dsherret and unassigned bartlomieju Jul 13, 2021
@dsherret
Copy link
Member

dsherret commented Sep 8, 2021

Closing this because of #11780.

The rest of the re-use will be done with the more complete integration of deno_graph.

@dsherret dsherret closed this as completed Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to cli/ dir feat new feature (which has been agreed to/accepted) refactor swc related to swc (bundling/transpiling)
Projects
None yet
Development

No branches or pull requests

3 participants