Jcparkyn

Results 8 issues of Jcparkyn

Would also affect move and delete operations.

enhancement

`[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]`...

enhancement
parsing

Currently the parser fails if the `{` is not followed by a digit.

bug

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...

area-compiler