feat(dart/transform): Add simple ParseTemplates step
Adds a step that parses `inline` Template values to generate getters and setters.
This commit is contained in:
@ -7,6 +7,7 @@ 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;
|
||||
|
||||
main() {
|
||||
useVMConfiguration();
|
||||
@ -14,4 +15,5 @@ main() {
|
||||
group('Directive Processor', directiveProcessor.allTests);
|
||||
group('Reflection Remover', reflectionRemover.allTests);
|
||||
group('Transformer Pipeline', integration.allTests);
|
||||
group('Template Parser', templateParser.allTests);
|
||||
}
|
||||
|
Reference in New Issue
Block a user