andretshurotshka
andretshurotshka
This will be cool addition to https://github.com/jonaskello/tslint-immutable#no-mixed-interface or as standalone rule I think. Even better to allow functions only in interfaces and data only in type literals
Support namespace exports in `--document-exported` ```js export * as Something from './file' ```
Input code ``` export {combine} from './combine' export {sample} from './sample' export type {Domain} from 'effector/domain' export {createDomain} from 'effector/domain' export type {Event} from 'effector/event' export { createEvent, forward, fromObservable,...
This issue would track what I can find is missing from converter when you typecheck resulting Flow files. This list will be updated when I find something new 1. **Unexpected...
Can you support generics? Like generating from this: ```json { "title": "TGenericNumber", "type": { "$ref": "#/definitions/iarg", "generics": ["number", "string"] }, "definitions": { "iarg": { "title": "IArg", "properties": { "key": {...
React's `setState` in `Login` steps affected in TypeScript 2.2.* Reference: https://github.com/Microsoft/TypeScript/issues/14295 https://github.com/Microsoft/TypeScript/issues/13948