-
Notifications
You must be signed in to change notification settings - Fork 444
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
javascript extract improvements #939
javascript extract improvements #939
Conversation
johanneswilm
commented
Dec 29, 2022
- Improved javascript template string expression extracting
- handle line numbers + add tests for JS template strings
Hey @akx I have address the issues you mentioned in #792 . There are now tests, the style is more in line with your code and line numbers are handled correctly. Would it be possible to merge this or do you need me to do something more? |
Codecov Report
@@ Coverage Diff @@
## master #939 +/- ##
==========================================
+ Coverage 91.56% 91.62% +0.05%
==========================================
Files 23 23
Lines 4244 4273 +29
==========================================
+ Hits 3886 3915 +29
Misses 358 358
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hey @akx , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good. Some minor changes requested...
Co-authored-by: Aarni Koskela <[email protected]>
Co-authored-by: Aarni Koskela <[email protected]>
Co-authored-by: Aarni Koskela <[email protected]>
@akx OK, all changes made as you requested. As for:
This is up to you to decide. I can see arguments doing either (it is an option, but it's different from the other ones). Feel free to make that change if you think it's better to do it that way. I have left it as it was for now. Please let me know if you need me to do anything else so that we can get this merged ASAP! |
…wilm/babel into javascript-extract-improvements
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the contribution!