Closed codedaybyday closed 9 months ago
A clear and concise description of what the bug is.
A minimal reproducible example. A codesandbox example or similar or at least steps to reproduce the behavior:
const key = 'key'; const val = 'val'; t('key', val);
key will be parsed
{ "key": "val" }
It's not a bug. The parser doesn't interpret the code so it cannot do what you ask.
🐛 Bug Report
A clear and concise description of what the bug is.
To Reproduce
A minimal reproducible example. A codesandbox example or similar or at least steps to reproduce the behavior:
Expected behavior
key will be parsed
Your Environment