Alexander Ryzhikov

Results 36 comments of Alexander Ryzhikov

Repo with graphql ppx setup https://github.com/Coobaha/reasonml-idea-plugin-graphql-ppx-issue

Yeah both issues are about naive indexing (without intelligence of actually used modules)

I have both bs web and bs native. In such case at least from location of bsb file. In more general case it should be done from .merlin for example,...

Small bump to this feature :D @loxs if you are using bsb you can use bsc to print file interfaces as workaround: `npx bsc -bs-re-out lib/bs/src/.cmi`

@giraud my use case is to generate parser and lexer with menhir and ocamllex (.mly and .mll files)

@giraud Thx, they now have some syntax highlighting :) Editing this files now triggers rebuild but changes to other file types from generators are still ignored.

Sorry I can't just dump outputs at the moment, cause it contains private codebase data. I will try to make a reproducible example later this week. Meanwhile maybe it might...

Hey, here is the repro https://stackblitz.com/edit/github-nztxhj-ks9wvj?file=package.json

@bobzhang I managed to isolate it, it reproduces when module is in subdir. https://github.com/Coobaha/bs-gentype-issue

> @bobzhang that would be awesome! > > For bonus points, it would be amazing if `bsconfig.dev.json` could be a partial config and only overwrite options it specifies (falling back...