-
I'm having an issue where any time a TypeScript file or definition is loaded in Visual Studio 2015, devenv.exe crashes. At one point in time it was working fine, but now it's happening consistently. …
-
**Summary**
Apologies if this is not the right place to log this, but I seem to have the exact same issue as described here:
https://github.com/Microsoft/TypeScript/issues/5894
but with VS2015 and …
-
> To use this configuration layer, add call SpaceVim#layers#load('lang#typescript') to your custom configuration file.
Typescript is treated as xml file in vim, thus call typescript layer won't in…
-
```
Error: Command failed: /my/project/path/node_modules/rxjs-tslint/node_modules/.bin/tslint -c /my/project/path/node_modules/rxjs-tslint/rxjs-5-to-6-migrate.json -p tsconfig.json --fix
/bin/sh: /m…
-
**This is a feature request / proposal.**
To add support for automatic function/method signatures by reference.
---
**PROBLEM**
When we have an existing function or method that we want to…
-
Please create the layout for Login page in Typescipt, try to keep the current designing. If you have any confusing please contact @minhnb or me.
-
**Code**
```ts
tsc -w
```
**TypeScript version:**
2.6.1 (reproduces in previous versions as well)
**Expected behavior:**
To not hog CPU when watching (not while compiling).
**Actual behavi…
-
**RxJS version:** 6.0.0-beta.4
**Code to reproduce:**
`index.ts`
```
import { Observable } from 'rxjs';
```
`tsconfig.json`
```
{
"compilerOptions": {
"target": "es6",
"…
-
C:\development\type>typings install angular --global --save
typings ERR! message Unable to find "angular" ("npm") in the registry.
typings ERR! message However, we found "angular" for 1 other source: …
-
I'm having this issue when using webpack and Typescipt.
This issue can be solved by changing
```
winston.version = require('../package').version;
```
to
```
winston.version = require('../pa…