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

feat: add SWC dependency analyzer #5015

Merged
merged 3 commits into from
Apr 30, 2020

Conversation

bartlomieju
Copy link
Member

Closes #5009

cli/swc_util.rs Outdated Show resolved Hide resolved
@bartlomieju bartlomieju changed the title [WIP] add simple SWC dependency analyzer feat: add SWC dependency analyzer Apr 30, 2020
@bartlomieju bartlomieju requested a review from ry April 30, 2020 17:57
Copy link
Member

@ry ry left a comment

Choose a reason for hiding this comment

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

LGTM

@bartlomieju bartlomieju merged commit f79cb08 into denoland:master Apr 30, 2020
@bartlomieju bartlomieju deleted the dependency_analyzer branch April 30, 2020 18:19
SASUKE40 pushed a commit to SASUKE40/deno that referenced this pull request May 7, 2020
This commit adds "analyze_dependencies" function that uses SWC
(by the means of AstParser) to perform analysis of static and dynamic
imports.
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.

Write dependency analyzer using SWC
2 participants