Skip to content

Commit

Permalink
clean PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Nov 22, 2024
1 parent dca6a64 commit 06dde3d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 244 deletions.
6 changes: 0 additions & 6 deletions packages/mix_generator/lib/src/helpers/field_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,6 @@ class ClassBuilderContext<T> {
constructor.parameters.map(ParameterInfo.ofElement).toList();
}

// List<FieldInfo> get fields {
// // if (_fieldsCache != null) return _fieldsCache!;

// return classElement.fields.map((e) => FieldInfo.ofElement(e)).toList();
// }

bool get hasDiagnosticable =>
classElement.allSupertypes.any((e) => e.element.name == 'Diagnosticable');

Expand Down
67 changes: 0 additions & 67 deletions packages/remix/lib/src/theme.dart

This file was deleted.

171 changes: 0 additions & 171 deletions packages/remix/lib/src/theme.g.dart

This file was deleted.

0 comments on commit 06dde3d

Please sign in to comment.