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

fix(lint): handle malformed regexes #452

Merged
merged 1 commit into from
Sep 29, 2023
Merged

fix(lint): handle malformed regexes #452

merged 1 commit into from
Sep 29, 2023

Conversation

Conaclos
Copy link
Member

Summary

Fix #450.

Test Plan

Doctest added.

@github-actions github-actions bot added A-Linter Area: linter A-Parser Area: parser A-Formatter Area: formatter L-JavaScript Language: JavaScript and super languages labels Sep 29, 2023
@github-actions github-actions bot added A-Website Area: website A-Changelog Area: changelog labels Sep 29, 2023
@Conaclos Conaclos temporarily deployed to Website deployment September 29, 2023 14:45 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

Parser conformance results on

js/262

Test result main count This PR count Difference
Total 48863 48863 0
Passed 47808 47808 0
Failed 1055 1055 0
Panics 0 0 0
Coverage 97.84% 97.84% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 40 40 0
Passed 37 37 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.50% 92.50% 0.00%

symbols/microsoft

Test result main count This PR count Difference
Total 6212 6212 0
Passed 1767 1767 0
Failed 4445 4445 0
Panics 0 0 0
Coverage 28.44% 28.44% 0.00%

ts/babel

Test result main count This PR count Difference
Total 639 639 0
Passed 571 571 0
Failed 68 68 0
Panics 0 0 0
Coverage 89.36% 89.36% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 17224 17224 0
Passed 13123 13123 0
Failed 4101 4101 0
Panics 0 0 0
Coverage 76.19% 76.19% 0.00%

@Conaclos Conaclos merged commit 97bed4c into main Sep 29, 2023
18 checks passed
@Conaclos Conaclos deleted the conaclos/450 branch September 29, 2023 15:00
@Conaclos Conaclos changed the title fix(lint): handle malformed reegxes fix(lint): handle malformed regexes Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-Formatter Area: formatter A-Linter Area: linter A-Parser Area: parser A-Website Area: website L-JavaScript Language: JavaScript and super languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Unexpected error in expr_ext.rs
1 participant