This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: visiting typeParameters in expressions (#565)
* Fix: missing typeParameters in expressions * ignoreEval is always set to true, than we can ignore this case
- Loading branch information
1 parent
c19e479
commit 83dbabb
Showing
4 changed files
with
550 additions
and
0 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,5 @@ | ||
const a, b, c, d, e, f | ||
|
||
new foo<Bar>(a, b, c); | ||
|
||
baz<Bar>(d, e, f); |
Oops, something went wrong.