Skip to content

Commit

Permalink
Ignore deprecates for dart:js_util
Browse files Browse the repository at this point in the history
Unblock CI until these can be migrated.

Recompile host.dart
  • Loading branch information
natebosch committed Jan 14, 2025
1 parent f364fc8 commit eb7696e
Show file tree
Hide file tree
Showing 3 changed files with 1,768 additions and 3,630 deletions.
1 change: 1 addition & 0 deletions pkgs/test/lib/src/runner/browser/dom.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// 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.

// ignore: deprecated_member_use
import 'dart:js_util' as js_util;

import 'package:js/js.dart';
Expand Down
1 change: 1 addition & 0 deletions pkgs/test/lib/src/runner/browser/post_message_channel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// 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.

// ignore: deprecated_member_use
import 'dart:js_util';

import 'package:stream_channel/stream_channel.dart';
Expand Down
Loading

0 comments on commit eb7696e

Please sign in to comment.