Skip to content

Commit 3ce607f

Browse files
committed
Marking migration to package:web with TODO + ignoring deprecation message.
1 parent d04549c commit 3ce607f

18 files changed

+36
-0
lines changed

pkg/web_app/lib/script.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
// TODO: migrate to package:web
6+
// ignore: deprecated_member_use
57
import 'dart:html';
68

79
import 'package:mdc_web/mdc_web.dart' as mdc show autoInit;

pkg/web_app/lib/src/_dom_helper.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6+
// TODO: migrate to package:web
7+
// ignore: deprecated_member_use
68
import 'dart:html';
79

810
import 'package:mdc_web/mdc_web.dart' show MDCDialog;

pkg/web_app/lib/src/account.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6+
// TODO: migrate to package:web
7+
// ignore: deprecated_member_use
68
import 'dart:html';
79

810
import 'admin_pages.dart' deferred as admin_pages;

pkg/web_app/lib/src/admin_pages.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6+
// TODO: migrate to package:web
7+
// ignore: deprecated_member_use
68
import 'dart:html';
79

810
import 'package:_pub_shared/data/account_api.dart';

pkg/web_app/lib/src/api_client/_rpc.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6+
// TODO: migrate to package:web
7+
// ignore: deprecated_member_use
68
import 'dart:html';
79

810
import 'package:_pub_shared/pubapi.dart';

pkg/web_app/lib/src/api_client/api_client.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
// TODO: migrate to package:web
6+
// ignore: deprecated_member_use
57
import 'dart:html';
68

79
import 'package:_pub_shared/pubapi.dart';

pkg/web_app/lib/src/deferred/http.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
// TODO: migrate to package:web
6+
// ignore: deprecated_member_use
57
import 'dart:html';
68

79
import 'package:collection/collection.dart' show IterableExtension;

pkg/web_app/lib/src/deferred/markdown.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
// TODO: migrate to package:web
6+
// ignore: deprecated_member_use
57
import 'dart:html';
68

79
import 'package:markdown/markdown.dart' as md;

pkg/web_app/lib/src/foldable.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6+
// TODO: migrate to package:web
7+
// ignore: deprecated_member_use
68
import 'dart:html';
79
import 'dart:math' show max, min;
810

pkg/web_app/lib/src/hoverable.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6+
// TODO: migrate to package:web
7+
// ignore: deprecated_member_use
68
import 'dart:html';
79

810
import 'package:_pub_shared/format/x_ago_format.dart';

0 commit comments

Comments
 (0)