We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0b86e commit f3c27f9Copy full SHA for f3c27f9
lib/src/io/js.dart
@@ -5,6 +5,7 @@
5
import 'dart:async';
6
import 'dart:convert';
7
import 'dart:isolate' show SendPort;
8
+export 'dart:isolate' show SendPort;
9
10
import 'package:cli_pkg/js.dart';
11
import 'package:js/js.dart';
lib/src/io/vm.dart
@@ -6,6 +6,7 @@ import 'dart:async';
import 'dart:io' as io;
import 'dart:isolate';
import 'package:async/async.dart';
12
import 'package:path/path.dart' as p;
0 commit comments