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: escape special characters in string template literals #603

Closed ahochsteger closed 1 month ago

ahochsteger commented 2 months ago

Please:

Fixes #602

domoritz commented 2 months ago

The tests are failing.

ahochsteger commented 2 months ago

@domoritz thanks for spotting, the quoting issue ist now fixed.