Ian Ker-Seymer

Results 149 comments of Ian Ker-Seymer

Ok I found the solution for us. If you are writing your stories using typescript, you need to make sure the the `react-docgen-typescript-loader` is does not run for `.stories.tsx` files....

This makes sense to me and seems like the correct behavior. @samdoiron thoughts?

@mtasaka I think there is a linting failure in CI

@r00ger I was just thinking the same thing. In order for this library to be of any use to me I need some high quality typings for it. How much...

@r00ger, the typings looks really good. do you plan on contributign them to definitely typed?

@farism beforeI comment on the code, I think we should def try to attempt to unify the code bases for both you and @r00ger, so we can combine our efforts...

Same here. `clang: error: no such file or directory: 'hints.m'` I had to clone source and build.

`find . -type f -iregex .*\.js$ -exec jsctags {} -f \; | sed '/^$/d' | sort > tags` might be a better option.

Yes it would IMO. What would be even better was if the CLI had a better interface, though.