-
Notifications
You must be signed in to change notification settings - Fork 12
feat: Improve Handling of Multi-Line Strings with Triple Quotes #113
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
Conversation
Deploying lilypad-website with
|
Latest commit: |
76637b1
|
Status: | ✅ Deploy successful! |
Preview URL: | https://336a41fb.lilypad-website-et1.pages.dev |
Branch Preview URL: | https://improve-triple-quote-multili.lilypad-website-et1.pages.dev |
@willbakst I tried reimplementing other AST-inherited classes using libCST as well, but they didn't work properly. This is probably because the behavior of visit functions for each node is different between AST and libCST. I feel we need either fine-tuning of the implementation or a redesign of the architecture. Since these minimal changes achieve our current goals, I think we don't need to touch other parts for now. |
Closes: #85