Clean up no-publish comments in pubspecs

Change-Id: I6cc1ab404de75cd02183b862842198c85b6d9256
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152005
Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
Michael Thomsen 2020-06-23 10:34:09 +00:00
parent f28fcfea2b
commit f0c87e9f21
23 changed files with 25 additions and 11 deletions

View file

@ -1,4 +1,5 @@
name: _js_interop_checks
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,4 +1,5 @@
name: analysis_server
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,4 +1,5 @@
name: analysis_tool
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,5 +1,6 @@
name: analyzer_cli
description: Command line interface for the Dart Analyzer.
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.7.0"

View file

@ -1,5 +1,5 @@
name: async_helper
# This package is not intended to be published
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
description: >-
Async_helper is used for asynchronous tests that do not want to

View file

@ -2,7 +2,7 @@ name: build_integration
description: >
Libraries for integrating Dart tools with build systems like bazel
and build_runner.
# This package is not intended to be published - yet
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,6 +1,7 @@
# This pubspec is currently mainly used to make it easier to develop on dart2js
# by making it a standalone package.
name: compiler
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.6.0 <3.0.0'

View file

@ -1,4 +1,5 @@
name: dart2js_tools
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
description: >
Collection of tools used with dart2js including analyzing compilation

View file

@ -1,4 +1,5 @@
name: dart2native
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,6 +1,6 @@
name: dartdev
# This package is not intended to be published
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,4 +1,5 @@
name: dev_compiler
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,4 +1,5 @@
name: diagnostic
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
author: Dart Team <misc@dartlang.org>
description: Diagnostics for Dart

View file

@ -1,4 +1,5 @@
name: expect
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
description: >
Expect is used for tests that do not want to make use of the

View file

@ -1,7 +1,7 @@
# This package is not intended to be published.
name: frontend_server
# version: do-not-upload
description: A resident kernel compiler
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.7.0"

View file

@ -1,4 +1,5 @@
name: js_ast
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,4 +1,5 @@
name: modular_test
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
description: >
Small framework to test modular pipelines.

View file

@ -1,8 +1,6 @@
name: smith
author: Dart Team <misc@dartlang.org>
description: Shared code for working with the Dart SDK's tests and test runner.
homepage: http://www.dartlang.org
# This package is not intended to be published.
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.3.0"

View file

@ -1,5 +1,6 @@
# Helper package for testing sourcemaps. Used by ddc and dart2js.
name: sourcemap_testing
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:

View file

@ -1,5 +1,5 @@
name: status_file
# This package is not intended to be published.
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.3.0"

View file

@ -1,5 +1,6 @@
name: telemetry
description: A library to facilitate reporting analytics and crash reports.
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
author: Dart Team <misc@dartlang.org>

View file

@ -3,6 +3,7 @@
# BSD-style license that can be found in the LICENSE file.
name: test_runner
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.3.0"

View file

@ -1,6 +1,7 @@
# This pubspec is currently mainly used to make it easier to develop by making
# it a package.
name: testing
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: '>=2.0.0 <3.0.0'

View file

@ -1,7 +1,7 @@
# This package is not intended to be published.
name: vm
# version: do-not-upload
description: VM specific Dart code and helper scripts
# This package is not intended for consumption on pub.dev. DO NOT publish.
publish_to: none
environment:
sdk: "^2.7.0"