Pascal Garber
Pascal Garber
would it be enough for you to have an `all.d.ts` in the `types` folder (which imports all the necessary types via a direct path, so that the package.json is not...
@vixalien Is now implemented with the latest version and is the default. `package.json` support must now be explicitly activated with `--package`. Please try it out :)
@vixalien Good idea. Would this also solve #168 for you? Maybe a part of it?
@vixalien Is also now implemented with the latest version and is the default if `package.json` support is disabled. In addition to the `gi.d.ts` with all GIR types, an `index.d.ts` is...
@flexagoon I have tested this with `@girs/graphene-1.0` v`1.0.0-4.0.0-beta.5` and here are the types correct. I think it's time to make this version stable
@naipotato The GitHub [search is very useful to find out the type for this](https://github.com/search?q=Requires%3A+GObject+language%3AJavaScript+&type=code) :) Adding corrected types is comparably easy in this case, because many types for the overrides...
@naipotato Should be fixed with version 4.0.0-beta.19. Feel free to try it out and open the ticket again if you have problems :)
Thanks a lot and great idea! I'll have a look at this over the next few days and enter the NPM token in a secure way and then give appropriate...
@Totto16 I have adjusted the release script so that yarn is used for this. I hope it continues to work; otherwise, we can change it back to pure npm.
@Totto16 Feel free to create a new release to test this. With #70, there are also some new changes.