YousefED / typescript-json-schema

Generate json-schema from your Typescript sources
BSD 3-Clause "New" or "Revised" License
3.08k stars 318 forks source link

Fix/pattern escape #601

Closed cm-ayf closed 1 month ago

cm-ayf commented 2 months ago

This PR fixes control character handling when emitting regex patterns. The list of control characters are obtained from https://json-schema.org/understanding-json-schema/reference/regular_expressions.

Please:

domoritz commented 1 month ago

This might be covered by #603 by ahochsteger.

cm-ayf commented 1 month ago

I have confirmed that the issue was resolved. Closing this PR...