-
Notifications
You must be signed in to change notification settings - Fork 12.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Component commits: 43c3f45 Modify debug assertion to avoid crashing on SyntaxList 9570a59 PR changes e9a2355 More PR feedback Co-authored-by: Jake Bailey <5341706+jakebailey@users.noreply.github.com>
- Loading branch information
1 parent
8450901
commit c5ce170
Showing
2 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
/// <reference path="fourslash.ts" /> | ||
|
||
// @Filename: foo.tsx | ||
////let x = <div> | ||
//// /*$*/</div > | ||
|
||
goTo.marker("$"); | ||
verify.not.quickInfoExists(); |