| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
|
| index e24f041744e4012c28b82ac09b5ed954c90e2997..b9e44836b24e2bf942dcddccd69ee364bca856f5 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/context/AnalysisOptions.java
|
| @@ -19,6 +19,13 @@ package com.google.dart.engine.context;
|
| */
|
| public interface AnalysisOptions {
|
| /**
|
| + * Return {@code true} if analysis is to generate dart2js related hint results.
|
| + *
|
| + * @return {@code true} if analysis is to generate dart2js related hint results
|
| + */
|
| + public boolean getDart2jsHint();
|
| +
|
| + /**
|
| * Return {@code true} if analysis is to generate hint results (e.g. type inference based
|
| * information and pub best practices).
|
| *
|
|
|