Skip to content

Fix JS/TS template-hole line-continuation strings - #845

Merged
Widthdom merged 2 commits into
mainfrom
fix-issue433
Apr 24, 2026
Merged

Fix JS/TS template-hole line-continuation strings#845
Widthdom merged 2 commits into
mainfrom
fix-issue433

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

Test plan

  • dotnet test --filter "FullyQualifiedNameReferenceExtractorTests.Extract_JsTemplateHoleLineContinuationString_DoesNotCloseHoleEarlyOrLeakPhantoms|FullyQualifiedNameReferenceExtractorTests.Extract_JsTemplateHoleIfParenRegexLiteral_PreservesFollowingCall|FullyQualifiedNameReferenceExtractorTests.Extract_JsTemplateHoleReturnRegex_PreservesFollowingCalls|FullyQualifiedNameReferenceExtractorTests.Extract_JsTemplateHoleMultilineDivisionContinuation_PreservesCallAttribution|FullyQualifiedName~ReferenceExtractorTests.Extract_JsTemplateLiteral_DoesNotLeakPhantomCallsButKeepsInterpolationCalls"
  • dotnet test

Closes #433.

@Widthdom
Widthdom merged commit 9a00a05 into main Apr 24, 2026
6 checks passed
@Widthdom
Widthdom deleted the fix-issue433 branch April 24, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JS/TS: line-continuation string inside template hole (${"foo\\\nbar"}) breaks hole scanner state

1 participant