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: ast-based manipulation #410

Merged
merged 2 commits into from
Jan 22, 2024
Merged

feat: ast-based manipulation #410

merged 2 commits into from
Jan 22, 2024

Conversation

hyf0
Copy link
Member

@hyf0 hyf0 commented Jan 16, 2024

Description

Test Plan


@hyf0 hyf0 changed the title wip: ast-based manipulation feat: ast-based manipulation Jan 22, 2024
@hyf0 hyf0 requested a review from underfin January 22, 2024 04:27
use crate::{Dummy, IntoIn};

// `AstBuilder` is more suitable name, but it's already used in oxc.
pub struct AstSnippet<'me> {
Copy link
Contributor

@underfin underfin Jan 22, 2024

Choose a reason for hiding this comment

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

Maybe here we should use oxc AstBuilder instead of it? cc @Boshen. If it can be do, we can do it at next pr.

@hyf0 hyf0 merged commit 6f4bfed into main Jan 22, 2024
7 checks passed
@hyf0 hyf0 deleted the dev branch January 22, 2024 16:06
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