Revert "[dart2js] Exporting as package: to allow non-SDK usage"

This reverts commit 8aeeffb848.

Reason for revert: Bad fix. Doesn't resolve underlying bug

Original change's description:
> [dart2js] Exporting as package: to allow non-SDK usage
>
> Change-Id: I0235f524904a1a4c54c83161eb51ab0277473d1e
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244180
> Reviewed-by: Joshua Litt <joshualitt@google.com>
> Commit-Queue: Mark Zhou <markzipan@google.com>

TBR=markzipan@google.com,joshualitt@google.com

Change-Id: I0e2f8ff70c86ff1e69608f715fa5545419e63314
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244182
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Auto-Submit: Mark Zhou <markzipan@google.com>
This commit is contained in:
Mark Zhou 2022-05-10 02:54:34 +00:00 committed by Commit Bot
parent 8aeeffb848
commit f5f26c9c61
2 changed files with 2 additions and 4 deletions

View file

@ -2,5 +2,4 @@
// 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.
export 'package:dart2js_runtime_metrics/runtime_metrics.dart'
show runtimeMetrics;
export 'dart:_dart2js_runtime_metrics' show runtimeMetrics;

View file

@ -2,5 +2,4 @@
// 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.
export 'package:dart2js_runtime_metrics/startup_metrics.dart'
show startupMetrics;
export 'dart:_dart2js_runtime_metrics' show startupMetrics;