소스 검색

Link to jsdoc typescript in v0.22 post

Kevin van Zonneveld 7 년 전
부모
커밋
f4f701b5d9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      website/src/_posts/2017-12-0.22.md

+ 1 - 1
website/src/_posts/2017-12-0.22.md

@@ -110,7 +110,7 @@ Also, we’ve fixed restoring from paused state. Now uploads will remain paused
 
 ## Type-safe Server
 
-Uppy Server now uses TypeScript to do some type checking at compile time. This helps spot some otherwise easy to miss runtime bugs. While the project’s source is still written in JavaScript, the use of JSDoc specifications is leveraged by TypeScript to detect data types and mistakes with that, within the project.
+Uppy Server now uses TypeScript to do some type checking at compile time. This helps spot some otherwise easy to miss runtime bugs. While the project’s source is still written in JavaScript, the use of [JSDoc specifications is leveraged by TypeScript](https://github.com/Microsoft/TypeScript/wiki/Type-Checking-JavaScript-Files) to detect data types and mistakes with that, within the project.
 
 Thanks to this approach a number of hidden bugs have already been identified and fixed, and it also makes Uppy Server very well documented. :)