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

print ast #40

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

print ast #40

wants to merge 2 commits into from

Conversation

patricklx
Copy link

@patricklx patricklx commented Nov 29, 2023

fixes #39

depends on

Need to emit babel ast. So that other tools can understand the ast

@@ -10,22 +10,24 @@ edition = "2021"
crate-type = ["cdylib", "rlib"]

[dependencies]
swc_common = { git = "https://github.com/ef4/swc.git", branch = "content-tag", features=["tty-emitter"] }
swc = { git = "https://github.com/ef4/swc.git", branch = "content-tag" }
swc_common = { git = "https://github.com/patricklx/swc.git", branch = "babelify", features=["tty-emitter"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

what's going on over here 😅

Copy link
Author

Choose a reason for hiding this comment

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

Updated description

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.

For linting, we'd need to be able to emit a full AST, including nodes for the template
2 participants