[nnbd] remove opt-out for dart:_js

No other changes appear necessary.

Change-Id: I791a35aeec54c39849a219430cfc45f3c21e71b2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/132746
Auto-Submit: Vijay Menon <vsm@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Vijay Menon <vsm@google.com>
This commit is contained in:
Vijay Menon 2020-01-22 21:39:56 +00:00 committed by commit-bot@chromium.org
parent b07b710b93
commit 4e20b392a9
3 changed files with 0 additions and 6 deletions

View file

@ -2,8 +2,6 @@
// 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.
// @dart = 2.5
/// Helper library used by `dart:js`.
///
/// This library hides any logic that is specific to the web, and allows us to

View file

@ -2,8 +2,6 @@
// 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.
// @dart = 2.5
import 'dart:html' show Blob, Event, ImageData, Node, Window, WorkerGlobalScope;
import 'dart:indexed_db' show KeyRange;
import 'dart:_js_helper' show patch;

View file

@ -2,8 +2,6 @@
// 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.
// @dart = 2.5
import 'dart:_js_helper' show patch;
@patch