We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbc7d37 commit 3eabbf2Copy full SHA for 3eabbf2
json_serializable/lib/builder.dart
@@ -2,6 +2,16 @@
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
+/// Configuration for using `package:build`-compatible build systems.
6
+///
7
+/// See:
8
+/// * [build_runner](https://pub.dartlang.org/packages/build_runner)
9
10
+/// This library is **not** intended to be imported by typical end-users unless
11
+/// you are creating a custom compilation pipeline. See documentation for
12
+/// details, and `build.yaml` for how these builders are configured by default.
13
+library json_serializable.builder;
14
+
15
import 'package:build/build.dart';
16
import 'package:logging/logging.dart';
17
0 commit comments