aspnetcore/test/Microsoft.AspNetCore.Razor....
Ryan Nowak 46018f9512 Add IR phase
This change adds a phase which runs IR passes. Design and code are almost
exactly the same as the existing SyntaxTree phase. However all of this is
public because the IR is public API.
2016-11-29 21:28:27 -08:00
..
Intermediate Change IR implementations to not hold all information in children. 2016-11-22 11:54:13 -08:00
Legacy Add extensible directive abstractions 2016-11-23 19:56:40 -08:00
Properties
TestFiles
DefaultItemCollectionTest.cs
DefaultRazorCodeDocumentTest.cs
DefaultRazorEngineBuilderTest.cs
DefaultRazorEngineTest.cs
DefaultRazorIRPhaseTest.cs Add IR phase 2016-11-29 21:28:27 -08:00
DefaultRazorParsingPhaseTest.cs Add skeleton of syntax phases 2016-11-16 14:06:01 -08:00
DefaultRazorSourceDocumentTest.cs Add indexability to the RazorSourceDocument. 2016-11-21 10:58:09 -08:00
DefaultRazorSyntaxTreePhaseTest.cs Fix failing tests 2016-11-16 14:06:02 -08:00
DirectiveDescriptorBuilderTest.cs Add extensible directive abstractions 2016-11-23 19:56:40 -08:00
HtmlNodeOptimizationPassTest.cs Port WhiteSpaceRewriter and ConditionalAttributeCollapser. 2016-11-22 12:04:31 -08:00
IntegrationTest.cs Add skeleton of syntax phases 2016-11-16 14:06:01 -08:00
Microsoft.AspNetCore.Razor.Evolution.Test.xproj
RazorCodeDocumentExtensionsTest.cs Implement IR lowering phase 2016-11-22 11:25:23 -08:00
RazorCodeDocumentTest.cs
RazorEngineTest.cs Add IR phase 2016-11-29 21:28:27 -08:00
RazorProjectItemTest.cs Add RazorProject - an abstraction for working with Razor files in a project 2016-11-16 14:06:03 -08:00
RazorSourceDocumentTest.cs Add indexability to the RazorSourceDocument. 2016-11-21 10:58:09 -08:00
RazorSyntaxTreeTest.cs
TagHelperBinderSyntaxTreePassTest.cs Fix test case so it works cross plat. 2016-11-21 14:52:52 -08:00
TestRazorCodeDocument.cs Implement IR lowering phase 2016-11-22 11:25:23 -08:00
TestRazorSourceDocument.cs Add indexability to the RazorSourceDocument. 2016-11-21 10:58:09 -08:00
project.json Update Razor.Evolution versions and package verifier. 2016-11-16 14:21:52 -08:00