Closed ShreyanJain9 closed 12 months ago
@ShreyanJain9
Thanks for the report.
Current rufo supports hash literal patterns which has unquoted key like { uri: uri }
, no support quoted key like { "uri": uri }
. The syntax should be supported.
@ShreyanJain9 I have released the fix as 0.16.3. Thanks!
The code that triggered it:
The error: