Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix seedrandom in packaged extension | bjorn3 | 2020-02-01 | 1 | -1/+2 |
| | | | | Fixes #2971 | ||||
* | Switch impure functional style to pure imperative | Aleksey Kladov | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | Reformat with tsfmt | Aleksey Kladov | 2019-12-30 | 1 | -1/+2 |
| | |||||
* | Minimize TypeScript build | Aleksey Kladov | 2019-12-30 | 1 | -2/+6 |
| | |||||
* | Enable noFallthroughCasesInSwitch option for vscode extension | Tetsuharu OHZEKI | 2019-12-11 | 1 | -1/+2 |
| | |||||
* | Enable noImplicitReturns option for vscode extension | Tetsuharu OHZEKI | 2019-12-11 | 1 | -1/+2 |
| | |||||
* | Enable noUnusedParameters option for vscode extension | Tetsuharu OHZEKI | 2019-12-11 | 1 | -1/+2 |
| | |||||
* | Use ES2018 for vscode extension | Tetsuharu OHZEKI | 2019-12-11 | 1 | -2/+2 |
| | | | | | | | Today's latest vscode v1.40 (Node.jsv12.4/V8 v7.6) supports ES2018 features natively. We don't have to transform codes to ES6. | ||||
* | Add noUnusedLocals to VsCode tsconfig | Ryan Cumming | 2019-06-29 | 1 | -1/+2 |
| | | | | | | `tslint` doesn't catch this because TypeScript has had this check builtin since 2.9. However, it's disabled by default so right now nothing is checking for unused variables. | ||||
* | Run prettier on all files | Daniel McNab | 2018-10-08 | 1 | -7/+2 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+17 |