Remove hints in build of try
Closes #24470 and #24435 This doesn't fix the underlying (but unreported!) errors. R=whesse@google.com Review URL: https://codereview.chromium.org//1384473002.
This commit is contained in:
@@ -74,11 +74,7 @@ import 'package:compiler/src/js/js.dart' show
|
||||
import 'package:compiler/src/js/js.dart' as jsAst;
|
||||
|
||||
import 'package:compiler/src/js_emitter/js_emitter.dart' show
|
||||
ClassBuilder,
|
||||
ClassEmitter,
|
||||
CodeEmitterTask,
|
||||
ContainerBuilder,
|
||||
MemberInfo,
|
||||
computeMixinClass;
|
||||
|
||||
import 'package:compiler/src/js_emitter/full_emitter/emitter.dart'
|
||||
|
||||
@@ -16,7 +16,6 @@ import 'dart:isolate' show
|
||||
SendPort;
|
||||
|
||||
import 'compilation.dart' show
|
||||
compilerIsolate,
|
||||
compilerPort,
|
||||
currentSource;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user