Skip to content

Commit

Permalink
fix: error with code generation when file has unnamed extension
Browse files Browse the repository at this point in the history
  • Loading branch information
amondnet committed Oct 30, 2024
1 parent f99aad3 commit 3e7a4b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobx_codegen/test/data/with_extension_input.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ library generator_sample;

import 'package:mobx/mobx.dart';

part 'store_with_extension.g.dart';
part 'generator_sample.g.dart';

// ignore: library_private_types_in_public_api
class Foo = _Foo with _$Foo;
Expand Down
2 changes: 1 addition & 1 deletion mobx_codegen/test/data/with_extension_output.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e7a4b3

Please sign in to comment.