-
I recently upgrade a project that used net6.0 in the csproj to use net8.0. Later when I changed the C# classes that were getting typegen'd I found "dotnet typegen" didn't notice the change. It took me…
-
protobuf.js version: 6.8.8
After running `pbts` for the first time on a project in a few months, we noticed that without changing anything, the generated output for Enums was broken. In particular …
-
New issue to track conversation started in #44, regarding query type generation when `gatsby-*` configuration files are located in a directory **other than** the project root.
Following is the conv…
-
**Describe the bug**
I'm trying to use GROQ typegen in my Astro project, but it doesn't recognize the JSX-in-frontmatter syntax and mistakenly thinks its all errors, for example:
```
src/pages/about…
-
Currently, the typegen exits with 0 when the input file, or any of the input files, has an error.
Because of this, it's hard to surface issues with the machine you are working with when using the t…
-
when referencing a service's `state.children`, the types are `any` and we must manually specify the interpreter type.
It would be great to support typing these values via the typegen
see: https:…
-
---
Studio version: 0.60.0
XState version: 4.38.2
Exported machine has actions syntax like
```
{
"target": "fetchingPage",
"actions": {
"type": "assignCurrentPage",
"params": {…
-
I'm trying to match some input object types generated by Nexus with those that are generated by Prisma (it makes it convenient to just pass on the args to prisma client). However there is a problem. H…
-
The follow proposal comes from an unplanned brainstorm session with @Weakky.
Example:
```ts
const schema = makeSchema({
sourceTypes: {
modules: [
{ style: 'as', name: 'Prisma', f…
-
The [vscode-sql-lit](https://marketplace.visualstudio.com/items?itemName=thebearingedge.vscode-sql-lit) extension added syntax highlighting to @slonik/typegen recently (https://github.com/thebearinged…