Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vscode client side tests | vsrs | 2020-05-20 | 1 | -2/+7 |
| | |||||
* | Target es2019 (code 1.43 uses chromium 78) | Darin Morrison | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | vscode: amended config to use binary from globalStoragePath, added ui for ↵ | Veetaha | 2020-02-08 | 1 | -0/+2 |
| | | | | downloading | ||||
* | Use simple prng instead of a dependency | Aleksey Kladov | 2020-02-03 | 1 | -2/+1 |
| | | | | closes #2999 | ||||
* | Remove recent improvements to the build script | Aleksey Kladov | 2020-02-03 | 1 | -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 | ||||
* | Fix build of typscript extension | Aleksey Kladov | 2020-02-03 | 1 | -0/+1 |
| | |||||
* | vscode: fix bundling by switching to es2015 target modules system | Veetaha | 2020-02-03 | 1 | -1/+1 |
| | |||||
* | vscode: moved tslib to runtime dependencies and added \"importHelpers\": true | Veetaha | 2020-02-01 | 1 | -0/+1 |
| | |||||
* | 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 |