Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 220d1b3

Browse files
committed
change condition
1 parent cf98969 commit 220d1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web_ui/lib/src/engine/dart_js_conversion.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import 'dart:js_interop' show JSAny;
66
import 'dart:js_util' as js_util;
77

8-
import 'dart_js_conversion_nonwasm.dart'
9-
if (dart.library._wasm) 'dart_js_conversion_wasm.dart';
8+
import 'dart_js_conversion_wasm.dart'
9+
if (dart.library.html) 'dart_js_conversion_nonwasm.dart';
1010

1111
/// Conversions methods to facilitate migrating to JS types.
1212
///

0 commit comments

Comments
 (0)