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:
Nathan Shively-Sanders
2018-04-26 14:03:18 -07:00
committed by GitHub
parent 1541599ea0
commit 1595f7fe83
10 changed files with 166 additions and 2 deletions

4
.gitmodules vendored
View File

@@ -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