Skip to content

Commit

Permalink
remove custom build apis from public api for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jan 29, 2016
1 parent bc03328 commit 04be56e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions e2e_example/lib/copy_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import 'dart:async';

import 'package:build/build.dart';
import 'package:build/src/generate/input_set.dart';
import 'package:build/src/generate/phase.dart';

// Makes copies of things!
class CopyBuilder extends Builder {
Expand Down
2 changes: 2 additions & 0 deletions e2e_example/tool/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import 'package:build/build.dart';
import 'package:build/src/generate/build.dart';
import 'package:build/src/generate/build_result.dart';

import 'package:e2e_example/copy_builder.dart';

Expand Down
4 changes: 0 additions & 4 deletions lib/build.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ export 'src/asset/writer.dart';
export 'src/builder/build_step.dart';
export 'src/builder/builder.dart';
export 'src/builder/exceptions.dart';
export 'src/generate/build_result.dart';
export 'src/generate/build.dart';
export 'src/generate/input_set.dart';
export 'src/generate/phase.dart';
export 'src/package_graph/package_graph.dart';
export 'src/transformer/transformer.dart';

0 comments on commit 04be56e

Please sign in to comment.