Files
sdk/tools/empty_package_config.json
T
Alexander Thomas e8dafedc2d [infra] Use empty package config for package config generator
Previously, stray package_config.json files could cause the package config generator to fail.

Change-Id: If8dc81169a4f95f871572bde5c883a675ab3276b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/401440
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
2024-12-17 02:41:55 -08:00

12 lines
422 B
JSON

{
"copyright": [
"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."
],
"comment": [
"Empty package configuration, used to bootstrap generate_package_config.dart"
],
"configVersion": 2,
"packages": []
}