buildExtensions property

  1. @override
Map<String, List<String>> buildExtensions
finalinherited

Mapping from input file extension to output file extensions.

All input sources matching any key in this map will be passed as build step to this builder. Only files with the same basename and an extension from the values in this map are expected as outputs.

Implementation

@override
final Map<String, List<String>> buildExtensions;