Skip to content

Commit b444974

Browse files
authored
Add a doc-import into template_data.dart to resolve 'GeneratorBackend.write' (#3832)
1 parent 7fb1f3f commit b444974

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/generator/template_data.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
/// @docImport 'generator_backend.dart';
6+
library;
7+
58
import 'package:dartdoc/src/model/model.dart';
69

710
typedef ContainerSidebar = String Function(

0 commit comments

Comments
 (0)