This repository was archived by the owner on Aug 18, 2018. It is now read-only.
File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import 'package:analyzer/src/generated/java_io.dart';
15
15
import 'package:analyzer/src/generated/sdk.dart' ;
16
16
import 'package:analyzer/src/generated/sdk_io.dart' show DirectoryBasedDartSdk;
17
17
import 'package:analyzer/src/generated/source.dart' ;
18
+ import 'package:analyzer/src/summary/idl.dart' ;
18
19
import 'package:cli_util/cli_util.dart' as cli_util;
19
20
20
21
/// Attempts to provide the current Dart SDK directory.
@@ -173,6 +174,9 @@ class MockDartSdk implements DartSdk {
173
174
Source fromFileUri (Uri uri) {
174
175
throw new UnsupportedError ('MockDartSdk.fromFileUri' );
175
176
}
177
+
178
+ @override
179
+ PackageBundle getLinkedBundle () => null ;
176
180
}
177
181
178
182
class _MockSdkSource implements UriAnnotatedSource {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ homepage: https://github.com/dart-lang/code-transformers
6
6
environment :
7
7
sdk : ' >=1.0.0 <2.0.0'
8
8
dependencies :
9
- analyzer : ' >=0.27.3-alpha.7 <0.28 .0'
9
+ analyzer : ' >=0.27.3-alpha.7 <0.29 .0'
10
10
barback : ' >=0.14.2 <0.16.0'
11
11
cli_util : ' >=0.0.1 <0.1.0'
12
12
path : ' >=0.9.0 <2.0.0'
You can’t perform that action at this time.
0 commit comments