Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Dec 1, 2023
1 parent 8cf0713 commit b895222
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pkgs/http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,20 @@ dev_dependencies:
shelf: ^1.1.0
stream_channel: ^2.1.0
test: ^1.16.0

dependency_overrides:
test:
git:
url: https://github.com/dart-lang/test
ref: release-wasm
path: pkgs/test
test_api:
git:
url: https://github.com/dart-lang/test
ref: release-wasm
path: pkgs/test_api
test_core:
git:
url: https://github.com/dart-lang/test
ref: release-wasm
path: pkgs/test_core
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// Copyright (c) 2023, 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.

import 'package:async/async.dart';

extension StreamQueueOfNullableObjectExtension on StreamQueue<Object?> {
Expand Down

0 comments on commit b895222

Please sign in to comment.