-
### Issue description or question
I am working on a AngularJS / NodeJS Application in TypeScipt and I am having issues to configure wallaby :/
You can check out my stuff here in the wallaby branch: …
-
Consider the following formatting where `~~~>` is a tab and `-` is a space:
``` typescript
~~~>if-(longArgumentlongArgumentlongArgument
~~~>---&& anotherLongArgumentanotherLongArgument) {
~~~>~~~>// …
-
This is how I run jscs and I get this error which was reported already before and is said to be fixed. I'm using the latest version 2.8.0. It happens only with a particular source file and not with ot…
jkryl updated
8 years ago
-
Would it be possible to integrate TSD for TypeScipt definitions into the dependencies section similar to bower and npm packages? This would make TypeScript development a lot easier.
-
Hello,
cats is a very nice typescipt iDE. Unfortunately I deelop with react and I need to use TSX ... Is it planned to add this in CATS?
regards
-
This is probably a long shot, since there's no certain way to reproduce it.
I often experience that wallaby hangs (shows the progress bar [---=---]) and needs to be restarted.
It doesn't appear to h…
-
When I install Vintageous, I am no longer able to build my Typescript project using the typescript plugin: https://github.com/Microsoft/Typescript-Sublime-plugin
The TS plugin uses the F7 key, which…
sheam updated
8 years ago
-
I'm trying to adjust a Typescipt codebase to compile for System.register (used AMD previously). We use lodash chains heavily, but they don't seem to work with System.register. Here's a simple example
…
-
For using this plugin https://github.com/rollup/rollup-plugin-typescript, i need change rollup code =\
https://github.com/rollup/rollup/blob/master/src/utils/defaults.js#L11-L12
This is not good.
LabEG updated
8 years ago
-
Hi,
I use the "webpack.config.js" from your "angular2-bootstrap-starter" project, but when I try to import the dropdown in one of my component like this:
```
import {Dropdown} from "ng2-bootstrap/ng…