53ecbfd999
Adding the whole dart:core as callable has certain size overhead and doing this by default prevents experimentation and fine-grained control. Bug: b/419727041 Change-Id: I7b24b3011ca07351dddf5a9e09292b5ecc6bde34 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/431580 Reviewed-by: Sigmund Cherem <sigmund@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
15 lines
569 B
YAML
15 lines
569 B
YAML
# Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
|
|
# 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.
|
|
callable:
|
|
- library: 'dart:core'
|
|
- library: 'package:expect/expect.dart'
|
|
# Sufficient to export interface, even if implementation is private.
|
|
- library: 'shared/shared.dart'
|
|
class: 'Interface'
|
|
- library: 'shared/shared.dart'
|
|
class: 'Triple'
|
|
# Sufficient to expose reexported name
|
|
- library: 'shared/shared.dart'
|
|
class: 'Exported'
|