-
**TypeScript Version:** 3.3.3333
**Search Terms:** gitdir shared worktrees TypeScript3
**Code** (shell conversation)
```
$ npm pack 'typescript@3.3.3333'
npm notice
npm notice typ…
-
Latest mobx updated typescript3 definitions (made it more correct), we need to fix our code to satisfy new typings (probably it will fix possible bugs too)
-
http://json.schemastore.org/tsconfig
```json
"noEmitHelpers": {
"description": "Do not generate custom helper functions like __extends in compiled output.",
"type": "boolean"
},
```
'emit…
-
**TypeScript Version:** 3.4.0-dev.201xxxxx
**Search Terms:**
git clean package
**Code**
```sh
git init
npm install typescript
git add package-lock.json
git commit -m "init"
git…
-
**TypeScript Version:** 3.0.0-rc
**Search Terms:**
**Code**
[Full reproduction case](https://github.com/OliverJAsh/typescript-3-client-server-shared)
```
src
├── client
│ ├─…
-
Unibeautify CI is great, however if left unchecked it can cause a TON of backlogs in Travis. I forget which repo it was, but Unibeautify was not correct on master. Whenever Renovate created a new bran…
-
**TypeScript Version:** 3.0.0-dev.20180707
2.9.2
**Search Terms:** empty object compatible with any interface
type assertion empty object
I originally thought that `as` acted as a hard ca…
binki updated
6 years ago
-
```
Application: devenv.exe
Framework Version: v4.0.30319
Description: The application requested process termination through System.Environment.FailFast(string message).
Message: System.AggregateExcep…
-
So far we've focused mostly on 4 cores with profiling, but moving forward we should make sure that `Mojo::Server::Prefork` (and Hypnotoad) scale well much further. Aside from optimizations like high/l…
kraih updated
6 years ago
-
If I have code that looks something like this:
``` typescript
///
module S {
var template = '';
}
```
and I try to do getDocumentHighlights on "template" in just that one file, I get a "Maximum…