* 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 |
||
|---|---|---|
| .. | ||
| ClassifiedSpan | ||
| TagHelperSpan | ||
| BlockFactory.cs | ||
| BlockTypes.cs | ||
| ErrorCollector.cs | ||
| IntializeTestFileAttribute.cs | ||
| ParserTestBase.cs | ||
| SyntaxTreeNodeSerializer.cs | ||
| SyntaxTreeNodeVerifier.cs | ||
| SyntaxTreeNodeWalker.cs | ||
| SyntaxTreeNodeWriter.cs | ||
| TestSpanBuilder.cs | ||