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
TagHelpers: Create parse visitors that understand "special" html #71
Comments
This needs to also handle "VoidElements" |
duplicate of #69 |
Not dup. 69 was the dup of 72 |
This was referenced Aug 26, 2014
NTaylorMullen
added a commit
that referenced
this issue
Aug 29, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Aug 29, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Aug 29, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
This was referenced Aug 29, 2014
NTaylorMullen
added a commit
that referenced
this issue
Aug 29, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Aug 29, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 3, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 3, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 3, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 8, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 9, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 9, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 9, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 9, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 9, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 10, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 10, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 11, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 11, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 11, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 19, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 19, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Sep 19, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 1, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 2, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 5, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
- The visitor looks for TagBlock's that match registered TagHelpers and rebuilds them into TagHelperBlock's. - Added the code generator and corresponding chunk for a TagHelperBlock. - Added syntax tree specific objects & helper methods to create accurate tag helper structures. #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
- Added understanding to the ParserTestBase for TagHelperBlock's - Added a helper class MarkupTagHelperBlock to make building test TagHelpers easier. - Fixed some existing tests that "new"d up the RazorParser and didn't obide by the new contract (to provide optimizers). #71
NTaylorMullen
added a commit
that referenced
this issue
Oct 9, 2014
- Added tests to validate TagHelperParseTreeVisitor when dealing with valid HTML elements. #71
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We'll create visitors that will run through the syntax tree to then re-construct a tree that understands the "special" html that's dictated by #70.
Pre-requisites: #72, #70
The text was updated successfully, but these errors were encountered: