Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Tag Helpers: Create code generators and code visitors that understand tags #72

Closed
NTaylorMullen opened this issue Jun 19, 2014 · 1 comment

Comments

@NTaylorMullen
Copy link
Contributor

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

@NTaylorMullen NTaylorMullen added this to the 1.0.0-beta1 milestone Jun 19, 2014
@NTaylorMullen NTaylorMullen self-assigned this Jun 19, 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 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 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 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 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
Copy link
Contributor Author

50fa3ee
c3b51cb

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 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants