This repository was archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Tag Helpers: Create code generators and code visitors that understand tags #72
Comments
This was referenced Aug 26, 2014
This was referenced Aug 29, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 13, 2014
- Added TagHelperChunk generation. - Added CSharp visitors to understand TagHelperChunk's and render corresponding C# code. - Added TagHelper specific metadata to the CodeGeneratorContext - Refactored some code in the CSharpCodeVisitor so it could be utilized in other classes. #72
NTaylorMullen
added a commit
that referenced
this issue
Sep 13, 2014
This was referenced Sep 13, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 15, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 19, 2014
- Added TagHelperChunk generation. - Added CSharp visitors to understand TagHelperChunk's and render corresponding C# code. - Added TagHelper specific metadata to the CodeGeneratorContext - Refactored some code in the CSharpCodeVisitor so it could be utilized in other classes. #72
NTaylorMullen
added a commit
that referenced
this issue
Sep 19, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 23, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 24, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 25, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 25, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 26, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 29, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 30, 2014
NTaylorMullen
added a commit
that referenced
this issue
Sep 30, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Added TagHelperChunk generation. - Added CSharp visitors to understand TagHelperChunk's and render corresponding C# code. - Added TagHelper specific metadata to the CodeGeneratorContext - Refactored some code in the CSharpCodeVisitor so it could be utilized in other classes. #72
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Added TagHelperChunk generation. - Added CSharp visitors to understand TagHelperChunk's and render corresponding C# code. - Added TagHelper specific metadata to the CodeGeneratorContext - Refactored some code in the CSharpCodeVisitor so it could be utilized in other classes. #72
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 3, 2014
- Added TagHelperChunk generation. - Added CSharp visitors to understand TagHelperChunks and render corresponding C# code. - Refactored some code in the CSharpCodeVisitor so it could be utilized in other classes. - Added a CSharpFieldDeclarationVisitor to render declaration pieces for TagHelper's - Added metadata to represent specific TagHelper code generation constructs. #72
NTaylorMullen
added a commit
that referenced
this issue
Oct 3, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
- Added TagHelperChunk generation. - Added CSharp visitors to understand TagHelperChunks and render corresponding C# code. - Refactored some code in the CSharpCodeVisitor so it could be utilized in other classes. - Added a CSharpFieldDeclarationVisitor to render declaration pieces for TagHelper's - Added metadata to represent specific TagHelper code generation constructs. #72
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
- Added TagHelperChunk generation. - Added CSharp visitors to understand TagHelperChunks and render corresponding C# code. - Refactored some code in the CSharpCodeVisitor so it could be utilized in other classes. - Added a CSharpFieldDeclarationVisitor to render declaration pieces for TagHelper's - Added metadata to represent specific TagHelper code generation constructs. #72
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once #71 is completed we'll have a syntax tree that indicates where tag helpers are. We'll need to utilize #68 to generate the correct C# in the output.
Pre-requisites: #71, #68
The text was updated successfully, but these errors were encountered: