| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-05-17 | prettier run | Andrei Listochkin | -11/+3 | |
| 2022-04-15 | Bump target JS version | Laurențiu Nicola | -2/+2 | |
| 2021-11-04 | Type-check TS on CI and also turn off the strict setting ↵ | Chayim Refael Friedman | -0/+1 | |
| `useUnknownInCatchVariables` We don't follow it and I found that turning it on will have little benefit. | ||||
| 2020-07-06 | Disable ES module interop | Laurențiu Nicola | -2/+0 | |
| 2020-05-20 | vscode client side tests | vsrs | -2/+7 | |
| 2020-03-18 | Target es2019 (code 1.43 uses chromium 78) | Darin Morrison | -1/+1 | |
| 2020-02-08 | vscode: amended config to use binary from globalStoragePath, added ui for ↵ | Veetaha | -0/+2 | |
| downloading | ||||
| 2020-02-03 | Use simple prng instead of a dependency | Aleksey Kladov | -2/+1 | |
| closes #2999 | ||||
| 2020-02-03 | Remove recent improvements to the build script | Aleksey Kladov | -4/+2 | |
| tslib as a dev dependency and commonjs modules are definitely *wrong* in the ideal world, **but** in the real world that's the only combination that works. See https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Problems.20with.20TypeScript.20build | ||||
| 2020-02-03 | Fix build of typscript extension | Aleksey Kladov | -0/+1 | |
| 2020-02-03 | vscode: fix bundling by switching to es2015 target modules system | Veetaha | -1/+1 | |
| 2020-02-01 | vscode: moved tslib to runtime dependencies and added \"importHelpers\": true | Veetaha | -0/+1 | |
| 2020-02-01 | Fix seedrandom in packaged extension | bjorn3 | -1/+2 | |
| Fixes #2971 | ||||
| 2019-12-31 | Switch impure functional style to pure imperative | Aleksey Kladov | -1/+1 | |
| 2019-12-30 | Reformat with tsfmt | Aleksey Kladov | -1/+2 | |
| 2019-12-30 | Minimize TypeScript build | Aleksey Kladov | -2/+6 | |
| 2019-12-12 | Enable noFallthroughCasesInSwitch option for vscode extension | Tetsuharu OHZEKI | -1/+2 | |
| 2019-12-12 | Enable noImplicitReturns option for vscode extension | Tetsuharu OHZEKI | -1/+2 | |
| 2019-12-12 | Enable noUnusedParameters option for vscode extension | Tetsuharu OHZEKI | -1/+2 | |
| 2019-12-11 | Use ES2018 for vscode extension | Tetsuharu OHZEKI | -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. | ||||
| 2019-06-29 | Add noUnusedLocals to VsCode tsconfig | Ryan Cumming | -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. | ||||
| 2018-10-08 | Run prettier on all files | Daniel McNab | -7/+2 | |
| 2018-09-16 | rename all things | Aleksey Kladov | -0/+17 | |
