@override Map<String, dynamic>? scripts() { final parsed = parse(); final all = {...?parsed}..remove(Keys.variables); return all; }