Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Implement esccharopen Dangling backslash lint rule #181

Merged
merged 3 commits into from
Mar 20, 2020

Conversation

diokey
Copy link
Contributor

@diokey diokey commented Mar 18, 2020

This was initially being caught as unterminated regular expression by the tokenizer.
image

I had to update the tokenizer and now it shows

image

Let me know if that's the right approach or if there's a better way of doing this.

Thanks

@facebook-github-bot
Copy link

Hi @diokey!

Thank you for your pull request and welcome to our community.We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.

In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@facebook-github-bot
Copy link

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Copy link
Contributor

@sebmck sebmck left a comment

Choose a reason for hiding this comment

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

Nice! Thank you! Looks great. Just a suggestion for a simpler diagnostic message. Happy to merge once it's updated along with the snapshot.

diokey and others added 2 commits March 18, 2020 15:25
…shInRegularExpressions.ts

Co-Authored-By: Sebastian <853712+sebmck@users.noreply.github.com>
@diokey
Copy link
Contributor Author

diokey commented Mar 18, 2020

Nice! Thank you! Looks great. Just a suggestion for a simpler diagnostic message. Happy to merge once it's updated along with the snapshot.

Sweet 😊Done

Thank you!

@Kelbie Kelbie mentioned this pull request Mar 19, 2020
23 tasks
@sebmck sebmck merged commit 7200af4 into rome:master Mar 20, 2020
@sebmck
Copy link
Contributor

sebmck commented Mar 20, 2020

Awesome, thank you so much!

diokey added a commit to diokey/rome that referenced this pull request Mar 22, 2020
This reverts commit 7200af4, reversing
changes made to 3d3b5d7.
@diokey diokey mentioned this pull request Mar 28, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants