Skip to content

Commit f458cd6

Browse files
fishythefishCommit Queue
authored andcommitted
[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 <[email protected]> Commit-Queue: Sigmund Cherem <[email protected]> Reviewed-by: Sigmund Cherem <[email protected]>
1 parent 8a17ad9 commit f458cd6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pkg/node_preamble/lib/preamble.dart

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
String getPreamble({bool minified = false}) =>
6-
throw UnsupportedError(
7-
'Stub only, this package is not supported in the Dart SDK',
8-
);
5+
String getPreamble({bool minified = false}) => throw UnsupportedError(
6+
'Stub only, this package is not supported in the Dart SDK',
7+
);

pkg/node_preamble/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is just a stub, not the real node_preamble package
22
name: node_preamble
33
environment:
4-
sdk: ^3.7.0
4+
sdk: ^3.8.0
55

66
resolution: workspace
77

0 commit comments

Comments
 (0)