Skip to content

Commit 7785118

Browse files
committed
Merge branch 'master' into object-types
2 parents d80238f + 6af5994 commit 7785118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ npm run mtsc ./tests/singleVar.ts
4040
- [x] Add use-before-declaration errors in the checker.
4141
- [x] Finally, add an ES2015 -> ES5 transform that transforms `let` to `var`.
4242
- [x] Allow var statements to declare multiple symbols (https://github.com/imteekay/mini-typescript-fork/pull/9).
43-
- [x] Allow var to have multiple declarations.
43+
- [x] Allow var to have multiple declarations. (https://github.com/imteekay/mini-typescript/pull/2)
4444
- You'll need to convert a Symbol's declaration into a list.
4545
- Check that all declarations have the same type.
4646
- [ ] Add objects and object types.

0 commit comments

Comments
 (0)