-
In Typescript 2, we can import *.js files and typescript will look for a corresponding *.d.ts file, too (instead of a *.js.d.ts file): https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeS…
-
Its been hours I am not finding a way or any good documentation which can show me how to navigate to any page programmatically. Here is my use case: I have a login form, as soon as user login successf…
-
Title says it all. Open some typesript file in a diff view, try find all references. I never get any results. I nicely get results if I invoke find all references on a regular file view
fyi @joaomo…
-
Hi
I have two questions:
## Debug Typesript
It's important for me that you can debug the typescript sources when you use "my" npm package.
I cloned this repo, executed `npm run build` and …
-
Current state of preact type definitions is not in very good shape and is impossible to use it with any React library.
**Problems:**
- TS strict mode compliance missing
- old TS ambient types mod…
-
Hi,
I found a problem runing a single Typesript file with a simple method using Path2.addLineTo.
Path2 addLineTo and addArcTo use a global "**closed**" variable rather than the **this.closed** varia…
-
TypeScript **2.6.1**
BabylonJS **3.1.0-alpha3.6**
Fails at the BabylonJS module definition file _babylon.module.d.ts_.
```
(14862,15): error TS2430: Interface 'ITextureAssetTask' incorrectly e…
-
**TypeScript Version:** 2.0.2
**Code**
tsconfig.json
```
{
"compileOnSave": true,
"compilerOptions": {
"target": "es5",
"module": "amd",
"moduleResolution": "node",
"sour…
-
Currently ,I can debug ava test file by compiling them to js first(using gulp),and then set breakpoint in vscode ,and setting in `launch.json` like:
```json
"program": "${workspaceRoot}/node_modules…
-
Hello,
This is probably a stupid question, but I'm trying to call a reducer method from my effect method.
I tried both ways I could find in the examples,
```js
export default {
state: {
…