You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when running tests for api, the baseline for api/tsserverlibrary.d.ts is different with jake and gulp.
Jake generates ExternalProject::getExcludedFiles() return type as
Wes and I were looking at this yesterday. It's because gulp uses the LKG compiler to generate the API files where jake uses the locally built compiler. I think we should just use the LKG compiler always and then make sure to update LKG before we release anything.
TypeScript Version: 3.4.0-dev.201xxxxx
Search Terms:
Code
when running tests for api, the baseline for
api/tsserverlibrary.d.ts
is different with jake and gulp.Jake generates
ExternalProject::getExcludedFiles()
return type aswhile gulp generates it as:
Note the return type is inferred so seems like one is using
lib/tsserver.js
and other is usingbuilt/local/tsserver.js
Expected behavior:
Actual behavior:
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: