aspnetcore/src
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
..
Microsoft.AspNetCore.Mvc.Razor.Extensions Changed /* */ style comments to // style comments 2018-08-14 11:21:51 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Version1_X Introduces a 'formatter' for formatting the IR 2018-08-13 13:09:49 -07:00
Microsoft.AspNetCore.Razor
Microsoft.AspNetCore.Razor.Design
Microsoft.AspNetCore.Razor.Language Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
Microsoft.AspNetCore.Razor.Runtime
Microsoft.AspNetCore.Razor.Tasks
Microsoft.AspNetCore.Razor.Tools
Microsoft.CodeAnalysis.Razor Add generated documents to workspace 2018-08-15 10:54:32 -07:00
Microsoft.CodeAnalysis.Razor.Workspaces Add generated documents to workspace 2018-08-15 10:54:32 -07:00
Microsoft.CodeAnalysis.Remote.Razor
Microsoft.NET.Sdk.Razor Add generated documents to workspace 2018-08-15 10:54:32 -07:00
Microsoft.VisualStudio.Editor.Razor Updated the tokenizer and parser to operate on SyntaxTokens directly (#2540) 2018-08-16 16:11:01 -07:00
Microsoft.VisualStudio.LanguageServices.Razor Add generated documents to workspace 2018-08-15 10:54:32 -07:00
Microsoft.VisualStudio.Mac.LanguageServices.Razor
RazorPageGenerator
Directory.Build.props