Merge pull request #5683 from asgerf/js/typescript-template-literal-type-crash

Approved by erik-krogh
This commit is contained in:
CodeQL CI
2021-04-15 05:11:11 -07:00
committed by GitHub
7 changed files with 275 additions and 35 deletions

View File

@@ -0,0 +1,3 @@
lgtm,codescanning
* Fixed a bug that could cause extraction to fail when extracting a TypeScript
code base containing a template literal type without substitutions.