checkNeedsRecompile abstract method

Future<bool> checkNeedsRecompile(
  1. String scriptId
)

Check if a script needs to be recompiled (source changed since last compile). Returns true if the script has never been compiled or if the source has changed.

Implementation

Future<bool> checkNeedsRecompile(String scriptId);