joss

Results 5 issues of joss

Hello, first of all i like this awesome plugin, it works for me very well but sometimes Eclipse shows me this message: ![eclipseangularerror01](https://cloud.githubusercontent.com/assets/11325737/13590216/0dea678c-e4ac-11e5-9b8b-4e4a188dc843.png) I think the server stops sometimes without...

### Description I have created a new environment extension from node-env (customize the base Node env with your configs and tools). I already know I can override the ESLint default...

type/help wanted

### Version 4.0.1 ### Description I am using "typescript-json-serializer": "^4.3.0" and I want to serialize a generic class. It seems to me that in that case the @JsonProperty decorator is...

bug

Hi, i have some predefined fields like this: class Student { _dir1:string @JsonProperty('name') fullName:string; constructor() { this.fullName = undefined; this._dir1 = "whatever"; } } but my output is: _dir1: undefined,...

well the title is self explanatory, some times we want to get values from constructor if i doesn't exist a field into JSON input.