Jcparkyn
Jcparkyn
Would also affect move and delete operations.
`[a-zA-Z]` -> Wildcard set to 'letters' `[0-9]` -> Wildcard set to 'digits' (but this would create inconsistency with the parsed expression, so might be best avoided) Variant of `[ \t\r\n]`...
Currently the parser fails if the `{` is not followed by a digit.
This is an intentional duplicate of dotnet/razor-compiler#150 and https://github.com/dotnet/aspnetcore/issues/39734, which were both (as far as I can tell) closed prematurely, due to a separate (but related) issue being fixed. Tested...
Placeholder issue to gauge interest in adding a "DevTools" feature like React Query's [devtools](https://tanstack.com/query/latest/docs/framework/react/devtools). React to this issue if it's something you'd like to have.