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.
1 parent 63bb671 commit 444d11eCopy full SHA for 444d11e
README.md
@@ -33,7 +33,7 @@ npm run mtsc ./tests/singleVar.ts
33
34
## Exercises
35
36
-- [x] Add EmptyStatement.
+- [x] Add EmptyStatement (https://github.com/imteekay/mini-typescript/pull/2).
37
- [ ] Make semicolon a statement ender, not statement separator.
38
- Hint: You'll need a predicate to peek at the next token and decide if it's the start of an element.
39
- Bonus: Switch from semicolon to newline as statement ender.
0 commit comments