aspnetcore/test/Microsoft.AspNetCore.Razor..../Language/Legacy
Ajay Bhargav Baaskaran db2a142132
Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540)
* Updated the tokenizer and parser to operate on SyntaxTokens directly
- The tokenizer and parser now operates directly on SyntaxTokens (Green)
- The SyntaxToken(Red) is now created when the Span is built with the correct parent and position
- All other passes that run after the parsing is complete(TagHelperRewriter etc) will operate on the Red tokens.
- There is now only one type for all SyntaxTokens. They are differentiated by their SyntaxKind.
- Added equivalence checking for tokens
- Updated test code to react
- Regenerated baselines
2018-08-16 16:11:01 -07:00
..
ClassifiedSpan
TagHelperSpan
BlockFactory.cs
BlockTypes.cs
ErrorCollector.cs
IntializeTestFileAttribute.cs
ParserTestBase.cs Rename parser tests to have shorter names 2018-07-19 15:22:30 -07:00
SyntaxTreeNodeSerializer.cs
SyntaxTreeNodeVerifier.cs
SyntaxTreeNodeWalker.cs
SyntaxTreeNodeWriter.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
TestSpanBuilder.cs Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00