Skip to content

Commit

Permalink
ignore deprecated member use
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemac53 committed Jan 6, 2025
1 parent 57686c5 commit 2744917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_runner/web/graph_viz_main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

import 'dart:async';
import 'dart:convert';
// ignore: deprecated_member_use
import 'dart:html';
// ignore: deprecated_member_use
import 'dart:js' as js;

final _graphReference = js.context[r'$build']! as js.JsObject;
Expand Down

0 comments on commit 2744917

Please sign in to comment.