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(no-release): add conditional support in #if #72

Merged
merged 3 commits into from
Oct 13, 2024

Conversation

KevinEady
Copy link
Owner

Uses acorn to create an AST of the condition, then visit the AST to return a result of the conditional: true, false, or undefined.

@KevinEady KevinEady merged commit 2f8e7da into main Oct 13, 2024
2 checks passed
@KevinEady KevinEady deleted the add-conditional-if-support branch October 13, 2024 16:18
@github-actions github-actions bot mentioned this pull request Oct 13, 2024
@KevinEady KevinEady restored the add-conditional-if-support branch October 13, 2024 16:22
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.

1 participant