N. Taylor Mullen
|
45fad171a6
|
Reduce public surface area of some APIs.
- Change `DefaultRazorEngineBuilder.DesignTime` to be getter only
- Make `DocumentClassifierPassBase.TargetExtensions` private.
#1510
|
2017-07-06 16:50:11 -07:00 |
Ryan Nowak
|
7aeb228063
|
Redesign tag helper codegen
|
2017-06-30 17:34:01 -07:00 |
Ryan Nowak
|
7a234ca513
|
Rename UsingStatement>UsingDirective
|
2017-06-21 19:54:40 -07:00 |
Ryan Nowak
|
21e26ad4aa
|
Rename RazorIRNode
Get rid of references to 'IR'
|
2017-06-21 12:55:16 -07:00 |
Ajay Bhargav Baaskaran
|
3892a6fede
|
Removed ChecksumIRNode
|
2017-06-16 11:14:54 -07:00 |
Ryan Nowak
|
e391ac7a3c
|
Split options into ParserOptions and CodeGenerationOptions
|
2017-05-18 10:22:39 -07:00 |
Ryan Nowak
|
2167e4151e
|
Fix #1311 add a base class for features
|
2017-05-12 21:15:59 -07:00 |
Ryan Nowak
|
2ec2b98f83
|
Fix #1312 - make ExecuteCore protected
|
2017-05-12 17:54:09 -07:00 |
Ajay Bhargav Baaskaran
|
8cf7d248e7
|
[Issue #1318] Renamed RuntimeTarget to CodeTarget
|
2017-05-12 16:32:55 -07:00 |
Ryan Nowak
|
ab98c5d837
|
Fix #1322 #1328 #1310 #1325
This are mechanical API Cleanup issues.
|
2017-05-12 13:11:16 -07:00 |
Ryan Nowak
|
d3e37f20ce
|
Add some new IR nodes
This adds the basics of a few new node types. I'll do a follow up to start
using these so we can eliminate some misuse of the statement node.
|
2017-05-11 14:52:31 -07:00 |
Ryan Nowak
|
2afe2e1627
|
Rename RazorMethodDeclaration -> MethodDeclaration
|
2017-05-11 10:22:45 -07:00 |
Ryan Nowak
|
eb3c47b6ca
|
Add annotations
Fixes #990. This should make a lot of IR manipulations very simple.
|
2017-05-10 16:38:11 -07:00 |
N. Taylor Mullen
|
0618bae3bd
|
Rename Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore.Razor.Language.
- Also updated corresponding test project to go from Evolution => Language.
- Regenerated test files to reflect new file paths.
#1169
|
2017-04-10 10:20:04 -07:00 |