-
#### Perceived Problem
- when type extraction partially fails, for example because a referenced type cannot be imported because it was never exported, it results in typegen that contains …
-
## Description
If you keep the default path for typegen, and then customize it, it will result in two files generated in different locations.
Because we're using global types, TS will complain b…
-
Hello,
I'm using typegen for generating TypeScript types from my .NET sources. I was wondering if there is a way to preserve the directory and sub-directory structure of the original .NET source fi…
-
Consider the following example:
```js
{
resolve: `gatsby-plugin-typegen`,
options: {
outputPath: `${__dirname}/src/__generated__/gatsby-types.d.ts`,
emitSchema: {
'src/__gen…
-
```
What steps will reproduce the problem?
1. Write code like the following:
MyClass.Public.SimpleProperty(MyClass.Field(typeof(object),
"testProperty"), "TestProperty");
What is the expected outpu…
-
```
To reproduce the bug:
public static void GenFoo(AssemblyGen tg)
{
TypeGen g = tg.Public.Class("OutParameterBug.Foo");
{
CodeGen cg = g.Publ…
-
```
Hi
I'm currently evaluating the possibility of using RunSharp to be a rule
compiler for dynamic formulas entered by a user. I've got most of the
infrastructure (parsing, building AST etc.) sor…
-
### Description
Consider this machine definition:
```ts
import { createMachine, assign } from 'xstate';
export const machine =
createMachine(
{
tsTypes: {} as import("./machine…
-
it would be nice to see normal logs while building docker image instead of cryptic messages.
I use `node:12.16.1` image
```
{"level":30,"time":1586197392782,"pid":18,"hostname":"28c0cd1a7dda","pa…
-
### What version of React Router are you using?
7.0.0-pre.1
### Steps to Reproduce
This repo is a clone of the sample app (`npx degit remix-run/react-router/templates/basic#dev my-app`) with …