Andrew Bradley
Andrew Bradley
Related: #735
If I recompile on my machine, updating the Nuget package, it should work? I might have time to submit a pull request. On Mon, Oct 15, 2018, 3:33 PM Liryna...
I'm looking at these changes. It seems upstream has already implemented parsing of function types? Does this mean the earlier objections about not merging the function parsing support may have...
@paztis What is the `SpecificObjectTypeFormatter`? Do you have an example of when this is parsed and formatted?
> stop the Parsing here and to return a predifiend object instead. Do you have a code example that uses this Formatter? For example: ``` /** * JSDoc here *...
I see, you have a hardcoded mapping between known types and the schema that should be generated for them. So when the parser encounters these types, it totally skips schema...
@paztis I'm working on updating the automated tests as necessary. There is a change in the output of top `$ref` that I am unsure about. Is this change in behavior...
It looks like [your fork](https://github.com/paztis/ts-json-schema-generator) ignores the `type` and `topRef` options, instead exporting a schema where each named export of the entrypoint `.ts` corresponds with a property of the schema....
JSON hijacking is also possible using a charset-based attacks. I just learned about it, but here's my attempt at an accurate summary. ## Attack: A malicious site loads your AJAX...
@frutality I'm not sure, but I think it would be good for this document to explain both those points: that charset is required on `/csrf` and whether or not any...