water-a

Results 5 comments of water-a

Oh my bad for not including it. `Error: Unexpected type "enum-test.ts-0-37-test.ts-0-379" (expected "LiteralType" or "StringType" or "NumberType")`

https://github.com/vega/ts-json-schema-generator/blob/master/src/NodeParser/IndexedAccessTypeNodeParser.ts Looks like there's an issue with this...so it's similar to #171 #170

Example ``` enum Enum { bar, } const foo = { [Enum.bar]: "foobar", }; export type MyType = typeof foo[Enum.bar]; ``` So I'm trying to fix to fix this issue,...

> This is a great idea, thanks! I'll publish an npm package when I get a chance. @amacneil Will this ever be done? It'd be great to have so we...

You can just use { up: true } instead of { flat: true } because it seems like the "flat" option isn't even in the copyfiles code. And when you...