shouldResolveAst method

bool shouldResolveAst(
  1. FileContext context
)

Whether the AST should be resolved for the file represented by context.

Note that resolving the AST is much slower.

Implementation

bool shouldResolveAst(FileContext context) => false;