fix: update docs for the ts parser (#12902)

This commit is contained in:
Samuel Attard
2018-05-12 18:12:28 +10:00
committed by GitHub
parent bbba9ff906
commit 0bb29e092d
6 changed files with 5 additions and 74 deletions

View File

@@ -20,7 +20,7 @@ You can run `npm run lint` to show any style issues detected by `cpplint` and
* Use `os.tmpdir()` rather than `/tmp` when you need to reference the
temporary directory.
* Using a plain `return` when returning explicitly at the end of a function.
* Not `return null`, `return undefined`, `null`, or `undefined`
* Not `return null`, `return undefined`, `null` or `undefined`
## C++ and Python