feat(dart/transform): Add simple ParseTemplates step
Generate methods in the ParseTemplates step. Add a test for inline template method generation.
This commit is contained in:
@ -7,13 +7,13 @@ import 'bind_generator/all_tests.dart' as bindGenerator;
|
||||
import 'directive_processor/all_tests.dart' as directiveProcessor;
|
||||
import 'integration/all_tests.dart' as integration;
|
||||
import 'reflection_remover/all_tests.dart' as reflectionRemover;
|
||||
import 'template_parser/all_tests.dart' as templateParser;
|
||||
import 'template_compiler/all_tests.dart' as templateCompiler;
|
||||
|
||||
main() {
|
||||
useVMConfiguration();
|
||||
group('Bind Generator', bindGenerator.allTests);
|
||||
group('Directive Processor', directiveProcessor.allTests);
|
||||
group('Reflection Remover', reflectionRemover.allTests);
|
||||
group('Template Compiler', templateCompiler.allTests);
|
||||
group('Transformer Pipeline', integration.allTests);
|
||||
group('Template Parser', templateParser.allTests);
|
||||
}
|
||||
|
Reference in New Issue
Block a user