File tree Expand file tree Collapse file tree 7 files changed +16
-0
lines changed
_testHotRestart2Sound/web Expand file tree Collapse file tree 7 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 5
5
import 'dart:async' ;
6
6
import 'dart:convert' ;
7
7
import 'dart:developer' ;
8
+ // TODO: https://github.com/dart-lang/webdev/issues/2508
9
+ // ignore: deprecated_member_use
8
10
import 'dart:html' ;
9
11
10
12
void main () {
Original file line number Diff line number Diff line change 4
4
5
5
import 'dart:async' ;
6
6
import 'dart:core' ;
7
+ // TODO: https://github.com/dart-lang/webdev/issues/2508
8
+ // ignore: deprecated_member_use
7
9
import 'dart:html' ;
8
10
9
11
void main () {
Original file line number Diff line number Diff line change 4
4
5
5
import 'dart:async' ;
6
6
import 'dart:core' ;
7
+ // TODO: https://github.com/dart-lang/webdev/issues/2508
8
+ // ignore: deprecated_member_use
7
9
import 'dart:html' ;
8
10
9
11
import 'package:_test_circular1_sound/library1.dart' ;
Original file line number Diff line number Diff line change 3
3
// BSD-style license that can be found in the LICENSE file.
4
4
5
5
import 'dart:core' ;
6
+ // TODO: https://github.com/dart-lang/webdev/issues/2508
7
+ // ignore: deprecated_member_use
6
8
import 'dart:html' ;
7
9
8
10
import 'package:_test_hot_restart1/library1.dart' ;
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ import 'dart:async';
6
6
import 'dart:convert' ;
7
7
import 'dart:core' ;
8
8
import 'dart:developer' ;
9
+ // TODO: https://github.com/dart-lang/webdev/issues/2508
10
+ // ignore: deprecated_member_use
9
11
import 'dart:html' ;
10
12
11
13
import 'package:_test_package_sound/test_library.dart' ;
Original file line number Diff line number Diff line change 4
4
5
5
import 'dart:async' ;
6
6
import 'dart:developer' ;
7
+ // TODO: https://github.com/dart-lang/webdev/issues/2508
8
+ // ignore: deprecated_member_use
7
9
import 'dart:html' ;
8
10
9
11
void main () {
Original file line number Diff line number Diff line change @@ -6,7 +6,11 @@ import 'dart:async';
6
6
import 'dart:collection' ;
7
7
import 'dart:convert' ;
8
8
import 'dart:developer' ;
9
+ // TODO: https://github.com/dart-lang/webdev/issues/2508
10
+ // ignore: deprecated_member_use
9
11
import 'dart:html' ;
12
+ // TODO: https://github.com/dart-lang/webdev/issues/2508
13
+ // ignore: deprecated_member_use
10
14
import 'dart:js' ;
11
15
12
16
import 'package:intl/intl.dart' ;
You can’t perform that action at this time.
0 commit comments