From f458cd6e19b03fc4e3f3385e9e627d33b1ea5b55 Mon Sep 17 00:00:00 2001 From: Mayank Patke Date: Thu, 8 May 2025 14:12:19 -0700 Subject: [PATCH] [node_preamble] Update pubspec to 3.8 and reformat. Change-Id: I8e61375dc29668d279a9f1bef982e4597d35c68e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/427581 Auto-Submit: Mayank Patke Commit-Queue: Sigmund Cherem Reviewed-by: Sigmund Cherem --- pkg/node_preamble/lib/preamble.dart | 7 +++---- pkg/node_preamble/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pkg/node_preamble/lib/preamble.dart b/pkg/node_preamble/lib/preamble.dart index 3af21c37316..93a2b106c98 100644 --- a/pkg/node_preamble/lib/preamble.dart +++ b/pkg/node_preamble/lib/preamble.dart @@ -2,7 +2,6 @@ // 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. -String getPreamble({bool minified = false}) => - throw UnsupportedError( - 'Stub only, this package is not supported in the Dart SDK', - ); +String getPreamble({bool minified = false}) => throw UnsupportedError( + 'Stub only, this package is not supported in the Dart SDK', +); diff --git a/pkg/node_preamble/pubspec.yaml b/pkg/node_preamble/pubspec.yaml index 1e16b9924a4..ee228945f07 100644 --- a/pkg/node_preamble/pubspec.yaml +++ b/pkg/node_preamble/pubspec.yaml @@ -1,7 +1,7 @@ # This is just a stub, not the real node_preamble package name: node_preamble environment: - sdk: ^3.7.0 + sdk: ^3.8.0 resolution: workspace