Extracts the import statements of a file
List<String> get dependencies { return library!.importedLibraries .map((lib) => lib.location.toString()) .toList(); }