Replies: 1 comment 2 replies
-
if you call parse and it does not replace $configDir that's a bug, please file including a reproduction |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, and thanks for the library!
It looks like ever since PR Fix typescript 5.5 parse for configDir #179 you support the $configDir variable. However, that isn't documented in the README. Can you add it please?
When I use the
parse
function, I get strings with the literal${configDir}
value in them, which seems like a bug because I would expect them to be filled in with the real value. However, I noticed that theparseNative
function does work properly in this respect. Can you clarify if only theparseNative
function supports ${configDir}?Beta Was this translation helpful? Give feedback.
All reactions