Skip to content

Commit b8e434e

Browse files
harryterkelsencommit-bot@chromium.org
authored andcommitted
Export allowInterop in dart:_js_annotations
Change-Id: Ib64eefd52fb014e57a78bc229abe159b8023b394 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161321 Auto-Submit: Harry Terkelsen <[email protected]> Commit-Queue: Harry Terkelsen <[email protected]> Commit-Queue: Sigmund Cherem <[email protected]> Reviewed-by: Sigmund Cherem <[email protected]>
1 parent d511a85 commit b8e434e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/lib/js/_js_annotations.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
// https://github.com/dart-lang/sdk/blob/master/pkg/js/lib/js.dart
88
library _js_annotations;
99

10+
export 'dart:js' show allowInterop, allowInteropCaptureThis;
11+
1012
class JS {
1113
final String? name;
1214
const JS([this.name]);

0 commit comments

Comments
 (0)