| # 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. |
| |
| extendable: |
| - library: 'dart:async' |
| - library: 'dart:cli' |
| - library: 'dart:collection' |
| - library: 'dart:concurrent' |
| - library: 'dart:convert' |
| - library: 'dart:core' |
| - library: 'dart:developer' |
| - library: 'dart:ffi' |
| - library: 'dart:io' |
| - library: 'dart:isolate' |
| - library: 'dart:math' |
| - library: 'dart:nativewrappers' |
| - library: 'dart:typed_data' |
| - library: 'dart:vmservice_io' |
| |
| can-be-overridden: |
| - library: 'dart:async' |
| - library: 'dart:cli' |
| - library: 'dart:collection' |
| - library: 'dart:concurrent' |
| - library: 'dart:convert' |
| - library: 'dart:core' |
| - library: 'dart:developer' |
| - library: 'dart:ffi' |
| - library: 'dart:io' |
| - library: 'dart:isolate' |
| - library: 'dart:math' |
| - library: 'dart:nativewrappers' |
| - library: 'dart:typed_data' |
| - library: 'dart:vmservice_io' |
| |
| callable: |
| - library: 'dart:async' |
| - library: 'dart:cli' |
| - library: 'dart:collection' |
| - library: 'dart:concurrent' |
| - library: 'dart:convert' |
| - library: 'dart:core' |
| - library: 'dart:developer' |
| - library: 'dart:ffi' |
| - library: 'dart:io' |
| - library: 'dart:isolate' |
| - library: 'dart:math' |
| - library: 'dart:nativewrappers' |
| - library: 'dart:typed_data' |
| - library: 'dart:vmservice_io' |
| - library: 'dart:_internal' |
| member: 'extractTypeArguments' |