mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Add prettier user test and fix associated crash (#23715)
* Add prettier and fix crash bug Name resolution would crash when resolving a type name inside a typedef's property tag. * Update tsconfig and thefore prettier baseline
This commit is contained in:
committed by
GitHub
parent
1541599ea0
commit
1595f7fe83
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -34,3 +34,7 @@
|
||||
path = tests/cases/user/axios-src/axios-src
|
||||
url = https://github.com/axios/axios.git
|
||||
ignore = all
|
||||
[submodule "tests/cases/user/prettier/prettier"]
|
||||
path = tests/cases/user/prettier/prettier
|
||||
url = https://github.com/prettier/prettier.git
|
||||
ignore = all
|
||||
|
||||
Reference in New Issue
Block a user