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

Dangling backslash #218

Merged
merged 2 commits into from
Mar 29, 2020
Merged

Dangling backslash #218

merged 2 commits into from
Mar 29, 2020

Conversation

diokey
Copy link
Contributor

@diokey diokey commented Mar 28, 2020

In #192, we reverted the dangling backlash lint rule #181 since it was being checked during the lint phases rather than during parsing.

This PR performs the check in the parser instead.
image

PS: I wasn't sure how to add tests. If I should, can you point me where/how to add them? I saw @romejs/js-parser/test-fixtures, but I wasn't sure if that's where to add them

Thanks

@sebmck
Copy link
Contributor

sebmck commented Mar 29, 2020

Sweet! Thank you!

@sebmck sebmck merged commit 068627b into rome:master Mar 29, 2020
@Kelbie Kelbie mentioned this pull request Apr 5, 2020
23 tasks
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