Skip to content

Commit

Permalink
Add TODOs+ideas from talking to Orta
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Oct 7, 2019
1 parent 2f543b6 commit 8ca0c8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Strict-JSDoc.md
Expand Up @@ -111,8 +111,13 @@ This example has more lines of types than of code that runs! In cases
like this, sometimes the best option is to use simple but inaccurate
types, or to leave off types entirely.

TODO: Note that type literals end up with double braces

## Intermediates


TODO: Import types should basically come first

The preceding tags will be enough to get you started on type-checking
your Javascript code. However, there are a few techniques you need to
help you work the way the type checker expects. And there are a few
Expand Down Expand Up @@ -263,3 +268,5 @@ Foo.prototype.lazyInit = function(x) {

- Walkthrough 1: All-new JSDoc
- Walkthrough 2: Upgrading old JSDoc
- Walkthrough 3 : Kicking the tires for TS
- Walkthrough 4: Shipping d.ts in a JS project

0 comments on commit 8ca0c8b

Please sign in to comment.