We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d80238f + 6af5994 commit 7785118Copy full SHA for 7785118
README.md
@@ -40,7 +40,7 @@ npm run mtsc ./tests/singleVar.ts
40
- [x] Add use-before-declaration errors in the checker.
41
- [x] Finally, add an ES2015 -> ES5 transform that transforms `let` to `var`.
42
- [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.
+- [x] Allow var to have multiple declarations. (https://github.com/imteekay/mini-typescript/pull/2)
44
- You'll need to convert a Symbol's declaration into a list.
45
- Check that all declarations have the same type.
46
- [ ] Add objects and object types.
0 commit comments